A section of the lower Ottawa River Pathway to the east of the NCC River House will be intermittently closed as part of shoreline work.

The NCC River House and its swim area will remain accessible via street-level entrance.

Schedule: Intermittent closures on weekdays, from Monday, June 4 to Friday, June 12Location: Ottawa River Pathway (lower level) from intersection that leads to Aviation Pathway (street-level trail) to NCC River HouseImpact on pedestrians and cyclists: When the trail is closed, a detour will be available via the Aviation Pathway, which involves a significant slope.

Map coming soon.

\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.
});
})();