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 had... Thank you so much. O'Neil Nissan is lucky to have such a great team.

Other customers satisfied

Extremely Helpful
I had a great experience at O'Neill. Greg Webber and Ashley Stack were extremely helpful and made hopping into my Murano a completely painless experience. I would definitely recommend O'Neill Nissan!
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...
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!
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); }) }); });