Certified Pre-Owned

Certified Pre-Owned

Expired

Get a FREE iPad with Any Pre-Owned Purchase!
For a limited time, buy any pre-owned vehicle from O’Neill Nissan and drive away with a brand-new iPad – absolutely FREE!

Visit us for more details today. 

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