OUR INVENTORY

RECENTLY VIEWED

  • Call
  • ({{VehicleImageCount}})
  • Play Video
  • FEATURED
    View Details
    {{Year}} {{Make}} {{Model}}
    Price Drop
    Sold
    Original Price {{CrossedOutPrice}}
    Disc. Price {{VehiclePrice}}
    Down Payment {{RequiredDownPayment}}
    Price Drop

    • {{Vin}}
    • {{Mileage}}
    • {{Transmission}}
    • {{FuelType}}
    • {{Drivetrain}}
    • {{BodyType}}
    • {{MPG}}
    • {{Engine}}
    • {{StockNumber}}
    • {{TransmissionDetail}}
    • {{VehicleHistory}}
    • Window Sticker
    Kelly Blue Book® Suggested Retail Value: 
    {{VehicleBookValue}}
    Price: {{VehiclePrice}}
    Savings: {{VehicleBookValueSavings}}

    © 2021 by Kelley Blue Book Co., Inc. ({{VehicleBookValuePeriod}} Edition). All Rights Reserved Blue Book is a trademark of Kelley Blue Book Co., Inc. The specific information required to determine the value for this particular vehicle was supplied by the dealer (or by a third party on behalf of the dealer). Vehicle valuations are approximations and may vary from vehicle to vehicle. Kelley Blue Book assumes no responsibility for errors or omissions.

      RECENTLY VIEWED

        "); newDoc.close(); var script = iframe.contentWindow.document.createElement("script"); script.type = "text/javascript"; script.src = "https://embed.videodelivery.net/embed/r4xu.fla9.latest.js?video=" + dwsVlpVideoId; iframe.contentWindow.document.body.appendChild(script); $(this).off('show.bs.modal'); }); var liItem = $('

      • '); if (dwsShareVideoUrl != '-') { var videoShareLinks = $('.dws-share-inventory-media-link'); videoShareLinks.each(function () { var newHref = $(this).data('href') + dwsShareVideoUrl.toLowerCase(); $(this).attr('href', newHref); }); } } else { var dwsVlpCfContainer = $('

      • VIDEO ID NOT FOUND.
      • '); } liItem.append(dwsVlpCfContainer); break; default: if (dwsVlpVideoUrl != "-") { var iframeElement = $(''); iframeElement.attr("src", dwsVlpVideoUrl); var liItem = $('

      • '); liItem.append(iframeElement); if (dwsShareVideoUrl != '-') { var videoShareLinks = $('.dws-share-inventory-media-link'); videoShareLinks.each(function () { var newHref = $(this).data('href') + dwsShareVideoUrl.toLowerCase(); $(this).attr('href', newHref); }); } } else { var liItem = $('

      • VIDEO SOURCE NOT FOUND.
      • '); } break; } //Render switch modal ability inside header DealerCenter.WebSite.Common.Utils.renderViewSwitchButtonInVlpModal(button.parent(), modalElement); //Replace elements of the template and display element modalElementBody.append(modalElementContent .replace(/{{carouselPlaceHolder}}/g, liItem.html())); modalElement.modal("show"); break; case "360image": if (fyuse360MediaId != "-") { //Remove all other modals displayed $("#dwsVideoModal, #dwsDefaultImagesModal").modal("hide"); $("#dwsVideoModal, #dwsDefaultImagesModal").find(".modal-body").empty(); //Declare modal to display, display title, clean up modal body var modalElement = $("#dws360ImageModal"); var modalElementContent = $("#dwsCarousel360ImagesModal").html(); var modalElementBody = modalElement.find(".modal-body"); modalElement.find('.dws-modal-vehicle-title').empty().append(dwsVehicleTitle); modalElementBody.empty(); //Build elements to display var imageId = fyuse360MediaId; var image360IdContainer = "360_image_container"; var fyuContainer = $("\n

        \n "); var fyuScript = document.createElement("script"); fyuScript.type = "text/javascript"; fyuScript.innerText = "var fyuViewer = FYU.add(\"nowcom:" + imageId + "\", \"360_image_container\"," + fyuSettings + ").on(\"load-cover\", VlpPlayerTracker.fyuVisible)"; var liItem = $('

      • '); liItem.append(fyuContainer); liItem.append(fyuScript); //Render switch modal ability inside header DealerCenter.WebSite.Common.Utils.renderViewSwitchButtonInVlpModal(button.parent(), modalElement); modalElementBody.append(modalElementContent .replace(/{{carouselPlaceHolder}}/g, liItem.html())); modalElement.modal("show"); } else { alert("Fyusion ID is missing"); } break; default: case "image": //Remove all other modals displayed $("#dwsVideoModal, #dws360ImageModal").modal("hide"); $("#dwsVideoModal, #dws360ImageModal").find(".modal-body").empty(); //Declare modal to display, display title, clean up modal body var modalElement = $("#dwsDefaultImagesModal"); var modalElementContent = $("#dwsDefaultImagesModalContent").html(); var modalElementBody = modalElement.find(".modal-body"); modalElement.find('.dws-modal-vehicle-title').empty(); modalElement.find(".dws-modal-switch-controls").empty(); modalElementBody.empty(); //Build elements to display $.ajax({ url: "/wp-admin/admin-ajax.php", type: 'post', data: { action: "dws_vehicle_slider_mark_up", requestType: "get_vehicle_slider_mark_up", stockNumber: dwsVlpstockNumber, elementId: elementId }, beforeSend: function () { modalElement.find('.dws-loader').show(); }, success: function (response) { modalElement.find('.dws-modal-vehicle-title').empty(); modalElement.find(".dws-modal-switch-controls").empty(); modalElementBody.empty(); DealerCenter.WebSite.Common.Utils.renderViewSwitchButtonInVlpModal(button.parent(), modalElement); modalElement.find('.dws-loader').hide(); modalElementBody.append(modalElementContent .replace(/{{carouselPlaceHolder}}/g, response.sliderMarkUp != null && response.sliderMarkUp != '' ? response.sliderMarkUp : '') .replace(/{{paginationPlaceHolder}}/g, response.paginationMarkUp != null && response.paginationMarkUp != '' ? response.paginationMarkUp : '') .replace(/{{carouselImagesThumbnail}}/g, response.carouselImagesThumbnail != null && response.carouselImagesThumbnail != '' ? response.carouselImagesThumbnail : '') .replace(/{{carouselClickHandlerPlaceHolder}}/g, response.carouselClickHandlerPlaceHolder != null && response.carouselClickHandlerPlaceHolder != '' ? response.carouselClickHandlerPlaceHolder : '')); modalElement.find('.dws-modal-vehicle-title').append(dwsVehicleTitle); //Render switch modal ability inside header DealerCenter.WebSite.Common.LazyLoad.startObserve('.lozad'); } }); modalElement.modal("show"); break; } }); $("body").on("click touchend", ".dws-modal-vlp-carousel-control-click-handler", function (event) { if (touchMoved) { return; } var button = $(event.currentTarget); var uniqueElemId = button.attr("data-unique-elem-id"); var clickDirection = button.attr("data-slide"); var vlpModal = $("#dws-vlp-modal-container"); var currentViewedVehicleCount = parseInt(vlpModal.find("#carousel-default-images-modal .carousel-inner .active").attr("data-item-count")); var totalVehicleCount = parseInt(vlpModal.find("#dwsDefaultImagesModal .dws-modal-pagination .dws-total-vehicle-count").html()); if (clickDirection == "next") { currentViewedVehicleCount = currentViewedVehicleCount + 1; } else { currentViewedVehicleCount = currentViewedVehicleCount - 1; } if (currentViewedVehicleCount == 0) { currentViewedVehicleCount = totalVehicleCount; } else { if (currentViewedVehicleCount == totalVehicleCount + 1) { currentViewedVehicleCount = 1; } } vlpModal.find("#dwsDefaultImagesModal .dws-modal-pagination .dws-current-viewed-vehicle").empty().append(currentViewedVehicleCount.toString()); DealerCenter.WebSite.Common.Utils.setActiveMarkerForVlpThumbnailCarousel(vlpModal, currentViewedVehicleCount.toString()); vlpModal.find("#carousel-inner-default-images-modal-thumbnail .carousel-inner .item").removeClass("active"); vlpModal.find("#carousel-inner-default-images-modal-thumbnail div[data-vehicle-count-update='" + currentViewedVehicleCount + "']").parent().addClass("active"); }); $("body").on("click touchend", ".dws-thumbnail-images-for-vlp-modal", function (event) { if (touchMoved) { return; } var button = $(event.currentTarget); //var uniqueElemId = button.attr("data-unique-elem-id"); var currentViewedVehicleCount = button.attr("data-vehicle-count-update"); var vlpModal = $("#dws-vlp-modal-container"); vlpModal.find("#dwsDefaultImagesModal .dws-modal-pagination .dws-current-viewed-vehicle").empty().append(currentViewedVehicleCount.toString()); DealerCenter.WebSite.Common.Utils.setActiveMarkerForVlpThumbnailCarousel(vlpModal, currentViewedVehicleCount.toString()); }); $('#dwsVideoModal').on('hidden.bs.modal', function (e) { $("#dwsVideoModal #vlp-video-modal").remove(); }); $("body").on("click touchend", ".dws-vlp-media-icons-videos-play-icon", function (event) { if (touchMoved) { return; } var button = $(event.currentTarget); var vehicleUniqueId = button.attr("data-unique-vehicle-id"); $('.dws-vehicle-listing-widget div[data-unique-vehicle-id="' + vehicleUniqueId + '"] .dws-show-vehicle-videos-modal').trigger("click"); }); $("body").on("click touchend", ".dws-vlp-media-icons-360-image-play-icon", function (event) { if (touchMoved) { return; } var button = $(event.currentTarget); var vehicleUniqueId = button.attr("data-unique-vehicle-id"); $('.dws-vehicle-listing-widget div[data-unique-vehicle-id="' + vehicleUniqueId + '"] .dws-show-360-images-modal').trigger("click"); }); $("body").on("click", ".dws-quick-contact-button", function (event) { event.preventDefault(); $(".dws-vlp-modal-quick-contact-container").modal("show"); }); });