Dear Customer,
Please note that Queensboro Toyota’s Service and Parts Department will be closed on Monday, September 1st, in observance of Labor Day.
We will reopen on Tuesday, September 2nd, and look forward to assisting you then.
Thank you for your understanding, and we wish you a safe and happy holiday.
Best regards,
Queensboro Toyota Service & Parts Team
Thank You Price Request | Queensboro Toyota
(718) 335-8600 Now Closed

THANK YOU

FOR YOUR PRICE REQUEST!

A Queensboro 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(); }