91³Ô¹ÏÍø

Watch CBS News

Officials break ground on major reconstruction project for Touhy Avenue in Chicago's northwest suburbs

Cook County Board President Toni Preckwinkle and other officials broke ground Thursday on a $99.1 million roadway upgrade project along Touhy Avenue in Chicago's northwest suburbs.

The project will fully rebuild Touhy Avenue between Elmhurst and Mount Prospect roads in Elk Grove Village, unincorporated Elk Grove Township, and Des Plaines, and brushing against the northern edge of Chicago's O'Hare International Airport.

The project will make for a major reduction in congestion on the busy roadway, which carries 32,000 vehicles a day, according to Preckwinkle's office.

The project will also involve the construction of a new bridge over the Union Pacific Railroad and the planned O'Hare West Bypass tollway (Interstate 490). Meanwhile, Old Higgins Road will be realigned east of Elmhurst Road to develop a new junction with Touhy Avenue, and the intersection of Touhy Avenue and Mount Prospect Road will also be realigned.

"The Touhy Avenue Multimodal Safety and Capacity Improvement Project will add capacity to a stretch of road that carries 32,000 vehicles a day — a volume that already concedes its design capacity," Preckwinkle said. "Yet this is much more than a road project."

Preckwinkle said the project will enhance national freight railroad operations with the planned grade separation at one of the busiest Union Pacific rail crossings in the region, and will improve air travel and shipping with better access to O'Hare.

Also part of the project are a new shared-use path that will expand bicycle and pedestrian access, and better lighting and drainage systems. Sidewalks, transit signal priorities, and bus shelters will also be added.

Preckwinkle said the project will also improve Pace Bus service Route 223, which makes more than 60 weekday trips.

Touhy Avenue is a major east-west Chicago thoroughfare running from Chicago's Rogers Park neighborhood to Elk Grove Village — and linking Lincolnwood, Skokie, Niles, Chicago's Edison Park neighborhood, Park Ridge, and Des Plaines.

Its name honors real estate developer Patrick Leonard Touhy, an Irish immigrant and real estate developer who helped shape Rogers Park.

Work will also occur on Elmhurst Road between Lndmeier Road and Greenleaf Avenue, the county said.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });