Amazing Salespeople

Loved dealing with my salesperson Kim. She was amazing. The crew at the service desk are also great! My Rogue is now two years old and I'm still very happy to drive this vehicle!

Other customers satisfied

Simple and Easy
Purchased our Nissan Pathfinder and it was very simple and easy. Great customer service (Kim Losinski), very prompt on replies, great product knowledge and vehicle walk around. Enjoying our first Nissan very much. We shopped at Hyundai, Honda, Toyota, Volkswagen and Ford and nobody could beat the...
Pleasant and Worry-Free
Having spent 12 years in the automotive industry, I know what it means to offer a positive experience to a customer that they will always remember. Kim Losinski, Ashley Stack, and Jeff Senior made my first ever Nissan experience just that. The most pleasant and worry-free experience I've ever...
Best Service
I had my Nissan Sentra serviced yesterday and it was the best service I have ever received. The entire process went smoothly. I am very happy with the work completed.
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); }) }); });