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

We will get back to you shortly


NEW 2026 GMC
Sierra 1500
5.3 Elevation Four Wheel Drive Crew Cab
5 Available at this price: G22470, G22458, G22457, G22551, G22533
Money Down Lease:
$430/mo
$2,700 Down For 36 Months*
Save Up To:
$7,250
Quirk Price:
$54,085
MSRP
$61,085
Quirk Discount
$2,000
Purchase Allowance
$1,750
Bonus Cash
$1,500
*Disclaimer Click Here

Must trade in a 2011 vehicle or newer. $2,700 down plus first payment; taxes, title, and fees extra. Must qualify for GM Trade Assist program. (G22470, G22458, G22457, G22551, G22533) Residency restrictions apply. Credit approval required. See dealer for details. Must have current GMC or Buick leased with GM Financial in household Subject to program change without notice. $499 documentation fee not included in final price. By submitting you agree to our terms and conditions. Sale ends 12-01-2025.

NEW 2025 GMC
Sierra EV
Max range denali
 
Money Down Lease:
$999/mo
$6,800 Down For 36 Months*
Save Up To:
$5,500
Quirk Price:
$95,290
MSRP
$100,790
Quirk discount
$5,500
*Disclaimer Click Here

Current Buick or GMC Lessees, must trade 2011 or newer plus $3,000 and first payment, taxes, title and fees extra. 39 months/10k mi. Must qualify for GM trade assist program, Must have costco membership, Credit approval required. (G22314) See dealer for details. Subject to program change without notice. $499 documentation fee not included in final price. By submitting, you agree to our terms and conditions. Sale ends 12-01-2025.

NEW 2026 GMC
Sierra 1500
Elevation Four Wheel Drive Crew Cab Turbomax
3 Available: G22532, G22536
Money Down Lease:
$375/mo
$2,700 Down For 24 Months*
Quirk Price:
$52,640
MSRP
$58,140
Quirk Discount
$2,000
Purchase Allowance
$1,750
Bonus Cash
$1,750
*Disclaimer Click Here

Must have a 2011 or newer Buick or GMC in household. $2,700 down plus first payment; taxes, title, and fees extra. Must qualify for GM Trade Assist program. (G22532, G22536) Residency restrictions apply. Credit approval required. Must have current GMC or Buick lessees leasing with GM FinancialSee dealer for details. Subject to program change without notice. $499 documentation fee not included in final price. By submitting you agree to our terms and conditions. Sale ends 12-01-2025.

NEW 2026 GMC
Canyon
Elevation
2 Available G22614, G22611
Money Down Lease:
$415/mo
$3,000 Down for 36 Months*
Quirk Price:
$$47,350
MSRP
$47,350
*Disclaimer Click Here

10K, Residency restrictions apply, $2,800 due at signing, plus first payment, taxes, title and fees extra. for current Buick or GMC lease customers leasing with GM Financial, plus first payment, fees and taxes G22614, G22611) See dealer for details. Subject to program change without notice. $499 documentation fee not included in final price. By submitting you agree to our terms and conditions. Sale ends 12-01-2025.

'; 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"); } }); }