Thank You Price Request | Nissan of Venice
OpenModal.
Sales 941.485.1534
Service 941.485.1535
Parts 941.485.1536
Welcome!
700 U.S. 41 Bypass S, Venice, FL 34285
941.485.1534 Welcome!
Sales
Service
Get Directions

THANK YOU

FOR YOUR PRICE REQUEST!

A Nissan of Venice 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(); }