Great Service Means Happy Customers

Your opinions on
logo-google

5
Samantha Clarke
I went in needing a new car, as my current Nissan was having her transmission go. I checked their website, found the car I wanted and contacted them. AZ reached out and we set up a meeting. The car was everything I wanted and more. AZ in the sales department and Dave in the finance department were super helpful with finding me the best deal and support I could ask for. O'Neill Nissan will be my car dealership of choice for years to come!
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); }) }); });