Sections of several roads will be temporarily closed for the CN Cycle for CHEO event held on May 3, 2026. 

Kichi Zibi Mikan

Schedule: From 6 am to 1 pmLocation:   Both directions, from Booth St to Carling AvenueImpact on motorists: Expect delays and take alternate routesImpact on pedestrians and cyclists: No impact on adjacent multi-use pathways   

Island Park Drive

Schedule: From 6:30 am to 9 am Location: Both directions, from northbound Scott Street to Clearview AvenueImpact on motorists: Expect delays and take alternate routes. Local traffic onlyImpact on pedestrians and cyclists: No impact on adjacent multi-use pathways   

Champlain Bridge

Schedule: From 6:30 am to 9 am Location: Full closure in both directions Impact on motorists, pedestrians and cyclists: Take alternate routes   

Gatineau Parkway

Schedule: From 6 am to 9 am Location: Both directions from Alexandre-Taché Boulevard to the Champlain ParkwayImpact on motorists: Take alternate routes Impact on pedestrians and cyclists: The parkway will remain accessible. Expect a higher than usual volume of cyclists.  

Portage Bridge

Schedule: From 7:30 am to 2 pm Location: Full closure in both directions Impact on motorists, pedestrians and cyclists: Take alternate routes   

Lawrence Freiman Lane (NAC)

Schedule: From 8 am to 10:15 am Location: Full closure. Local traffic only for NAC.Impact on motorist, pedestrians and cyclists: Take alternate routes 

Queen Elizabeth Driveway

Schedule: From 8 am to 11 am Location: Both directions, from Laurier St. to Preston St.Impact on motorists: Expect delays and take alternate routes Impact on pedestrians and cyclists: No impact on adjacent multi-use pathways   

Colonel By Drive

Schedule: From 8:30 am to 12:15 pm Location: Both directions, from Daly Avenue to Hog’s Back Road Impact on motorists: Expect delays and take alternate routes Impact on pedestrians and cyclists: No impact on adjacent multi-use pathways  

Sir George-Étienne-Cartier Parkway

Schedule: From 9 am to 1 pm Location: Both directions, from Princess Ave. to St-Joseph Boulevard Impact on motorists: Expect delays and take alternate routes. Local access to Canada Aviation and Space Museum and Rockcliffe Flying Club from Aviation ParkwayImpact on pedestrians and cyclists: No impact on adjacent multi-use pathways   

Thank you for your cooperation.   

 

\n”},{“handle”:”facebookPixel”,”head”:” function initFacebookPixel(){\n !function(f,b,e,v,n,t,s){\n if(f.fbq) return; n=f.fbq=function(){\n n.callMethod ? n.callMethod.apply(n,arguments) : n.queue.push(arguments);\n };\n if(!f._fbq) f._fbq=n;\n n.push=n; n.loaded=!0; n.version=’2.0′; n.queue=[];\n t=b.createElement(e); t.async=!0;\n t.src=v; s=b.getElementsByTagName(e)[0];\n s.parentNode.insertBefore(t,s);\n }(window,document,’script’,’\/\/connect.facebook.net\/en_US\/fbevents.js’);\n\n fbq(‘init’, ‘837959289699976’);\n\n fbq(‘track’, ‘PageView’);\n }\n\n \/\/ Lancer automatiquement si consentement d\u00e9j\u00e0 donn\u00e9\n if (document.cookie.includes(‘ncc_ccn_tracking=’)) {\n initFacebookPixel();\n }\n”,”body”:” “},{“handle”:”linkedInInsight”,”head”:”\/* LinkedIn Insight script did not render *\/\n”,”body”:””},{“handle”:”hubSpot”,”head”:””,”body”:””},{“handle”:”pinterestTag”,”head”:”\/* Pinterest Tag script did not render *\/\n”,”body”:””},{“handle”:”fathom”,”head”:”\/* Fathom script did not render *\/\n”,”body”:””},{“handle”:”matomo”,”head”:”\/* Matomo script did not render *\/\n”,”body”:””},{“handle”:”plausible”,”head”:”\/* Plausible script did not render *\/\n”,”body”:””},{“handle”:”googleAnalytics”,”head”:”(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,’script’,’https:\/\/www.google-analytics.com\/analytics.js’,’ga’);\nga(‘create’, ‘UA-97225426-1’, ‘auto’, {allowLinker: true});\nga(‘set’, ‘anonymizeIp’, true);\nga(‘require’, ‘displayfeatures’);\nga(‘require’, ‘linkid’);\nga(‘require’, ‘linker’);\nga(‘send’, ‘pageview’);\n”,”body”:””}];

function appendHtml(html, target) {
if (!html) return;
var template = document.createElement(‘template’);
template.innerHTML = html.trim();
Array.prototype.slice.call(template.content.childNodes).forEach(function(node) {
if (node.nodeType !== Node.ELEMENT_NODE) return;
if (node.tagName !== ‘SCRIPT’) {
target.appendChild(node.cloneNode(true));
return;
}

var script = document.createElement(‘script’);
Array.prototype.slice.call(node.attributes).forEach(function(attr) {
script.setAttribute(attr.name, attr.value);
});
if (node.textContent) {
script.text = node.textContent;
}
target.appendChild(script);
});
}

function loadSeomaticTrackingScripts() {
if (window.__seomaticTrackingLoaded) return;
window.__seomaticTrackingLoaded = true;

seomaticTrackingScripts.forEach(function(scriptParts) {
if (scriptParts.head) {
var inlineScript = document.createElement(‘script’);
inlineScript.text = scriptParts.head;
document.head.appendChild(inlineScript);
}

appendHtml(scriptParts.body, document.body);
});
}

function persistConsent(value) {
var expires = new Date();
expires.setFullYear(expires.getFullYear() + 1);
document.cookie=”ncc_ccn_tracking=” + value + ‘; path=/; expires=” + expires.toUTCString() + “; SameSite=Lax’;
var csrfToken = document.querySelector(‘meta[name=”csrf-token”]’);
fetch(“/api/tracking?setting=” + value, {
method: “POST”,
headers: { “X-CSRF-Token”: csrfToken ? csrfToken.getAttribute(‘content’) : ” }
});
}

$(document).on(“click”,”[data-cookie-accept]”,function() {
$(“.cookie-banner__container”).hide();
persistConsent(1);
loadSeomaticTrackingScripts();
if (typeof window.updateGTMConsent === ‘function’) window.updateGTMConsent();
if (typeof loadConsentTrackers === ‘function’) loadConsentTrackers();
});

$(document).on(“click”,”[data-cookie-decline]”,function() {
$(“.cookie-banner__container”).hide();
persistConsent(0);
// No reload, and don’t load trackers.
});
})();