The 2025 Pathfinder

The 2025 Pathfinder

My Choice Sales Event.

Own the 2025 Nissan Pathfinder.

Choose Your Bonus
$1,500 Bonus Cash
$1,500 Additional Accessory Credit
3 Years Prepaid Maintenance

Limited-Time Offer – Visit us 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); }) }); });