2025 Rogue S AWD

2025 Rogue S AWD

Introducing the all-new 2025 Nissan Rogue S AWD for just $234 bi-weekly plus taxes with 0$ down.

Get a free Blackstone grill with your purchase.

Contact us for full details.

Certain conditions apply.

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