jQuery(document).ready(function () { var useGlobal = true; var htmlContents = '
Sending message...
CONTACT US
Thank you!

We will get back to you shortly


NEW 2024 Nissan
*Disclaimer Click Here

Excludes taxes, doc, acquisition, title, license and first payment. $3,999 initial down payment required at consummation. (-$500 CONDITIONAL OFFER recent college grad/military may be available if qualify.) Subject to residency restrictions. 2024 Titan SV Lease model 38414 subject to availability to well-qualified lessees through Nissan Motor Acceptance Corporation. $57,610 MSRP incl. destination charge. Lease selling price of $57,610. excess wear & use plus $0.25 per mile for mileage over 10,000 miles per year. Lessee is responsible for maintenance and repairs. A disposition fee is due at termination of lease term. No security deposit required. Must take delivery from new dealer stock. Offer ends 5/31/2024.

NEW 2024 Nissan
TITAN
SV #1N6AA1ED9RN102767
3.9% APR for 60 months
Money Down Lease:
$429/mo
w/ $4,999 Down for 24 mos*
Quirk Price:
$49,499
*Disclaimer Click Here

Excludes taxes, doc, acquisition, title, license and first payment. $3,999 initial down payment required at consummation. (-$500 CONDITIONAL OFFER recent college grad/military may be available if qualify.) Subject to residency restrictions. 2024 Titan SV Lease model 38414 subject to availability to well-qualified lessees through Nissan Motor Acceptance Corporation. $57,610 MSRP incl. destination charge. Lease selling price of $57,610. excess wear & use plus $0.25 per mile for mileage over 10,000 miles per year. Lessee is responsible for maintenance and repairs. A disposition fee is due at termination of lease term. No security deposit required. Must take delivery from new dealer stock. Offer ends 5/31/2024.

NEW 2024 Nissan
*Disclaimer Click Here

Excludes taxes, doc, acquisition, title, license and first payment. Loyalty. $3,999 initial down payment required at consummation. (-$500 CONDITIONAL OFFER recent college grad/military may be available if qualify). Subject to residency restrictions. 2024 Frontier PRO-4X Lease model 32414. Lease selling price: $38,890. subject to availability to well-qualified lessees through Nissan Motor Acceptance Corporation. $38,890 MSRP incl. destination charge. excess wear & use plus $0.25 per mile for mileage over 10,000 miles per year. Lessee is responsible for maintenance and repairs. A disposition fee is due at termination of lease term. No security deposit required. Must take delivery from new dealer stock. Offer ends 5/31/2024.

NEW 2024 Nissan
Frontier
SV #1N6ED1CM9RN650103
3.9% APR AVAILABLE FOR 36 MONTHS
Money Down Lease:
$329/mo
w/ $3,999 down for 36 mos*
Quirk Price:
$36,999
*Disclaimer Click Here

Excludes taxes, doc, acquisition, title, license and first payment. Loyalty. $3,999 initial down payment required at consummation. (-$500 CONDITIONAL OFFER recent college grad/military may be available if qualify). Subject to residency restrictions. 2024 Frontier PRO-4X Lease model 32414. Lease selling price: $38,890. subject to availability to well-qualified lessees through Nissan Motor Acceptance Corporation. $38,890 MSRP incl. destination charge. excess wear & use plus $0.25 per mile for mileage over 10,000 miles per year. Lessee is responsible for maintenance and repairs. A disposition fee is due at termination of lease term. No security deposit required. Must take delivery from new dealer stock. Offer ends 5/31/2024.

'; if (useGlobal) { var container = $("img[alt='incentive-container']").closest(".widget-image"); if (container.length) { container.parent().prepend("
") container.remove(); $('.incentivesContainer').html(htmlContents); } else { $("#webspecials-global").addClass("incentivesContainer"); $("#webspecials-global").html(htmlContents); } } else { $("#webspecials").html(htmlContents); } $(".contact-form #specialsContactForm input").blur(function () { $(this).removeClass("hasErrors"); }) }); function validateEmail(email) { var re = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; return re.test(email); } function showContactForm(specialId) { $('.contact-form #specialId').val(specialId); $('.contact-form').fadeIn(); } function closeForm() { $(".contact-form #specialsContactForm input").removeClass("hasErrors"); $(".contact-form .messages .errors").html(""); $('.contact-form .sending').hide(); $('.contact-form .thanks').hide(); $('.contact-form .message').hide(); $('.contact-form').fadeOut(); $(".contact-form #specialsContactForm").get(0).reset(); setTimeout(function () { $('.contact-form .controls').show(); $(".contact-form .contactFormTitle").show(); }, 1000); } function sendData() { $(".contact-form #specialsContactForm input").removeClass("hasErrors"); $(".contact-form .messages .errors").html(""); var hasErrors = false; if (!$(".contact-form #specialsContactForm #first_name").val()) { $(".contact-form #specialsContactForm #first_name").addClass("hasErrors"); hasErrors = true; } if (!$(".contact-form #specialsContactForm #last_name").val()) { $(".contact-form #specialsContactForm #last_name").addClass("hasErrors"); hasErrors = true; } if (!$(".contact-form #specialsContactForm #email").val()) { $(".contact-form #specialsContactForm #email").addClass("hasErrors"); hasErrors = true; } if (hasErrors) { $(".contact-form .messages .errors").html("Please complete all required fields"); alert("Please complete all required fields"); return; } if (!validateEmail($(".contact-form #specialsContactForm #email").val())) { $(".contact-form #specialsContactForm #email").addClass("hasErrors"); $(".contact-form .messages .errors").html("Please enter a valid email address"); alert("Please enter a valid email address"); return; } $(".contact-form .sending").fadeIn(); $.ajax({ type: "POST", url: "https://api.quirkspecials.com/v2/api/specials/emailLead", data: $(".contact-form #specialsContactForm").serialize(), success: function (response) { $(".contact-form #specialsContactForm").get(0).reset(); $(".contact-form .sending").fadeOut(); $(".contact-form .contactFormTitle").hide(); $('.contact-form .controls').hide(); $(".contact-form .thanks").show(); }, error: function (response) { $(".contact-form .sending").fadeOut(); alert("We can't send your message right now, please try again later"); } }); }