www.uncyclecenter.com Open in urlscan Pro
137.117.66.167  Public Scan

Submitted URL: http://www.uncyclecenter.com/
Effective URL: https://www.uncyclecenter.com/
Submission: On September 09 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST /

<form method="post" action="/" id="Form" enctype="multipart/form-data">
  <div class="aspNetHidden">
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="Lz9JiDd06KzeqrnrpVmOThDdsDA3D6m4qzlx5tvxBn2VMGLwLBDzgrF+FTIj3iJl8D+MoVvDUR2WzideGg5f9CALz2OCxixPXiQcaw==">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['Form'];
    if (!theForm) {
      theForm = document.Form;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script src="/WebResource.axd?d=pynGkmcFUV3Xfzci_IChrH6z-I2hlIGIDilUfcZMAR0cQXoHCijx5Obw8WE1&amp;t=638459097597698506" type="text/javascript"></script>
  <script src="/ScriptResource.axd?d=NJmAwtEo3IqgM4I9yyJINLq2_Iqx0ym3XnQK_gZhuziXH_hcBNi_kuzFJ5WnqgyhHUnTKbNua6Kk2_OZ89_fF45CiErla6dYbi_IKN72PMJgG5XYG4wVTovKSVxtvTsj8GlrVg2&amp;t=2aed0f1" type="text/javascript"></script>
  <script src="/ScriptResource.axd?d=dwY9oWetJoIiPg2KUgNIEFksh2864E555Ep9-kzgY0GKgW0B1lQ4FCb5SeV8TRliJOqSICdlQ_N-mL2HezrJHLNjjbuuiGdGTLrkToiLE7hqTv1agi0wNN5kU1NoWOL-hQC1PrgwePd7weM90&amp;t=2aed0f1" type="text/javascript"></script>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334">
    <input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="">
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="DJhUy5NjG0ScbSkOXtejGCWr1278BBb6dOdGI0If7MklCoPTfiLA9gJ49j/b/Ii3GzTdLIpsKr7Jz4jlqYUjYET3l90QENY6ZmQNCpGUefLkdIG3">
  </div>
  <script src="/DependencyHandler.axd/be25d94806560ff2cf85c1af8076e9a8/1314/js" type="text/javascript"></script>
  <script src="https://cdn.dx1app.com/dnn/libs/slick-carousel/1.8.1/slick.js" type="text/javascript"></script>
  <script src="/DependencyHandler.axd/6e66831f7fc79eeb870b5f401b1ea86f/1314/js" type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    Sys.WebForms.PageRequestManager._initialize('ScriptManager', 'Form', ['tdnn$ctr28435$BrpOverlayMenu_UP', 'dnn_ctr28435_BrpOverlayMenu_UP', 'tdnn$ctr28436$Listings_UP', 'dnn_ctr28436_Listings_UP'], [], [], 90, '');
    //]]>
  </script>
  <script id="Dx1Sem" type="text/javascript">
    var dx1SemName = "Dx1Sem";
    var semJsObj = {
      IsDx1Sem: "false",
      utm_campaign: ""
    };
    var dx1GlobalVariables = {
      portalid: 104
    };

    function isPaidUrl() {
      var utmValue = "";
      var isDx1Sem = false;
      var params = ["utm_source", "utm_medium", "utm_campaign", "utm_term", "utm_content"]
      var search = window.location.search;
      if (search !== "") {
        search = search.substring(1);
        var urlParams = search.split('&');
        for (var i = 0; i < urlParams.length; i++) {
          var keyVal = urlParams[i].split('=');
          var p = keyVal[0].toLocaleLowerCase();
          if (params.indexOf(p) >= 0) {
            isDx1Sem = true;
          }
          if (p.toLocaleLowerCase() === "utm_campaign") {
            utmValue = keyVal[1];
          }
        }
      }
      semJsObj.IsDx1Sem = isDx1Sem;
      semJsObj.utm_campaign = utmValue;
      return isDx1Sem;
    }

    function checkAndReplacePaidPhone() {
      var hasPaidCookie = false;
      var value = getCookie(dx1SemName);
      if (value !== "") {
        hasPaidCookie = true;
      }
      if (!hasPaidCookie && isPaidUrl()) {
        document.cookie = `Dx1Sem=${JSON.stringify(semJsObj)}`; //"Dx1Sem=True";
        hasPaidCookie = true;
      }
      if (hasPaidCookie) {
        var each = Array.prototype.forEach;
        var $myword = $(":contains('(814) 684-0956')");
        $myword.each(function() {
          each.call(this.childNodes, function(ele) {
            if (ele.nodeType === 3 && ele.nodeValue.indexOf('(814) 684-0956') >= 0) {
              ele.nodeValue = ele.nodeValue.replace("(814) 684-0956", "(844) 696-3973");
            }
          }, this);
        });
      }
    }

    function checkPaidExisting() {
      value = getCookie(dx1SemName);
      if (value === "") {
        return false;
      }
      var obj = JSON.parse(value);
      return Boolean.parse(obj.IsDx1Sem);
    }

    function getCookie(cookieName) {
      var name = cookieName + "=";
      var allCookie = decodeURIComponent(document.cookie).split(';');
      var cVal = [];
      for (var i = 0; i < allCookie.length; i++) {
        if (allCookie[i].trim().indexOf(name) === 0) {
          cVal = allCookie[i].trim().split("=");
        }
      }
      return cVal.length <= 0 ? "" : cVal[1];
    }
    $(function() {
      checkAndReplacePaidPhone();
    });
  </script>
  <link rel="preconnect" href="https://fonts.gstatic.com">
  <link href="//fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet">
  <link href="//fonts.googleapis.com/css2?family=Bebas+Neue&amp;family=Martel+Sans:wght@400;700&amp;display=swap" rel="stylesheet">
  <link rel="preload" as="image" href="/portals/uncyclecenter/skins/uncycle-sequence/images/mobile-hero-500.jpg">
  <!--CDF(Css|https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css|DnnPageHeaderProvider|100)-->
  <!--CDF(Javascript|https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js|DnnFormBottomProvider|100)-->
  <!--CDF(Css|https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css|DnnPageHeaderProvider|100)-->
  <!--CDF(Css|/portals/uncyclecenter//skins/uncycle-sequence/less/theme.css|DnnPageHeaderProvider|100)-->
  <!--CDF(Javascript|/portals/uncyclecenter//skins/uncycle-sequence/js/custom.js|DnnFormBottomProvider|100)-->
  <script async="" src="https://bit.ly/3FsyseJ" type="text/javascript"></script>
  <!-- Ticket: 2582582-->
  <!-- Google Tag Manager (noscript) -->
  <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PGP5V62" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  <!-- End Google Tag Manager (noscript) -->
  <!-- Ticket: 258282-->
  <!-- Google Tag Manager -->
  <script>
    (function(w, d, s, l, i) {
      w[l] = w[l] || [];
      w[l].push({
        'gtm.start': new Date().getTime(),
        event: 'gtm.js'
      });
      var f = d.getElementsByTagName(s)[0],
        j = d.createElement(s),
        dl = l != 'dataLayer' ? '&l=' + l : '';
      j.async = true;
      j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
      f.parentNode.insertBefore(j, f);
    })(window, document, 'script', 'dataLayer', 'GTM-PGP5V62');
  </script>
  <!-- End Google Tag Manager -->
  <!-- Added: 5/19/2023, Ticket: 264846-->
  <script id="ol_widget_snippet" src="https://widget.octane.co/"></script>
  <!-- Ticket: 291549-->
  <!-- //// Copyright (c) 2018 Trade Accelerator.  All rights reserved. //// -->
  <style>
    a#tradeinTab {
      transition: all .5s;
      transform: translateX(-137px)
    }

    a#tradeinTab:hover {
      transform: translateX(0)
    }

    @media (max-width:769px) {
      a#tradeinTab {
        background: url(https://www.valuemytradein.com/promo/expand_mobile.png) no-repeat;
        height: 168px;
        width: 18px;
        transform: none
      }

      a#tradeinTab img {
        display: none
      }
    }
  </style>
  <a id="tradeinTab" href="https://www.uncyclecenter.com/Inventory/Value-Your-Trade?utm_source=tradeaccelerator&amp;utm_campaign=tab" style="display:block;position:fixed;top:25%;left:0;z-index:9999;"><img src="https://www.valuemytradein.com/promo/expand_desktop3.png" alt="Value Your Trade in 30 Seconds" border="0"></a>
  <!-- //// Copyright (c) 2018 Trade Accelerator.  All rights reserved. //// -->
  <div id="uncycle" class="sequence home">
    <header id="Header" class="header">
      <div id="DealerInfo">
        <div class="container">
          <div class="row row-flex">
            <div class="header-info hidden-xs col-sm-7 col-lg-4">
              <ul class="header-list-styling header-contact-info">
                <li class="header-phone">
                  <!-- NOTE: If updating this link, be sure to update BootstrapNav3 file as well -->
                  <a href="tel:+1-814-684-0956" class="phone" rel="nofollow" aria-label="Click to dial our phone number.">
                                <span class="fa fa-phone"></span>
                                <span class="link-text">(814) 684-0956</span>
                            </a>
                </li>
                <li class="header-address">
                  <!-- NOTE: If updating this link, be sure to update BootstrapNav3 file as well -->
                  <a href="/Directions" aria-label="Click for map and hours.">
                                <span class="fa fa-map-marker"></span>
                                <span class="link-text">Tyrone, PA</span>
                            </a>
                </li>
              </ul>
            </div>
            <div class="logo col-xs-12 col-lg-4">
              <a id="dnn_DealerLogo_hypLogo" aria-label="[DealerName] in [city], [statelong] | Polaris, Yamaha, ATV, Motorcycle, Scooter, Utility Vehicle, Dealer" href="https://www.uncyclecenter.com/"><img id="dnn_DealerLogo_imgLogo" src="/portals/uncyclecenter//logo.png?ver=1g8zcf4Js--dbWekdYXhzw%3d%3d" alt="[DealerName] in [city], [statelong] | Polaris, Yamaha, ATV, Motorcycle, Scooter, Utility Vehicle, Dealer"></a>
              <div class="logo-tagline">Live Life Unlimited</div>
            </div>
            <div class="header-icons hidden-xs col-sm-5 col-lg-4">
              <ul class="header-list-styling header-social-icons">
                <!-- NOTE: If updating these links, be sure to update BootstrapNav3 file as well -->
                <li>
                  <a href="https://www.facebook.com/Unlimitedcycle" aria-label="Visit Our Facebook Page" target="_blank" rel="noopener" aria-describedby="audioeye_new_window_message"><span class="fa fa-facebook-f" aria-hidden="true"></span></a>
                </li>
                <li>
                  <a href="/Directions" aria-label="Contact Us"><span class="fa fa-clock-o" aria-hidden="true"></span></a>
                </li>
                <li>
                  <a href="/Contact-Us" aria-label="Contact Us"><span class="fa fa-envelope-o" aria-hidden="true"></span></a>
                </li>
              </ul>
            </div>
          </div>
        </div>
      </div>
      <div id="SiteNav">
        <div class="container">
          <div class="row">
            <div class="navbar-header">
              <ul class="header-list-styling nav-icons">
                <li>
                  <a aria-label="click to call" href="tel:+1-814-684-0956" class="phone" rel="nofollow"><span class="fa fa-phone" aria-hidden="true"></span></a>
                </li>
                <li>
                  <a aria-label="click for location and hours" href="/Directions"><span class="link-text">Tyrone, PA</span></a>
                </li>
                <li class="social-link">
                  <a href="https://www.facebook.com/Unlimitedcycle" aria-label="Visit Our Facebook Page" target="_blank" rel="noopener" aria-describedby="audioeye_new_window_message"><span class="fa fa-facebook-f" aria-hidden="true"></span></a>
                </li>
                <li class="social-link">
                  <a href="/Contact-Us" aria-label="Visit Our Facebook Page"><span class="fa fa-envelope-o" aria-hidden="true"></span></a>
                </li>
              </ul>
              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#MainNavigation">
                <span class="sr-only">Toggle navigation</span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
              </button>
            </div>
            <nav id="MainNavigation" role="navigation" aria-label="Main Navigation" class="collapse navbar-collapse">
              <ul id="dnn_ctl05" class="nav navbar-nav ">
                <li class="top-nav active">
                  <a href="https://www.uncyclecenter.com/" class="main-link">Home</a>
                </li>
                <li class="top-nav dropdown">
                  <a href="https://www.uncyclecenter.com/Brands/Manufacturer-Models" data-toggle="dropdown" class="main-link dropdown-toggle" disabled="">Brands <b class="caret"></b></a>
                  <ul class="dropdown-menu">
                    <li>
                      <a href="https://www.uncyclecenter.com/Brands/Manufacturer-Models" class="sub-link">Manufacturer Models</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/Brands/OEM-Promotions" class="sub-link">OEM Promotions</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/Polaris/Polaris-ORV" class="sub-link">Polaris Off-Road Vehicles</a>
                    </li>
                    <li>
                      <a href="/Shop-BRP/Can-Am-Off-Road" class="sub-link">Can-Am Off-Road</a>
                    </li>
                    <li>
                      <a href="/Shop-BRP/Can-Am-On-Road" class="sub-link">Can-Am On-Road</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/Brands/2024-Slingshot-Models" class="sub-link">2024 Slingshot Models</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/Polaris/Slingshot" class="sub-link">Slingshot</a>
                    </li>
                  </ul>
                </li>
                <li class="top-nav dropdown">
                  <a href="https://www.uncyclecenter.com/Inventory/All-Inventory" data-toggle="dropdown" class="main-link dropdown-toggle" disabled="">Inventory <b class="caret"></b></a>
                  <ul class="dropdown-menu">
                    <li>
                      <a href="https://www.uncyclecenter.com/Inventory/All-Inventory" class="sub-link">All Inventory</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/Inventory/New-Inventory" class="sub-link">New Inventory</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/Inventory/Used-Inventory" class="sub-link">Used Inventory</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/Inventory/Value-Your-Trade" class="sub-link">Value Your Trade</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/Inventory/Request-A-Model" class="sub-link">Request A Model</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/Finance" class="sub-link">Secure Financing</a>
                    </li>
                  </ul>
                </li>
                <li class="top-nav dropdown">
                  <a href="https://www.uncyclecenter.com/Parts/Parts-Department" data-toggle="dropdown" class="main-link dropdown-toggle" disabled="">Parts <b class="caret"></b></a>
                  <ul class="dropdown-menu">
                    <li>
                      <a href="https://www.uncyclecenter.com/Parts/Parts-Department" class="sub-link">Parts Department</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/Parts/Request-Parts" class="sub-link">Request Parts</a>
                    </li>
                  </ul>
                </li>
                <li class="top-nav dropdown">
                  <a href="https://www.uncyclecenter.com/Service/Service-Department" data-toggle="dropdown" class="main-link dropdown-toggle" disabled="">Service <b class="caret"></b></a>
                  <ul class="dropdown-menu">
                    <li>
                      <a href="https://www.uncyclecenter.com/Service/Service-Department" class="sub-link">Service Department</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/Service/Schedule-Service" class="sub-link">Schedule Service</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/Service/Warranty-Recall-Look-Up" class="sub-link">Warranty &amp; Recall Look-Up</a>
                    </li>
                  </ul>
                </li>
                <li class="top-nav">
                  <a href="https://www.uncyclecenter.com/Finance" class="main-link">Finance</a>
                </li>
                <li class="top-nav dropdown">
                  <a href="https://www.uncyclecenter.com/About-Us/Our-Dealership" data-toggle="dropdown" class="main-link dropdown-toggle" disabled="">About Us <b class="caret"></b></a>
                  <ul class="dropdown-menu">
                    <li>
                      <a href="https://www.uncyclecenter.com/About-Us/Our-Dealership" class="sub-link">Our Dealership</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/About-Us/Location-Hours" class="sub-link">Location &amp; Hours</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/About-Us/Testimonials" class="sub-link">Testimonials</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/About-Us/Customer-Survey" class="sub-link">Customer Survey</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/About-Us/Newsletter-Sign-Up" class="sub-link">Newsletter Sign-Up</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/About-Us/Events" class="sub-link">Events</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/About-Us/Photo-Gallery" class="sub-link">Photo Gallery</a>
                    </li>
                    <li>
                      <a href="https://www.uncyclecenter.com/About-Us/Employment" class="sub-link">Employment</a>
                    </li>
                  </ul>
                </li>
                <li class="top-nav">
                  <a href="https://www.uncyclecenter.com/Contact-Us" class="main-link">Contact Us</a>
                </li>
              </ul>
            </nav>
          </div>
        </div>
      </div>
    </header>
    <div class="hero-wrap">
      <div class="banner-wrap">
        <div class="mobile-hero visible-xs"></div>
        <div id="dnn_Banner" class="banner hidden-xs">
          <div class="DnnModule DnnModule-Dx1Slideshow DnnModule-28434"><a name="28434"></a>
            <div class="notitle">
              <div id="dnn_ctr28434_ContentPane" class="body"><!-- Start_Module_28434 -->
                <div id="dnn_ctr28434_ModuleContent" class="DNNModuleContent ModDx1SlideshowC">
                  <div id="mvcContainer-28434">
                    <div class="dx1-slideshow-container dx1-slideshow-wide" id="MainSlideshow" data-slideshow-instance-id="b96f385e-b219-4387-a0dd-2c5bfee49dca" style="display: block; max-width: 1920px; max-height: 823px;">
                      <div class="dx1-slideshow-items slick-initialized slick-slider slick-dotted" style="display: block; margin: auto; max-width: 1920px; max-height: 823px;">
                        <div class="slick-list draggable" style="height: 685.833px;">
                          <div class="slick-track" style="opacity: 1; width: 20800px;">
                            <div class="slick-slide" data-slick-index="0" aria-hidden="true" style="width: 1600px; position: relative; left: 0px; top: 0px; z-index: 998; opacity: 0; transition: opacity 1000ms linear;" role="tabpanel"
                              id="slick-slide00" tabindex="-1" aria-describedby="slick-slide-control00">
                              <div>
                                <div style="width: 100%; display: inline-block;">
                                  <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-68be7591-cdc4-445e-92fe-b1be010a2ea5" target="_self" data-promotion="1" data-promotion-id="68be7591-cdc4-445e-92fe-b1be010a2ea5" data-promotion-name="Polaris - Deal Days" data-item-index="1" tabindex="-1">
                            <img alt="Polaris - Deal Days" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/68be7591-cdc4-445e-92fe-b1be010a2ea5/SPOTLIGHT_W/O000000001.jpg">
                        </a>
                                </div>
                              </div>
                            </div>
                            <div class="slick-slide slick-current slick-active" data-slick-index="1" aria-hidden="false" style="width: 1600px; position: relative; left: -1600px; top: 0px; z-index: 999; opacity: 1;" role="tabpanel" id="slick-slide01"
                              aria-describedby="slick-slide-control01">
                              <div>
                                <div style="width: 100%; display: inline-block;">
                                  <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-a5347520-c29b-4356-9dc0-b1a1001b8edd" target="_self" data-promotion="1" data-promotion-id="a5347520-c29b-4356-9dc0-b1a1001b8edd" data-promotion-name="Let's Ride Sales Event - Save On Select Wolverine RMAX Models With Customer Cash Offers*" data-item-index="2" tabindex="0">
                            <img alt="Let's Ride Sales Event - Save On Select Wolverine RMAX Models With Customer Cash Offers*" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/a5347520-c29b-4356-9dc0-b1a1001b8edd/SPOTLIGHT/N000000023.jpg">
                        </a>
                                </div>
                              </div>
                            </div>
                            <div class="slick-slide" data-slick-index="2" aria-hidden="true" style="width: 1600px; position: relative; left: -3200px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1" role="tabpanel" id="slick-slide02"
                              aria-describedby="slick-slide-control02">
                              <div>
                                <div style="width: 100%; display: inline-block;">
                                  <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-b9689a5b-ef07-4811-bbcd-b1e000ec40e2" target="_self" data-promotion="1" data-promotion-id="b9689a5b-ef07-4811-bbcd-b1e000ec40e2" data-promotion-name="Can-Am - Get up to $750 off or an additional year of coverage or financing starting at 0.99% for 36-months" data-item-index="3" tabindex="-1">
                            <img alt="Can-Am - Get up to $750 off or an additional year of coverage or financing starting at 0.99% for 36-months" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/b9689a5b-ef07-4811-bbcd-b1e000ec40e2/SPOTLIGHT/N000000001.jpg">
                        </a>
                                </div>
                              </div>
                            </div>
                            <div class="slick-slide" data-slick-index="3" aria-hidden="true" style="width: 1600px; position: relative; left: -4800px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1" role="tabpanel" id="slick-slide03"
                              aria-describedby="slick-slide-control03">
                              <div>
                                <div style="width: 100%; display: inline-block;">
                                  <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-6a882dcf-647d-4fe8-a139-b1da00dd3217" target="_self" data-promotion="1" data-promotion-id="6a882dcf-647d-4fe8-a139-b1da00dd3217" data-promotion-name="Slingshot - Up to $1,000 Customer Cash 2024 Model Year Slingshot" data-item-index="4" tabindex="-1">
                            <img alt="Slingshot - Up to $1,000 Customer Cash 2024 Model Year Slingshot" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/6a882dcf-647d-4fe8-a139-b1da00dd3217/SPOTLIGHT_W/O000000001.jpg">
                        </a>
                                </div>
                              </div>
                            </div>
                            <div class="slick-slide" data-slick-index="4" aria-hidden="true" style="width: 1600px; position: relative; left: -6400px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1" role="tabpanel" id="slick-slide04"
                              aria-describedby="slick-slide-control04">
                              <div>
                                <div style="width: 100%; display: inline-block;">
                                  <img alt="OUTSIDE" class="" src="https://cdp.azureedge.net/products-private/slideshows/2e97ea63-4d97-4f5e-a34a-a60a01487c52/b96f385e-b219-4387-a0dd-2c5bfee49dca/da868c0c-ed83-4d3b-ab76-0a6edf135167.jpg">
                                </div>
                              </div>
                            </div>
                            <div class="slick-slide" data-slick-index="5" aria-hidden="true" style="width: 1600px; position: relative; left: -8000px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1" role="tabpanel" id="slick-slide05"
                              aria-describedby="slick-slide-control05">
                              <div>
                                <div style="width: 100%; display: inline-block;">
                                  <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-39387bd1-3ede-49a8-8ebd-b1be010e8f1c" target="_self" data-promotion="1" data-promotion-id="39387bd1-3ede-49a8-8ebd-b1be010e8f1c" data-promotion-name="Polaris - Deal Days " data-item-index="5" tabindex="-1">
                            <img alt="Polaris - Deal Days " loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/39387bd1-3ede-49a8-8ebd-b1be010e8f1c/SPOTLIGHT_W/O000000002.jpg">
                        </a>
                                </div>
                              </div>
                            </div>
                            <div class="slick-slide" data-slick-index="6" aria-hidden="true" style="width: 1600px; position: relative; left: -9600px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1" role="tabpanel" id="slick-slide06"
                              aria-describedby="slick-slide-control06">
                              <div>
                                <div style="width: 100%; display: inline-block;">
                                  <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-b0cb6647-eb85-49d8-af55-b1a1001ff3ad" target="_self" data-promotion="1" data-promotion-id="b0cb6647-eb85-49d8-af55-b1a1001ff3ad" data-promotion-name="Let's Ride Sales Event - Customer Cash Offers Up To $2,000*" data-item-index="6" tabindex="-1">
                            <img alt="Let's Ride Sales Event - Customer Cash Offers Up To $2,000*" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/b0cb6647-eb85-49d8-af55-b1a1001ff3ad/SPOTLIGHT/N000000024.jpg">
                        </a>
                                </div>
                              </div>
                            </div>
                            <div class="slick-slide" data-slick-index="7" aria-hidden="true" style="width: 1600px; position: relative; left: -11200px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1" role="tabpanel" id="slick-slide07"
                              aria-describedby="slick-slide-control07">
                              <div>
                                <div style="width: 100%; display: inline-block;">
                                  <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-4ab85c51-9c58-4f91-a310-b1d2014f9815" target="_self" data-promotion="1" data-promotion-id="4ab85c51-9c58-4f91-a310-b1d2014f9815" data-promotion-name="Can-Am - Rider Education Program students receive 20% off Can-Am On-Road apparel" data-item-index="7" tabindex="-1">
                            <img alt="Can-Am - Rider Education Program students receive 20% off Can-Am On-Road apparel" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/4ab85c51-9c58-4f91-a310-b1d2014f9815/SPOTLIGHT/N000000001.jpg">
                        </a>
                                </div>
                              </div>
                            </div>
                            <div class="slick-slide" data-slick-index="8" aria-hidden="true" style="width: 1600px; position: relative; left: -12800px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1" role="tabpanel" id="slick-slide08"
                              aria-describedby="slick-slide-control08">
                              <div>
                                <div style="width: 100%; display: inline-block;">
                                  <img alt="Yamaha Get Out and Ride" class=""
                                    src="https://cdp.azureedge.net/products-private/slideshows/2e97ea63-4d97-4f5e-a34a-a60a01487c52/b96f385e-b219-4387-a0dd-2c5bfee49dca/5343c239-4c6f-4429-8645-c19ad69ab503.jpg">
                                </div>
                              </div>
                            </div>
                            <div class="slick-slide" data-slick-index="9" aria-hidden="true" style="width: 1600px; position: relative; left: -14400px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1" role="tabpanel" id="slick-slide09"
                              aria-describedby="slick-slide-control09">
                              <div>
                                <div style="width: 100%; display: inline-block;">
                                  <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-e6406491-a9cc-451b-8d65-b1c00109b11e" target="_self" data-promotion="1" data-promotion-id="e6406491-a9cc-451b-8d65-b1c00109b11e" data-promotion-name="Can-Am - Get $75 off $500 OR $200 off $1000 purchase of SSV Accessories" data-item-index="8" tabindex="-1">
                            <img alt="Can-Am - Get $75 off $500 OR $200 off $1000 purchase of SSV Accessories" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/e6406491-a9cc-451b-8d65-b1c00109b11e/SPOTLIGHT/N000000001.jpg">
                        </a>
                                </div>
                              </div>
                            </div>
                            <div class="slick-slide" data-slick-index="10" aria-hidden="true" style="width: 1600px; position: relative; left: -16000px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1" role="tabpanel" id="slick-slide010"
                              aria-describedby="slick-slide-control010">
                              <div>
                                <div style="width: 100%; display: inline-block;">
                                  <img alt="Yamaha " class="" src="https://cdp.azureedge.net/products-private/slideshows/2e97ea63-4d97-4f5e-a34a-a60a01487c52/b96f385e-b219-4387-a0dd-2c5bfee49dca/7e471ae9-08ee-4a09-8da2-f272048ac55b.jpg">
                                </div>
                              </div>
                            </div>
                            <div class="slick-slide" data-slick-index="11" aria-hidden="true" style="width: 1600px; position: relative; left: -17600px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1" role="tabpanel" id="slick-slide011"
                              aria-describedby="slick-slide-control011">
                              <div>
                                <div style="width: 100%; display: inline-block;">
                                  <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-8888f337-6dc7-4b25-8fb6-b1c0010aceb8" target="_self" data-promotion="1" data-promotion-id="8888f337-6dc7-4b25-8fb6-b1c0010aceb8" data-promotion-name="Can-Am - 20% off Seats and Backrests" data-item-index="9" tabindex="-1">
                            <img alt="Can-Am - 20% off Seats and Backrests" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/8888f337-6dc7-4b25-8fb6-b1c0010aceb8/SPOTLIGHT/N000000001.jpg">
                        </a>
                                </div>
                              </div>
                            </div>
                            <div class="slick-slide" data-slick-index="12" aria-hidden="true" style="width: 1600px; position: relative; left: -19200px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1" role="tabpanel" id="slick-slide012"
                              aria-describedby="slick-slide-control012">
                              <div>
                                <div style="width: 100%; display: inline-block;">
                                  <img alt="SLINGSHOT" class="" src="https://cdp.azureedge.net/products-private/slideshows/2e97ea63-4d97-4f5e-a34a-a60a01487c52/b96f385e-b219-4387-a0dd-2c5bfee49dca/32dc09b5-635c-49e2-b09e-a81917f3c005.jpg">
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                      <div class="slick-nav slick-buttons slider-arrows">
                        <button class="slick-prev slick-arrow slider-arrow slider-arrow-prev fa fa-chevron-circle-left" aria-label="Previous" type="button" style="">
                          <span class="sr-only">Previous</span>
                        </button>
                        <button class="slick-next slick-arrow slider-arrow slider-arrow-next fa fa-chevron-circle-right" aria-label="Next" type="button" style="">
                          <span class="sr-only">Next</span>
                        </button>
                      </div>
                      <div class="slick-dots">
                        <ul class="slick-dots" role="tablist" style="">
                          <li class="" role="presentation"><button type="button" role="tab" id="slick-slide-control00" aria-controls="slick-slide00" aria-label="1 of 13" tabindex="-1">1</button></li>
                          <li role="presentation" class="slick-active"><button type="button" role="tab" id="slick-slide-control01" aria-controls="slick-slide01" aria-label="2 of 13" tabindex="0" aria-selected="true">2</button></li>
                          <li role="presentation"><button type="button" role="tab" id="slick-slide-control02" aria-controls="slick-slide02" aria-label="3 of 13" tabindex="-1">3</button></li>
                          <li role="presentation"><button type="button" role="tab" id="slick-slide-control03" aria-controls="slick-slide03" aria-label="4 of 13" tabindex="-1">4</button></li>
                          <li role="presentation"><button type="button" role="tab" id="slick-slide-control04" aria-controls="slick-slide04" aria-label="5 of 13" tabindex="-1">5</button></li>
                          <li role="presentation"><button type="button" role="tab" id="slick-slide-control05" aria-controls="slick-slide05" aria-label="6 of 13" tabindex="-1">6</button></li>
                          <li role="presentation"><button type="button" role="tab" id="slick-slide-control06" aria-controls="slick-slide06" aria-label="7 of 13" tabindex="-1">7</button></li>
                          <li role="presentation"><button type="button" role="tab" id="slick-slide-control07" aria-controls="slick-slide07" aria-label="8 of 13" tabindex="-1">8</button></li>
                          <li role="presentation"><button type="button" role="tab" id="slick-slide-control08" aria-controls="slick-slide08" aria-label="9 of 13" tabindex="-1">9</button></li>
                          <li role="presentation"><button type="button" role="tab" id="slick-slide-control09" aria-controls="slick-slide09" aria-label="10 of 13" tabindex="-1">10</button></li>
                          <li role="presentation"><button type="button" role="tab" id="slick-slide-control010" aria-controls="slick-slide010" aria-label="11 of 13" tabindex="-1">11</button></li>
                          <li role="presentation"><button type="button" role="tab" id="slick-slide-control011" aria-controls="slick-slide011" aria-label="12 of 13" tabindex="-1">12</button></li>
                          <li role="presentation"><button type="button" role="tab" id="slick-slide-control012" aria-controls="slick-slide012" aria-label="13 of 13" tabindex="-1">13</button></li>
                        </ul>
                      </div>
                    </div>
                    <script data-slideshow-setting-id="b96f385e-b219-4387-a0dd-2c5bfee49dca" type="application/json">
                      {
                        "PagePath": "//Home",
                        "SlideshowInstanceId": "b96f385e-b219-4387-a0dd-2c5bfee49dca",
                        "IsEnableSpotlightPromotion": true,
                        "SlideshowName": "MainSlideshow",
                        "IsDisplayOnPhones": false,
                        "IsActive": true,
                        "IsAutoPlay": true,
                        "IsDisplayArrow": true,
                        "IsDisplayBullet": true,
                        "TransitionStyleCode": "FADE",
                        "SlideDisplayDuration": 5.00,
                        "SlideSpeed": 1.00,
                        "DealershipId": "2e97ea63-4d97-4f5e-a34a-a60a01487c52",
                        "SiteId": "e4237c53-d553-4f1c-b7b7-48ca5cc1e851",
                        "Width": 1920,
                        "Height": 823,
                        "Slides": [{
                          "SlideshowInstanceId": "b96f385e-b219-4387-a0dd-2c5bfee49dca",
                          "SlideId": "dad3a44c-f27c-4709-acd5-b1bf00b8b4ff",
                          "Seq": 1,
                          "IsActive": true,
                          "FileExt": null,
                          "Title": "Polaris - Deal Days",
                          "StartDate": null,
                          "EndDate": "2024-09-30T00:00:00",
                          "LinkUrl": "/Promotion-Details-68be7591-cdc4-445e-92fe-b1be010a2ea5",
                          "ImageUrl": "PROMOTION/68be7591-cdc4-445e-92fe-b1be010a2ea5/SPOTLIGHT_W/O000000001.jpg",
                          "PromotionGuid": "68be7591-cdc4-445e-92fe-b1be010a2ea5",
                          "IsOpenLinkInCurrentWindow": true,
                          "ActiveDate": "2024-08-01T10:53:46.36",
                          "ExpiredDate": "2024-09-30T00:00:00",
                          "VendorId": 7085
                        }, {
                          "SlideshowInstanceId": "b96f385e-b219-4387-a0dd-2c5bfee49dca",
                          "SlideId": "821e4cd9-2711-4509-b033-b1a100c95a7a",
                          "Seq": 2,
                          "IsActive": true,
                          "FileExt": null,
                          "Title": "Let's Ride Sales Event - Save On Select Wolverine RMAX Models With Customer Cash Offers*",
                          "StartDate": null,
                          "EndDate": "2024-09-30T00:00:00",
                          "LinkUrl": "/Promotion-Details-a5347520-c29b-4356-9dc0-b1a1001b8edd",
                          "ImageUrl": "PROMOTION/a5347520-c29b-4356-9dc0-b1a1001b8edd/SPOTLIGHT/N000000023.jpg",
                          "PromotionGuid": "a5347520-c29b-4356-9dc0-b1a1001b8edd",
                          "IsOpenLinkInCurrentWindow": true,
                          "ActiveDate": "2024-07-02T11:00:17.817",
                          "ExpiredDate": "2024-09-30T00:00:00",
                          "VendorId": 7080
                        }, {
                          "SlideshowInstanceId": "b96f385e-b219-4387-a0dd-2c5bfee49dca",
                          "SlideId": "6c2ebb63-1abc-4e97-b177-b1e100bd3d34",
                          "Seq": 3,
                          "IsActive": true,
                          "FileExt": null,
                          "Title": "Can-Am - Get up to $750 off or an additional year of coverage or financing starting at 0.99% for 36-months",
                          "StartDate": null,
                          "EndDate": "2024-10-31T00:00:00",
                          "LinkUrl": "/Promotion-Details-b9689a5b-ef07-4811-bbcd-b1e000ec40e2",
                          "ImageUrl": "PROMOTION/b9689a5b-ef07-4811-bbcd-b1e000ec40e2/SPOTLIGHT/N000000001.jpg",
                          "PromotionGuid": "b9689a5b-ef07-4811-bbcd-b1e000ec40e2",
                          "IsOpenLinkInCurrentWindow": true,
                          "ActiveDate": "2024-09-04T11:09:48.93",
                          "ExpiredDate": "2024-10-31T00:00:00",
                          "VendorId": 7019
                        }, {
                          "SlideshowInstanceId": "b96f385e-b219-4387-a0dd-2c5bfee49dca",
                          "SlideId": "da37f1f2-52bd-42bd-bb90-b1e000cb85b8",
                          "Seq": 4,
                          "IsActive": true,
                          "FileExt": null,
                          "Title": "Slingshot - Up to $1,000 Customer Cash 2024 Model Year Slingshot",
                          "StartDate": null,
                          "EndDate": "2024-09-30T00:00:00",
                          "LinkUrl": "/Promotion-Details-6a882dcf-647d-4fe8-a139-b1da00dd3217",
                          "ImageUrl": "PROMOTION/6a882dcf-647d-4fe8-a139-b1da00dd3217/SPOTLIGHT_W/O000000001.jpg",
                          "PromotionGuid": "6a882dcf-647d-4fe8-a139-b1da00dd3217",
                          "IsOpenLinkInCurrentWindow": true,
                          "ActiveDate": "2024-09-03T11:19:45.94",
                          "ExpiredDate": "2024-09-30T00:00:00",
                          "VendorId": 1840712555
                        }, {
                          "SlideshowInstanceId": "b96f385e-b219-4387-a0dd-2c5bfee49dca",
                          "SlideId": "da868c0c-ed83-4d3b-ab76-0a6edf135167",
                          "Seq": 5,
                          "IsActive": true,
                          "FileExt": ".jpg",
                          "Title": "OUTSIDE",
                          "StartDate": null,
                          "EndDate": null,
                          "LinkUrl": null,
                          "ImageUrl": null,
                          "PromotionGuid": null,
                          "IsOpenLinkInCurrentWindow": true,
                          "ActiveDate": "2023-01-03T20:36:48.56",
                          "ExpiredDate": "9999-12-31T23:59:59.9999999",
                          "VendorId": null
                        }, {
                          "SlideshowInstanceId": "b96f385e-b219-4387-a0dd-2c5bfee49dca",
                          "SlideId": "eebefddb-3007-49ca-8d31-b1bf00b8b4ff",
                          "Seq": 6,
                          "IsActive": true,
                          "FileExt": null,
                          "Title": "Polaris - Deal Days ",
                          "StartDate": null,
                          "EndDate": "2024-09-30T00:00:00",
                          "LinkUrl": "/Promotion-Details-39387bd1-3ede-49a8-8ebd-b1be010e8f1c",
                          "ImageUrl": "PROMOTION/39387bd1-3ede-49a8-8ebd-b1be010e8f1c/SPOTLIGHT_W/O000000002.jpg",
                          "PromotionGuid": "39387bd1-3ede-49a8-8ebd-b1be010e8f1c",
                          "IsOpenLinkInCurrentWindow": true,
                          "ActiveDate": "2024-08-01T10:53:46.36",
                          "ExpiredDate": "2024-09-30T00:00:00",
                          "VendorId": 7085
                        }, {
                          "SlideshowInstanceId": "b96f385e-b219-4387-a0dd-2c5bfee49dca",
                          "SlideId": "278b3846-5d63-4bc8-a29d-b1a100c95a7a",
                          "Seq": 7,
                          "IsActive": true,
                          "FileExt": null,
                          "Title": "Let's Ride Sales Event - Customer Cash Offers Up To $2,000*",
                          "StartDate": null,
                          "EndDate": "2024-09-30T00:00:00",
                          "LinkUrl": "/Promotion-Details-b0cb6647-eb85-49d8-af55-b1a1001ff3ad",
                          "ImageUrl": "PROMOTION/b0cb6647-eb85-49d8-af55-b1a1001ff3ad/SPOTLIGHT/N000000024.jpg",
                          "PromotionGuid": "b0cb6647-eb85-49d8-af55-b1a1001ff3ad",
                          "IsOpenLinkInCurrentWindow": true,
                          "ActiveDate": "2024-07-02T11:00:17.817",
                          "ExpiredDate": "2024-09-30T00:00:00",
                          "VendorId": 7080
                        }, {
                          "SlideshowInstanceId": "b96f385e-b219-4387-a0dd-2c5bfee49dca",
                          "SlideId": "1bb3a421-5316-4179-b69a-b1d300ccf3bd",
                          "Seq": 8,
                          "IsActive": true,
                          "FileExt": null,
                          "Title": "Can-Am - Rider Education Program students receive 20% off Can-Am On-Road apparel",
                          "StartDate": null,
                          "EndDate": "2024-10-31T00:00:00",
                          "LinkUrl": "/Promotion-Details-4ab85c51-9c58-4f91-a310-b1d2014f9815",
                          "ImageUrl": "PROMOTION/4ab85c51-9c58-4f91-a310-b1d2014f9815/SPOTLIGHT/N000000001.jpg",
                          "PromotionGuid": "4ab85c51-9c58-4f91-a310-b1d2014f9815",
                          "IsOpenLinkInCurrentWindow": true,
                          "ActiveDate": "2024-08-21T11:24:27.693",
                          "ExpiredDate": "2024-10-31T00:00:00",
                          "VendorId": 7019
                        }, {
                          "SlideshowInstanceId": "b96f385e-b219-4387-a0dd-2c5bfee49dca",
                          "SlideId": "5343c239-4c6f-4429-8645-c19ad69ab503",
                          "Seq": 9,
                          "IsActive": true,
                          "FileExt": ".jpg",
                          "Title": "Yamaha Get Out and Ride",
                          "StartDate": null,
                          "EndDate": null,
                          "LinkUrl": null,
                          "ImageUrl": null,
                          "PromotionGuid": null,
                          "IsOpenLinkInCurrentWindow": true,
                          "ActiveDate": "2023-02-17T20:27:32.987",
                          "ExpiredDate": "9999-12-31T23:59:59.9999999",
                          "VendorId": null
                        }, {
                          "SlideshowInstanceId": "b96f385e-b219-4387-a0dd-2c5bfee49dca",
                          "SlideId": "175baa06-5537-4b2a-86fd-b1c100c26595",
                          "Seq": 10,
                          "IsActive": true,
                          "FileExt": null,
                          "Title": "Can-Am - Get $75 off $500 OR $200 off $1000 purchase of SSV Accessories",
                          "StartDate": null,
                          "EndDate": "2024-09-30T00:00:00",
                          "LinkUrl": "/Promotion-Details-e6406491-a9cc-451b-8d65-b1c00109b11e",
                          "ImageUrl": "PROMOTION/e6406491-a9cc-451b-8d65-b1c00109b11e/SPOTLIGHT/N000000001.jpg",
                          "PromotionGuid": "e6406491-a9cc-451b-8d65-b1c00109b11e",
                          "IsOpenLinkInCurrentWindow": true,
                          "ActiveDate": "2024-08-03T11:07:57.757",
                          "ExpiredDate": "2024-09-30T00:00:00",
                          "VendorId": 7019
                        }, {
                          "SlideshowInstanceId": "b96f385e-b219-4387-a0dd-2c5bfee49dca",
                          "SlideId": "7e471ae9-08ee-4a09-8da2-f272048ac55b",
                          "Seq": 11,
                          "IsActive": true,
                          "FileExt": ".jpg",
                          "Title": "Yamaha ",
                          "StartDate": null,
                          "EndDate": null,
                          "LinkUrl": null,
                          "ImageUrl": null,
                          "PromotionGuid": null,
                          "IsOpenLinkInCurrentWindow": true,
                          "ActiveDate": "2023-01-26T15:18:29.963",
                          "ExpiredDate": "9999-12-31T23:59:59.9999999",
                          "VendorId": null
                        }, {
                          "SlideshowInstanceId": "b96f385e-b219-4387-a0dd-2c5bfee49dca",
                          "SlideId": "e33449f2-d81e-4141-bb10-b1c100c26595",
                          "Seq": 12,
                          "IsActive": true,
                          "FileExt": null,
                          "Title": "Can-Am - 20% off Seats and Backrests",
                          "StartDate": null,
                          "EndDate": "2024-09-30T00:00:00",
                          "LinkUrl": "/Promotion-Details-8888f337-6dc7-4b25-8fb6-b1c0010aceb8",
                          "ImageUrl": "PROMOTION/8888f337-6dc7-4b25-8fb6-b1c0010aceb8/SPOTLIGHT/N000000001.jpg",
                          "PromotionGuid": "8888f337-6dc7-4b25-8fb6-b1c0010aceb8",
                          "IsOpenLinkInCurrentWindow": true,
                          "ActiveDate": "2024-08-03T11:07:57.757",
                          "ExpiredDate": "2024-09-30T00:00:00",
                          "VendorId": 7019
                        }, {
                          "SlideshowInstanceId": "b96f385e-b219-4387-a0dd-2c5bfee49dca",
                          "SlideId": "32dc09b5-635c-49e2-b09e-a81917f3c005",
                          "Seq": 13,
                          "IsActive": true,
                          "FileExt": ".jpg",
                          "Title": "SLINGSHOT",
                          "StartDate": null,
                          "EndDate": null,
                          "LinkUrl": null,
                          "ImageUrl": null,
                          "PromotionGuid": null,
                          "IsOpenLinkInCurrentWindow": true,
                          "ActiveDate": "2023-01-03T20:30:59.84",
                          "ExpiredDate": "9999-12-31T23:59:59.9999999",
                          "VendorId": null
                        }],
                        "SortOrderOption": {
                          "SortOption": "6",
                          "IsRandom": false,
                          "OrderByDealerIds": [{
                            "Id": "7085",
                            "IsDefaultId": false,
                            "IsHide": false,
                            "Sequence": 0
                          }, {
                            "Id": "7080",
                            "IsDefaultId": false,
                            "IsHide": false,
                            "Sequence": 1
                          }, {
                            "Id": "7019",
                            "IsDefaultId": false,
                            "IsHide": false,
                            "Sequence": 2
                          }, {
                            "Id": "1840712555",
                            "IsDefaultId": false,
                            "IsHide": false,
                            "Sequence": 3
                          }, {
                            "Id": "-1",
                            "IsDefaultId": false,
                            "IsHide": false,
                            "Sequence": 4
                          }],
                          "DefaultVensor": null,
                          "CustomDefaultVendor": null,
                          "CustomVendorOrders": [],
                          "CustomVendorOrderHideItems": [],
                          "DefaultVendorOrderHideItems": null,
                          "AllSelectedDefaultVendors": [],
                          "AllSelectedCustomVendors": ["7019", "7085", "1840712555", "7080"]
                        },
                        "AuthorizeVendors": "[{\"VendorId\":7019,\"CodeName\":\"Can-Am\",\"Url\":\"VENDOR\\/7F2C1F28-F04C-475E-87D6-A27E0023E125\\/LOGO\\/EE04C9A8-DF63-4C18-9720-900A81E4E339.png\"},{\"VendorId\":7085,\"CodeName\":\"Polaris\",\"Url\":\"VENDOR\\/D15A0ECD-A8EB-4914-A569-A27E0023E125\\/LOGO\\/5ECD94C2-F395-425E-9552-1441200163E6.png\"},{\"VendorId\":1840712555,\"CodeName\":\"Slingshot\",\"Url\":\"VENDOR\\/7247F0C6-75DF-47D4-9828-A639008B0FB6\\/LOGO\\/A9855F2A-265B-4D19-BF34-5DC0236B2543.png\"},{\"VendorId\":7080,\"CodeName\":\"Yamaha Motor Corp., USA\",\"Url\":\"VENDOR\\/193C51B9-BD33-48B7-9A9E-A27E0023E125\\/LOGO\\/882510B9-F686-4F20-BAE0-49693797BA9E.png\"}]",
                        "Promotions": null,
                        "ProductCategories": ["ATVs", "Cargo Trailers", "Golf Carts", "Motorcycles", "Scooters", "Trailers", "Trikes", "Utility Vehicles"],
                        "ProductCategory": "ATVs,Cargo Trailers,Golf Carts,Motorcycles,Scooters,Trailers,Trikes,Utility Vehicles"
                      }
                    </script>
                    <script type="text/javascript">
                      $(function() {
                        var view = new Dx1Slideshow.Dx1SlideshowView();
                        view.init("b96f385e-b219-4387-a0dd-2c5bfee49dca");
                      });
                    </script>
                  </div>
                </div><!-- End_Module_28434 -->
              </div>
              <span class="dnn-module-actions">
              </span>
            </div>
          </div>
          <div class="DnnModule DnnModule-Dx1ShowroomAlgolia DnnModule-28442"><a name="28442"></a>
            <div class="notitle">
              <div id="dnn_ctr28442_ContentPane" class="body"><!-- Start_Module_28442 -->
                <div id="dnn_ctr28442_ModuleContent" class="DNNModuleContent ModDx1ShowroomAlgoliaC">
                  <div id="mvcContainer-28442">
                    <div id="showroom-search-28442" class="showroom-search search-container">
                      <div class="algolia-autocomplete">
                        <div class="search-box-container" id="search-box-container">
                          <div class="aa-Autocomplete" role="combobox" aria-expanded="false" aria-haspopup="listbox" aria-label="Inventory Search">
                            <div class="aa-InputWrapper"><input class="aa-Input showroom-search--search-box form-control" aria-autocomplete="both" id="search-box" autocomplete="off" autocorrect="off" autocapitalize="off" enterkeyhint="search"
                                spellcheck="false" placeholder="Inventory Search" maxlength="512" type="search" aria-label="Inventory Search"></div>
                            <div class="aa-InputWrapperSuffix showroom-search--search-box-suffix-wrapper"><button class="aa-ClearButton" type="reset" title="Clear" hidden=""><svg class="aa-ClearIcon" viewBox="0 0 24 24" width="18" height="18"
                                  fill="currentColor">
                                  <path
                                    d="M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z">
                                  </path>
                                </svg></button></div>
                          </div>
                        </div>
                        <div class="search-box-panel"></div>
                      </div>
                      <script type="application/json" class="showroom-search--config">
                        {
                          "appId": "RBG3H22Y5V",
                          "apiKey": "OTlmMDVhMGY1ODY0NTdhNmZkNjE3YWUyNmZiMGExN2NhYTEzMTY2ZTU0M2QwOTg0OGM5NGJkNjlmMmI0ZWU1YWF0dHJpYnV0ZXNUb1JldHJpZXZlPSomYXR0cmlidXRlc1RvSGlnaGxpZ2h0PU1hbnVmYWN0dXJlcixQcm9kdWN0TmFtZSxQcm9kdWN0VHlwZSZmYWNldEZpbHRlcnM9JTVCJTVCJTIyT3JnYW5pemF0aW9uSWQlM0EzYjM2MzI3Ny0wZWE1LTQ4ZmEtYmQ0ZC0zYjE2NDIyNjhkMWElMjIlNUQlMkMlNUIlMjJTaXRlR3VpZExpc3RzJTNBZTQyMzdjNTMtZDU1My00ZjFjLWI3YjctNDhjYTVjYzFlODUxJTIyJTVEJTVEJmFuYWx5dGljcz10cnVlJmFuYWx5dGljc1RhZ3M9VW5saW1pdGVkK0N5Y2xlK0NlbnRlciZudW1lcmljRmlsdGVycz0lNUIlNUIlMjJIYXNEYXRlU29sZCUzRDAlMjIlMkMlMjJTb2xkVW5pdHNFeHBpcmVEYXRlJTNFJTNEMTcyNTg0MDAwMCUyMiU1RCU1RCZyZXN0cmljdEluZGljZXM9cHJvZF9XZWJTZWxsYWJsZSxwcm9kX1dlYlNlbGxhYmxlX1ByaWNlX0FzYyxwcm9kX1dlYlNlbGxhYmxlX1ByaWNlX0Rlc2MscHJvZF9XZWJTZWxsYWJsZV9ZZWFyX0FzYyxwcm9kX1dlYlNlbGxhYmxlX1llYXJfRGVzYyxwcm9kX1dlYlNlbGxhYmxlX0FnZV9Bc2MscHJvZF9XZWJTZWxsYWJsZV9BZ2VfRGVzYyZ2YWxpZFVudGlsPTE3MjU5MTE5ODk=",
                          "apiInitDateTime": "2024-09-09T18:59:48.6325461Z",
                          "dx1Url": "https://eprodpod4.dx1app.com",
                          "tenantId": "ee07e906-e2f9-431a-8463-8490365e8606",
                          "dealershipId": "2e97ea63-4d97-4f5e-a34a-a60a01487c52",
                          "siteId": "e4237c53-d553-4f1c-b7b7-48ca5cc1e851",
                          "portalId": 104,
                          "tabId": 12810,
                          "moduleId": 28442,
                          "sortingIndexes": [{
                            "indexName": "prod_WebSellable",
                            "label": "Most Relevant",
                            "value": "MostRelevant"
                          }, {
                            "indexName": "prod_WebSellable_Price_Asc",
                            "label": "Price Lowest",
                            "value": "PriceLowest"
                          }, {
                            "indexName": "prod_WebSellable_Price_Desc",
                            "label": "Price Highest",
                            "value": "PriceHighest"
                          }, {
                            "indexName": "prod_WebSellable_Year_Asc",
                            "label": "Year Oldest",
                            "value": "YearAsc"
                          }, {
                            "indexName": "prod_WebSellable_Year_Desc",
                            "label": "Year Newest",
                            "value": "YearDesc"
                          }, {
                            "indexName": "prod_WebSellable_Age_Asc",
                            "label": "Age Oldest",
                            "value": "AgeAsc"
                          }, {
                            "indexName": "prod_WebSellable_Age_Desc",
                            "label": "Age Newest",
                            "value": "AgeDesc"
                          }],
                          "defaultIndexName": "prod_WebSellable",
                          "vinDisplayType": 0,
                          "dealershipGmtOffset": -4.0,
                          "filter": null,
                          "hasMultipleDealerships": false,
                          "url": "https://www.uncyclecenter.com/",
                          "searchModuleId": 0,
                          "isHdCpoEnabled": false,
                          "polarisXchangeUrlFormat": "https://polarisxchange.com/o/store/$PolarisXchangeId/$VinOrInventoryId",
                          "dealershipPolarisXchangeList": [{
                            "dealershipId": "2e97ea63-4d97-4f5e-a34a-a60a01487c52",
                            "polarisXchangeId": "440"
                          }],
                          "isAddToCartAvailable": false,
                          "cartUrl": null
                        }
                      </script>
                      <script type="application/json" class="showroom-search--module-setting">
                        {
                          "typeSetting": {
                            "searchTemplate": 1,
                            "searchResultPage": "https://www.uncyclecenter.com/Inventory/All-Inventory"
                          },
                          "searchFormSetting": {
                            "title": "Search Inventory",
                            "isDisplayTypeField": true,
                            "isDisplayAlgoliaSearchInventoryCount": false
                          },
                          "priceDisplaySetting": {
                            "isDisplaySalePrice": true,
                            "hidePriceText": "Request a Quote",
                            "sendPriceOnRequestText": "Get Price"
                          },
                          "displaySetting": {
                            "defaultView": "List",
                            "numberOfItemsPerPage": 24
                          },
                          "productSetting": {
                            "conditions": null,
                            "dealershipIds": ["2e97ea63-4d97-4f5e-a34a-a60a01487c52"],
                            "industries": null,
                            "manufacturers": null,
                            "categories": null,
                            "types": null,
                            "tags": null,
                            "defaultSortOption": "MostRelevant",
                            "isDisplayDealershipLocation": false,
                            "isDisplayFeaturedItemsOnly": false,
                            "isIncludeTag": false,
                            "isEnabledFilterByCustomTags": false
                          },
                          "buttonSetting": {
                            "button1": "ApplyForFinancing",
                            "button2": "CalculatePayment"
                          },
                          "requestMoreInfoButtonSetting": {
                            "buttonLabel": "Request Information",
                            "formId": "e9eb85cf-7ba9-427d-b31d-96f7fd3dbff4",
                            "completionAction": "Message",
                            "finalMessage": "Thank you for your request; we appreciate your interest!\nOne of our experienced staff members will contact you shortly.",
                            "finalUrl": null,
                            "finalPage": null
                          },
                          "scheduleTestRideButtonSetting": {
                            "buttonLabel": "Schedule a Test Ride",
                            "formId": "f10ebcb9-fc59-4c6f-8b07-617bfdb331ed",
                            "completionAction": "Message",
                            "finalMessage": "Thank you for your request; we appreciate your interest!\nOne of our experienced staff members will contact you shortly.",
                            "finalUrl": null,
                            "finalPage": null
                          },
                          "calculatePaymentButtonSetting": {
                            "buttonLabel": "Calculate Payment",
                            "isDisplay12Months": true,
                            "isDisplay24Months": true,
                            "isDisplay36Months": true,
                            "isDisplay48Months": true,
                            "isDisplay60Months": true,
                            "isDisplay72Months": true,
                            "isDisplay84Months": false,
                            "isDisplay120Months": false,
                            "isDisplay180Months": false,
                            "isDisplay210Months": false,
                            "isDisplay240Months": false,
                            "interestRate": 3.99
                          },
                          "financingButtonSetting": {
                            "buttonLabel": "Get Financing",
                            "page": "//Finance//SecureFinanceApplication",
                            "url": null,
                            "isActivateVINLevelFinancingLinks": false
                          },
                          "customButtonSetting": {
                            "conditions": null,
                            "manufacturers": null,
                            "buttonLabel": "",
                            "page": null,
                            "url": null,
                            "isAppendVinToUrl": false
                          },
                          "isDisplayEditableFieldsOnBrochureReport": true,
                          "brochureButtonLabel": "Print Brochure"
                        }
                      </script>
                      <script>
                        $(function() {
                          var $container = $("#showroom-search-28442");
                          var config = JSON.parse($container.find(".showroom-search--config").text());
                          var moduleSetting = JSON.parse($container.find(".showroom-search--module-setting").text());
                          var view = new Dx1ShowroomAlgoliaQuickSearch.QuickSearch();
                          view.init(config, moduleSetting);
                        });
                      </script>
                      <script class="showroom-search-result-template" type="text/template"> <div class="showroom-search-result">
            <div class="showroom-search--inventory">
                <div class="showroom-search-dataset-inventory" />
            </div>
        </div>
    </script>
                    </div>
                  </div>
                </div><!-- End_Module_28442 -->
              </div>
              <span class="dnn-module-actions">
              </span>
            </div>
          </div>
        </div>
      </div>
      <div class="search-wrap">
        <div id="dnn_Search" class="search-bar DNNEmptyPane"></div>
      </div>
    </div>
    <main class="main-body-wrap" id="ae-skip-to-content" tabindex="-1">
      <div class="main-body">
        <div class="container">
          <div class="cta-row row">
            <div class="cta col-xs-12 col-sm-6">
              <div class="cta-inner-wrap">
                <div class="cta-body">
                  <picture><!-- provides alternative images for the browser to choose from -->
                    <source media="(max-width: 500px)" srcset="/portals/uncyclecenter/skins/uncycle-sequence/images/cta-1-500.jpg">
                    <source media="(min-width: 500px)" srcset="/portals/uncyclecenter/skins/uncycle-sequence/images/cta-1.jpg">
                    <img loading="lazy" src="/portals/uncyclecenter/skins/uncycle-sequence/images/cta-1.jpg" alt="New Inventory for sale at Unlimited Cycle Center.">
                  </picture>
                  <a href="/New">
                                    <h2>New <span class="sub-heading left-divide">In-Stock <br>Inventory</span></h2>
                                </a>
                </div>
                <div class="cta-footer">
                  <h3>
                    <span class="cta-footer-text sub-heading right-divide">Check Out<br> This Year's Lineup</span>
                  </h3>
                  <div class="btn-wrap">
                    <a class="btn btn-primary" href="/New"><span class="btn-text">Shop New</span></a>
                  </div>
                </div>
              </div>
            </div>
            <div class="cta col-xs-12 col-sm-6">
              <div class="cta-inner-wrap">
                <div class="cta-body">
                  <picture><!-- provides alternative images for the browser to choose from -->
                    <source media="(max-width: 500px)" srcset="/portals/uncyclecenter/skins/uncycle-sequence/images/cta-2-500.jpg">
                    <source media="(min-width: 500px)" srcset="/portals/uncyclecenter/skins/uncycle-sequence/images/cta-2.jpg">
                    <img loading="lazy" src="/portals/uncyclecenter/skins/uncycle-sequence/images/cta-2.jpg" alt="Used Inventory for sale at Unlimited Cycle Center.">
                  </picture>
                  <a href="/Used">
                                    <h2>Used <span class="sub-heading left-divide">In-Stock <br>Inventory</span></h2>
                                </a>
                </div>
                <div class="cta-footer">
                  <h3>
                    <span class="cta-footer-text sub-heading right-divide">Fully Serviced<br> And Ready to Ride</span>
                  </h3>
                  <div class="btn-wrap">
                    <a class="btn btn-primary" href="/Used"><span class="btn-text">Shop Used</span></a>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="container-fluid">
          <div class="row row-flex flex-wrap">
            <div id="dnn_PromoSidebar" class="promo-sidebar col-xs-12 col-md-6">
              <h2>Promotions <span class="sub-heading left-divide"><a href="/Brands/OEM-Promotions">View <br>Money-Saving Deals</a></span></h2>
              <div class="DnnModule DnnModule-Dx1Slideshow DnnModule-28441"><a name="28441"></a>
                <div class="notitle">
                  <div id="dnn_ctr28441_ContentPane" class="body"><!-- Start_Module_28441 -->
                    <div id="dnn_ctr28441_ModuleContent" class="DNNModuleContent ModDx1SlideshowC">
                      <div id="mvcContainer-28441">
                        <div class="dx1-slideshow-container dx1-slideshow-standard" id="PromotionsSlideshow" data-slideshow-instance-id="0126c900-7aae-4cd3-a5aa-961724ccb4d0" style="display: block; max-width: 992px; max-height: 558px;">
                          <div class="dx1-slideshow-items slick-initialized slick-slider" style="display: block; margin: auto; max-width: 992px; max-height: 558px;">
                            <div class="slick-list draggable" style="height: 348.75px;">
                              <div class="slick-track" style="opacity: 1; width: 9920px;">
                                <div class="slick-slide" data-slick-index="0" aria-hidden="true" style="width: 620px; position: relative; left: 0px; top: 0px; z-index: 998; opacity: 0; transition: opacity 2000ms linear;" tabindex="-1">
                                  <div>
                                    <div style="width: 100%; display: inline-block;">
                                      <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-68be7591-cdc4-445e-92fe-b1be010a2ea5" target="_self" data-promotion="1" data-promotion-id="68be7591-cdc4-445e-92fe-b1be010a2ea5" data-promotion-name="Polaris - Deal Days" data-item-index="1" tabindex="-1">
                            <img alt="Polaris - Deal Days" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/68be7591-cdc4-445e-92fe-b1be010a2ea5/SPOTLIGHT/N000000001.jpg">
                        </a>
                                    </div>
                                  </div>
                                </div>
                                <div class="slick-slide slick-current slick-active" data-slick-index="1" aria-hidden="false" style="width: 620px; position: relative; left: -620px; top: 0px; z-index: 999; opacity: 1;">
                                  <div>
                                    <div style="width: 100%; display: inline-block;">
                                      <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-a5347520-c29b-4356-9dc0-b1a1001b8edd" target="_self" data-promotion="1" data-promotion-id="a5347520-c29b-4356-9dc0-b1a1001b8edd" data-promotion-name="Let's Ride Sales Event - Save On Select Wolverine RMAX Models With Customer Cash Offers*" data-item-index="2" tabindex="0">
                            <img alt="Let's Ride Sales Event - Save On Select Wolverine RMAX Models With Customer Cash Offers*" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/a5347520-c29b-4356-9dc0-b1a1001b8edd/SPOTLIGHT/N000000023.jpg">
                        </a>
                                    </div>
                                  </div>
                                </div>
                                <div class="slick-slide" data-slick-index="2" aria-hidden="true" style="width: 620px; position: relative; left: -1240px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1">
                                  <div>
                                    <div style="width: 100%; display: inline-block;">
                                      <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-b9689a5b-ef07-4811-bbcd-b1e000ec40e2" target="_self" data-promotion="1" data-promotion-id="b9689a5b-ef07-4811-bbcd-b1e000ec40e2" data-promotion-name="Can-Am - Get up to $750 off or an additional year of coverage or financing starting at 0.99% for 36-months" data-item-index="3" tabindex="-1">
                            <img alt="Can-Am - Get up to $750 off or an additional year of coverage or financing starting at 0.99% for 36-months" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/b9689a5b-ef07-4811-bbcd-b1e000ec40e2/SPOTLIGHT/N000000001.jpg">
                        </a>
                                    </div>
                                  </div>
                                </div>
                                <div class="slick-slide" data-slick-index="3" aria-hidden="true" style="width: 620px; position: relative; left: -1860px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1">
                                  <div>
                                    <div style="width: 100%; display: inline-block;">
                                      <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-6a882dcf-647d-4fe8-a139-b1da00dd3217" target="_self" data-promotion="1" data-promotion-id="6a882dcf-647d-4fe8-a139-b1da00dd3217" data-promotion-name="Slingshot - Up to $1,000 Customer Cash 2024 Model Year Slingshot" data-item-index="4" tabindex="-1">
                            <img alt="Slingshot - Up to $1,000 Customer Cash 2024 Model Year Slingshot" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/6a882dcf-647d-4fe8-a139-b1da00dd3217/SPOTLIGHT/N000000001.jpg">
                        </a>
                                    </div>
                                  </div>
                                </div>
                                <div class="slick-slide" data-slick-index="4" aria-hidden="true" style="width: 620px; position: relative; left: -2480px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1">
                                  <div>
                                    <div style="width: 100%; display: inline-block;">
                                      <a href="https://uncycle.com/Brands/OEM-Promotions" target="_self" tabindex="-1">
                            <img alt="View Current Promotions at Unlimited Cycle Center." class="" src="https://cdp.azureedge.net/products-private/slideshows/2e97ea63-4d97-4f5e-a34a-a60a01487c52/0126c900-7aae-4cd3-a5aa-961724ccb4d0/28facc4a-f465-4177-9467-8d2c464118eb.jpg">
                        </a>
                                    </div>
                                  </div>
                                </div>
                                <div class="slick-slide" data-slick-index="5" aria-hidden="true" style="width: 620px; position: relative; left: -3100px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1">
                                  <div>
                                    <div style="width: 100%; display: inline-block;">
                                      <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-39387bd1-3ede-49a8-8ebd-b1be010e8f1c" target="_self" data-promotion="1" data-promotion-id="39387bd1-3ede-49a8-8ebd-b1be010e8f1c" data-promotion-name="Polaris - Deal Days " data-item-index="5" tabindex="-1">
                            <img alt="Polaris - Deal Days " loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/39387bd1-3ede-49a8-8ebd-b1be010e8f1c/SPOTLIGHT/N000000002.jpg">
                        </a>
                                    </div>
                                  </div>
                                </div>
                                <div class="slick-slide" data-slick-index="6" aria-hidden="true" style="width: 620px; position: relative; left: -3720px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1">
                                  <div>
                                    <div style="width: 100%; display: inline-block;">
                                      <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-b0cb6647-eb85-49d8-af55-b1a1001ff3ad" target="_self" data-promotion="1" data-promotion-id="b0cb6647-eb85-49d8-af55-b1a1001ff3ad" data-promotion-name="Let's Ride Sales Event - Customer Cash Offers Up To $2,000*" data-item-index="6" tabindex="-1">
                            <img alt="Let's Ride Sales Event - Customer Cash Offers Up To $2,000*" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/b0cb6647-eb85-49d8-af55-b1a1001ff3ad/SPOTLIGHT/N000000024.jpg">
                        </a>
                                    </div>
                                  </div>
                                </div>
                                <div class="slick-slide" data-slick-index="7" aria-hidden="true" style="width: 620px; position: relative; left: -4340px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1">
                                  <div>
                                    <div style="width: 100%; display: inline-block;">
                                      <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-4ab85c51-9c58-4f91-a310-b1d2014f9815" target="_self" data-promotion="1" data-promotion-id="4ab85c51-9c58-4f91-a310-b1d2014f9815" data-promotion-name="Can-Am - Rider Education Program students receive 20% off Can-Am On-Road apparel" data-item-index="7" tabindex="-1">
                            <img alt="Can-Am - Rider Education Program students receive 20% off Can-Am On-Road apparel" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/4ab85c51-9c58-4f91-a310-b1d2014f9815/SPOTLIGHT/N000000001.jpg">
                        </a>
                                    </div>
                                  </div>
                                </div>
                                <div class="slick-slide" data-slick-index="8" aria-hidden="true" style="width: 620px; position: relative; left: -4960px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1">
                                  <div>
                                    <div style="width: 100%; display: inline-block;">
                                      <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-c7f54d9c-e268-4fdb-9262-b1da00de5344" target="_self" data-promotion="1" data-promotion-id="c7f54d9c-e268-4fdb-9262-b1da00de5344" data-promotion-name="Slingshot - $2,000 Customer Cash 2023 Model Year Slingshot" data-item-index="8" tabindex="-1">
                            <img alt="Slingshot - $2,000 Customer Cash 2023 Model Year Slingshot" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/c7f54d9c-e268-4fdb-9262-b1da00de5344/SPOTLIGHT/N000000001.jpg">
                        </a>
                                    </div>
                                  </div>
                                </div>
                                <div class="slick-slide" data-slick-index="9" aria-hidden="true" style="width: 620px; position: relative; left: -5580px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1">
                                  <div>
                                    <div style="width: 100%; display: inline-block;">
                                      <img alt="1" class="" src="https://cdp.azureedge.net/products-private/slideshows/2e97ea63-4d97-4f5e-a34a-a60a01487c52/0126c900-7aae-4cd3-a5aa-961724ccb4d0/bc035fe9-35d2-486c-af06-59ddeb1b6d00.jpg">
                                    </div>
                                  </div>
                                </div>
                                <div class="slick-slide" data-slick-index="10" aria-hidden="true" style="width: 620px; position: relative; left: -6200px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1">
                                  <div>
                                    <div style="width: 100%; display: inline-block;">
                                      <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-e6406491-a9cc-451b-8d65-b1c00109b11e" target="_self" data-promotion="1" data-promotion-id="e6406491-a9cc-451b-8d65-b1c00109b11e" data-promotion-name="Can-Am - Get $75 off $500 OR $200 off $1000 purchase of SSV Accessories" data-item-index="9" tabindex="-1">
                            <img alt="Can-Am - Get $75 off $500 OR $200 off $1000 purchase of SSV Accessories" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/e6406491-a9cc-451b-8d65-b1c00109b11e/SPOTLIGHT/N000000001.jpg">
                        </a>
                                    </div>
                                  </div>
                                </div>
                                <div class="slick-slide" data-slick-index="11" aria-hidden="true" style="width: 620px; position: relative; left: -6820px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1">
                                  <div>
                                    <div style="width: 100%; display: inline-block;">
                                      <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-6aff7e0a-6953-43a3-896f-b1da00e0334b" target="_self" data-promotion="1" data-promotion-id="6aff7e0a-6953-43a3-896f-b1da00e0334b" data-promotion-name="Slingshot - $2,000 Customer Cash 2024 ROUSH® Model Year Slingshot" data-item-index="10" tabindex="-1">
                            <img alt="Slingshot - $2,000 Customer Cash 2024 ROUSH® Model Year Slingshot" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/6aff7e0a-6953-43a3-896f-b1da00e0334b/SPOTLIGHT/N000000002.jpg">
                        </a>
                                    </div>
                                  </div>
                                </div>
                                <div class="slick-slide" data-slick-index="12" aria-hidden="true" style="width: 620px; position: relative; left: -7440px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1">
                                  <div>
                                    <div style="width: 100%; display: inline-block;">
                                      <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-8888f337-6dc7-4b25-8fb6-b1c0010aceb8" target="_self" data-promotion="1" data-promotion-id="8888f337-6dc7-4b25-8fb6-b1c0010aceb8" data-promotion-name="Can-Am - 20% off Seats and Backrests" data-item-index="11" tabindex="-1">
                            <img alt="Can-Am - 20% off Seats and Backrests" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/8888f337-6dc7-4b25-8fb6-b1c0010aceb8/SPOTLIGHT/N000000001.jpg">
                        </a>
                                    </div>
                                  </div>
                                </div>
                                <div class="slick-slide" data-slick-index="13" aria-hidden="true" style="width: 620px; position: relative; left: -8060px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1">
                                  <div>
                                    <div style="width: 100%; display: inline-block;">
                                      <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-327007bb-e10d-4821-b4ae-b1da00e2a4f3" target="_self" data-promotion="1" data-promotion-id="327007bb-e10d-4821-b4ae-b1da00e2a4f3" data-promotion-name="Slingshot - 20% Off ALL Slingshot Apparel" data-item-index="12" tabindex="-1">
                            <img alt="Slingshot - 20% Off ALL Slingshot Apparel" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/327007bb-e10d-4821-b4ae-b1da00e2a4f3/SPOTLIGHT/N000000001.jpg">
                        </a>
                                    </div>
                                  </div>
                                </div>
                                <div class="slick-slide" data-slick-index="14" aria-hidden="true" style="width: 620px; position: relative; left: -8680px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1">
                                  <div>
                                    <div style="width: 100%; display: inline-block;">
                                      <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-f4aa05bd-8c4c-450d-aa93-b1da00e364e4" target="_self" data-promotion="1" data-promotion-id="f4aa05bd-8c4c-450d-aa93-b1da00e364e4" data-promotion-name="Slingshot - $50 Off Any Service" data-item-index="13" tabindex="-1">
                            <img alt="Slingshot - $50 Off Any Service" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/f4aa05bd-8c4c-450d-aa93-b1da00e364e4/SPOTLIGHT/N000000001.jpg">
                        </a>
                                    </div>
                                  </div>
                                </div>
                                <div class="slick-slide" data-slick-index="15" aria-hidden="true" style="width: 620px; position: relative; left: -9300px; top: 0px; z-index: 998; opacity: 0;" tabindex="-1">
                                  <div>
                                    <div style="width: 100%; display: inline-block;">
                                      <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-72367625-d873-4543-bd72-b1da00e3fb2c" target="_self" data-promotion="1" data-promotion-id="72367625-d873-4543-bd72-b1da00e3fb2c" data-promotion-name="Slingshot - Experience The Ultimate Thrill of Three-Wheels" data-item-index="14" tabindex="-1">
                            <img alt="Slingshot - Experience The Ultimate Thrill of Three-Wheels" loading="lazy" class="" src="https://cdp.azureedge.net/products/PROMOTION/72367625-d873-4543-bd72-b1da00e3fb2c/SPOTLIGHT/N000000001.jpg">
                        </a>
                                    </div>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                          <div class="slick-nav slick-buttons slider-arrows">
                            <button class="slick-prev slick-arrow slider-arrow slider-arrow-prev fa fa-chevron-circle-left" aria-label="Previous" type="button" style="">
                              <span class="sr-only">Previous</span>
                            </button>
                            <button class="slick-next slick-arrow slider-arrow slider-arrow-next fa fa-chevron-circle-right" aria-label="Next" type="button" style="">
                              <span class="sr-only">Next</span>
                            </button>
                          </div>
                        </div>
                        <script data-slideshow-setting-id="0126c900-7aae-4cd3-a5aa-961724ccb4d0" type="application/json">
                          {
                            "PagePath": "//Home",
                            "SlideshowInstanceId": "0126c900-7aae-4cd3-a5aa-961724ccb4d0",
                            "IsEnableSpotlightPromotion": true,
                            "SlideshowName": "PromotionsSlideshow",
                            "IsDisplayOnPhones": true,
                            "IsActive": true,
                            "IsAutoPlay": true,
                            "IsDisplayArrow": true,
                            "IsDisplayBullet": false,
                            "TransitionStyleCode": "FADE",
                            "SlideDisplayDuration": 5.00,
                            "SlideSpeed": 2.00,
                            "DealershipId": "2e97ea63-4d97-4f5e-a34a-a60a01487c52",
                            "SiteId": "e4237c53-d553-4f1c-b7b7-48ca5cc1e851",
                            "Width": 992,
                            "Height": 558,
                            "Slides": [{
                              "SlideshowInstanceId": "0126c900-7aae-4cd3-a5aa-961724ccb4d0",
                              "SlideId": "bf7d3301-4eba-4a57-9564-b1bf00b8b54c",
                              "Seq": 1,
                              "IsActive": true,
                              "FileExt": null,
                              "Title": "Polaris - Deal Days",
                              "StartDate": null,
                              "EndDate": "2024-09-30T00:00:00",
                              "LinkUrl": "/Promotion-Details-68be7591-cdc4-445e-92fe-b1be010a2ea5",
                              "ImageUrl": "PROMOTION/68be7591-cdc4-445e-92fe-b1be010a2ea5/SPOTLIGHT/N000000001.jpg",
                              "PromotionGuid": "68be7591-cdc4-445e-92fe-b1be010a2ea5",
                              "IsOpenLinkInCurrentWindow": true,
                              "ActiveDate": "2024-08-01T10:53:46.36",
                              "ExpiredDate": "2024-09-30T00:00:00",
                              "VendorId": 7085
                            }, {
                              "SlideshowInstanceId": "0126c900-7aae-4cd3-a5aa-961724ccb4d0",
                              "SlideId": "3d8f41a9-b99a-4879-884f-b1a100c95af8",
                              "Seq": 2,
                              "IsActive": true,
                              "FileExt": null,
                              "Title": "Let's Ride Sales Event - Save On Select Wolverine RMAX Models With Customer Cash Offers*",
                              "StartDate": null,
                              "EndDate": "2024-09-30T00:00:00",
                              "LinkUrl": "/Promotion-Details-a5347520-c29b-4356-9dc0-b1a1001b8edd",
                              "ImageUrl": "PROMOTION/a5347520-c29b-4356-9dc0-b1a1001b8edd/SPOTLIGHT/N000000023.jpg",
                              "PromotionGuid": "a5347520-c29b-4356-9dc0-b1a1001b8edd",
                              "IsOpenLinkInCurrentWindow": true,
                              "ActiveDate": "2024-07-02T11:00:17.817",
                              "ExpiredDate": "2024-09-30T00:00:00",
                              "VendorId": 7080
                            }, {
                              "SlideshowInstanceId": "0126c900-7aae-4cd3-a5aa-961724ccb4d0",
                              "SlideId": "443e965c-6128-403d-945d-b1e100bd3d8f",
                              "Seq": 3,
                              "IsActive": true,
                              "FileExt": null,
                              "Title": "Can-Am - Get up to $750 off or an additional year of coverage or financing starting at 0.99% for 36-months",
                              "StartDate": null,
                              "EndDate": "2024-10-31T00:00:00",
                              "LinkUrl": "/Promotion-Details-b9689a5b-ef07-4811-bbcd-b1e000ec40e2",
                              "ImageUrl": "PROMOTION/b9689a5b-ef07-4811-bbcd-b1e000ec40e2/SPOTLIGHT/N000000001.jpg",
                              "PromotionGuid": "b9689a5b-ef07-4811-bbcd-b1e000ec40e2",
                              "IsOpenLinkInCurrentWindow": true,
                              "ActiveDate": "2024-09-04T11:09:48.93",
                              "ExpiredDate": "2024-10-31T00:00:00",
                              "VendorId": 7019
                            }, {
                              "SlideshowInstanceId": "0126c900-7aae-4cd3-a5aa-961724ccb4d0",
                              "SlideId": "0ae04c82-e817-4fe1-953e-b1e000cb866c",
                              "Seq": 4,
                              "IsActive": true,
                              "FileExt": null,
                              "Title": "Slingshot - Up to $1,000 Customer Cash 2024 Model Year Slingshot",
                              "StartDate": null,
                              "EndDate": "2024-09-30T00:00:00",
                              "LinkUrl": "/Promotion-Details-6a882dcf-647d-4fe8-a139-b1da00dd3217",
                              "ImageUrl": "PROMOTION/6a882dcf-647d-4fe8-a139-b1da00dd3217/SPOTLIGHT/N000000001.jpg",
                              "PromotionGuid": "6a882dcf-647d-4fe8-a139-b1da00dd3217",
                              "IsOpenLinkInCurrentWindow": true,
                              "ActiveDate": "2024-09-03T11:19:45.94",
                              "ExpiredDate": "2024-09-30T00:00:00",
                              "VendorId": 1840712555
                            }, {
                              "SlideshowInstanceId": "0126c900-7aae-4cd3-a5aa-961724ccb4d0",
                              "SlideId": "28facc4a-f465-4177-9467-8d2c464118eb",
                              "Seq": 5,
                              "IsActive": true,
                              "FileExt": ".jpg",
                              "Title": "View Current Promotions at Unlimited Cycle Center.",
                              "StartDate": null,
                              "EndDate": null,
                              "LinkUrl": "https://uncycle.com/Brands/OEM-Promotions",
                              "ImageUrl": null,
                              "PromotionGuid": null,
                              "IsOpenLinkInCurrentWindow": true,
                              "ActiveDate": "2021-05-03T15:45:51.253",
                              "ExpiredDate": "9999-12-31T23:59:59.9999999",
                              "VendorId": null
                            }, {
                              "SlideshowInstanceId": "0126c900-7aae-4cd3-a5aa-961724ccb4d0",
                              "SlideId": "5d406ab3-0fe0-4827-b10d-b1bf00b8b54c",
                              "Seq": 6,
                              "IsActive": true,
                              "FileExt": null,
                              "Title": "Polaris - Deal Days ",
                              "StartDate": null,
                              "EndDate": "2024-09-30T00:00:00",
                              "LinkUrl": "/Promotion-Details-39387bd1-3ede-49a8-8ebd-b1be010e8f1c",
                              "ImageUrl": "PROMOTION/39387bd1-3ede-49a8-8ebd-b1be010e8f1c/SPOTLIGHT/N000000002.jpg",
                              "PromotionGuid": "39387bd1-3ede-49a8-8ebd-b1be010e8f1c",
                              "IsOpenLinkInCurrentWindow": true,
                              "ActiveDate": "2024-08-01T10:53:46.36",
                              "ExpiredDate": "2024-09-30T00:00:00",
                              "VendorId": 7085
                            }, {
                              "SlideshowInstanceId": "0126c900-7aae-4cd3-a5aa-961724ccb4d0",
                              "SlideId": "f5a774c2-191a-4682-8525-b1a100c95af8",
                              "Seq": 7,
                              "IsActive": true,
                              "FileExt": null,
                              "Title": "Let's Ride Sales Event - Customer Cash Offers Up To $2,000*",
                              "StartDate": null,
                              "EndDate": "2024-09-30T00:00:00",
                              "LinkUrl": "/Promotion-Details-b0cb6647-eb85-49d8-af55-b1a1001ff3ad",
                              "ImageUrl": "PROMOTION/b0cb6647-eb85-49d8-af55-b1a1001ff3ad/SPOTLIGHT/N000000024.jpg",
                              "PromotionGuid": "b0cb6647-eb85-49d8-af55-b1a1001ff3ad",
                              "IsOpenLinkInCurrentWindow": true,
                              "ActiveDate": "2024-07-02T11:00:17.817",
                              "ExpiredDate": "2024-09-30T00:00:00",
                              "VendorId": 7080
                            }, {
                              "SlideshowInstanceId": "0126c900-7aae-4cd3-a5aa-961724ccb4d0",
                              "SlideId": "d584054f-1cc4-42c3-ad80-b1d300ccf462",
                              "Seq": 8,
                              "IsActive": true,
                              "FileExt": null,
                              "Title": "Can-Am - Rider Education Program students receive 20% off Can-Am On-Road apparel",
                              "StartDate": null,
                              "EndDate": "2024-10-31T00:00:00",
                              "LinkUrl": "/Promotion-Details-4ab85c51-9c58-4f91-a310-b1d2014f9815",
                              "ImageUrl": "PROMOTION/4ab85c51-9c58-4f91-a310-b1d2014f9815/SPOTLIGHT/N000000001.jpg",
                              "PromotionGuid": "4ab85c51-9c58-4f91-a310-b1d2014f9815",
                              "IsOpenLinkInCurrentWindow": true,
                              "ActiveDate": "2024-08-21T11:24:27.693",
                              "ExpiredDate": "2024-10-31T00:00:00",
                              "VendorId": 7019
                            }, {
                              "SlideshowInstanceId": "0126c900-7aae-4cd3-a5aa-961724ccb4d0",
                              "SlideId": "1fbe532b-5a5d-4f55-9b5a-b1e000cb866c",
                              "Seq": 9,
                              "IsActive": true,
                              "FileExt": null,
                              "Title": "Slingshot - $2,000 Customer Cash 2023 Model Year Slingshot",
                              "StartDate": null,
                              "EndDate": "2024-09-30T00:00:00",
                              "LinkUrl": "/Promotion-Details-c7f54d9c-e268-4fdb-9262-b1da00de5344",
                              "ImageUrl": "PROMOTION/c7f54d9c-e268-4fdb-9262-b1da00de5344/SPOTLIGHT/N000000001.jpg",
                              "PromotionGuid": "c7f54d9c-e268-4fdb-9262-b1da00de5344",
                              "IsOpenLinkInCurrentWindow": true,
                              "ActiveDate": "2024-09-03T11:19:21.963",
                              "ExpiredDate": "2024-09-30T00:00:00",
                              "VendorId": 1840712555
                            }, {
                              "SlideshowInstanceId": "0126c900-7aae-4cd3-a5aa-961724ccb4d0",
                              "SlideId": "bc035fe9-35d2-486c-af06-59ddeb1b6d00",
                              "Seq": 10,
                              "IsActive": true,
                              "FileExt": ".jpg",
                              "Title": "1",
                              "StartDate": null,
                              "EndDate": null,
                              "LinkUrl": null,
                              "ImageUrl": null,
                              "PromotionGuid": null,
                              "IsOpenLinkInCurrentWindow": true,
                              "ActiveDate": "2021-05-03T12:07:57.343",
                              "ExpiredDate": "9999-12-31T23:59:59.9999999",
                              "VendorId": null
                            }, {
                              "SlideshowInstanceId": "0126c900-7aae-4cd3-a5aa-961724ccb4d0",
                              "SlideId": "f7d6df02-d782-4825-9a49-b1c100c265f2",
                              "Seq": 11,
                              "IsActive": true,
                              "FileExt": null,
                              "Title": "Can-Am - Get $75 off $500 OR $200 off $1000 purchase of SSV Accessories",
                              "StartDate": null,
                              "EndDate": "2024-09-30T00:00:00",
                              "LinkUrl": "/Promotion-Details-e6406491-a9cc-451b-8d65-b1c00109b11e",
                              "ImageUrl": "PROMOTION/e6406491-a9cc-451b-8d65-b1c00109b11e/SPOTLIGHT/N000000001.jpg",
                              "PromotionGuid": "e6406491-a9cc-451b-8d65-b1c00109b11e",
                              "IsOpenLinkInCurrentWindow": true,
                              "ActiveDate": "2024-08-03T11:07:57.757",
                              "ExpiredDate": "2024-09-30T00:00:00",
                              "VendorId": 7019
                            }, {
                              "SlideshowInstanceId": "0126c900-7aae-4cd3-a5aa-961724ccb4d0",
                              "SlideId": "b6b0a770-843f-47ee-abe0-b1e000cb866c",
                              "Seq": 12,
                              "IsActive": true,
                              "FileExt": null,
                              "Title": "Slingshot - $2,000 Customer Cash 2024 ROUSH® Model Year Slingshot",
                              "StartDate": null,
                              "EndDate": "2024-09-30T00:00:00",
                              "LinkUrl": "/Promotion-Details-6aff7e0a-6953-43a3-896f-b1da00e0334b",
                              "ImageUrl": "PROMOTION/6aff7e0a-6953-43a3-896f-b1da00e0334b/SPOTLIGHT/N000000002.jpg",
                              "PromotionGuid": "6aff7e0a-6953-43a3-896f-b1da00e0334b",
                              "IsOpenLinkInCurrentWindow": true,
                              "ActiveDate": "2024-09-03T11:19:21.963",
                              "ExpiredDate": "2024-09-30T00:00:00",
                              "VendorId": 1840712555
                            }, {
                              "SlideshowInstanceId": "0126c900-7aae-4cd3-a5aa-961724ccb4d0",
                              "SlideId": "ab9bb9c5-6bb1-4b5d-b9bf-b1c100c265f2",
                              "Seq": 13,
                              "IsActive": true,
                              "FileExt": null,
                              "Title": "Can-Am - 20% off Seats and Backrests",
                              "StartDate": null,
                              "EndDate": "2024-09-30T00:00:00",
                              "LinkUrl": "/Promotion-Details-8888f337-6dc7-4b25-8fb6-b1c0010aceb8",
                              "ImageUrl": "PROMOTION/8888f337-6dc7-4b25-8fb6-b1c0010aceb8/SPOTLIGHT/N000000001.jpg",
                              "PromotionGuid": "8888f337-6dc7-4b25-8fb6-b1c0010aceb8",
                              "IsOpenLinkInCurrentWindow": true,
                              "ActiveDate": "2024-08-03T11:07:57.757",
                              "ExpiredDate": "2024-09-30T00:00:00",
                              "VendorId": 7019
                            }, {
                              "SlideshowInstanceId": "0126c900-7aae-4cd3-a5aa-961724ccb4d0",
                              "SlideId": "94131703-136f-4597-b6de-b1e000cb866c",
                              "Seq": 14,
                              "IsActive": true,
                              "FileExt": null,
                              "Title": "Slingshot - 20% Off ALL Slingshot Apparel",
                              "StartDate": null,
                              "EndDate": "2024-10-31T00:00:00",
                              "LinkUrl": "/Promotion-Details-327007bb-e10d-4821-b4ae-b1da00e2a4f3",
                              "ImageUrl": "PROMOTION/327007bb-e10d-4821-b4ae-b1da00e2a4f3/SPOTLIGHT/N000000001.jpg",
                              "PromotionGuid": "327007bb-e10d-4821-b4ae-b1da00e2a4f3",
                              "IsOpenLinkInCurrentWindow": true,
                              "ActiveDate": "2024-09-03T11:19:21.963",
                              "ExpiredDate": "2024-10-31T00:00:00",
                              "VendorId": 1840712555
                            }, {
                              "SlideshowInstanceId": "0126c900-7aae-4cd3-a5aa-961724ccb4d0",
                              "SlideId": "03ef905e-5941-4c05-be6d-b1e000cb866c",
                              "Seq": 15,
                              "IsActive": true,
                              "FileExt": null,
                              "Title": "Slingshot - $50 Off Any Service",
                              "StartDate": null,
                              "EndDate": "2024-09-30T00:00:00",
                              "LinkUrl": "/Promotion-Details-f4aa05bd-8c4c-450d-aa93-b1da00e364e4",
                              "ImageUrl": "PROMOTION/f4aa05bd-8c4c-450d-aa93-b1da00e364e4/SPOTLIGHT/N000000001.jpg",
                              "PromotionGuid": "f4aa05bd-8c4c-450d-aa93-b1da00e364e4",
                              "IsOpenLinkInCurrentWindow": true,
                              "ActiveDate": "2024-09-03T11:19:21.963",
                              "ExpiredDate": "2024-09-30T00:00:00",
                              "VendorId": 1840712555
                            }, {
                              "SlideshowInstanceId": "0126c900-7aae-4cd3-a5aa-961724ccb4d0",
                              "SlideId": "41ef216a-4ef6-4c74-b5e6-b1e000cb866c",
                              "Seq": 16,
                              "IsActive": true,
                              "FileExt": null,
                              "Title": "Slingshot - Experience The Ultimate Thrill of Three-Wheels",
                              "StartDate": null,
                              "EndDate": "2024-10-31T00:00:00",
                              "LinkUrl": "/Promotion-Details-72367625-d873-4543-bd72-b1da00e3fb2c",
                              "ImageUrl": "PROMOTION/72367625-d873-4543-bd72-b1da00e3fb2c/SPOTLIGHT/N000000001.jpg",
                              "PromotionGuid": "72367625-d873-4543-bd72-b1da00e3fb2c",
                              "IsOpenLinkInCurrentWindow": true,
                              "ActiveDate": "2024-09-03T11:19:21.963",
                              "ExpiredDate": "2024-10-31T00:00:00",
                              "VendorId": 1840712555
                            }],
                            "SortOrderOption": {
                              "SortOption": "6",
                              "IsRandom": false,
                              "OrderByDealerIds": [{
                                "Id": "7085",
                                "IsDefaultId": false,
                                "IsHide": false,
                                "Sequence": 0
                              }, {
                                "Id": "7080",
                                "IsDefaultId": false,
                                "IsHide": false,
                                "Sequence": 1
                              }, {
                                "Id": "7019",
                                "IsDefaultId": false,
                                "IsHide": false,
                                "Sequence": 2
                              }, {
                                "Id": "1840712555",
                                "IsDefaultId": false,
                                "IsHide": false,
                                "Sequence": 3
                              }, {
                                "Id": "-1",
                                "IsDefaultId": false,
                                "IsHide": false,
                                "Sequence": 4
                              }],
                              "DefaultVensor": null,
                              "CustomDefaultVendor": null,
                              "CustomVendorOrders": [],
                              "CustomVendorOrderHideItems": [],
                              "DefaultVendorOrderHideItems": null,
                              "AllSelectedDefaultVendors": [],
                              "AllSelectedCustomVendors": ["7019", "7085", "1840712555", "7080"]
                            },
                            "AuthorizeVendors": "[{\"VendorId\":7019,\"CodeName\":\"Can-Am\",\"Url\":\"VENDOR\\/7F2C1F28-F04C-475E-87D6-A27E0023E125\\/LOGO\\/EE04C9A8-DF63-4C18-9720-900A81E4E339.png\"},{\"VendorId\":7085,\"CodeName\":\"Polaris\",\"Url\":\"VENDOR\\/D15A0ECD-A8EB-4914-A569-A27E0023E125\\/LOGO\\/5ECD94C2-F395-425E-9552-1441200163E6.png\"},{\"VendorId\":1840712555,\"CodeName\":\"Slingshot\",\"Url\":\"VENDOR\\/7247F0C6-75DF-47D4-9828-A639008B0FB6\\/LOGO\\/A9855F2A-265B-4D19-BF34-5DC0236B2543.png\"},{\"VendorId\":7080,\"CodeName\":\"Yamaha Motor Corp., USA\",\"Url\":\"VENDOR\\/193C51B9-BD33-48B7-9A9E-A27E0023E125\\/LOGO\\/882510B9-F686-4F20-BAE0-49693797BA9E.png\"}]",
                            "Promotions": null,
                            "ProductCategories": ["ATVs", "Golf Carts", "Motorcycles", "Scooters", "Trailers", "Trikes", "Utility Vehicles"],
                            "ProductCategory": "ATVs,Golf Carts,Motorcycles,Scooters,Trailers,Trikes,Utility Vehicles"
                          }
                        </script>
                        <script type="text/javascript">
                          $(function() {
                            var view = new Dx1Slideshow.Dx1SlideshowView();
                            view.init("0126c900-7aae-4cd3-a5aa-961724ccb4d0");
                          });
                        </script>
                      </div>
                    </div><!-- End_Module_28441 -->
                  </div>
                  <span class="dnn-module-actions">
                  </span>
                </div>
              </div>
            </div>
            <div id="dnn_Main" class="main col-xs-12 col-md-6">
              <h1>Unlimited <span class="sub-heading left-divide"><a href="/About-Us">Cycle <br>Center</a></span></h1>
              <div class="DnnModule DnnModule-DNN_HTML DnnModule-28439"><a name="28439"></a>
                <div class="notitle">
                  <div id="dnn_ctr28439_ContentPane" class="body"><!-- Start_Module_28439 -->
                    <div id="dnn_ctr28439_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                      <div id="dnn_ctr28439_HtmlModule_lblContent" class="Normal">
                        <p>Welcome to Unlimited Cycle Center, Central Pennsylvania's premier powersports dealer. We are authorized dealers for <a href="/Brands/Manufacturer-Models/Product-Model-Results/Polaris">Polaris</a>,
                          <a href="/Brands/Manufacturer-Models/Product-Model-Results/Slingshot">Slingshot</a>, <a href="/Brands/Manufacturer-Models/Product-Model-Results/Yamaha">Yamaha</a>,
                          <a href="/Brands/Manufacturer-Models/Product-Model-Results/Can-Am">Can-Am</a>, <a href="/Brands/Manufacturer-Models/Product-Model-Results/Can-Am/Motorcycles/Spyder-F3">Spyder</a> and
                          <a href="/Brands/Manufacturer-Models/Product-Model-Results/Can-Am/Motorcycles?Family=Ryker">Ryker</a>. We offer <a href="/Service">service</a> for all makes and models. Shop our
                          <a href="/Inventory/All-Inventory">in-stock inventory</a> of <a href="/Inventory/All-Inventory/Motorcycles">motorcycles for sale</a>, <a href="/Inventory/All-Inventory/ATVs">ATVs for sale</a>, and
                          <a href="/Inventory/All-Inventory/Utility-Vehicles">side by sides / UTVs for sale</a>. Unlimited Cycle Center is <a href="/About-Us/Location-Hours">located in Tyrone, PA</a> near Altoona and State College. Visit or
                          <a href="/Contact-Us">contact us</a> today!</p>
                      </div>
                    </div><!-- End_Module_28439 -->
                  </div>
                  <span class="dnn-module-actions">
                  </span>
                </div>
              </div>
              <div class="DnnModule DnnModule-DNN_HTML DnnModule-28440"><a name="28440"></a>
                <div class="notitle">
                  <div id="dnn_ctr28440_ContentPane" class="body"><!-- Start_Module_28440 -->
                    <div id="dnn_ctr28440_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                      <div id="dnn_ctr28440_HtmlModule_lblContent" class="Normal">
                        <div class="visible-lg">
                          <hr>
                          <p><em>"We were treated really well.&nbsp;I love my Yamaha I bought there, and I would recommend you guys to anyone."</em> -&nbsp;<strong>Jennifer Buchan - State College, PA</strong></p>
                          <p><em>"Awesome,&nbsp;awesome experience!!!"</em> -&nbsp;<strong>John Reader - Tyrone, PA</strong></p>
                          <p>View more <a href="/About-Us/Testimonials">testimonials</a> to see what our customers have to say!</p>
                        </div>
                      </div>
                    </div><!-- End_Module_28440 -->
                  </div>
                  <span class="dnn-module-actions">
                  </span>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="oem-wrap">
          <div class="container-fluid">
            <div class="oem-row row-flex flex-wrap">
              <div class="oem">
                <a href="/Polaris">
                                <img loading="lazy" src="/portals/uncyclecenter/skins/uncycle-sequence/images/oem_polaris.png" width="214" height="90" class="img-responsive" alt="Polaris Models for sale at Unlimited Cycle Center.">
                            </a>
              </div>
              <div class="oem">
                <a href="/Brands/Manufacturer-Models/Product-Model-Results/Yamaha">
                                <img loading="lazy" src="/portals/uncyclecenter/skins/uncycle-sequence/images/oem_yamaha.png" width="154" height="90" class="img-responsive" alt="Yamaha Models for sale at Unlimited Cycle Center.">
                            </a>
              </div>
              <div class="oem">
                <a href="/Brands/Can-Am-Off-Road">
                                <img loading="lazy" src="/portals/uncyclecenter/skins/uncycle-sequence/images/oem_can-am.png" width="230" height="90" class="img-responsive" alt="Can-Am Models for sale at Unlimited Cycle Center.">
                            </a>
              </div>
              <div class="oem">
                <a href="/Brands/Slingshot">
                                <img loading="lazy" src="/portals/uncyclecenter/skins/uncycle-sequence/images/oem_slingshot.png" width="250" height="90" class="img-responsive" alt="Slingshot Models for sale at Unlimited Cycle Center.">
                            </a>
              </div>
              <div class="oem">
                <a href="/Brands/Manufacturer-Models/Product-Model-Results/Can-Am/Motorcycles/Spyder-F3">
                                <img loading="lazy" src="/portals/uncyclecenter/skins/uncycle-sequence/images/oem_can-am_spyder.png" width="175" height="90" class="img-responsive" alt="Can-Am Spyder Models for sale at Unlimited Cycle Center.">
                            </a>
              </div>
              <div class="oem">
                <a href="/Brands/Manufacturer-Models/Product-Model-Results/Can-Am/Motorcycles?Family=Ryker">
                                <img loading="lazy" src="/portals/uncyclecenter/skins/uncycle-sequence/images/oem_can-am_ryker.png" width="175" height="90" class="img-responsive" alt="Can-Am Ryker Models for sale at Unlimited Cycle Center.">
                            </a>
              </div>
            </div>
          </div>
        </div>
        <div class="cta-row-alt-wrap">
          <div class="container">
            <div class="row">
              <div id="dnn_FullAfter2Col" class="col-xs-12 DNNEmptyPane"></div>
            </div>
            <div class="cta-row-alt row">
              <div class="cta-alt col-xs-12 col-sm-4">
                <div class="cta-inner-wrap-alt">
                  <div class="cta-body-alt">
                    <a href="/Service/Schedule-Service">
                                        <picture><!-- provides alternative images for the browser to choose from -->
                                            <source media="(max-width: 500px)" srcset="/portals/uncyclecenter/skins/uncycle-sequence/images/cta-alt-1-500.jpg">
                                            <source media="(min-width: 500px)" srcset="/portals/uncyclecenter/skins/uncycle-sequence/images/cta-alt-1.jpg">
                                            <img loading="lazy" src="/portals/uncyclecenter/skins/uncycle-sequence/images/cta-alt-1.jpg" alt="Service at Unlimited Cycle Center.">
                                        </picture>
                                    </a>
                  </div>
                  <div class="cta-footer-alt">
                    <a class="btn btn-primary" href="/Service/Schedule-Service"><span class="btn-text">Schedule Service</span></a>
                  </div>
                </div>
              </div>
              <div class="cta-alt col-xs-12 col-sm-4">
                <div class="cta-inner-wrap-alt">
                  <div class="cta-body-alt">
                    <a href="/Financing">
                                        <picture><!-- provides alternative images for the browser to choose from -->
                                            <source media="(max-width: 500px)" srcset="/portals/uncyclecenter/skins/uncycle-sequence/images/cta-alt-2-500.jpg">
                                            <source media="(min-width: 500px)" srcset="/portals/uncyclecenter/skins/uncycle-sequence/images/cta-alt-2.jpg">
                                            <img loading="lazy" src="/portals/uncyclecenter/skins/uncycle-sequence/images/cta-alt-2.jpg" alt="Financing at Unlimited Cycle Center.">
                                        </picture>
                                    </a>
                  </div>
                  <div class="cta-footer-alt">
                    <a class="btn btn-primary" href="/Financing"><span class="btn-text">Secure Financing</span></a>
                  </div>
                </div>
              </div>
              <div class="cta-alt col-xs-12 col-sm-4">
                <div class="cta-inner-wrap-alt">
                  <div class="cta-body-alt">
                    <a href="/Directions">
                                        <picture><!-- provides alternative images for the browser to choose from -->
                                            <source media="(max-width: 500px)" srcset="/portals/uncyclecenter/skins/uncycle-sequence/images/cta-alt-3-500.jpg">
                                            <source media="(min-width: 500px)" srcset="/portals/uncyclecenter/skins/uncycle-sequence/images/cta-alt-3.jpg">
                                            <img loading="lazy" src="/portals/uncyclecenter/skins/uncycle-sequence/images/cta-alt-3.jpg" alt="Location &amp; Hours for Unlimited Cycle Center.">
                                        </picture>
                                    </a>
                  </div>
                  <div class="cta-footer-alt">
                    <a class="btn btn-primary" href="/Directions"><span class="btn-text">Get Directions</span></a>
                  </div>
                </div>
              </div>
            </div>
            <div class="row">
              <div id="dnn_ContentPane" class="contentpane col-xs-12">
                <div class="DnnModule DnnModule-Dx1BrpSmartSiteSetting DnnModule-28435"><a name="28435"></a>
                  <div class="notitle">
                    <div id="dnn_ctr28435_ContentPane" class="body"><!-- Start_Module_28435 -->
                      <div id="dnn_ctr28435_ModuleContent" class="DNNModuleContent ModDx1BrpSmartSiteSettingC">
                        <div id="dnn_ctr28435_BrpOverlayMenu_UP">
                          <div class="brp-tabs-wrap brp-tabs-right">
                            <a class="tab-brp tab-canam-offroad" href="/Shop-BRP/Can-Am" aria-label="Can-Am">
            <span class="tab-logo logo-default"><img src="https://cdn.dx1app.com/media/OEM/logo_CanAm-white.svg" alt="Can-Am logo" class="brand-logo"></span>
            <span class="tab-logo logo-hover"><img src="https://cdn.dx1app.com/media/OEM/logo_CanAm-black.svg" alt="Can-Am logo" class="brand-logo logo-hover"></span>
        </a>
                          </div>
                          <script>
                            $(function() {
                              var options = {
                                brands: {
                                  canAm: {
                                    brandName: "can-am",
                                  },
                                  seaDoo: {
                                    brandName: "sea-doo",
                                  },
                                  skiDoo: {
                                    brandName: "ski-doo",
                                  },
                                  lynx: {
                                    brandName: "lynx",
                                  },
                                }
                              }
                              brpOverlayMenu.init(options);
                            });
                          </script>
                        </div>
                        <div id="dnn_ctr28435_BrpOverlayMenu_UP_Prog" style="display:none;" role="status" aria-hidden="true">
                          <div class="dnnLoading dnnPanelLoading"></div>
                        </div>
                      </div><!-- End_Module_28435 -->
                    </div>
                    <span class="dnn-module-actions">
                    </span>
                  </div>
                </div>
                <div class="DnnModule DnnModule-DX1PolarisShiftTab DnnModule-38794"><a name="38794"></a>
                  <div class="notitle">
                    <div id="dnn_ctr38794_ContentPane" class="body"><!-- Start_Module_38794 -->
                      <div id="dnn_ctr38794_ModuleContent" class="DNNModuleContent ModDX1PolarisShiftTabC">
                        <div class="polaris-tabs-wrap ">
                          <a class="tab-polaris tab-polaris-offroad" href="/Inventory/New-Inventory/New/Polaris/Utility-Vehicles" aria-label="Polaris Off-Road">
            <span class="tab-logo"><img src="https://cdn.dx1app.com/media/OEM/logo_PolarisOffRoad-white.svg" alt="Polaris Off-Road logo" class="brand-logo"></span>
        </a>
                          <a class="tab-polaris tab-slingshot" href="/Inventory/New-Inventory/New/Slingshot" aria-label="Slingshot">
            <span class="tab-logo"><img src="https://cdn.dx1app.com/media/OEM/logo_Slingshot-white.svg" alt="Slingshot logo" class="brand-logo"></span>
        </a>
                        </div>
                      </div><!-- End_Module_38794 -->
                    </div>
                    <span class="dnn-module-actions">
                    </span>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="additional-content-wrap">
          <div class="container">
            <div class="row">
              <div id="dnn_AdditionalFull" class="col-xs-12 DNNEmptyPane"></div>
            </div>
            <div class="row">
              <div id="dnn_AdditionalHalf1" class="col-xs-12 col-sm-6">
                <div class="DnnModule DnnModule-DNN_HTML DnnModule-28432"><a name="28432"></a>
                  <div class="notitle">
                    <div id="dnn_ctr28432_ContentPane" class="body"><!-- Start_Module_28432 -->
                      <div id="dnn_ctr28432_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                        <div id="dnn_ctr28432_HtmlModule_lblContent" class="Normal">
                          <div class="content-column hidden-xs">
                            <div data-oembed-url="https://youtu.be/8oUILxHgSgw">
                              <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;"><iframe allow="autoplay; encrypted-media" allowfullscreen="" scrolling="no"
                                  src="https://www.youtube.com/embed/8oUILxHgSgw?rel=0&amp;showinfo=0" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" tabindex="-1" title="YouTube Video #1"></iframe></div>
                            </div> &nbsp; <div class="contents">
                              <h3 aria-level="2">Can-am Ryker // A new way to ride&nbsp;</h3>
                              <p>Riding will never be the same. The 2019 Can-Am Ryker redefines what it means to ride easy, ride your way and&nbsp;Ride Like No Other.&nbsp;<br> &nbsp;</p>
                              <p>
                                &nbsp;<a href="https://can-am.brp.com/on-road/ryker/recreational/ryker.html?ds_rl=1263151&amp;ds_rl=1263166&amp;gclid=EAIaIQobChMIyqbx6aKH4AIVTGSGCh3AkQBNEAAYASAAEgIeEfD_BwE&amp;gclsrc=aw.ds" rel="noopener" target="_blank" aria-describedby="audioeye_new_window_message">LEARN MORE</a>
                              </p>
                            </div>
                          </div>
                        </div>
                      </div><!-- End_Module_28432 -->
                    </div>
                    <span class="dnn-module-actions">
                    </span>
                  </div>
                </div>
              </div>
              <div id="dnn_AdditionalHalf2" class="col-xs-12 col-sm-6">
                <div class="DnnModule DnnModule-DNN_HTML DnnModule-28433"><a name="28433"></a>
                  <div class="notitle">
                    <div id="dnn_ctr28433_ContentPane" class="body"><!-- Start_Module_28433 -->
                      <div id="dnn_ctr28433_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                        <div id="dnn_ctr28433_HtmlModule_lblContent" class="Normal">
                          <div class="content-column hidden-xs">
                            <div data-oembed-url="https://youtu.be/y19Y6mfDOO0">
                              <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;"><iframe allowfullscreen="" scrolling="no" src="https://www.youtube.com/embed/y19Y6mfDOO0?rel=0&amp;showinfo=0"
                                  style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" tabindex="-1" title="YouTube Video"></iframe></div>
                            </div> &nbsp; <div class="contents">
                              <h3>GO FURTHER, DO MORE</h3>
                              <p>The all‑new Wolverine X2 is the ultimate adventure partner, and the perfect trail exploring companion in tight, technical terrain.</p>
                              <p><span
                                  style="color:#ffffff;"><a href="https://www.yamahamotorsports.com/recreation-side-by-side/models/wolverine-x2-850-xt-r" rel="noopener" target="_blank" aria-describedby="audioeye_new_window_message">LEARN MORE</a></span>
                              </p>
                            </div>
                          </div>
                        </div>
                      </div><!-- End_Module_28433 -->
                    </div>
                    <span class="dnn-module-actions">
                    </span>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </main>
    <div class="featured-inv-wrap">
      <div class="container">
        <div class="row">
          <div id="dnn_FeaturedInventory" class="col-xs-12">
            <h2>Featured <span class="sub-heading left-divide wrap"><a href="/Inventory/All-Inventory">View <br>More Inventory</a></span></h2>
            <div class="DnnModule DnnModule-Dx1ShowroomList DnnModule-28436"><a name="28436"></a>
              <div class="notitle">
                <div id="dnn_ctr28436_ContentPane" class="body"><!-- Start_Module_28436 -->
                  <div id="dnn_ctr28436_ModuleContent" class="DNNModuleContent ModDx1ShowroomListC">
                    <div id="dnn_ctr28436_Listings_UP">
                      <div id="featured-inventory-main" class="featured-inventory-template">
                        <div class="featured-inventory swiper media-size-6 swiper-initialized swiper-horizontal" id="carouselParent0" itemonscreen="6">
                          <div class="featured-group swiper-wrapper" id="carousel0" aria-live="off" style="transition-duration: 0ms; transform: translate3d(-1242px, 0px, 0px); transition-delay: 0ms;">
                            <div class="item swiper-slide" role="group" aria-label="1 / 12" style="width: 177px; margin-right: 30px;">
                              <article class="unit">
                                <input type="hidden" class="productId" value="6de43cbb-dac3-4cef-9ad3-b06a013bf88a">
                                <input type="hidden" class="brpBrand" value="">
                                <div class="thumbnail-frame" style="height: 122px;">
                                  <a href="https://www.uncyclecenter.com/Utility-Vehicles-Polaris-Polaris-XPEDITION-ADV-5-Ultimate-2024-Tyrone-PA-6de43cbb-dac3-4cef-9ad3-b06a013bf88a">
                                <img src="//cdp.azureedge.net/products-private/prod/3b363277-0ea5-48fa-bd4d-3b1642268d1a/2e97ea63-4d97-4f5e-a34a-a60a01487c52/00000000-0000-0000-0000-000000000000/6582d52b-e62c-4278-a6d6-aff0001d984a/6de43cbb-dac3-4cef-9ad3-b06a013bf88a/6000000017_480px.jpg" height="70" width="125" alt="2024 Polaris Polaris XPEDITION ADV 5 Ultimate in Tyrone, Pennsylvania" class="img-responsive" loading="lazy">
                            </a>
                                </div>
                                <div class="summary" style="height: 351.5px;">
                                  <header class="item-header">
                                    <a href="https://www.uncyclecenter.com/Utility-Vehicles-Polaris-Polaris-XPEDITION-ADV-5-Ultimate-2024-Tyrone-PA-6de43cbb-dac3-4cef-9ad3-b06a013bf88a">

                                        <h4 aria-level="3">
                                            2024
                                            Polaris
                                            Polaris XPEDITION ADV 5 Ultimate
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $38,999
                                                    </div>
                                                
                                            
                                            
                                                <div class="additional-price-text">
                                                    $43,259 OUT THE DOOR <br>ROOF TOP TENT<br>ROOF RACK<br>HEATER <br>GLASS WINDSHIELD <br>REAR GLASS TIP OUT <br>SIDE GLASS<br>ROCK SLIDER<br>CANVAS DOORS <br>MIRRORS <br>REAR BUMPER
                                                </div>
                                            
                                        </div>
                                    
                                    
                                </a>
                                    <!-- REQUEST INFORMATION BUTTON -->
                                    <a data-is-from-featured="true" data-moduleid="28436" class="request-more-information btn-cta btn btn-primary btn-xs btn-block btn-contact" role="presentation">
                                    <span class="btn-icon"><i class="fa fa-envelope"></i></span>
                                    <span class="btn-text">Contact</span>
                                </a>
                                    <!-- END REQUEST INFORMATION BUTTON -->
                                  </header>
                                </div>
                              </article>
                            </div>
                            <div class="item swiper-slide" role="group" aria-label="2 / 12" style="width: 177px; margin-right: 30px;">
                              <article class="unit">
                                <input type="hidden" class="productId" value="1808b4be-156a-417c-912a-b13b00ffa9ca">
                                <input type="hidden" class="brpBrand" value="Can-Am Off-Road">
                                <div class="thumbnail-frame" style="height: 122px;">
                                  <a href="https://www.uncyclecenter.com/Utility-Vehicles-Can-Am-Defender-6x6-CAB-Limited-2022-Tyrone-PA-1808b4be-156a-417c-912a-b13b00ffa9ca">
                                <img src="//cdp.azureedge.net/products-private/prod/3b363277-0ea5-48fa-bd4d-3b1642268d1a/2e97ea63-4d97-4f5e-a34a-a60a01487c52/00000000-0000-0000-0000-000000000000/a20956e4-250f-4046-9fbf-ae3d004d733c/1808b4be-156a-417c-912a-b13b00ffa9ca/6000000001_480px.jpg" height="70" width="125" alt="2022 Can-Am Defender 6x6 CAB Limited in Tyrone, Pennsylvania" class="img-responsive" loading="lazy">
                            </a>
                                </div>
                                <div class="summary" style="height: 351.5px;">
                                  <div class="banner sale">On Sale</div>
                                  <header class="item-header">
                                    <a href="https://www.uncyclecenter.com/Utility-Vehicles-Can-Am-Defender-6x6-CAB-Limited-2022-Tyrone-PA-1808b4be-156a-417c-912a-b13b00ffa9ca">

                                        <h4>
                                            2022
                                            Can-Am
                                            Defender 6x6 CAB Limited
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                    <div class="price sale">
                                                        
                                                            On Sale
                                                        
                                                        
                                                        $24,999
                                                    </div>
                                                    <div class="msrp">
                                                        
                                                            Retail Price: 
                                                        
                                                        
                                                        <span class="strike-through msrp">
                                                            
                                                                $26,999
                                                            
                                                            
                                                        </span>
                                                    </div>
                                                
                                                
                                            
                                            
                                        </div>
                                    
                                    
                                </a>
                                    <!-- REQUEST INFORMATION BUTTON -->
                                    <a data-is-from-featured="true" data-moduleid="28436" class="request-more-information btn-cta btn btn-primary btn-xs btn-block btn-contact" role="presentation">
                                    <span class="btn-icon"><i class="fa fa-envelope"></i></span>
                                    <span class="btn-text">Contact</span>
                                </a>
                                    <!-- END REQUEST INFORMATION BUTTON -->
                                  </header>
                                </div>
                              </article>
                            </div>
                            <div class="item swiper-slide" role="group" aria-label="3 / 12" style="width: 177px; margin-right: 30px;">
                              <article class="unit">
                                <input type="hidden" class="productId" value="bd43ce66-3b8c-41df-a1de-b1d401235b89">
                                <input type="hidden" class="brpBrand" value="">
                                <div class="thumbnail-frame" style="height: 122px;">
                                  <a href="https://www.uncyclecenter.com/ATVs-Polaris-Sportsman-Touring-570-Premium-2025-Tyrone-PA-bd43ce66-3b8c-41df-a1de-b1d401235b89">
                                <img src="//cdp.azureedge.net/products-private/prod/3b363277-0ea5-48fa-bd4d-3b1642268d1a/2e97ea63-4d97-4f5e-a34a-a60a01487c52/00000000-0000-0000-0000-000000000000/aa1ae53d-85a8-4bc3-83d2-b179004a6160/bd43ce66-3b8c-41df-a1de-b1d401235b89/6000000003_480px.heic" height="70" width="125" alt="2025 Polaris Sportsman Touring 570 Premium in Tyrone, Pennsylvania" class="img-responsive" loading="lazy">
                            </a>
                                </div>
                                <div class="summary" style="height: 351.5px;">
                                  <header class="item-header">
                                    <a href="https://www.uncyclecenter.com/ATVs-Polaris-Sportsman-Touring-570-Premium-2025-Tyrone-PA-bd43ce66-3b8c-41df-a1de-b1d401235b89">

                                        <h4>
                                            2025
                                            Polaris
                                            Sportsman Touring 570 Premium
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $12,499
                                                    </div>
                                                
                                            
                                            
                                        </div>
                                    
                                    
                                </a>
                                    <!-- REQUEST INFORMATION BUTTON -->
                                    <a data-is-from-featured="true" data-moduleid="28436" class="request-more-information btn-cta btn btn-primary btn-xs btn-block btn-contact" role="presentation">
                                    <span class="btn-icon"><i class="fa fa-envelope"></i></span>
                                    <span class="btn-text">Contact</span>
                                </a>
                                    <!-- END REQUEST INFORMATION BUTTON -->
                                  </header>
                                </div>
                              </article>
                            </div>
                            <div class="item swiper-slide" role="group" aria-label="4 / 12" style="width: 177px; margin-right: 30px;">
                              <article class="unit">
                                <input type="hidden" class="productId" value="32f665dd-60f7-456d-ba20-b1ce00e5f5dc">
                                <input type="hidden" class="brpBrand" value="">
                                <div class="thumbnail-frame" style="height: 122px;">
                                  <a href="https://www.uncyclecenter.com/ATVs-Polaris-Outlaw-110-EFI-2025-Tyrone-PA-32f665dd-60f7-456d-ba20-b1ce00e5f5dc">
                                <img src="//cdp.azureedge.net/products-private/prod/3b363277-0ea5-48fa-bd4d-3b1642268d1a/2e97ea63-4d97-4f5e-a34a-a60a01487c52/00000000-0000-0000-0000-000000000000/65af6028-2545-4b8f-a8f5-b1b90079b0f2/32f665dd-60f7-456d-ba20-b1ce00e5f5dc/6000000001_480px.jpg" height="70" width="125" alt="2025 Polaris Outlaw 110 EFI in Tyrone, Pennsylvania" class="img-responsive" loading="lazy">
                            </a>
                                </div>
                                <div class="summary" style="height: 351.5px;">
                                  <header class="item-header">
                                    <a href="https://www.uncyclecenter.com/ATVs-Polaris-Outlaw-110-EFI-2025-Tyrone-PA-32f665dd-60f7-456d-ba20-b1ce00e5f5dc">

                                        <h4>
                                            2025
                                            Polaris
                                            Outlaw 110 EFI
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $3,599
                                                    </div>
                                                
                                            
                                            
                                        </div>
                                    
                                    
                                </a>
                                    <!-- REQUEST INFORMATION BUTTON -->
                                    <a data-is-from-featured="true" data-moduleid="28436" class="request-more-information btn-cta btn btn-primary btn-xs btn-block btn-contact" role="presentation">
                                    <span class="btn-icon"><i class="fa fa-envelope"></i></span>
                                    <span class="btn-text">Contact</span>
                                </a>
                                    <!-- END REQUEST INFORMATION BUTTON -->
                                  </header>
                                </div>
                              </article>
                            </div>
                            <div class="item swiper-slide" role="group" aria-label="5 / 12" style="width: 177px; margin-right: 30px;">
                              <article class="unit">
                                <input type="hidden" class="productId" value="c0b85911-bfb7-4464-8857-b1db00f4e2e2">
                                <input type="hidden" class="brpBrand" value="">
                                <div class="thumbnail-frame" style="height: 122px;">
                                  <a href="https://www.uncyclecenter.com/ATVs-Polaris-Outlaw-70-EFI-2025-Tyrone-PA-c0b85911-bfb7-4464-8857-b1db00f4e2e2">
                                <img src="//cdp.azureedge.net/products-private/prod/3b363277-0ea5-48fa-bd4d-3b1642268d1a/2e97ea63-4d97-4f5e-a34a-a60a01487c52/00000000-0000-0000-0000-000000000000/65a8d362-a5fd-4551-ae78-b1b900753a0e/c0b85911-bfb7-4464-8857-b1db00f4e2e2/6000000001_480px.jpg" height="70" width="125" alt="2025 Polaris Outlaw 70 EFI in Tyrone, Pennsylvania" class="img-responsive" loading="lazy">
                            </a>
                                </div>
                                <div class="summary" style="height: 351.5px;">
                                  <header class="item-header">
                                    <a href="https://www.uncyclecenter.com/ATVs-Polaris-Outlaw-70-EFI-2025-Tyrone-PA-c0b85911-bfb7-4464-8857-b1db00f4e2e2">

                                        <h4>
                                            2025
                                            Polaris
                                            Outlaw 70 EFI
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $2,999
                                                    </div>
                                                
                                            
                                            
                                        </div>
                                    
                                    
                                </a>
                                    <!-- REQUEST INFORMATION BUTTON -->
                                    <a data-is-from-featured="true" data-moduleid="28436" class="request-more-information btn-cta btn btn-primary btn-xs btn-block btn-contact" role="presentation">
                                    <span class="btn-icon"><i class="fa fa-envelope"></i></span>
                                    <span class="btn-text">Contact</span>
                                </a>
                                    <!-- END REQUEST INFORMATION BUTTON -->
                                  </header>
                                </div>
                              </article>
                            </div>
                            <div class="item swiper-slide swiper-slide-prev" role="group" aria-label="6 / 12" style="width: 177px; margin-right: 30px;">
                              <article class="unit">
                                <input type="hidden" class="productId" value="def9aad0-70d7-4a12-917f-b1db00f53743">
                                <input type="hidden" class="brpBrand" value="">
                                <div class="thumbnail-frame" style="height: 122px;">
                                  <a href="https://www.uncyclecenter.com/ATVs-Polaris-Outlaw-70-EFI-2025-Tyrone-PA-def9aad0-70d7-4a12-917f-b1db00f53743">
                                <img src="//cdp.azureedge.net/products-private/prod/3b363277-0ea5-48fa-bd4d-3b1642268d1a/2e97ea63-4d97-4f5e-a34a-a60a01487c52/00000000-0000-0000-0000-000000000000/65a8d362-a5fd-4551-ae78-b1b900753a0e/def9aad0-70d7-4a12-917f-b1db00f53743/6000000001_480px.jpg" height="70" width="125" alt="2025 Polaris Outlaw 70 EFI in Tyrone, Pennsylvania" class="img-responsive" loading="lazy">
                            </a>
                                </div>
                                <div class="summary" style="height: 351.5px;">
                                  <header class="item-header">
                                    <a href="https://www.uncyclecenter.com/ATVs-Polaris-Outlaw-70-EFI-2025-Tyrone-PA-def9aad0-70d7-4a12-917f-b1db00f53743">

                                        <h4>
                                            2025
                                            Polaris
                                            Outlaw 70 EFI
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $2,999
                                                    </div>
                                                
                                            
                                            
                                        </div>
                                    
                                    
                                </a>
                                    <!-- REQUEST INFORMATION BUTTON -->
                                    <a data-is-from-featured="true" data-moduleid="28436" class="request-more-information btn-cta btn btn-primary btn-xs btn-block btn-contact" role="presentation">
                                    <span class="btn-icon"><i class="fa fa-envelope"></i></span>
                                    <span class="btn-text">Contact</span>
                                </a>
                                    <!-- END REQUEST INFORMATION BUTTON -->
                                  </header>
                                </div>
                              </article>
                            </div>
                            <div class="item swiper-slide swiper-slide-active" role="group" aria-label="7 / 12" style="width: 177px; margin-right: 30px;">
                              <article class="unit">
                                <input type="hidden" class="productId" value="9ec38247-5b45-4a55-b5a3-b1db00f5771b">
                                <input type="hidden" class="brpBrand" value="">
                                <div class="thumbnail-frame" style="height: 122px;">
                                  <a href="https://www.uncyclecenter.com/ATVs-Polaris-Outlaw-70-EFI-2025-Tyrone-PA-9ec38247-5b45-4a55-b5a3-b1db00f5771b">
                                <img src="//cdp.azureedge.net/products-private/prod/3b363277-0ea5-48fa-bd4d-3b1642268d1a/2e97ea63-4d97-4f5e-a34a-a60a01487c52/00000000-0000-0000-0000-000000000000/65a8d362-a5fd-4551-ae78-b1b900753a0e/9ec38247-5b45-4a55-b5a3-b1db00f5771b/6000000001_480px.jpg" height="70" width="125" alt="2025 Polaris Outlaw 70 EFI in Tyrone, Pennsylvania" class="img-responsive" loading="lazy">
                            </a>
                                </div>
                                <div class="summary" style="height: 351.5px;">
                                  <header class="item-header">
                                    <a href="https://www.uncyclecenter.com/ATVs-Polaris-Outlaw-70-EFI-2025-Tyrone-PA-9ec38247-5b45-4a55-b5a3-b1db00f5771b">

                                        <h4>
                                            2025
                                            Polaris
                                            Outlaw 70 EFI
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $2,999
                                                    </div>
                                                
                                            
                                            
                                        </div>
                                    
                                    
                                </a>
                                    <!-- REQUEST INFORMATION BUTTON -->
                                    <a data-is-from-featured="true" data-moduleid="28436" class="request-more-information btn-cta btn btn-primary btn-xs btn-block btn-contact" role="presentation">
                                    <span class="btn-icon"><i class="fa fa-envelope"></i></span>
                                    <span class="btn-text">Contact</span>
                                </a>
                                    <!-- END REQUEST INFORMATION BUTTON -->
                                  </header>
                                </div>
                              </article>
                            </div>
                            <div class="item swiper-slide swiper-slide-next" role="group" aria-label="8 / 12" style="width: 177px; margin-right: 30px;">
                              <article class="unit">
                                <input type="hidden" class="productId" value="65ada14d-cbc9-4fd1-ba4a-b1ca010ddb77">
                                <input type="hidden" class="brpBrand" value="">
                                <div class="thumbnail-frame" style="height: 122px;">
                                  <a href="https://www.uncyclecenter.com/Utility-Vehicles-Polaris-Polaris-XPEDITION-XP-Northstar-2025-Tyrone-PA-65ada14d-cbc9-4fd1-ba4a-b1ca010ddb77">
                                <img src="//cdp.azureedge.net/products-private/prod/3b363277-0ea5-48fa-bd4d-3b1642268d1a/2e97ea63-4d97-4f5e-a34a-a60a01487c52/00000000-0000-0000-0000-000000000000/4b3f5022-9858-4b7d-aafa-b1b90043750f/65ada14d-cbc9-4fd1-ba4a-b1ca010ddb77/6000000001_480px.jpg" height="70" width="125" alt="2025 Polaris Polaris XPEDITION XP Northstar in Tyrone, Pennsylvania" class="img-responsive" loading="lazy">
                            </a>
                                </div>
                                <div class="summary" style="height: 351.5px;">
                                  <header class="item-header">
                                    <a href="https://www.uncyclecenter.com/Utility-Vehicles-Polaris-Polaris-XPEDITION-XP-Northstar-2025-Tyrone-PA-65ada14d-cbc9-4fd1-ba4a-b1ca010ddb77">

                                        <h4>
                                            2025
                                            Polaris
                                            Polaris XPEDITION XP Northstar
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $38,999
                                                    </div>
                                                
                                            
                                            
                                        </div>
                                    
                                    
                                </a>
                                    <!-- REQUEST INFORMATION BUTTON -->
                                    <a data-is-from-featured="true" data-moduleid="28436" class="request-more-information btn-cta btn btn-primary btn-xs btn-block btn-contact" role="presentation">
                                    <span class="btn-icon"><i class="fa fa-envelope"></i></span>
                                    <span class="btn-text">Contact</span>
                                </a>
                                    <!-- END REQUEST INFORMATION BUTTON -->
                                  </header>
                                </div>
                              </article>
                            </div>
                            <div class="item swiper-slide" role="group" aria-label="9 / 12" style="width: 177px; margin-right: 30px;">
                              <article class="unit">
                                <input type="hidden" class="productId" value="dee7475b-8083-4aa0-be5a-b1e601390771">
                                <input type="hidden" class="brpBrand" value="">
                                <div class="thumbnail-frame" style="height: 122px;">
                                  <a href="https://www.uncyclecenter.com/Utility-Vehicles-Polaris-Ranger-1000-Premium-2025-Tyrone-PA-dee7475b-8083-4aa0-be5a-b1e601390771">
                                <img src="//cdp.azureedge.net/products/USA/PO/2025/UTILVEH/USXS/RANGER_1000_PREMIUM/49/GRANITE_GRAY/2000000010_480px.jpg" height="70" width="125" alt="2025 Polaris Ranger 1000 Premium in Tyrone, Pennsylvania" class="img-responsive" loading="lazy">
                            </a>
                                </div>
                                <div class="summary" style="height: 351.5px;">
                                  <header class="item-header">
                                    <a href="https://www.uncyclecenter.com/Utility-Vehicles-Polaris-Ranger-1000-Premium-2025-Tyrone-PA-dee7475b-8083-4aa0-be5a-b1e601390771">

                                        <h4>
                                            2025
                                            Polaris
                                            Ranger 1000 Premium
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $17,999
                                                    </div>
                                                
                                            
                                            
                                        </div>
                                    
                                    
                                </a>
                                    <!-- REQUEST INFORMATION BUTTON -->
                                    <a data-is-from-featured="true" data-moduleid="28436" class="request-more-information btn-cta btn btn-primary btn-xs btn-block btn-contact" role="presentation">
                                    <span class="btn-icon"><i class="fa fa-envelope"></i></span>
                                    <span class="btn-text">Contact</span>
                                </a>
                                    <!-- END REQUEST INFORMATION BUTTON -->
                                  </header>
                                </div>
                              </article>
                            </div>
                            <div class="item swiper-slide" role="group" aria-label="10 / 12" style="width: 177px; margin-right: 30px;">
                              <article class="unit">
                                <input type="hidden" class="productId" value="de435d8e-8817-4e41-8596-b1cf0113649a">
                                <input type="hidden" class="brpBrand" value="">
                                <div class="thumbnail-frame" style="height: 122px;">
                                  <a href="https://www.uncyclecenter.com/Utility-Vehicles-Polaris-Ranger-1000-Premium-2025-Tyrone-PA-de435d8e-8817-4e41-8596-b1cf0113649a">
                                <img src="//cdp.azureedge.net/products/USA/PO/2025/UTILVEH/USXS/RANGER_1000_PREMIUM/49/GRANITE_GRAY/2000000010_480px.jpg" height="70" width="125" alt="2025 Polaris Ranger 1000 Premium in Tyrone, Pennsylvania" class="img-responsive" loading="lazy">
                            </a>
                                </div>
                                <div class="summary" style="height: 351.5px;">
                                  <div class="banner sale">On Sale</div>
                                  <header class="item-header">
                                    <a href="https://www.uncyclecenter.com/Utility-Vehicles-Polaris-Ranger-1000-Premium-2025-Tyrone-PA-de435d8e-8817-4e41-8596-b1cf0113649a">

                                        <h4>
                                            2025
                                            Polaris
                                            Ranger 1000 Premium
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                    <div class="price sale">
                                                        
                                                            On Sale
                                                        
                                                        
                                                        $16,499
                                                    </div>
                                                    <div class="msrp">
                                                        
                                                            Retail Price: 
                                                        
                                                        
                                                        <span class="strike-through msrp">
                                                            
                                                            
                                                                $17,999
                                                            
                                                        </span>
                                                    </div>
                                                
                                                
                                            
                                            
                                        </div>
                                    
                                    
                                </a>
                                    <!-- REQUEST INFORMATION BUTTON -->
                                    <a data-is-from-featured="true" data-moduleid="28436" class="request-more-information btn-cta btn btn-primary btn-xs btn-block btn-contact" role="presentation">
                                    <span class="btn-icon"><i class="fa fa-envelope"></i></span>
                                    <span class="btn-text">Contact</span>
                                </a>
                                    <!-- END REQUEST INFORMATION BUTTON -->
                                  </header>
                                </div>
                              </article>
                            </div>
                            <div class="item swiper-slide" role="group" aria-label="11 / 12" style="width: 177px; margin-right: 30px;">
                              <article class="unit">
                                <input type="hidden" class="productId" value="f07158e6-722d-482a-b029-b1d8010c4855">
                                <input type="hidden" class="brpBrand" value="">
                                <div class="thumbnail-frame" style="height: 122px;">
                                  <a href="https://www.uncyclecenter.com/Utility-Vehicles-Polaris-Ranger-1000-Premium-2025-Tyrone-PA-f07158e6-722d-482a-b029-b1d8010c4855">
                                <img src="//cdp.azureedge.net/products/USA/PO/2025/UTILVEH/USXS/RANGER_1000_PREMIUM/49/MIRAGE_GRAY/2000000001_480px.jpg" height="70" width="125" alt="2025 Polaris Ranger 1000 Premium in Tyrone, Pennsylvania" class="img-responsive" loading="lazy">
                            </a>
                                </div>
                                <div class="summary" style="height: 351.5px;">
                                  <div class="banner sale">On Sale</div>
                                  <header class="item-header">
                                    <a href="https://www.uncyclecenter.com/Utility-Vehicles-Polaris-Ranger-1000-Premium-2025-Tyrone-PA-f07158e6-722d-482a-b029-b1d8010c4855">

                                        <h4>
                                            2025
                                            Polaris
                                            Ranger 1000 Premium
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                    <div class="price sale">
                                                        
                                                            On Sale
                                                        
                                                        
                                                        $16,499
                                                    </div>
                                                    <div class="msrp">
                                                        
                                                            Retail Price: 
                                                        
                                                        
                                                        <span class="strike-through msrp">
                                                            
                                                            
                                                                $17,999
                                                            
                                                        </span>
                                                    </div>
                                                
                                                
                                            
                                            
                                        </div>
                                    
                                    
                                </a>
                                    <!-- REQUEST INFORMATION BUTTON -->
                                    <a data-is-from-featured="true" data-moduleid="28436" class="request-more-information btn-cta btn btn-primary btn-xs btn-block btn-contact" role="presentation">
                                    <span class="btn-icon"><i class="fa fa-envelope"></i></span>
                                    <span class="btn-text">Contact</span>
                                </a>
                                    <!-- END REQUEST INFORMATION BUTTON -->
                                  </header>
                                </div>
                              </article>
                            </div>
                            <div class="item swiper-slide" role="group" aria-label="12 / 12" style="width: 177px; margin-right: 30px;">
                              <article class="unit">
                                <input type="hidden" class="productId" value="45637d21-fce9-41fc-b7ea-b1d8010bef2a">
                                <input type="hidden" class="brpBrand" value="">
                                <div class="thumbnail-frame" style="height: 122px;">
                                  <a href="https://www.uncyclecenter.com/Utility-Vehicles-Polaris-Ranger-1000-2025-Tyrone-PA-45637d21-fce9-41fc-b7ea-b1d8010bef2a">
                                <img src="//cdp.azureedge.net/products/USA/PO/2026/UTILVEH/USXS/RANGER_1000/49/SAGE_GREEN/2000000001_480px.jpg" height="70" width="125" alt="2025 Polaris Ranger 1000 in Tyrone, Pennsylvania" class="img-responsive" loading="lazy">
                            </a>
                                </div>
                                <div class="summary" style="height: 351.5px;">
                                  <div class="banner sale">On Sale</div>
                                  <header class="item-header">
                                    <a href="https://www.uncyclecenter.com/Utility-Vehicles-Polaris-Ranger-1000-2025-Tyrone-PA-45637d21-fce9-41fc-b7ea-b1d8010bef2a">

                                        <h4>
                                            2025
                                            Polaris
                                            Ranger 1000
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                    <div class="price sale">
                                                        
                                                            On Sale
                                                        
                                                        
                                                        $12,999
                                                    </div>
                                                    <div class="msrp">
                                                        
                                                            Retail Price: 
                                                        
                                                        
                                                        <span class="strike-through msrp">
                                                            
                                                            
                                                                $13,999
                                                            
                                                        </span>
                                                    </div>
                                                
                                                
                                            
                                            
                                        </div>
                                    
                                    
                                </a>
                                    <!-- REQUEST INFORMATION BUTTON -->
                                    <a data-is-from-featured="true" data-moduleid="28436" class="request-more-information btn-cta btn btn-primary btn-xs btn-block btn-contact" role="presentation">
                                    <span class="btn-icon"><i class="fa fa-envelope"></i></span>
                                    <span class="btn-text">Contact</span>
                                </a>
                                    <!-- END REQUEST INFORMATION BUTTON -->
                                  </header>
                                </div>
                              </article>
                            </div>
                          </div>
                          <div class="slider-nav slider-arrows">
                            <div class="swiper-button-prev slider-arrow slider-arrow-prev fa fa-chevron-circle-left" tabindex="0" role="button" aria-label="Previous slide" aria-controls="carousel0">
                              <span class="sr-only">Previous</span>
                            </div>
                            <div class="swiper-button-next slider-arrow slider-arrow-next fa fa-chevron-circle-right" tabindex="0" role="button" aria-label="Next slide" aria-controls="carousel0">
                              <span class="sr-only">Next</span>
                            </div>
                          </div>
                          <div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets swiper-pagination-horizontal"><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 1"></span><span
                              class="swiper-pagination-bullet swiper-pagination-bullet-active" tabindex="0" role="button" aria-label="Go to slide 2" aria-current="true"></span></div>
                          <!-- END FORM LIST -->
                          <!--CDF(Javascript|/DesktopModules/Dominion/Forms/JavaScript/jquery.validate-1.17.0.min.js|DnnFormBottomProvider|100)-->
                          <!--CDF(Javascript|/DesktopModules/Dominion/dist/viewform.bundle.js|DnnFormBottomProvider|100)-->
                          <!--CDF(Javascript|/DesktopModules/Dominion/Common/Scripts/Recaptcha.js|DnnFormBottomProvider|100)-->
                          <!--CDF(Javascript|/DesktopModules/Dominion/Forms/JavaScript/jQuery.XDomainRequest.js|DnnFormBottomProvider|100)-->
                          <!--CDF(Javascript|https://www.google.com/recaptcha/api.js|DnnFormBottomProvider|100)-->
                          <!--CDF(Css|/DesktopModules/Dominion/Forms/module.css|DnnPageHeaderProvider|100)-->
                          <!--CDF(Css|/DesktopModules/Dominion/Forms/CSS/datepicker.min.css|DnnPageHeaderProvider|100)-->
                          <!--CDF(Css|/DesktopModules/Dominion/SecondaryActions/Styles/module.min.css|DnnPageHeaderProvider|100)-->
                          <!--CDF(Javascript|/DesktopModules/Dominion/Common/Scripts/FormDialog.js|DnnBodyProvider|100)-->
                          <!-- Modal -->
                          <!-- /.modal -->
                          <script type="text/javascript">
                            $(function() {
                              //.featured-group for Showroom: List module with FeaturedListing-2 template
                              //.dx1-products for Showroom: List module with Showroom2017-ListView and Showroom2017-CardView template
                              //.showroom-detail for Showroom: Detail module with Showroom2017-ModelDetails template
                              //.dx1-productsl for Showroom: Detail module with DefaultFeaturedDetail, Fixed-Set1-FeaturedDetails template
                              //.oem-browse for Showroom: Grid Listing module with DefaultTemplate template
                              $(".featured-group, .oem-browse, .showroom-detail, .dx1-products, .details-hd").on("click", ".request-more-information, [data-requestmoreinfor-button=1]", function(evt) {
                                var option = {
                                  panelSelector: "#RequestMoreInformationModal28436",
                                  url: "/DesktopModules/Dominion/Common/Forms/RequestMoreInformation.aspx",
                                  portalId: "104",
                                  moduleId: "28436"
                                };
                                var moduleId = $(evt.currentTarget).attr("data-moduleid");
                                if (moduleId && moduleId.toString() !== option.moduleId) {
                                  console.warn("DX1 Message: Cannot get ModuleId");
                                  return;
                                }
                                var isFromFeatured = $(evt.currentTarget).attr("data-is-from-featured");
                                if (isFromFeatured) {
                                  option.isFromFeatured = true;
                                }
                                var unitId = $(evt.currentTarget).attr("data-unitid");
                                if (unitId) {
                                  option.productId = unitId;
                                } else {
                                  var productId = $(this).parents('article:first').find('.productId:first').val()
                                  option.productId = productId;
                                }
                                var brpBrand = $(this).parents('article:first').find('.brpBrand:first').val()
                                if (brpBrand && window.sendByCTAEventToBrpAnalytics) {
                                  sendByCTAEventToBrpAnalytics("click to get_a_quote|regular", brpBrand);
                                }
                                FormDialog.displayDialog(option);
                              });
                            });
                          </script>
                          <!-- END FORM LIST -->
                          <div class="slideshow-thumbnails-size-helper">
                            <div class="itemsUp"></div>
                            <input type="hidden" class="duration-autoplay" value="5">
                          </div><!-- slideshow-thumbnails-size-helper -->
                          <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
                        </div><!-- featured-inventory -->
                      </div><!-- featured-inventory-container -->
                    </div>
                    <div id="dnn_ctr28436_Listings_UP_Prog" style="display:none;" role="status" aria-hidden="true">
                      <div class="dnnLoading dnnPanelLoading"></div>
                    </div>
                  </div><!-- End_Module_28436 -->
                </div>
                <span class="dnn-module-actions">
                </span>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <footer id="Footer" class="footer">
      <div id="DealerFooter">
        <div class="container">
          <div class="row row-flex">
            <section class="col-xs-6 col-md-4">
              <div id="dnn_FooterInfo">
                <div class="DnnModule DnnModule-Dx1DealerInformation DnnModule-28438"><a name="28438"></a>
                  <div class="notitle">
                    <div id="dnn_ctr28438_ContentPane" class="body"><!-- Start_Module_28438 -->
                      <div id="dnn_ctr28438_ModuleContent" class="DNNModuleContent ModDx1DealerInformationC">
                        <div class="dealer-info store-info footer-info info-footer">
                          <div class="dealer-logo-footer">
                            <a href="/"><img src="//cdp.azureedge.net/products-private/prod/3b363277-0ea5-48fa-bd4d-3b1642268d1a/2e97ea63-4d97-4f5e-a34a-a60a01487c52/B000000001.png" alt="Unlimited Cycle Center"></a>
                          </div>
                          <h4 class="dealer-name footer-title"><a href="/">Unlimited Cycle Center</a></h4>
                          <address class="row">
                            <a href="/Directions">
            <span class="address-street">110 Rossman Road</span><br>
            <span class="address-city-state-zip">Tyrone, PA 16686</span>
        </a>
                          </address>
                          <div class="main-phone row">
                            <div class="col-xs-4 title">Phone</div>
                            <div class="col-xs-8 info phone-number" x-ms-format-detection="none">
                              <a href="tel:(814) 684-0956" rel="nofollow" class="phone">(814) 684-0956</a>
                            </div>
                          </div>
                          <div class="toll-free-phone row">
                            <div class="col-xs-4 title">Toll Free</div>
                            <div class="col-xs-8 info phone-number" x-ms-format-detection="none">
                              <a href="tel:(866) 457-4295" rel="nofollow" class="phone">(866) 457-4295</a>
                            </div>
                          </div>
                          <div class="service-phone row">
                            <div class="col-xs-4 title">Service</div>
                            <div class="col-xs-8 info phone-number" x-ms-format-detection="none">
                              <a href="tel:(814) 684-0956" rel="nofollow" class="phone">(814) 684-0956</a>
                            </div>
                          </div>
                          <div class="fax-phone row">
                            <div class="col-xs-4 title">Fax</div>
                            <div class="col-xs-8 info phone-number" x-ms-format-detection="none">
                              <span class="fax" itemprop="faxNumber">(814) 684-1976</span>
                            </div>
                          </div>
                        </div>
                        <script type="application/ld+json">
                          {
                            "@context": "https://schema.org",
                            "@type": "LocalBusiness",
                            "address": {
                              "@type": "PostalAddress",
                              "addressLocality": "Tyrone",
                              "addressRegion": "PA",
                              "postalCode": "16686",
                              "streetAddress": "110 Rossman Road"
                            },
                            "url": "https://www.uncyclecenter.com",
                            "logo": "//cdp.azureedge.net/products-private/prod/3b363277-0ea5-48fa-bd4d-3b1642268d1a/2e97ea63-4d97-4f5e-a34a-a60a01487c52/B000000001.png",
                            "name": "Unlimited Cycle Center",
                            "telephone": "(866) 457-4295"
                          }
                        </script>
                      </div><!-- End_Module_28438 -->
                    </div>
                    <span class="dnn-module-actions">
                    </span>
                  </div>
                </div>
              </div>
              <ul class="social-media footer-social">
                <!-- NOTE: If updating these links, be sure to update BootstrapNav3 file as well -->
                <li>
                  <a href="https://www.facebook.com/Unlimitedcycle" aria-label="Visit Our Facebook Page" target="_blank" rel="noopener" aria-describedby="audioeye_new_window_message"><span class="fa fa-facebook-f" aria-hidden="true"></span></a>
                </li>
                <li>
                  <a href="/Directions" aria-label="Contact Us"><span class="fa fa-clock-o" aria-hidden="true"></span></a>
                </li>
                <li>
                  <a href="/Contact-Us" aria-label="Contact Us"><span class="fa fa-envelope-o" aria-hidden="true"></span></a>
                </li>
              </ul>
            </section>
            <section id="dnn_FooterHours" class="col-xs-6 col-md-4">
              <!--<h5 class="footer-title">Store Hours</h5>-->
              <div class="DnnModule DnnModule-Dx1DealerInformation DnnModule-28437"><a name="28437"></a>
                <div class="notitle">
                  <div id="dnn_ctr28437_ContentPane" class="body"><!-- Start_Module_28437 -->
                    <div id="dnn_ctr28437_ModuleContent" class="DNNModuleContent ModDx1DealerInformationC">
                      <div class="dealer-info dealer-hours store-hours">
                        <div class="row heading-row">
                          <h4 class="info-heading hours-heading store-heading">Store Hours</h4>
                        </div>
                        <div class="row-group">
                          <div class="row striperows" itemprop="openingHoursSpecification" itemscope="" itemtype="http://schema.org/OpeningHoursSpecification">
                            <div class="col-xs-4 title di-day-abbr">
                              <link itemprop="dayOfWeek" href="http://schema.org/Monday" rel="help">Mon
                            </div>
                            <div class="col-xs-8 info di-hours">
                              <time itemprop="opens" content="09:30"> 9:30 AM</time> - <time itemprop="closes" content="18:00"> 6:00 PM</time>
                            </div>
                          </div>
                          <div class="row striperows" itemprop="openingHoursSpecification" itemscope="" itemtype="http://schema.org/OpeningHoursSpecification">
                            <div class="col-xs-4 title di-day-abbr">
                              <link itemprop="dayOfWeek" href="http://schema.org/Tuesday" rel="help">Tue
                            </div>
                            <div class="col-xs-8 info di-hours">
                              <time itemprop="opens" content="09:30"> 9:30 AM</time> - <time itemprop="closes" content="18:00"> 6:00 PM</time>
                            </div>
                          </div>
                          <div class="row striperows" itemprop="openingHoursSpecification" itemscope="" itemtype="http://schema.org/OpeningHoursSpecification">
                            <div class="col-xs-4 title di-day-abbr">
                              <link itemprop="dayOfWeek" href="http://schema.org/Wednesday" rel="help">Wed
                            </div>
                            <div class="col-xs-8 info di-hours"> Closed </div>
                          </div>
                          <div class="row striperows" itemprop="openingHoursSpecification" itemscope="" itemtype="http://schema.org/OpeningHoursSpecification">
                            <div class="col-xs-4 title di-day-abbr">
                              <link itemprop="dayOfWeek" href="http://schema.org/Thursday" rel="help">Thu
                            </div>
                            <div class="col-xs-8 info di-hours">
                              <time itemprop="opens" content="09:30"> 9:30 AM</time> - <time itemprop="closes" content="18:00"> 6:00 PM</time>
                            </div>
                          </div>
                          <div class="row striperows" itemprop="openingHoursSpecification" itemscope="" itemtype="http://schema.org/OpeningHoursSpecification">
                            <div class="col-xs-4 title di-day-abbr">
                              <link itemprop="dayOfWeek" href="http://schema.org/Friday" rel="help">Fri
                            </div>
                            <div class="col-xs-8 info di-hours">
                              <time itemprop="opens" content="09:00"> 9:00 AM</time> - <time itemprop="closes" content="19:00"> 7:00 PM</time>
                            </div>
                          </div>
                          <div class="row striperows" itemprop="openingHoursSpecification" itemscope="" itemtype="http://schema.org/OpeningHoursSpecification">
                            <div class="col-xs-4 title di-day-abbr">
                              <link itemprop="dayOfWeek" href="http://schema.org/Saturday" rel="help">Sat
                            </div>
                            <div class="col-xs-8 info di-hours">
                              <time itemprop="opens" content="09:00"> 9:00 AM</time> - <time itemprop="closes" content="16:00"> 4:00 PM</time>
                            </div>
                          </div>
                          <div class="row striperows" itemprop="openingHoursSpecification" itemscope="" itemtype="http://schema.org/OpeningHoursSpecification">
                            <div class="col-xs-4 title di-day-abbr">
                              <link itemprop="dayOfWeek" href="http://schema.org/Sunday" rel="help">Sun
                            </div>
                            <div class="col-xs-8 info di-hours"> Closed </div>
                          </div>
                        </div>
                      </div>
                    </div><!-- End_Module_28437 -->
                  </div>
                  <span class="dnn-module-actions">
                  </span>
                </div>
              </div>
            </section>
            <section id="FooterLinks" class="quick-links col-xs-6 col-md-4">
              <h5 id="QuickLinks" class="footer-title">Quick Links</h5>
              <nav role="navigation" aria-labelledby="QuickLinks">
                <ul>
                  <li><a href="/New">New Inventory</a></li>
                  <li><a href="/Used">Used Inventory</a></li>
                  <li><a href="/Parts">Parts Department</a></li>
                  <li><a href="/Service">Service Department</a></li>
                  <li><a href="/Directions">Location &amp; Hours</a></li>
                  <li><a href="/Contact-Us">Contact Us</a></li>
                </ul>
              </nav>
            </section>
          </div>
        </div>
      </div>
      <!-- The DX1 footer layout MUST be consistent on all sites.  Background & link colors can be changed in footer.less. Alternate logo (for light backgrounds) is DX1_color_grey_h.png - do not use any other logo variations. -->
      <div id="DX1footer">
        <div class="container">
          <div class="row">
            <ul id="Legal" class="col-sm-8">
              <li><a id="dnn_terms_hypTerms" class="terms" rel="nofollow" href="https://www.uncyclecenter.com/Terms">Terms Of Use</a><span class="legal-divider">|</span></li>
              <li><a id="dnn_accessibilitystatement_hypAccessibilityStatement" class="accessibilitystatement" rel="nofollow" href="/Accessibility-Statement">Accessibility Statement</a><span class="legal-divider hidden-xs">|</span></li>
              <li><a id="dnn_privacy_hypPrivacy" class="privacy" rel="nofollow" href="https://www.uncyclecenter.com/Privacy">Privacy Statement</a><span class="legal-divider">|</span></li>
              <li><a id="dnn_CCPA_hypCCPA" class="ccpa" rel="nofollow" href="/CCPA">CCPA Privacy</a></li>
            </ul>
            <div id="PoweredBy" class="col-sm-4">
              <a href="https://www.dx1app.com" target="_blank" rel="noopener" aria-describedby="audioeye_new_window_message"><img src="https://cdn.dx1app.com/media/DX1_color_grey_h.png" alt="Powered by DX1" border="0" width="138"></a>
            </div>
          </div>
        </div>
      </div>
    </footer>
    <!-- Google Code for Polaris Remarketing Tag -->
    <!-- Google Code for Remarketing Tag -->
    <!--------------------------------------------------
Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup
--------------------------------------------------->
    <script type="text/javascript">
      /* <![CDATA[ */
      var google_conversion_id = 863228519;
      var google_conversion_label = "2sE6COLwn20Q56TPmwM";
      var google_custom_params = window.google_tag_params;
      var google_remarketing_only = true;
      /* ]]> */
    </script>
    <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
    </script>
    <noscript>
      <div style="display:inline;">
        <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/863228519/?value=1.00&amp;currency_code=USD&amp;label=2sE6COLwn20Q56TPmwM&amp;guid=ON&amp;script=0">
      </div>
    </noscript>
  </div>
</form>

Text Content

This website is AudioEye enabled and is being optimized for accessibility. To
open the AudioEye Toolbar, press "shift + =". Some assistive technologies may
require the use of a passthrough function before this keystroke. For more
information, activate the button labeled “Explore your accessibility options”.

Skip To Main Content
 * (814) 684-0956
 * Tyrone, PA

Live Life Unlimited
   
 * 
 * 
 * 

 * 
 * Tyrone, PA
 * 
 * 

Toggle navigation
 * Home
 * Brands
   * Manufacturer Models
   * OEM Promotions
   * Polaris Off-Road Vehicles
   * Can-Am Off-Road
   * Can-Am On-Road
   * 2024 Slingshot Models
   * Slingshot
 * Inventory
   * All Inventory
   * New Inventory
   * Used Inventory
   * Value Your Trade
   * Request A Model
   * Secure Financing
 * Parts
   * Parts Department
   * Request Parts
 * Service
   * Service Department
   * Schedule Service
   * Warranty & Recall Look-Up
 * Finance
 * About Us
   * Our Dealership
   * Location & Hours
   * Testimonials
   * Customer Survey
   * Newsletter Sign-Up
   * Events
   * Photo Gallery
   * Employment
 * Contact Us

Previous Next
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9
 * 10
 * 11
 * 12
 * 13





NEW IN-STOCK
INVENTORY


CHECK OUT
THIS YEAR'S LINEUP

Shop New


USED IN-STOCK
INVENTORY


FULLY SERVICED
AND READY TO RIDE

Shop Used


PROMOTIONS VIEW
MONEY-SAVING DEALS

Previous Next


UNLIMITED CYCLE
CENTER

Welcome to Unlimited Cycle Center, Central Pennsylvania's premier powersports
dealer. We are authorized dealers for Polaris, Slingshot, Yamaha, Can-Am, Spyder
and Ryker. We offer service for all makes and models. Shop our in-stock
inventory of motorcycles for sale, ATVs for sale, and side by sides / UTVs for
sale. Unlimited Cycle Center is located in Tyrone, PA near Altoona and State
College. Visit or contact us today!

--------------------------------------------------------------------------------

"We were treated really well. I love my Yamaha I bought there, and I would
recommend you guys to anyone." - Jennifer Buchan - State College, PA

"Awesome, awesome experience!!!" - John Reader - Tyrone, PA

View more testimonials to see what our customers have to say!


Schedule Service
Secure Financing
Get Directions


 


CAN-AM RYKER // A NEW WAY TO RIDE 

Riding will never be the same. The 2019 Can-Am Ryker redefines what it means to
ride easy, ride your way and Ride Like No Other. 
 

 LEARN MORE


 


GO FURTHER, DO MORE

The all‑new Wolverine X2 is the ultimate adventure partner, and the perfect
trail exploring companion in tight, technical terrain.

LEARN MORE


FEATURED VIEW
MORE INVENTORY

2024 POLARIS POLARIS XPEDITION ADV 5 ULTIMATE

Price $38,999
$43,259 OUT THE DOOR
ROOF TOP TENT
ROOF RACK
HEATER
GLASS WINDSHIELD
REAR GLASS TIP OUT
SIDE GLASS
ROCK SLIDER
CANVAS DOORS
MIRRORS
REAR BUMPER
Contact
On Sale

2022 CAN-AM DEFENDER 6X6 CAB LIMITED

On Sale $24,999
Retail Price: $26,999
Contact

2025 POLARIS SPORTSMAN TOURING 570 PREMIUM

Price $12,499
Contact

2025 POLARIS OUTLAW 110 EFI

Price $3,599
Contact

2025 POLARIS OUTLAW 70 EFI

Price $2,999
Contact

2025 POLARIS OUTLAW 70 EFI

Price $2,999
Contact

2025 POLARIS OUTLAW 70 EFI

Price $2,999
Contact

2025 POLARIS POLARIS XPEDITION XP NORTHSTAR

Price $38,999
Contact

2025 POLARIS RANGER 1000 PREMIUM

Price $17,999
Contact
On Sale

2025 POLARIS RANGER 1000 PREMIUM

On Sale $16,499
Retail Price: $17,999
Contact
On Sale

2025 POLARIS RANGER 1000 PREMIUM

On Sale $16,499
Retail Price: $17,999
Contact
On Sale

2025 POLARIS RANGER 1000

On Sale $12,999
Retail Price: $13,999
Contact
Previous
Next




UNLIMITED CYCLE CENTER

110 Rossman Road
Tyrone, PA 16686
Phone
(814) 684-0956
Toll Free
(866) 457-4295
Service
(814) 684-0956
Fax
(814) 684-1976
   
 * 
 * 
 * 

STORE HOURS

Mon
9:30 AM - 6:00 PM
Tue
9:30 AM - 6:00 PM
Wed
Closed
Thu
9:30 AM - 6:00 PM
Fri
9:00 AM - 7:00 PM
Sat
9:00 AM - 4:00 PM
Sun
Closed

QUICK LINKS

 * New Inventory
 * Used Inventory
 * Parts Department
 * Service Department
 * Location & Hours
 * Contact Us

 * Terms Of Use|
 * Accessibility Statement|
 * Privacy Statement|
 * CCPA Privacy




×

CONTACT





Opens in new window
PDF Download
Word Download
Excel Download
PowerPoint Download
Document Download
Explore your accessibility options


close carousel