Coming Soon to Apple Chevy


May not represent actual vehicle. (Options, colors, trim and body style may vary)

The Manufacturer's Suggested Retail Price excludes tax, title, license, dealer fees and optional equipment. Dealer sets final price.

Reserve Your Vehicle

Contact Information

Vehicle Details

function getDesktopChatScriptsDlrOn() { (function () { let isTrackerInitialized = false; // Replace this with the actual variable you need to check. const checkInterval = 500; // 0.5 seconds const timeout = 3000; // 3 seconds const startTime = Date.now(); function checkTrackerInitializedInWindow() { if (!window.DealerOnTracker) { isTrackerInitialized = true; } else if (window.DealerOnTracker.initialized === true) { isTrackerInitialized = true; } } // Check for tracker initialization repeatedly every 0.5 seconds for a total of 3 seconds const intervalId = setInterval(() => { checkTrackerInitializedInWindow(); // Stop checking after 3 seconds or for tracker initialization if (isTrackerInitialized || Date.now() - startTime >= timeout) { clearInterval(intervalId); insertScript(); } }, checkInterval); // Function to insert the script tag function insertScript() { let headScripts = document.getElementsByTagName('head')[0].getElementsByTagName('script'); let s = headScripts[headScripts.length > 0 ? headScripts.length - 1 : 0]; let e = document.createElement('script'); e.defer = true; e.src = "//cdn.gubagoo.io/toolbars/119527/loader_119527_1.js"; s.parentNode.insertBefore(e, s.nextSibling); } })(); } function getMobileChatScriptsDlrOn() { getDesktopChatScriptsDlrOn(); }