Sitemap
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        
    
    
    
    
    
    
    
        
                O'Neill Nissan's New Inventory Vehicles
        
     
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        
                O'Neill Nissan's Used Vehicles in Inventory
        
     
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
            O'Neill Nissan's news
    
            
                2025
        
            
            
            
            
            
            
            
            
            
            
            
                2024
        
            
            
            
            
            
            
            
            
            
            
            
            
            
                2023
        
            
            
            
            
            
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        
    
    
    
    
    
    
        O'Neill Nissan's Special Offers
        
        
         
 
    
    
    
    
        
 
                            
    
    
 
                 
             
         
        
        
    
    
    
        
    
    
    
    
        
        
        
        
        
    
    
        
            
            
            
        
    
    
    
    
    
    
    
        
        
            
        
        
        
        
        
        
            
                
                
                    
                
            
        
        
        
            
                
    
            
        
    
        
            
        
        
        
        
        
         
        
        
        
        
        
        
        
    
    
    
    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);
            })
        });
    });