Powersports
Find Your Next Sled,
ATV or Side by Side
ALL SLED DECKS & TRAILERS
We're All-In on BRP
GMT APPROVED POWERSPORTS
Inspected. Serviced.
GMT Approved.
Every pre-owned unit is evaluated against the same standards we expect for ourselves. Local riders trust us to get it right.
<script>
document.addEventListener("DOMContentLoaded", function() {
if (window.jQuery && jQuery.fn.carousel) {
jQuery("#simple-slider").carousel({ interval: 7000, pause: false });
}
const map = {
"side-by-sides": "/inventory?view-type=unit-list&type_id=8",
"atvs": "/inventory?view-type=unit-list&type_id=4",
"snowmobiles": "/inventory?view-type=unit-list&type_id=6",
"pre-owned-powersports": "/inventory?view-type=unit-list&type_id=4%7C6%7C8&unit_condition=USED",
"new-powersports": "/inventory?view-type=unit-list&type_id=4%7C6%7C8&unit_condition=NEW",
"sled-decks-trailers": "/inventory?view-type=unit-list&type_id=7"
};
Object.keys(map).forEach(function(id) {
const el = document.getElementById(id);
if (el) {
el.onclick = function() {
window.location.href = map[id];
};
}
});
});
</script>