The 2024 Murano

The 2024 Murano

Own the 2024 Nissan Murano and save $1,500 on all remaining inventory.

While Quantities last | Visit for details | Ends on 01.31.2025 

Conditions may apply. See dealer for full details.

function colorChooserRedirect(colorCode) { const currentUrl = window.location; const currentUrlParams = new URLSearchParams(window.location.search); currentUrlParams.set('extColorCode', colorCode); window.location = currentUrl.origin + currentUrl.pathname + '?' + currentUrlParams.toString(); } document.addEventListener("DOMContentLoaded", () => { const chooserItem = document.querySelectorAll('[data-color-chooser-redirect="true"] [data-color-chooser-item]'); chooserItem.forEach(item => { item.addEventListener('click', e => { e.preventDefault(); colorChooserRedirect(item.dataset.colorChooserCode); }) }); });