The 2023 Rogue SV

The 2023 Rogue SV

Expired

Factory Authorized Event is on Now.

Visit us and discover the 2023 Nissan Rogue SL.

Lease yours for just $499 monthly for 0% for 24 months.

Book a test drive today!

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); }) }); });