Pop Up Offer

OFFER DOES NOT INCLUDE TITLE, TAX, TAGS, SECURITY DEPOSIT, ANY DEALER INSTALLED ACCESSORIES WHERE APPLICABLE, AND $999 PROCESSING FEE. EXAMPLE STOCK 2025 CAMRY LE (VIN: 4T1DAACK2SU108354), MSRP $31,194. CANNOT BE COMBINED WITH OTHER OFFERS UNLESS SPECIFIED OTHERWISE. SEE DEALER FOR DETAILS. OFFER EXPIRES 6/1/25.

  • By providing your phone number, you consent to receive occasional SMS or voice calls from us regarding our products, services, and promotional offers. Standard messaging rates may apply.
  • This field is for validation purposes and should be left unchanged.

Thank You Price Request | Loyalty Toyota

Showroom

804.796.1800
804.796.1800
DIRECTIONS
SERVICE

THANK YOU

FOR YOUR PRICE REQUEST!

A Loyalty Toyota Team Member will be in touch with you shortly.

 

Year: $0

Make: $0

Model: $0

Your E-Price: $0

function getUrlParameter(sParam) {
var sPageURL = window.location.search.substring(1),
sURLVariables = sPageURL.split(“&”),
sParameterName,
i;

for (i = 0; i < sURLVariables.length; i++) {
sParameterName = sURLVariables[i].split("=");

if (sParameterName[0] === sParam) {
return sParameterName[1] === undefined ? true : decodeURIComponent(sParameterName[1]);
}
}
};

var yearQ = getUrlParameter("yr");
$("#yr").html(yearQ);

var yearQ2 = getUrlParameter("year");
$("#yr").html(yearQ2);

var makeQ = getUrlParameter("make");
$("#make").html(makeQ.replace("+", " "));

var modelQ = getUrlParameter("model");
$("#model").html(modelQ.replace("+", " "));

var stockQ = getUrlParameter("stock");
$("#stock").html(stockQ);

var msrpQ = getUrlParameter("msrp");
$("#msrp").html(msrpQ);

var newPriceQ = getUrlParameter("newPrice");
$("#newPrice").html(newPriceQ);

if($(‘#newPrice’).text() == “$0”)
{
$(‘#newPrice’).parent().hide();
}

if($(‘#msrp’).text() == “$0”)
{
$(‘#msrp’).parent().hide();
}