ronayersmotorsports.com Open in urlscan Pro
137.117.66.167  Public Scan

Submitted URL: http://ronayersmotorsports.com/
Effective URL: https://ronayersmotorsports.com/
Submission: On April 07 via api 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="UnPkZ2Tfu6OeKT/pl1wbhtRzGrr+2FCRpDS0hCCK5zaPQQzgsk8UC+7NubAcfr+ugbg3sLfyLcgBO+w35aFmHa+JdsIkhXYzxbbivA==">
  </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=638399355142847209" type="text/javascript"></script>
  <script src="/ScriptResource.axd?d=NJmAwtEo3IqgM4I9yyJINLq2_Iqx0ym3XnQK_gZhuziXH_hcBNi_kuzFJ5WnqgyhHUnTKbNua6Kk2_OZ89_fF45CiErla6dYbi_IKN72PMJgG5XYG4wVTovKSVxtvTsj8GlrVg2&amp;t=722fe453" type="text/javascript"></script>
  <script src="/ScriptResource.axd?d=dwY9oWetJoIiPg2KUgNIEFksh2864E555Ep9-kzgY0GKgW0B1lQ4FCb5SeV8TRliJOqSICdlQ_N-mL2HezrJHLNjjbuuiGdGTLrkToiLE7hqTv1agi0wNN5kU1NoWOL-hQC1PrgwePd7weM90&amp;t=722fe453" 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="ut6tC2z1mO14F66IZWr7uh4STY1wopSNsj8Bx2/DxbWEB3gSDLBZh5uQE+iiSbV7wMWYqBeIk/uMubm8tJDNNKQtUaDRkYiqjAjyo+Ec34elvGtV">
  </div>
  <script src="/DependencyHandler.axd/0f63815296ce6b596927c52c18e21fb0/945/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/ad64d9354ed02fa01ddcf2b27029854e/945/js" type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    Sys.WebForms.PageRequestManager._initialize('ScriptManager', 'Form', ['tdnn$ctr39604$Listings_UP', 'dnn_ctr39604_Listings_UP'], [], [], 90, '');
    //]]>
  </script>
  <script id="Dx1Sem" type="text/javascript">
    var dx1SemName = "Dx1Sem";
    var semJsObj = {
      IsDx1Sem: "false",
      utm_campaign: ""
    };
    var dx1GlobalVariables = {
      portalid: 8
    };

    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('(252) 758-3084')");
        $myword.each(function() {
          each.call(this.childNodes, function(ele) {
            if (ele.nodeType === 3 && ele.nodeValue.indexOf('(252) 758-3084') >= 0) {
              ele.nodeValue = ele.nodeValue.replace("(252) 758-3084", "(866) 766-2937");
            }
          }, 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 href="//fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet">
  <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700" rel="stylesheet" type="text/css">
  <link href="//fonts.googleapis.com/css?family=Sanchez" rel="stylesheet" type="text/css">
  <link href="//fonts.googleapis.com/css?family=Maven+Pro:400,500,700" rel="stylesheet">
  <!--CDF(Css|https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css|DnnPageHeaderProvider|100)-->
  <!--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|/portals/ronayersmotorsports/Skins/ronayersmotorcycles-Wrangler/less/theme.css|DnnPageHeaderProvider|100)-->
  <!--CDF(Javascript|/portals/ronayersmotorsports/Skins/ronayersmotorcycles-Wrangler/js/custom.js|DnnFormBottomProvider|100)-->
  <!--CDF(Javascript|/portals/ronayersmotorsports/Skins/ronayersmotorcycles-Wrangler/js/html5shiv-respond.min.js|DnnPageHeaderProvider|100)-->
  <meta name="format-detection" content="telephone=no">
  <script type="text/javascript" src="//cdn.rlets.com/capture_configs/fde/079/f8f/1934e49a55d0faaac399d37.js" async="async"></script>
  <div id="RonAyers" class="wrangler main homepage">
    <header id="header" class="header">
      <div class="container">
        <div class="identity-wrap row">
          <section class="logo-wrap col-sm-2 col-lg-3">
            <div class="logo">
              <a href="/">
                        <img src="/portals/ronayersmotorsports/Skins/ronayersmotorcycles-Wrangler//images/ronayers-logo.png" class="site-logo" alt="RonAyersMotorsports #1">
                        <img src="/portals/ronayersmotorsports/Skins/ronayersmotorcycles-Wrangler//images/ronayers-logo.png" class="print-logo" alt="RonAyersMotorsports #2">
                    </a>
            </div>
          </section>
          <section class="info-nav-wrap col-sm-10 col-lg-9">
            <section id="Info" class="dealer-info">
              <div id="HeaderAddress" class="header-address">
                <div class="dealer-info hidden-xs"><a href="/Dealer-Info/Map-Hours">1929 N. Memorial Dr. | Greenville, NC 27834</a> | Toll-Free: <a href="tel:+1-866.766.2937" class="phone" rel="nofollow">866.766.2937</a> | Phone:
                  <a href="tel:+1-252-758-3084" class="phone" rel="nofollow">252.758.3084</a> |
                  <a aria-label="follow us on facebook" href="https://www.facebook.com/RonAyersMotorsports" target="_blank" aria-describedby="audioeye_new_window_message"> <em class="fa fa-facebook-square" aria-hidden="true"></em></a>
                  <a aria-label="follow us on twitter" href="https://twitter.com/ramotorsports" target="_blank" aria-describedby="audioeye_new_window_message"> <em class="fa fa-twitter-square" aria-hidden="true"></em></a>
                  <a href="https://www.instagram.com/ron_ayers_motorsports/?hl=en" target="_blank" aria-describedby="audioeye_new_window_message"> <img style="padding-bottom: 14px" alt="follow us on instagram #1" src="/portals/ronayersmotorsports/Skins/ronayersmotorcycles-Wrangler//images/instagram-logo.png"></a>
                  <a aria-label="follow us on youtube" href="https://www.youtube.com/channel/UCgre4bal9fKXtwHGvBAuoJQ" target="_blank" aria-describedby="audioeye_new_window_message"> <em class="fa fa-youtube-square" aria-hidden="true"></em></a>
                </div>
                <div class="mobile-info"><a href="/Dealer-Info/Map-Hours">1929 N. Memorial Dr. <br> Greenville, NC 27834</a> <br> Toll-Free: <a href="tel:+1-866.766.2937" class="phone" rel="nofollow">866.766.2937</a> <br> Phone:
                  <a href="tel:+1-252-758-3084" class="phone" rel="nofollow">252.758.3084</a> <br>
                  <a aria-label="follow us on facebook" href="https://www.facebook.com/RonAyersMotorsports" target="_blank" aria-describedby="audioeye_new_window_message"> <em class="fa fa-facebook-square" aria-hidden="true"></em></a>
                  <a aria-label="follow us on twitter" href="https://twitter.com/ramotorsports" target="_blank" aria-describedby="audioeye_new_window_message"> <em class="fa fa-twitter-square" aria-hidden="true"></em></a>
                  <a href="https://www.instagram.com/ron_ayers_motorsports/?hl=en" target="_blank" aria-describedby="audioeye_new_window_message"> <img style="padding-bottom: 14px" alt="follow us on instagram #2" src="/portals/ronayersmotorsports/Skins/ronayersmotorcycles-Wrangler//images/instagram-logo.png"></a>
                  <a aria-label="follow us on youtube" href="https://www.youtube.com/channel/UCgre4bal9fKXtwHGvBAuoJQ" target="_blank" aria-describedby="audioeye_new_window_message"> <em class="fa fa-youtube-square" aria-hidden="true"></em></a>
                </div>
              </div>
            </section>
            <div class="lower-header">
              <section class="main-nav row">
                <div class="col-xs-12">
                  <div class="navbar-header">
                    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
                      <span class="sr-only">Toggle navigation</span>
                      <span class="icon-bar"></span>
                      <span class="icon-bar"></span>
                      <span class="icon-bar"></span>
                    </button>
                  </div>
                  <div id="bs-example-navbar-collapse-1" class="collapse navbar-collapse">
                    <ul id="dnn_ctl05" class="nav navbar-nav ">
                      <li class="active">
                        <a href="https://ronayersmotorsports.com/">Home</a>
                      </li>
                      <li class="dropdown">
                        <a href="#" data-toggle="dropdown" class="dropdown-toggle">Showroom <b class="caret"></b></a>
                        <ul class="dropdown-menu">
                          <li>
                            <a href="https://ronayersmotorsports.com/Showroom/Manufacturer-Models">Manufacturer Models</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Showroom/New-Inventory">New Inventory</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Showroom/Pre-Owned-Inventory">Pre-Owned Inventory</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Showroom/Specials">Specials</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Showroom/Trailers">Trailers</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Showroom/Power-Equipment">Power Equipment</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Showroom/Warranties">Warranties</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Showroom/ETTRONE">ETTRONE</a>
                          </li>
                        </ul>
                      </li>
                      <li>
                        <a href="https://ronayersmotorsports.com/Secure-Financing">Secure Financing</a>
                      </li>
                      <li>
                        <a href="http://www.ronayers.com" target="_blank" aria-describedby="audioeye_new_window_message">Parts &amp; Accessories</a>
                      </li>
                      <li class="dropdown">
                        <a href="#" data-toggle="dropdown" class="dropdown-toggle">Service <b class="caret"></b></a>
                        <ul class="dropdown-menu">
                          <li>
                            <a href="https://ronayersmotorsports.com/Service/Service-Department">Service Department</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Service/Parts-Department">Parts Department</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Service/Value-Your-Trade">Value Your Trade</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Service/Insurance">Insurance</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Service/Deposit-Form">Deposit Form</a>
                          </li>
                        </ul>
                      </li>
                      <li class="dropdown">
                        <a href="#" data-toggle="dropdown" class="dropdown-toggle">Dealer Info <b class="caret"></b></a>
                        <ul class="dropdown-menu">
                          <li>
                            <a href="https://ronayersmotorsports.com/Dealer-Info/About-Us">About Us</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Dealer-Info/Map-Hours">Map &amp; Hours</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Dealer-Info/Our-Team">Our Team</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Dealer-Info/Employment">Employment</a>
                          </li>
                          <li>
                            <a href="http://ronayersmotorcycles.blogspot.com/" target="_blank" aria-describedby="audioeye_new_window_message">Ron Ayers Blog</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Dealer-Info/Events">Events</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Dealer-Info/Photo-Gallery">Photo Gallery</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Dealer-Info/Testimonials">Testimonials</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Dealer-Info/Customer-Survey">Customer Survey</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Dealer-Info/Contact-Us">Contact Us</a>
                          </li>
                          <li>
                            <a href="https://ronayersmotorsports.com/Dealer-Info/Privacy-Policy">Privacy Policy</a>
                          </li>
                        </ul>
                      </li>
                    </ul>
                  </div>
                </div>
              </section>
              <section class="space-holder-wrap row">
                <div class="col-xs-12">
                  <div class="space-holder">
                  </div>
                </div>
              </section>
              <div class="upper-header">
                <section class="header-brands">
                  <a href="/Showroom/Manufacturer-Models/Model-Results/Yamaha">
                            <img src="https://cdn.dx1app.com/media/OEM/logo_Yamaha-3d.svg" alt="shop yamaha">
                        </a>
                  <a href="/Showroom/Manufacturer-Models/Model-Results/Honda">
                            <img src="https://cdn.dx1app.com/media/OEM/logo_Honda-red.svg" alt="shop honda">
                        </a>
                  <a href="/Showroom/Manufacturer-Models/Model-Results/Suzuki">
                            <img src="https://cdn.dx1app.com/media/OEM/logo_Suzuki-color.svg" alt="shop suzuki">
                        </a>
                  <a href="/Showroom/Manufacturer-Models/Model-Results/ALL/Kawasaki">
                            <img src="https://cdn.dx1app.com/media/OEM/logo_Kawasaki-black.svg" style="width:100%;" alt="shop kawasaki">
                        </a>
                  <a href="/Showroom/Manufacturer-Models/Model-Results/SSR-Motorsports">
                            <img src="https://cdn.dx1app.com/media/OEM/logo_SSRMotorsports-red-black-stroke.svg" alt="shop SSR">
                        </a>
                  <a href="/Showroom/Manufacturer-Models/Model-Results/Power-Equipment/Stihl">
                            <img src="https://cdn.dx1app.com/media/OEM/logo_Stihl-orange.svg" alt="shop stihl">
                        </a>
                  <a href="/Showroom/Manufacturer-Models/Model-Results/Hustler-Turf-Equipment">
                            <img src="/portals/ronayersmotorsports/Skins/ronayersmotorcycles-Wrangler//images/hustler-logo.png" alt="shop hustler">
                        </a>
                  <a href="/Showroom/Manufacturer-Models/Model-Results/Honda-Power-Equipment">
                            <img src="/portals/ronayersmotorsports/Skins/ronayersmotorcycles-Wrangler//images/hpe-logo.png" alt="shop Honda-Power-Equipment">
                        </a>
                  <a href="/Showroom/Manufacturer-Models/Model-Results/Toro">
                            <img src="/portals/ronayersmotorsports/Skins/ronayersmotorcycles-Wrangler//images/toro-logo.png" alt="shop Toro">
                        </a>
                  <a href="/Showroom/Manufacturer-Models/Model-Results/Benelli">
                            <img src="https://cdn.dx1app.com/media/OEM/logo_Benelli-black.svg" alt="shop Benelli">
                        </a>
                  <a href="/Showroom/Manufacturer-Models/Model-Results/Segway-Powersports">
                            <img src="/portals/ronayersmotorsports/Skins/ronayersmotorcycles-Wrangler//images/logo_Segway.png" alt="shop Segway">
                        </a>
                  <a href="https://ronayersmotorsports.com/Showroom/ETTRONE">
                            <img src="/portals/ronayersmotorsports/Skins/ronayersmotorcycles-Wrangler//images/logo_Ettrone-bolt.png" alt="shop toro">
                        </a>
                </section>
              </div>
            </div>
          </section>
        </div>
      </div>
    </header>
    <main role="main" class="main-body" tabindex="-1" id="ae-skip-to-content">
      <div class="main-wrap container">
        <section class="banner-wrap row">
          <div id="dnn_Banner" class="banner col-xs-12">
            <div class="DnnModule DnnModule-Dx1Slideshow DnnModule-62961"><a name="62961" role="button" tabindex="0"></a>
              <div class="notitle">
                <div id="dnn_ctr62961_ContentPane" class="body"><!-- Start_Module_62961 -->
                  <div id="dnn_ctr62961_ModuleContent" class="DNNModuleContent ModDx1SlideshowC">
                    <div id="mvcContainer-62961">
                      <div class="dx1-slideshow-container dx1-slideshow-wide" id="Homepage_Main_Slideshow" data-slideshow-instance-id="b4262cd2-5655-48c7-a636-34eaa94674f2" style="display: block; max-width: 1366px; max-height: 585px;">
                        <div class="dx1-slideshow-items slick-initialized slick-slider slick-dotted" style="display: block; margin: auto; max-width: 1366px; max-height: 585px;">
                          <div class="slick-list draggable" style="height: 488.214px;">
                            <div class="slick-track" style="opacity: 1; width: 37620px; transform: translate3d(-1140px, 0px, 0px);">
                              <div class="slick-slide slick-cloned" data-slick-index="-1" id="" aria-hidden="true" style="width: 1140px;" tabindex="-1">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <a href="http://ronayersmotorcycles.com/Showroom/Manufacturer-Models/Model-Results/Honda-Power-Equipment" target="_self" tabindex="-1">
                            <img alt="hondape-slide #1" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/28e1b8b7-f723-4969-8889-d658b21797f8.jpg">
                        </a>
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" style="width: 1140px;" role="tabpanel" id="slick-slide00">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="kawasaki #1" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/35511abd-9e32-4370-ae4d-2a04fdeb6726.jpg">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide" data-slick-index="1" aria-hidden="true" style="width: 1140px;" tabindex="-1" role="tabpanel" id="slick-slide01">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="yamaha #1" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/66c8d317-794f-41df-a433-9fdf674e2e82.jpg">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide" data-slick-index="2" aria-hidden="true" style="width: 1140px;" tabindex="-1" role="tabpanel" id="slick-slide02">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="honda #1" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/425d8a49-0bf6-4134-8d90-7f44fae8dd1c.png">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide" data-slick-index="3" aria-hidden="true" style="width: 1140px;" tabindex="-1" role="tabpanel" id="slick-slide03">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-0c864555-0192-4e7c-83e2-acfd003ca31b" target="_self" data-promotion="1" data-promotion-id="0c864555-0192-4e7c-83e2-acfd003ca31b" data-promotion-name="Hustler Turf Equipment - Military Discount" data-item-index="1" tabindex="-1">
                            <img alt="Hustler Turf Equipment - Military Discount #1" class="" src="https://cdp.azureedge.net/products/PROMOTION/0c864555-0192-4e7c-83e2-acfd003ca31b/SPOTLIGHT/N000000001.jpg">
                        </a>
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide" data-slick-index="4" aria-hidden="true" style="width: 1140px;" tabindex="-1" role="tabpanel" id="slick-slide04">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="INVENTORY #1" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/06a528a4-a783-4926-9943-5cd56cb526d1.jpg">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide" data-slick-index="5" aria-hidden="true" style="width: 1140px;" tabindex="-1" role="tabpanel" id="slick-slide05">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="suzuki #1" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/f6b0877a-1177-479c-b7dc-dffc22baa88a.jpg">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide" data-slick-index="6" aria-hidden="true" style="width: 1140px;" tabindex="-1" role="tabpanel" id="slick-slide06">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="segway #1" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/bea0e5e9-b8e6-4129-919e-05ebc691610c.png">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide" data-slick-index="7" aria-hidden="true" style="width: 1140px;" tabindex="-1" role="tabpanel" id="slick-slide07">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="Hustler Fleet #1" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/e37a4d13-dbe9-43c1-bfd1-2b8f87ce4447.jpg">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide" data-slick-index="8" aria-hidden="true" style="width: 1140px;" tabindex="-1" role="tabpanel" id="slick-slide08">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="kawasaki #2" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/870d6216-d667-4179-b015-0b34c073b460.jpg">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide" data-slick-index="9" aria-hidden="true" style="width: 1140px;" tabindex="-1" role="tabpanel" id="slick-slide09">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="honda #2" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/8d1fd0d1-6e27-4042-92ba-8ddc65617689.png">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide" data-slick-index="10" aria-hidden="true" style="width: 1140px;" tabindex="-1" role="tabpanel" id="slick-slide010">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="yamaha #2" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/b36f0a25-e1ad-4f2b-b518-765410ca9460.jpg">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide" data-slick-index="11" aria-hidden="true" style="width: 1140px;" tabindex="-1" role="tabpanel" id="slick-slide011">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="suzuki #2" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/58f9c951-618a-45cd-979f-46652a2c47fa.jpg">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide" data-slick-index="12" aria-hidden="true" style="width: 1140px;" tabindex="-1" role="tabpanel" id="slick-slide012">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <a href="https://ronayersmotorsports.com/Showroom/New-Inventory/NEW/Hustler-Turf-Equipment/Lawn-Mowers-Riding" target="_self" tabindex="-1">
                            <img alt="Hustler Residential #1" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/90b72ffd-a058-4a8a-89e3-06a384853261.jpg">
                        </a>
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide" data-slick-index="13" aria-hidden="true" style="width: 1140px;" tabindex="-1" role="tabpanel" id="slick-slide013">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="WE BUY BIKES #1" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/f22d1445-a204-4fe7-874e-0f4b84c7f65b.png">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide" data-slick-index="14" aria-hidden="true" style="width: 1140px;" tabindex="-1" role="tabpanel" id="slick-slide014">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <a href="https://ronayersmotorsports.com/Showroom/New-Inventory/NEW/Hustler-Turf-Equipment/Lawn-Mowers-Riding" target="_self" tabindex="-1">
                            <img alt="HUSTLER COMMERCIAL #1" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/287eede5-9745-40b3-84df-19af9429a511.jpg">
                        </a>
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide" data-slick-index="15" aria-hidden="true" style="width: 1140px;" tabindex="-1" role="tabpanel" id="slick-slide015">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <a href="http://ronayersmotorcycles.com/Showroom/Manufacturer-Models/Model-Results/Honda-Power-Equipment" target="_self" tabindex="-1">
                            <img alt="hondape-slide #2" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/28e1b8b7-f723-4969-8889-d658b21797f8.jpg">
                        </a>
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide slick-cloned" data-slick-index="16" id="" aria-hidden="true" style="width: 1140px;" tabindex="-1">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="kawasaki #3" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/35511abd-9e32-4370-ae4d-2a04fdeb6726.jpg">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide slick-cloned" data-slick-index="17" id="" aria-hidden="true" style="width: 1140px;" tabindex="-1">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="yamaha #3" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/66c8d317-794f-41df-a433-9fdf674e2e82.jpg">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide slick-cloned" data-slick-index="18" id="" aria-hidden="true" style="width: 1140px;" tabindex="-1">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="honda #3" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/425d8a49-0bf6-4134-8d90-7f44fae8dd1c.png">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide slick-cloned" data-slick-index="19" id="" aria-hidden="true" style="width: 1140px;" tabindex="-1">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <a class="dx1-slideshow-promotion-link promo-link" href="/Promotion-Details-0c864555-0192-4e7c-83e2-acfd003ca31b" target="_self" data-promotion="1" data-promotion-id="0c864555-0192-4e7c-83e2-acfd003ca31b" data-promotion-name="Hustler Turf Equipment - Military Discount" data-item-index="1" tabindex="-1">
                            <img alt="Hustler Turf Equipment - Military Discount #2" class="" src="https://cdp.azureedge.net/products/PROMOTION/0c864555-0192-4e7c-83e2-acfd003ca31b/SPOTLIGHT/N000000001.jpg">
                        </a>
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide slick-cloned" data-slick-index="20" id="" aria-hidden="true" style="width: 1140px;" tabindex="-1">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="INVENTORY #2" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/06a528a4-a783-4926-9943-5cd56cb526d1.jpg">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide slick-cloned" data-slick-index="21" id="" aria-hidden="true" style="width: 1140px;" tabindex="-1">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="suzuki #3" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/f6b0877a-1177-479c-b7dc-dffc22baa88a.jpg">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide slick-cloned" data-slick-index="22" id="" aria-hidden="true" style="width: 1140px;" tabindex="-1">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="segway #2" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/bea0e5e9-b8e6-4129-919e-05ebc691610c.png">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide slick-cloned" data-slick-index="23" id="" aria-hidden="true" style="width: 1140px;" tabindex="-1">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="Hustler Fleet #2" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/e37a4d13-dbe9-43c1-bfd1-2b8f87ce4447.jpg">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide slick-cloned" data-slick-index="24" id="" aria-hidden="true" style="width: 1140px;" tabindex="-1">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="kawasaki #4" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/870d6216-d667-4179-b015-0b34c073b460.jpg">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide slick-cloned" data-slick-index="25" id="" aria-hidden="true" style="width: 1140px;" tabindex="-1">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="honda #4" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/8d1fd0d1-6e27-4042-92ba-8ddc65617689.png">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide slick-cloned" data-slick-index="26" id="" aria-hidden="true" style="width: 1140px;" tabindex="-1">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="yamaha #4" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/b36f0a25-e1ad-4f2b-b518-765410ca9460.jpg">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide slick-cloned" data-slick-index="27" id="" aria-hidden="true" style="width: 1140px;" tabindex="-1">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="suzuki #4" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/58f9c951-618a-45cd-979f-46652a2c47fa.jpg">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide slick-cloned" data-slick-index="28" id="" aria-hidden="true" style="width: 1140px;" tabindex="-1">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <a href="https://ronayersmotorsports.com/Showroom/New-Inventory/NEW/Hustler-Turf-Equipment/Lawn-Mowers-Riding" target="_self" tabindex="-1">
                            <img alt="Hustler Residential #2" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/90b72ffd-a058-4a8a-89e3-06a384853261.jpg">
                        </a>
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide slick-cloned" data-slick-index="29" id="" aria-hidden="true" style="width: 1140px;" tabindex="-1">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <img alt="WE BUY BIKES #2" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/f22d1445-a204-4fe7-874e-0f4b84c7f65b.png">
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide slick-cloned" data-slick-index="30" id="" aria-hidden="true" style="width: 1140px;" tabindex="-1">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <a href="https://ronayersmotorsports.com/Showroom/New-Inventory/NEW/Hustler-Turf-Equipment/Lawn-Mowers-Riding" target="_self" tabindex="-1">
                            <img alt="HUSTLER COMMERCIAL #2" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/287eede5-9745-40b3-84df-19af9429a511.jpg">
                        </a>
                                  </div>
                                </div>
                              </div>
                              <div class="slick-slide slick-cloned" data-slick-index="31" id="" aria-hidden="true" style="width: 1140px;" tabindex="-1">
                                <div>
                                  <div style="width: 100%; display: inline-block;">
                                    <a href="http://ronayersmotorcycles.com/Showroom/Manufacturer-Models/Model-Results/Honda-Power-Equipment" target="_self" tabindex="-1">
                            <img alt="hondape-slide #3" class="" src="https://cdp.azureedge.net/products-private/slideshows/6dac21e1-4f17-407e-8a45-a60101214792/b4262cd2-5655-48c7-a636-34eaa94674f2/28e1b8b7-f723-4969-8889-d658b21797f8.jpg">
                        </a>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                        <div class="slick-dots">
                          <ul class="slick-dots" role="tablist" style="">
                            <li class="slick-active" role="presentation"><button type="button" role="tab" id="slick-slide-control00" aria-controls="slick-slide00" aria-label="1 of 16" tabindex="0" aria-selected="true">1</button></li>
                            <li role="presentation"><button type="button" role="tab" id="slick-slide-control01" aria-controls="slick-slide01" aria-label="2 of 16" tabindex="-1">2</button></li>
                            <li role="presentation"><button type="button" role="tab" id="slick-slide-control02" aria-controls="slick-slide02" aria-label="3 of 16" 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 16" 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 16" 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 16" 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 16" 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 16" 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 16" 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 16" 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 16" 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 16" 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 16" tabindex="-1">13</button></li>
                            <li role="presentation"><button type="button" role="tab" id="slick-slide-control013" aria-controls="slick-slide013" aria-label="14 of 16" tabindex="-1">14</button></li>
                            <li role="presentation"><button type="button" role="tab" id="slick-slide-control014" aria-controls="slick-slide014" aria-label="15 of 16" tabindex="-1">15</button></li>
                            <li role="presentation"><button type="button" role="tab" id="slick-slide-control015" aria-controls="slick-slide015" aria-label="16 of 16" tabindex="-1">16</button></li>
                          </ul>
                        </div>
                      </div>
                      <script data-slideshow-setting-id="b4262cd2-5655-48c7-a636-34eaa94674f2" type="application/json">
                        {
                          "PagePath": "//Home",
                          "SlideshowInstanceId": "b4262cd2-5655-48c7-a636-34eaa94674f2",
                          "IsEnableSpotlightPromotion": true,
                          "SlideshowName": "Homepage_Main_Slideshow",
                          "IsDisplayOnPhones": true,
                          "IsActive": true,
                          "IsAutoPlay": true,
                          "IsDisplayArrow": false,
                          "IsDisplayBullet": true,
                          "TransitionStyleCode": "SLIDE",
                          "SlideDisplayDuration": 5.00,
                          "SlideSpeed": 1.50,
                          "DealershipId": "6dac21e1-4f17-407e-8a45-a60101214792",
                          "SiteId": "227839e9-2b42-4618-8ee2-1ccf0d815f16",
                          "Width": 1366,
                          "Height": 585,
                          "Slides": [{
                            "SlideshowInstanceId": "b4262cd2-5655-48c7-a636-34eaa94674f2",
                            "SlideId": "35511abd-9e32-4370-ae4d-2a04fdeb6726",
                            "Seq": 1,
                            "IsActive": true,
                            "FileExt": ".jpg",
                            "Title": "kawasaki",
                            "StartDate": null,
                            "EndDate": null,
                            "LinkUrl": null,
                            "ImageUrl": null,
                            "PromotionGuid": null,
                            "IsOpenLinkInCurrentWindow": true,
                            "ActiveDate": "2024-01-04T14:20:32.837",
                            "ExpiredDate": "9999-12-31T23:59:59.9999999",
                            "VendorId": null
                          }, {
                            "SlideshowInstanceId": "b4262cd2-5655-48c7-a636-34eaa94674f2",
                            "SlideId": "66c8d317-794f-41df-a433-9fdf674e2e82",
                            "Seq": 2,
                            "IsActive": true,
                            "FileExt": ".jpg",
                            "Title": "yamaha",
                            "StartDate": null,
                            "EndDate": null,
                            "LinkUrl": null,
                            "ImageUrl": null,
                            "PromotionGuid": null,
                            "IsOpenLinkInCurrentWindow": true,
                            "ActiveDate": "2024-03-12T12:55:51.16",
                            "ExpiredDate": "9999-12-31T23:59:59.9999999",
                            "VendorId": null
                          }, {
                            "SlideshowInstanceId": "b4262cd2-5655-48c7-a636-34eaa94674f2",
                            "SlideId": "425d8a49-0bf6-4134-8d90-7f44fae8dd1c",
                            "Seq": 3,
                            "IsActive": true,
                            "FileExt": ".png",
                            "Title": "honda",
                            "StartDate": null,
                            "EndDate": null,
                            "LinkUrl": null,
                            "ImageUrl": null,
                            "PromotionGuid": null,
                            "IsOpenLinkInCurrentWindow": true,
                            "ActiveDate": "2024-02-13T21:42:04.543",
                            "ExpiredDate": "9999-12-31T23:59:59.9999999",
                            "VendorId": null
                          }, {
                            "SlideshowInstanceId": "b4262cd2-5655-48c7-a636-34eaa94674f2",
                            "SlideId": "f3450b40-bb74-44c0-96eb-b14500d55dda",
                            "Seq": 4,
                            "IsActive": true,
                            "FileExt": null,
                            "Title": "Hustler Turf Equipment - Military Discount",
                            "StartDate": null,
                            "EndDate": "2024-04-30T00:00:00",
                            "LinkUrl": "/Promotion-Details-0c864555-0192-4e7c-83e2-acfd003ca31b",
                            "ImageUrl": "PROMOTION/0c864555-0192-4e7c-83e2-acfd003ca31b/SPOTLIGHT/N000000001.jpg",
                            "PromotionGuid": "0c864555-0192-4e7c-83e2-acfd003ca31b",
                            "IsOpenLinkInCurrentWindow": true,
                            "ActiveDate": "2023-02-09T22:15:23.667",
                            "ExpiredDate": "2024-04-30T00:00:00",
                            "VendorId": 1840710888
                          }, {
                            "SlideshowInstanceId": "b4262cd2-5655-48c7-a636-34eaa94674f2",
                            "SlideId": "06a528a4-a783-4926-9943-5cd56cb526d1",
                            "Seq": 5,
                            "IsActive": true,
                            "FileExt": ".jpg",
                            "Title": "INVENTORY",
                            "StartDate": null,
                            "EndDate": null,
                            "LinkUrl": null,
                            "ImageUrl": null,
                            "PromotionGuid": null,
                            "IsOpenLinkInCurrentWindow": true,
                            "ActiveDate": "2023-04-05T02:34:25.17",
                            "ExpiredDate": "9999-12-31T23:59:59.9999999",
                            "VendorId": null
                          }, {
                            "SlideshowInstanceId": "b4262cd2-5655-48c7-a636-34eaa94674f2",
                            "SlideId": "f6b0877a-1177-479c-b7dc-dffc22baa88a",
                            "Seq": 6,
                            "IsActive": true,
                            "FileExt": ".jpg",
                            "Title": "suzuki",
                            "StartDate": null,
                            "EndDate": null,
                            "LinkUrl": null,
                            "ImageUrl": null,
                            "PromotionGuid": null,
                            "IsOpenLinkInCurrentWindow": true,
                            "ActiveDate": "2024-01-04T14:37:00.287",
                            "ExpiredDate": "9999-12-31T23:59:59.9999999",
                            "VendorId": null
                          }, {
                            "SlideshowInstanceId": "b4262cd2-5655-48c7-a636-34eaa94674f2",
                            "SlideId": "bea0e5e9-b8e6-4129-919e-05ebc691610c",
                            "Seq": 7,
                            "IsActive": true,
                            "FileExt": ".png",
                            "Title": "segway",
                            "StartDate": null,
                            "EndDate": null,
                            "LinkUrl": null,
                            "ImageUrl": null,
                            "PromotionGuid": null,
                            "IsOpenLinkInCurrentWindow": true,
                            "ActiveDate": "2024-04-03T15:04:36.61",
                            "ExpiredDate": "9999-12-31T23:59:59.9999999",
                            "VendorId": null
                          }, {
                            "SlideshowInstanceId": "b4262cd2-5655-48c7-a636-34eaa94674f2",
                            "SlideId": "e37a4d13-dbe9-43c1-bfd1-2b8f87ce4447",
                            "Seq": 8,
                            "IsActive": true,
                            "FileExt": ".jpg",
                            "Title": "Hustler Fleet",
                            "StartDate": null,
                            "EndDate": null,
                            "LinkUrl": null,
                            "ImageUrl": null,
                            "PromotionGuid": null,
                            "IsOpenLinkInCurrentWindow": true,
                            "ActiveDate": "2023-02-09T22:01:01.5",
                            "ExpiredDate": "9999-12-31T23:59:59.9999999",
                            "VendorId": null
                          }, {
                            "SlideshowInstanceId": "b4262cd2-5655-48c7-a636-34eaa94674f2",
                            "SlideId": "870d6216-d667-4179-b015-0b34c073b460",
                            "Seq": 9,
                            "IsActive": true,
                            "FileExt": ".jpg",
                            "Title": "kawasaki",
                            "StartDate": null,
                            "EndDate": null,
                            "LinkUrl": null,
                            "ImageUrl": null,
                            "PromotionGuid": null,
                            "IsOpenLinkInCurrentWindow": true,
                            "ActiveDate": "2024-01-04T14:23:44.183",
                            "ExpiredDate": "9999-12-31T23:59:59.9999999",
                            "VendorId": null
                          }, {
                            "SlideshowInstanceId": "b4262cd2-5655-48c7-a636-34eaa94674f2",
                            "SlideId": "8d1fd0d1-6e27-4042-92ba-8ddc65617689",
                            "Seq": 10,
                            "IsActive": true,
                            "FileExt": ".png",
                            "Title": "honda",
                            "StartDate": null,
                            "EndDate": null,
                            "LinkUrl": null,
                            "ImageUrl": null,
                            "PromotionGuid": null,
                            "IsOpenLinkInCurrentWindow": true,
                            "ActiveDate": "2024-02-13T21:45:28.36",
                            "ExpiredDate": "9999-12-31T23:59:59.9999999",
                            "VendorId": null
                          }, {
                            "SlideshowInstanceId": "b4262cd2-5655-48c7-a636-34eaa94674f2",
                            "SlideId": "b36f0a25-e1ad-4f2b-b518-765410ca9460",
                            "Seq": 11,
                            "IsActive": true,
                            "FileExt": ".jpg",
                            "Title": "yamaha",
                            "StartDate": null,
                            "EndDate": null,
                            "LinkUrl": null,
                            "ImageUrl": null,
                            "PromotionGuid": null,
                            "IsOpenLinkInCurrentWindow": true,
                            "ActiveDate": "2024-01-04T14:14:22.153",
                            "ExpiredDate": "9999-12-31T23:59:59.9999999",
                            "VendorId": null
                          }, {
                            "SlideshowInstanceId": "b4262cd2-5655-48c7-a636-34eaa94674f2",
                            "SlideId": "58f9c951-618a-45cd-979f-46652a2c47fa",
                            "Seq": 12,
                            "IsActive": true,
                            "FileExt": ".jpg",
                            "Title": "suzuki",
                            "StartDate": null,
                            "EndDate": null,
                            "LinkUrl": null,
                            "ImageUrl": null,
                            "PromotionGuid": null,
                            "IsOpenLinkInCurrentWindow": true,
                            "ActiveDate": "2024-01-04T14:31:12.057",
                            "ExpiredDate": "9999-12-31T23:59:59.9999999",
                            "VendorId": null
                          }, {
                            "SlideshowInstanceId": "b4262cd2-5655-48c7-a636-34eaa94674f2",
                            "SlideId": "90b72ffd-a058-4a8a-89e3-06a384853261",
                            "Seq": 13,
                            "IsActive": true,
                            "FileExt": ".jpg",
                            "Title": "Hustler Residential",
                            "StartDate": null,
                            "EndDate": null,
                            "LinkUrl": "https://ronayersmotorsports.com/Showroom/New-Inventory/NEW/Hustler-Turf-Equipment/Lawn-Mowers-Riding",
                            "ImageUrl": null,
                            "PromotionGuid": null,
                            "IsOpenLinkInCurrentWindow": true,
                            "ActiveDate": "2023-02-09T22:06:09.17",
                            "ExpiredDate": "9999-12-31T23:59:59.9999999",
                            "VendorId": null
                          }, {
                            "SlideshowInstanceId": "b4262cd2-5655-48c7-a636-34eaa94674f2",
                            "SlideId": "f22d1445-a204-4fe7-874e-0f4b84c7f65b",
                            "Seq": 14,
                            "IsActive": true,
                            "FileExt": ".png",
                            "Title": "WE BUY BIKES",
                            "StartDate": null,
                            "EndDate": null,
                            "LinkUrl": null,
                            "ImageUrl": null,
                            "PromotionGuid": null,
                            "IsOpenLinkInCurrentWindow": true,
                            "ActiveDate": "2021-02-02T15:06:12.613",
                            "ExpiredDate": "9999-12-31T23:59:59.9999999",
                            "VendorId": null
                          }, {
                            "SlideshowInstanceId": "b4262cd2-5655-48c7-a636-34eaa94674f2",
                            "SlideId": "287eede5-9745-40b3-84df-19af9429a511",
                            "Seq": 15,
                            "IsActive": true,
                            "FileExt": ".jpg",
                            "Title": "HUSTLER COMMERCIAL",
                            "StartDate": null,
                            "EndDate": null,
                            "LinkUrl": "https://ronayersmotorsports.com/Showroom/New-Inventory/NEW/Hustler-Turf-Equipment/Lawn-Mowers-Riding",
                            "ImageUrl": null,
                            "PromotionGuid": null,
                            "IsOpenLinkInCurrentWindow": true,
                            "ActiveDate": "2023-02-09T22:04:16.68",
                            "ExpiredDate": "9999-12-31T23:59:59.9999999",
                            "VendorId": null
                          }, {
                            "SlideshowInstanceId": "b4262cd2-5655-48c7-a636-34eaa94674f2",
                            "SlideId": "28e1b8b7-f723-4969-8889-d658b21797f8",
                            "Seq": 16,
                            "IsActive": true,
                            "FileExt": ".jpg",
                            "Title": "hondape-slide",
                            "StartDate": null,
                            "EndDate": null,
                            "LinkUrl": "http://ronayersmotorcycles.com/Showroom/Manufacturer-Models/Model-Results/Honda-Power-Equipment",
                            "ImageUrl": null,
                            "PromotionGuid": null,
                            "IsOpenLinkInCurrentWindow": true,
                            "ActiveDate": "2018-11-19T18:10:42.347",
                            "ExpiredDate": "9999-12-31T23:59:59.9999999",
                            "VendorId": null
                          }],
                          "SortOrderOption": {
                            "SortOption": "",
                            "IsRandom": false,
                            "OrderByDealerIds": [],
                            "DefaultVensor": null,
                            "CustomDefaultVendor": null,
                            "CustomVendorOrders": null,
                            "CustomVendorOrderHideItems": null,
                            "DefaultVendorOrderHideItems": null,
                            "AllSelectedDefaultVendors": [],
                            "AllSelectedCustomVendors": []
                          },
                          "AuthorizeVendors": "[{\"VendorId\":840007009,\"CodeName\":\"Benelli\",\"Url\":\"VENDOR\\/8F568829-BBA5-47A1-A353-A27E0023E11C\\/LOGO\\/1A30C1CF-E088-4E7C-974A-D2A42D9A4CD2.png\"},{\"VendorId\":7037,\"CodeName\":\"Honda\",\"Url\":\"VENDOR\\/C4BC8944-B686-4F89-9443-A27E0023E125\\/LOGO\\/B1F4ABE2-413A-4F7B-AEA3-0DC2035C3720.png\"},{\"VendorId\":1840710868,\"CodeName\":\"Honda Power Equipment\",\"Url\":\"VENDOR\\/91223098-4173-485D-B820-A27E0023E0CF\\/LOGO\\/F55BB460-977F-4FF7-9DD2-904AF0051C30.png\"},{\"VendorId\":1840710888,\"CodeName\":\"Hustler Turf Equipment\",\"Url\":\"VENDOR\\/09D8C994-6E70-4F1F-BDDC-A27E0023E0CF\\/LOGO\\/B8E712B3-08DD-41F5-BC0B-CA6F513F0070.png\"},{\"VendorId\":7045,\"CodeName\":\"Kawasaki\",\"Url\":\"VENDOR\\/E87E480E-9F80-4998-80B5-A27E0023E125\\/LOGO\\/10608FE4-371D-40AB-8579-7DB1E8F84D89.png\"},{\"VendorId\":1840743479,\"CodeName\":\"Kayo\",\"Url\":\"VENDOR\\/B7141BEE-7302-48CA-854E-ABAA01197CE6\\/LOGO\\/AE85823D-156C-47E6-9062-5A2296CAD8C8.png\"},{\"VendorId\":1840711713,\"CodeName\":\"Segway\",\"Url\":\"VENDOR\\/CD47A6C8-3E81-4582-9806-A27E0023E0CD\\/LOGO\\/13A571D7-7880-4287-85D3-56C85B98D7EE.png\"},{\"VendorId\":1840743561,\"CodeName\":\"Segway Powersports\",\"Url\":\"VENDOR\\/D909D4E5-4A06-4794-B51E-B061002F24EB\\/LOGO\\/97EA40E6-CC58-4107-ACB4-04B65ADEB92E.png\"},{\"VendorId\":840308469,\"CodeName\":\"SSR Motorsports\",\"Url\":\"VENDOR\\/1906976A-8F74-4433-92EC-A42801119941\\/LOGO\\/A1B948D5-7401-4225-B229-41A9FD267BFC.png\"},{\"VendorId\":7098,\"CodeName\":\"Stihl\",\"Url\":\"VENDOR\\/D829FA38-7C00-471E-87D2-A27E0023E125\\/LOGO\\/DB07DD85-A544-469E-AE40-9822857B4090.png\"},{\"VendorId\":7070,\"CodeName\":\"Suzuki Motor of America Inc.\",\"Url\":\"VENDOR\\/B12C6EC5-6585-4528-8447-A27E0023E125\\/LOGO\\/945A0FBC-4D19-478E-ACB9-12ADB05D39A3.png\"},{\"VendorId\":840007401,\"CodeName\":\"Toro\",\"Url\":\"VENDOR\\/C1888E4F-9A0E-467E-9C1B-A27E0023E11D\\/LOGO\\/D43DDBB2-203C-4E4D-9EEA-C6922535F9A4.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": ["Aerator Implements", "Aerators", "ATVs", "Augers / Post Hole Diggers", "Automobile", "Backhoe Attachments", "Blades", "Boring / Drilling Machines", "Buckets", "Chippers / Shredders", "Compactors",
                            "Cultivators", "Ditchers / Trenchers", "Dumpers", "Electric Bicycle", "Excavator Attachments", "Forks", "Generators", "Grinders", "Hammer / Breaker Attachments", "Lawn Mowers", "Lawn Mowers - Riding", "Levelers",
                            "Loader Attachments", "Loaders", "Mixers", "Motor Bikes", "Motorcycles", "Mower Implements", "Multi-Task Tools", "Power Equipment", "Pumps", "Rakes", "Scooters", "Snowblowers", "Sprayer Implements", "Sprayers",
                            "Spreader Implements", "Spreaders", "Stump Grinder Attachments", "Sweepers", "Tiller Implements", "Tillers", "Trailers", "Tree Shears", "Trenchers", "Trowels", "Turf Equipment", "Utility Vehicles", "Watercraft"
                          ],
                          "ProductCategory": "Aerator Implements,Aerators,ATVs,Augers / Post Hole Diggers,Automobile,Backhoe Attachments,Blades,Boring / Drilling Machines,Buckets,Chippers / Shredders,Compactors,Cultivators,Ditchers / Trenchers,Dumpers,Electric Bicycle,Excavator Attachments,Forks,Generators,Grinders,Hammer / Breaker Attachments,Lawn Mowers,Lawn Mowers - Riding,Levelers,Loader Attachments,Loaders,Mixers,Motor Bikes,Motorcycles,Mower Implements,Multi-Task Tools,Power Equipment,Pumps,Rakes,Scooters,Snowblowers,Sprayer Implements,Sprayers,Spreader Implements,Spreaders,Stump Grinder Attachments,Sweepers,Tiller Implements,Tillers,Trailers,Tree Shears,Trenchers,Trowels,Turf Equipment,Utility Vehicles,Watercraft"
                        }
                      </script>
                      <script type="text/javascript">
                        $(function() {
                          var view = new Dx1Slideshow.Dx1SlideshowView();
                          view.init("b4262cd2-5655-48c7-a636-34eaa94674f2");
                        });
                      </script>
                    </div>
                  </div><!-- End_Module_62961 -->
                </div>
                <span class="dnn-module-actions">
                </span>
              </div>
            </div>
            <div class="DnnModule DnnModule-DNN_HTML DnnModule-90061"><a name="90061" role="button" tabindex="0"></a>
              <div class="notitle">
                <div id="dnn_ctr90061_ContentPane" class="body"><!-- Start_Module_90061 -->
                  <div id="dnn_ctr90061_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                    <div id="dnn_ctr90061_HtmlModule_lblContent" class="Normal">
                      <p style="text-align:center"><img alt="Inventory" src="/portals/ronayersmotorsports/static.jpg"></p>
                      <p>&nbsp;</p>
                    </div>
                  </div><!-- End_Module_90061 -->
                </div>
                <span class="dnn-module-actions">
                </span>
              </div>
            </div>
            <div class="DnnModule DnnModule-DNN_HTML DnnModule-100669"><a name="100669" role="button" tabindex="0"></a>
              <div class="notitle">
                <div id="dnn_ctr100669_ContentPane" class="body"><!-- Start_Module_100669 -->
                  <div id="dnn_ctr100669_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                    <div id="dnn_ctr100669_HtmlModule_lblContent" class="Normal">
                      <p>Add Content...</p>
                      <p style="text-align:center"><img alt="" height="635" src="/portals/ronayersmotorsports/TORO%20UPDATED%20WEB%20BANNER%20FEB%202024_1.jpg" width="1206"></p>
                      <p>&nbsp;</p>
                    </div>
                  </div><!-- End_Module_100669 -->
                </div>
                <span class="dnn-module-actions">
                </span>
              </div>
            </div>
          </div>
        </section>
        <section class="quick-links-wrap row">
          <div class="quick-link col-sm-3">
            <div class="quick-link-bg">
              <div class="helper-div">
              </div><!--
                         -->
              <div class="quick-link-content">
                <span class="line-1">New</span>
                <a href="/Showroom/New-Inventory"><span class="line-2">
                                    SEE NEW MODELS
                                </span></a>
              </div>
            </div>
          </div>
          <div class="quick-link col-sm-3">
            <div class="quick-link-bg">
              <div class="helper-div">
              </div><!--
                         -->
              <div class="quick-link-content">
                <span class="line-1">Pre-Owned</span>
                <a href="/Showroom/Pre-Owned-Inventory"><span class="line-2">
                                    SEE USED MODELS
                                </span></a>
              </div>
            </div>
          </div>
          <div class="quick-link col-sm-3">
            <div class="quick-link-bg">
              <div class="helper-div">
              </div><!--
                         -->
              <div class="quick-link-content">
                <span class="line-1">Secure Financing</span>
                <a href="/Dealer-Services/Secure-Financing"><span class="line-2">
                                    GET FINANCED                            
                                </span></a>
              </div>
            </div>
          </div>
          <div class="quick-link col-sm-3">
            <div class="quick-link-bg">
              <div class="helper-div">
              </div><!--
                         -->
              <div class="quick-link-content">
                <span class="line-1">Specials</span>
                <a href="/Showroom/Specials"> <span class="line-2">SEE SPECIALS</span></a>
              </div>
            </div>
          </div>
          <div class="quick-link col-sm-3">
            <div class="quick-link-bg">
              <div class="helper-div">
              </div><!--
                         -->
              <div class="quick-link-content">
                <span class="line-1">Hustler Mowers</span>
                <a href="/Showroom/Manufacturer-Models/Model-Results/Hustler-Turf-Equipment"> <span class="line-2">VIEW MOWERS</span></a>
              </div>
            </div>
          </div>
        </section>
        <section class="featured-wrap row">
          <div id="dnn_FeaturedInv" class="featuredinv-full col-xs-12">
            <h2 aria-level="1">Featured Inventory <div class="view-more"><a href="/Showroom/New-Inventory">view more inventory</a> <i class="fa fa-arrow-circle-o-right"></i></div>
            </h2>
            <div class="DnnModule DnnModule-Dx1ShowroomList DnnModule-39604"><a name="39604" role="button" tabindex="0"></a>
              <div class="notitle">
                <div id="dnn_ctr39604_ContentPane" class="body"><!-- Start_Module_39604 -->
                  <div id="dnn_ctr39604_ModuleContent" class="DNNModuleContent ModDx1ShowroomListC">
                    <div id="dnn_ctr39604_Listings_UP">
                      <div class="featured-inventory-template featured-inventory-container">
                        <div class="featured-inventory media-size-5" id="carouselParent0" itemonscreen="5">
                          <div class="featured-group owl-carousel owl-theme owl-loaded owl-drag" id="carousel0">
                            <div class="owl-stage-outer owl-wrapper-outer">
                              <div class="owl-stage owl-wrapper" style="transform: translate3d(-1138px, 0px, 0px); transition: all 0s ease 0s; width: 5008px;">
                                <div class="owl-item cloned" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="ffdf7611-7af5-41c3-83f4-afde00f0ba5f">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/Utility-Vehicles-Yamaha-Wolverine-RMAX2-1000-Sport-2023-Greenville-NC-ffdf7611-7af5-41c3-83f4-afde00f0ba5f">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/5a9713cc-be7e-47d1-a0f1-aeee003983ea/ffdf7611-7af5-41c3-83f4-afde00f0ba5f/6000000001_480px.jpg" height="70" width="125" alt="" class="owl-lazy img-responsive">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <div class="banner sale">On Sale</div>
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/Utility-Vehicles-Yamaha-Wolverine-RMAX2-1000-Sport-2023-Greenville-NC-ffdf7611-7af5-41c3-83f4-afde00f0ba5f">

                                        <h4 aria-level="2">
                                            2023
                                            Yamaha
                                            Wolverine RMAX2 1000 Sport
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                    <div class="price sale">
                                                        
                                                            On Sale
                                                        
                                                        
                                                        $20,899
                                                    </div>
                                                    <div class="msrp">
                                                        
                                                            Retail Price: 
                                                        
                                                        
                                                        <span class="strike-through msrp">
                                                            
                                                            
                                                                $25,899
                                                            
                                                        </span>
                                                    </div>
                                                
                                                
                                            
                                            
                                                <div class="additional-price-text">
                                                    CALL (252)758-3084 TO CHECK AVAILABILITY<br>*Accessories Not Included In MSRP*
                                                </div>
                                            
                                        </div>
                                    
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item cloned" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="6dbe021f-0e8d-4170-9157-aee0001b3894">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/Motorcycles-Honda-CRF450RL-2022-Greenville-NC-6dbe021f-0e8d-4170-9157-aee0001b3894">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/83cf6855-3e7c-41e3-b426-ace600330913/6dbe021f-0e8d-4170-9157-aee0001b3894/6000000001_480px.jpeg" height="70" width="125" alt="" class="owl-lazy img-responsive">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <div class="banner sale">On Sale</div>
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/Motorcycles-Honda-CRF450RL-2022-Greenville-NC-6dbe021f-0e8d-4170-9157-aee0001b3894">

                                        <h4 aria-level="3">
                                            2022
                                            Honda
                                            CRF450RL
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                    <div class="price sale">
                                                        
                                                            On Sale
                                                        
                                                        
                                                        $8,999
                                                    </div>
                                                    <div class="msrp">
                                                        
                                                            Retail Price: 
                                                        
                                                        
                                                        <span class="strike-through msrp">
                                                            
                                                            
                                                                $9,999
                                                            
                                                        </span>
                                                    </div>
                                                
                                                
                                            
                                            
                                                <div class="additional-price-text">
                                                    CALL (252)758-3084 TO CHECK AVAILABILITY<br>*Accessories Not Included In MSRP*
                                                </div>
                                            
                                        </div>
                                    
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item cloned" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="96307068-6959-4d8e-be94-b0fc01500354">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/ATVs-Suzuki-KingQuad-500AXi-Power-Steering-SE-2022-Greenville-NC-96307068-6959-4d8e-be94-b0fc01500354">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/50bf1499-4960-45c4-8583-ad44004d6774/96307068-6959-4d8e-be94-b0fc01500354/6000000001_480px.jpg" height="70" width="125" alt="" class="owl-lazy img-responsive">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/ATVs-Suzuki-KingQuad-500AXi-Power-Steering-SE-2022-Greenville-NC-96307068-6959-4d8e-be94-b0fc01500354">

                                        <h4>
                                            2022
                                            Suzuki
                                            KingQuad 500AXi Power Steering SE+
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $9,188
                                                    </div>
                                                
                                            
                                            
                                                <div class="additional-price-text">
                                                    CALL (252)758-3084 TO CHECK AVAILABILITY<br>*Accessories Not Included In MSRP*
                                                </div>
                                            
                                        </div>
                                    
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item cloned" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="7e84d915-3225-4ddb-bba5-af66011c03e3">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/Lawn-Mowers-Riding-Toro-Z-Master-4000-52-in-Kawasaki-FX801V-25-5-hp-74002-2022-Greenville-NC-7e84d915-3225-4ddb-bba5-af66011c03e3">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/610fbf10-6c35-45a3-b6a0-ae47002793bd/7e84d915-3225-4ddb-bba5-af66011c03e3/6000000001_480px.jpg" height="70" width="125" alt="" class="owl-lazy img-responsive">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/Lawn-Mowers-Riding-Toro-Z-Master-4000-52-in-Kawasaki-FX801V-25-5-hp-74002-2022-Greenville-NC-7e84d915-3225-4ddb-bba5-af66011c03e3">

                                        <h4>
                                            2022
                                            Toro
                                            Z Master 4000 52 in. Kawasaki FX801V 25.5 hp (74002)
                                        </h4>
                                    
                                    
                                    
                                        
                                        
                                            <div class="info">
                                                <span class="price">Get Price</span>
                                            </div>
                                        
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item cloned" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="d7eea2f4-9358-4943-94d4-af6601287448">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/Lawn-Mowers-Riding-Toro-Z-Master-4000-52-in-Kawasaki-FX801V-25-5-hp-74050-2022-Greenville-NC-d7eea2f4-9358-4943-94d4-af6601287448">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/32937861-b5fe-4984-b20c-ae51001698b5/d7eea2f4-9358-4943-94d4-af6601287448/6000000001_480px.jpg" height="70" width="125" alt="" class="owl-lazy img-responsive">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/Lawn-Mowers-Riding-Toro-Z-Master-4000-52-in-Kawasaki-FX801V-25-5-hp-74050-2022-Greenville-NC-d7eea2f4-9358-4943-94d4-af6601287448">

                                        <h4>
                                            2022
                                            Toro
                                            Z Master 4000 52 in. Kawasaki FX801V 25.5 hp (74050)
                                        </h4>
                                    
                                    
                                    
                                        
                                        
                                            <div class="info">
                                                <span class="price">Get Price</span>
                                            </div>
                                        
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item active" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="cc8c717c-a50b-4b79-849b-b10f01538e68">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/ATVs-Honda-FourTrax-Foreman-Rubicon-4x4-Automatic-DCT-EPS-Deluxe-2024-Greenville-NC-cc8c717c-a50b-4b79-849b-b10f01538e68">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/945014f4-3929-4c69-a3ea-afba004f8d31/cc8c717c-a50b-4b79-849b-b10f01538e68/6000000001_480px.jpg" height="70" width="125" alt="2024 Honda FourTrax Foreman Rubicon 4x4 Automatic DCT EPS Deluxe in Greenville, North Carolina #1" class="owl-lazy img-responsive" src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/945014f4-3929-4c69-a3ea-afba004f8d31/cc8c717c-a50b-4b79-849b-b10f01538e68/6000000001_480px.jpg" style="opacity: 1;">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/ATVs-Honda-FourTrax-Foreman-Rubicon-4x4-Automatic-DCT-EPS-Deluxe-2024-Greenville-NC-cc8c717c-a50b-4b79-849b-b10f01538e68">

                                        <h4>
                                            2024
                                            Honda
                                            FourTrax Foreman Rubicon 4x4 Automatic DCT EPS Deluxe
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $10,599
                                                    </div>
                                                
                                            
                                            
                                                <div class="additional-price-text">
                                                    CALL (252)758-3084 TO CHECK AVAILABILITY<br>*Accessories Not Included In MSRP*
                                                </div>
                                            
                                        </div>
                                    
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item active" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="690d9aed-a4e8-4cd5-b334-b0ec0157a6a6">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/Motorcycles-Honda-CRF450RWE-2024-Greenville-NC-690d9aed-a4e8-4cd5-b334-b0ec0157a6a6">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/d019bb81-bdf1-4a33-a9bd-b028005b0152/690d9aed-a4e8-4cd5-b334-b0ec0157a6a6/6000000001_480px.jpg" height="70" width="125" alt="2024 Honda CRF450RWE in Greenville, North Carolina #1" class="owl-lazy img-responsive" src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/d019bb81-bdf1-4a33-a9bd-b028005b0152/690d9aed-a4e8-4cd5-b334-b0ec0157a6a6/6000000001_480px.jpg" style="opacity: 1;">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/Motorcycles-Honda-CRF450RWE-2024-Greenville-NC-690d9aed-a4e8-4cd5-b334-b0ec0157a6a6">

                                        <h4>
                                            2024
                                            Honda
                                            CRF450RWE
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $12,499
                                                    </div>
                                                
                                            
                                            
                                                <div class="additional-price-text">
                                                    CALL (252)758-3084 TO CHECK AVAILABILITY<br>*Accessories Not Included In MSRP*
                                                </div>
                                            
                                        </div>
                                    
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item active" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="1594af80-316b-4613-a76d-b0f901124370">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/Motorcycles-Kawasaki-Ninja-ZX-10R-40th-Anniversary-Edition-ABS-2024-Greenville-NC-1594af80-316b-4613-a76d-b0f901124370">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/aebbc9c4-4f0b-4d9e-b3d2-b0a7003e5133/1594af80-316b-4613-a76d-b0f901124370/6000000001_480px.jpg" height="70" width="125" alt="2024 Kawasaki Ninja ZX-10R 40th Anniversary Edition ABS in Greenville, North Carolina #1" class="owl-lazy img-responsive" src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/aebbc9c4-4f0b-4d9e-b3d2-b0a7003e5133/1594af80-316b-4613-a76d-b0f901124370/6000000001_480px.jpg" style="opacity: 1;">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/Motorcycles-Kawasaki-Ninja-ZX-10R-40th-Anniversary-Edition-ABS-2024-Greenville-NC-1594af80-316b-4613-a76d-b0f901124370">

                                        <h4>
                                            2024
                                            Kawasaki
                                            Ninja ZX-10R 40th Anniversary Edition ABS
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $19,149
                                                    </div>
                                                
                                            
                                            
                                                <div class="additional-price-text">
                                                    CALL (252)758-3084 TO CHECK AVAILABILITY<br>*Accessories Not Included In MSRP*
                                                </div>
                                            
                                        </div>
                                    
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item active" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="0ef676ab-c38f-4bda-ad3f-b0d2015ad2ad">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/Utility-Vehicles-Kawasaki-Teryx-KRX4-1000-SE-eS-2024-Greenville-NC-0ef676ab-c38f-4bda-ad3f-b0d2015ad2ad">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/bdc8b4f5-0ad5-4581-b27a-b01a00addb3c/0ef676ab-c38f-4bda-ad3f-b0d2015ad2ad/6000000001_480px.jpg" height="70" width="125" alt="2024 Kawasaki Teryx KRX4 1000 SE eS in Greenville, North Carolina #1" class="owl-lazy img-responsive" src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/bdc8b4f5-0ad5-4581-b27a-b01a00addb3c/0ef676ab-c38f-4bda-ad3f-b0d2015ad2ad/6000000001_480px.jpg" style="opacity: 1;">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/Utility-Vehicles-Kawasaki-Teryx-KRX4-1000-SE-eS-2024-Greenville-NC-0ef676ab-c38f-4bda-ad3f-b0d2015ad2ad">

                                        <h4>
                                            2024
                                            Kawasaki
                                            Teryx KRX4 1000 SE eS
                                        </h4>
                                    
                                    
                                    
                                        
                                        
                                            <div class="info">
                                                <span class="price">Get Price</span>
                                            </div>
                                        
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item active" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="d5460786-bd6f-498e-b18e-b07f0123cbf5">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/Motorcycles-Suzuki-Hayabusa-25th-Anniversary-Edition-2024-Greenville-NC-d5460786-bd6f-498e-b18e-b07f0123cbf5">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/5cca8ba0-8f06-469e-a02b-b034003db85b/d5460786-bd6f-498e-b18e-b07f0123cbf5/6000000001_480px.jpg" height="70" width="125" alt="2024 Suzuki Hayabusa 25th Anniversary Edition in Greenville, North Carolina #1" class="owl-lazy img-responsive" src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/5cca8ba0-8f06-469e-a02b-b034003db85b/d5460786-bd6f-498e-b18e-b07f0123cbf5/6000000001_480px.jpg" style="opacity: 1;">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/Motorcycles-Suzuki-Hayabusa-25th-Anniversary-Edition-2024-Greenville-NC-d5460786-bd6f-498e-b18e-b07f0123cbf5">

                                        <h4>
                                            2024
                                            Suzuki
                                            Hayabusa 25th Anniversary Edition
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $24,599
                                                    </div>
                                                
                                            
                                            
                                                <div class="additional-price-text">
                                                    CALL (252)758-3084 TO CHECK AVAILABILITY<br>*Accessories Not Included In MSRP*
                                                </div>
                                            
                                        </div>
                                    
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item active" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="5ccf7a56-98ea-471c-afb3-afde00ed7740">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/ATVs-Yamaha-Raptor-700R-SE-2024-Greenville-NC-5ccf7a56-98ea-471c-afb3-afde00ed7740">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/c0de670d-af4a-4e53-8b80-aeee002c2e0c/5ccf7a56-98ea-471c-afb3-afde00ed7740/6000000001_480px.jpg" height="70" width="125" alt="" class="owl-lazy img-responsive">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/ATVs-Yamaha-Raptor-700R-SE-2024-Greenville-NC-5ccf7a56-98ea-471c-afb3-afde00ed7740">

                                        <h4>
                                            2024
                                            Yamaha
                                            Raptor 700R SE
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $13,999
                                                    </div>
                                                
                                            
                                            
                                                <div class="additional-price-text">
                                                    CALL (252)758-3084 TO CHECK AVAILABILITY<br>*Accessories Not Included In MSRP*
                                                </div>
                                            
                                        </div>
                                    
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="beb5fd73-188a-451f-a1f1-b07c015533f1">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/Motorcycles-Suzuki-V-Strom-800DE-Adventure-2023-Greenville-NC-beb5fd73-188a-451f-a1f1-b07c015533f1">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/4be70fe3-b211-409c-b1d7-af48003263fc/beb5fd73-188a-451f-a1f1-b07c015533f1/6000000001_480px.jpg" height="70" width="125" alt="" class="owl-lazy img-responsive">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <div class="banner sale">On Sale</div>
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/Motorcycles-Suzuki-V-Strom-800DE-Adventure-2023-Greenville-NC-beb5fd73-188a-451f-a1f1-b07c015533f1">

                                        <h4>
                                            2023
                                            Suzuki
                                            V-Strom 800DE Adventure
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                    <div class="price sale">
                                                        
                                                            On Sale
                                                        
                                                        
                                                        $12,499
                                                    </div>
                                                    <div class="msrp">
                                                        
                                                            Retail Price: 
                                                        
                                                        
                                                        <span class="strike-through msrp">
                                                            
                                                            
                                                                $12,999
                                                            
                                                        </span>
                                                    </div>
                                                
                                                
                                            
                                            
                                                <div class="additional-price-text">
                                                    CALL (252)758-3084 TO CHECK AVAILABILITY<br>*Accessories Not Included In MSRP*
                                                </div>
                                            
                                        </div>
                                    
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="ffdf7611-7af5-41c3-83f4-afde00f0ba5f">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/Utility-Vehicles-Yamaha-Wolverine-RMAX2-1000-Sport-2023-Greenville-NC-ffdf7611-7af5-41c3-83f4-afde00f0ba5f">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/5a9713cc-be7e-47d1-a0f1-aeee003983ea/ffdf7611-7af5-41c3-83f4-afde00f0ba5f/6000000001_480px.jpg" height="70" width="125" alt="" class="owl-lazy img-responsive">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <div class="banner sale">On Sale</div>
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/Utility-Vehicles-Yamaha-Wolverine-RMAX2-1000-Sport-2023-Greenville-NC-ffdf7611-7af5-41c3-83f4-afde00f0ba5f">

                                        <h4>
                                            2023
                                            Yamaha
                                            Wolverine RMAX2 1000 Sport
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                    <div class="price sale">
                                                        
                                                            On Sale
                                                        
                                                        
                                                        $20,899
                                                    </div>
                                                    <div class="msrp">
                                                        
                                                            Retail Price: 
                                                        
                                                        
                                                        <span class="strike-through msrp">
                                                            
                                                            
                                                                $25,899
                                                            
                                                        </span>
                                                    </div>
                                                
                                                
                                            
                                            
                                                <div class="additional-price-text">
                                                    CALL (252)758-3084 TO CHECK AVAILABILITY<br>*Accessories Not Included In MSRP*
                                                </div>
                                            
                                        </div>
                                    
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="6dbe021f-0e8d-4170-9157-aee0001b3894">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/Motorcycles-Honda-CRF450RL-2022-Greenville-NC-6dbe021f-0e8d-4170-9157-aee0001b3894">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/83cf6855-3e7c-41e3-b426-ace600330913/6dbe021f-0e8d-4170-9157-aee0001b3894/6000000001_480px.jpeg" height="70" width="125" alt="" class="owl-lazy img-responsive">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <div class="banner sale">On Sale</div>
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/Motorcycles-Honda-CRF450RL-2022-Greenville-NC-6dbe021f-0e8d-4170-9157-aee0001b3894">

                                        <h4>
                                            2022
                                            Honda
                                            CRF450RL
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                    <div class="price sale">
                                                        
                                                            On Sale
                                                        
                                                        
                                                        $8,999
                                                    </div>
                                                    <div class="msrp">
                                                        
                                                            Retail Price: 
                                                        
                                                        
                                                        <span class="strike-through msrp">
                                                            
                                                            
                                                                $9,999
                                                            
                                                        </span>
                                                    </div>
                                                
                                                
                                            
                                            
                                                <div class="additional-price-text">
                                                    CALL (252)758-3084 TO CHECK AVAILABILITY<br>*Accessories Not Included In MSRP*
                                                </div>
                                            
                                        </div>
                                    
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="96307068-6959-4d8e-be94-b0fc01500354">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/ATVs-Suzuki-KingQuad-500AXi-Power-Steering-SE-2022-Greenville-NC-96307068-6959-4d8e-be94-b0fc01500354">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/50bf1499-4960-45c4-8583-ad44004d6774/96307068-6959-4d8e-be94-b0fc01500354/6000000001_480px.jpg" height="70" width="125" alt="" class="owl-lazy img-responsive">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/ATVs-Suzuki-KingQuad-500AXi-Power-Steering-SE-2022-Greenville-NC-96307068-6959-4d8e-be94-b0fc01500354">

                                        <h4>
                                            2022
                                            Suzuki
                                            KingQuad 500AXi Power Steering SE+
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $9,188
                                                    </div>
                                                
                                            
                                            
                                                <div class="additional-price-text">
                                                    CALL (252)758-3084 TO CHECK AVAILABILITY<br>*Accessories Not Included In MSRP*
                                                </div>
                                            
                                        </div>
                                    
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="7e84d915-3225-4ddb-bba5-af66011c03e3">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/Lawn-Mowers-Riding-Toro-Z-Master-4000-52-in-Kawasaki-FX801V-25-5-hp-74002-2022-Greenville-NC-7e84d915-3225-4ddb-bba5-af66011c03e3">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/610fbf10-6c35-45a3-b6a0-ae47002793bd/7e84d915-3225-4ddb-bba5-af66011c03e3/6000000001_480px.jpg" height="70" width="125" alt="" class="owl-lazy img-responsive">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/Lawn-Mowers-Riding-Toro-Z-Master-4000-52-in-Kawasaki-FX801V-25-5-hp-74002-2022-Greenville-NC-7e84d915-3225-4ddb-bba5-af66011c03e3">

                                        <h4>
                                            2022
                                            Toro
                                            Z Master 4000 52 in. Kawasaki FX801V 25.5 hp (74002)
                                        </h4>
                                    
                                    
                                    
                                        
                                        
                                            <div class="info">
                                                <span class="price">Get Price</span>
                                            </div>
                                        
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="d7eea2f4-9358-4943-94d4-af6601287448">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/Lawn-Mowers-Riding-Toro-Z-Master-4000-52-in-Kawasaki-FX801V-25-5-hp-74050-2022-Greenville-NC-d7eea2f4-9358-4943-94d4-af6601287448">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/32937861-b5fe-4984-b20c-ae51001698b5/d7eea2f4-9358-4943-94d4-af6601287448/6000000001_480px.jpg" height="70" width="125" alt="" class="owl-lazy img-responsive">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/Lawn-Mowers-Riding-Toro-Z-Master-4000-52-in-Kawasaki-FX801V-25-5-hp-74050-2022-Greenville-NC-d7eea2f4-9358-4943-94d4-af6601287448">

                                        <h4>
                                            2022
                                            Toro
                                            Z Master 4000 52 in. Kawasaki FX801V 25.5 hp (74050)
                                        </h4>
                                    
                                    
                                    
                                        
                                        
                                            <div class="info">
                                                <span class="price">Get Price</span>
                                            </div>
                                        
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item cloned" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="cc8c717c-a50b-4b79-849b-b10f01538e68">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/ATVs-Honda-FourTrax-Foreman-Rubicon-4x4-Automatic-DCT-EPS-Deluxe-2024-Greenville-NC-cc8c717c-a50b-4b79-849b-b10f01538e68">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/945014f4-3929-4c69-a3ea-afba004f8d31/cc8c717c-a50b-4b79-849b-b10f01538e68/6000000001_480px.jpg" height="70" width="125" alt="2024 Honda FourTrax Foreman Rubicon 4x4 Automatic DCT EPS Deluxe in Greenville, North Carolina #2" class="owl-lazy img-responsive" src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/945014f4-3929-4c69-a3ea-afba004f8d31/cc8c717c-a50b-4b79-849b-b10f01538e68/6000000001_480px.jpg" style="opacity: 1;">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/ATVs-Honda-FourTrax-Foreman-Rubicon-4x4-Automatic-DCT-EPS-Deluxe-2024-Greenville-NC-cc8c717c-a50b-4b79-849b-b10f01538e68">

                                        <h4>
                                            2024
                                            Honda
                                            FourTrax Foreman Rubicon 4x4 Automatic DCT EPS Deluxe
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $10,599
                                                    </div>
                                                
                                            
                                            
                                                <div class="additional-price-text">
                                                    CALL (252)758-3084 TO CHECK AVAILABILITY<br>*Accessories Not Included In MSRP*
                                                </div>
                                            
                                        </div>
                                    
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item cloned" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="690d9aed-a4e8-4cd5-b334-b0ec0157a6a6">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/Motorcycles-Honda-CRF450RWE-2024-Greenville-NC-690d9aed-a4e8-4cd5-b334-b0ec0157a6a6">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/d019bb81-bdf1-4a33-a9bd-b028005b0152/690d9aed-a4e8-4cd5-b334-b0ec0157a6a6/6000000001_480px.jpg" height="70" width="125" alt="2024 Honda CRF450RWE in Greenville, North Carolina #2" class="owl-lazy img-responsive" src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/d019bb81-bdf1-4a33-a9bd-b028005b0152/690d9aed-a4e8-4cd5-b334-b0ec0157a6a6/6000000001_480px.jpg" style="opacity: 1;">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/Motorcycles-Honda-CRF450RWE-2024-Greenville-NC-690d9aed-a4e8-4cd5-b334-b0ec0157a6a6">

                                        <h4>
                                            2024
                                            Honda
                                            CRF450RWE
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $12,499
                                                    </div>
                                                
                                            
                                            
                                                <div class="additional-price-text">
                                                    CALL (252)758-3084 TO CHECK AVAILABILITY<br>*Accessories Not Included In MSRP*
                                                </div>
                                            
                                        </div>
                                    
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item cloned" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="1594af80-316b-4613-a76d-b0f901124370">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/Motorcycles-Kawasaki-Ninja-ZX-10R-40th-Anniversary-Edition-ABS-2024-Greenville-NC-1594af80-316b-4613-a76d-b0f901124370">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/aebbc9c4-4f0b-4d9e-b3d2-b0a7003e5133/1594af80-316b-4613-a76d-b0f901124370/6000000001_480px.jpg" height="70" width="125" alt="2024 Kawasaki Ninja ZX-10R 40th Anniversary Edition ABS in Greenville, North Carolina #2" class="owl-lazy img-responsive" src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/aebbc9c4-4f0b-4d9e-b3d2-b0a7003e5133/1594af80-316b-4613-a76d-b0f901124370/6000000001_480px.jpg" style="opacity: 1;">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/Motorcycles-Kawasaki-Ninja-ZX-10R-40th-Anniversary-Edition-ABS-2024-Greenville-NC-1594af80-316b-4613-a76d-b0f901124370">

                                        <h4>
                                            2024
                                            Kawasaki
                                            Ninja ZX-10R 40th Anniversary Edition ABS
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $19,149
                                                    </div>
                                                
                                            
                                            
                                                <div class="additional-price-text">
                                                    CALL (252)758-3084 TO CHECK AVAILABILITY<br>*Accessories Not Included In MSRP*
                                                </div>
                                            
                                        </div>
                                    
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item cloned" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="0ef676ab-c38f-4bda-ad3f-b0d2015ad2ad">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/Utility-Vehicles-Kawasaki-Teryx-KRX4-1000-SE-eS-2024-Greenville-NC-0ef676ab-c38f-4bda-ad3f-b0d2015ad2ad">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/bdc8b4f5-0ad5-4581-b27a-b01a00addb3c/0ef676ab-c38f-4bda-ad3f-b0d2015ad2ad/6000000001_480px.jpg" height="70" width="125" alt="2024 Kawasaki Teryx KRX4 1000 SE eS in Greenville, North Carolina #2" class="owl-lazy img-responsive" src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/bdc8b4f5-0ad5-4581-b27a-b01a00addb3c/0ef676ab-c38f-4bda-ad3f-b0d2015ad2ad/6000000001_480px.jpg" style="opacity: 1;">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/Utility-Vehicles-Kawasaki-Teryx-KRX4-1000-SE-eS-2024-Greenville-NC-0ef676ab-c38f-4bda-ad3f-b0d2015ad2ad">

                                        <h4>
                                            2024
                                            Kawasaki
                                            Teryx KRX4 1000 SE eS
                                        </h4>
                                    
                                    
                                    
                                        
                                        
                                            <div class="info">
                                                <span class="price">Get Price</span>
                                            </div>
                                        
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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="owl-item cloned" style="width: 227.6px;">
                                  <div class="item">
                                    <article class="unit">
                                      <input type="hidden" class="productId" value="d5460786-bd6f-498e-b18e-b07f0123cbf5">
                                      <input type="hidden" class="brpBrand" value="">
                                      <div class="thumbnail-frame" style="height: 151px;">
                                        <a href="https://ronayersmotorsports.com/Motorcycles-Suzuki-Hayabusa-25th-Anniversary-Edition-2024-Greenville-NC-d5460786-bd6f-498e-b18e-b07f0123cbf5">
                                <img data-src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/5cca8ba0-8f06-469e-a02b-b034003db85b/d5460786-bd6f-498e-b18e-b07f0123cbf5/6000000001_480px.jpg" height="70" width="125" alt="2024 Suzuki Hayabusa 25th Anniversary Edition in Greenville, North Carolina #2" class="owl-lazy img-responsive" src="//cdp.azureedge.net/products-private/prod/9b45ffc5-989f-4ce2-9033-5383178b5279/6dac21e1-4f17-407e-8a45-a60101214792/00000000-0000-0000-0000-000000000000/5cca8ba0-8f06-469e-a02b-b034003db85b/d5460786-bd6f-498e-b18e-b07f0123cbf5/6000000001_480px.jpg" style="opacity: 1;">
                            </a>
                                      </div>
                                      <div class="summary" style="height: 145.781px;">
                                        <header class="item-header">
                                          <a href="https://ronayersmotorsports.com/Motorcycles-Suzuki-Hayabusa-25th-Anniversary-Edition-2024-Greenville-NC-d5460786-bd6f-498e-b18e-b07f0123cbf5">

                                        <h4>
                                            2024
                                            Suzuki
                                            Hayabusa 25th Anniversary Edition
                                        </h4>
                                    
                                    
                                        <div class="price">
                                            
                                            
                                                
                                                
                                                    <div class="info">
                                                        
                                                            Price
                                                        
                                                        
                                                        $24,599
                                                    </div>
                                                
                                            
                                            
                                                <div class="additional-price-text">
                                                    CALL (252)758-3084 TO CHECK AVAILABILITY<br>*Accessories Not Included In MSRP*
                                                </div>
                                            
                                        </div>
                                    
                                    
                                </a>
                                          <!-- REQUEST INFORMATION BUTTON -->
                                          <a data-is-from-featured="true" data-moduleid="39604" 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>
                            </div>
                            <div class="owl-nav owl-buttons slider-arrows">
                              <div class="owl-prev slider-arrow slider-arrow-prev fa fa-chevron-circle-left" style="top: 137.883px;"><span class="thumb-prev sr-only">Previous</span></div>
                              <div class="owl-next slider-arrow slider-arrow-next fa fa-chevron-circle-right" style="top: 137.883px;"><span class="thumb-next sr-only">Next</span></div>
                            </div>
                            <div class="owl-dots owl-pagination slider-dots">
                              <div class="owl-dot owl-page slider-dot fa fa-circle active"><span></span></div>
                              <div class="owl-dot owl-page slider-dot fa fa-circle"><span></span></div>
                              <div class="owl-dot owl-page slider-dot fa fa-circle"><span></span></div>
                            </div>
                          </div><!-- featured-group -->
                          <!-- 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: "#RequestMoreInformationModal39604",
                                  url: "/DesktopModules/Dominion/Common/Forms/RequestMoreInformation.aspx",
                                  portalId: "8",
                                  moduleId: "39604"
                                };
                                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;
                                }
                                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 -->
                        </div><!-- featured-inventory -->
                      </div><!-- featured-inventory-container -->
                    </div>
                    <div id="dnn_ctr39604_Listings_UP_Prog" style="display:none;" role="status" aria-hidden="true">
                      <div class="dnnLoading dnnPanelLoading"></div>
                    </div>
                  </div><!-- End_Module_39604 -->
                </div>
                <span class="dnn-module-actions">
                </span>
              </div>
            </div>
          </div>
        </section>
        <div class="row">
          <div id="dnn_FullAfter2Col" class="col-xs-12">
            <div class="DnnModule DnnModule-DNN_HTML DnnModule-88880"><a name="88880" role="button" tabindex="0"></a>
              <div class="notitle">
                <div id="dnn_ctr88880_ContentPane" class="body"><!-- Start_Module_88880 -->
                  <div id="dnn_ctr88880_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                    <div id="dnn_ctr88880_HtmlModule_lblContent" class="Normal">
                      <p style="text-align: center;"><img alt="New Image" src="/portals/ronayersmotorsports/Add%20a%20heading.png"></p>
                    </div>
                  </div><!-- End_Module_88880 -->
                </div>
                <span class="dnn-module-actions">
                </span>
              </div>
            </div>
            <div class="DnnModule DnnModule-DNN_HTML DnnModule-91437"><a name="91437" role="button" tabindex="0"></a>
              <div class="notitle">
                <div id="dnn_ctr91437_ContentPane" class="body"><!-- Start_Module_91437 -->
                  <div id="dnn_ctr91437_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                    <div id="dnn_ctr91437_HtmlModule_lblContent" class="Normal">
                      <p style="text-align: center;"><iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="515"
                          src="https://www.youtube.com/embed/8NgflkBfYQs" width="760" data-audioeye-media="" data-audioeye-youtube="" title="YouTube Video"></iframe></p>
                    </div>
                  </div><!-- End_Module_91437 -->
                </div>
                <span class="dnn-module-actions">
                </span>
              </div>
            </div>
          </div>
        </div>
        <div class="row ">
          <div id="dnn_ThreeCol1" class="col-md-4">
            <div class="DnnModule DnnModule-DNN_HTML DnnModule-31204"><a name="31204" role="button" tabindex="0"></a>
              <div class="notitle">
                <div id="dnn_ctr31204_ContentPane" class="body"><!-- Start_Module_31204 -->
                  <div id="dnn_ctr31204_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                    <div id="dnn_ctr31204_HtmlModule_lblContent" class="Normal">
                      <h2 style="font-style:italic;"><strong><span style="font-family:Tahoma;"><span style="font-size:15px;"><span style="background-color:#ff9900;">Click the logo below to visit our exclusive </span><span
                                style="background-color:#ff9900;">STIHL</span><span style="background-color:#ff9900;"> site and reserve for in store pickup, delivery or shipped to you!&nbsp;</span></span></span></strong></h2>
                      <p style="text-align:center"><a href="http://ronayersmotorsports.net"><img alt="Go to ronayersmotorsports.net" height="496" src="/portals/ronayersmotorsports/IMG_3066.jpg" width="500"></a></p>
                    </div>
                  </div><!-- End_Module_31204 -->
                </div>
                <span class="dnn-module-actions">
                </span>
              </div>
            </div>
          </div>
          <div id="dnn_ThreeCol2" class="col-md-4">
            <div class="DnnModule DnnModule-DNN_HTML DnnModule-64032"><a name="64032" role="button" tabindex="0"></a>
              <div class="notitle">
                <div id="dnn_ctr64032_ContentPane" class="body"><!-- Start_Module_64032 -->
                  <div id="dnn_ctr64032_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                    <div id="dnn_ctr64032_HtmlModule_lblContent" class="Normal">
                      <p><a href="https://ronayersmotorsports.powerdealer.honda.com/"><img alt="Visit Our Honda Power Equipment site" src="/portals/ronayersmotorsports/Honda%20website%20block_1.png"></a></p>
                      <p>&nbsp;</p>
                    </div>
                  </div><!-- End_Module_64032 -->
                </div>
                <span class="dnn-module-actions">
                </span>
              </div>
            </div>
            <div class="DnnModule DnnModule-DNN_HTML DnnModule-31208"><a name="31208" role="button" tabindex="0"></a>
              <div class="notitle">
                <div id="dnn_ctr31208_ContentPane" class="body"><!-- Start_Module_31208 -->
                  <div id="dnn_ctr31208_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                    <div id="dnn_ctr31208_HtmlModule_lblContent" class="Normal">
                      <p>
                        <a href="http://www.atvsafety.org/" target="_blank" aria-describedby="audioeye_new_window_message"><img alt="atv rider course" height="285" src="/portals/ronayersmotorsports/online_enrollment338.jpg?ver=2017-01-20-161929-127" width="400"></a>
                      </p>
                    </div>
                  </div><!-- End_Module_31208 -->
                </div>
                <span class="dnn-module-actions">
                </span>
              </div>
            </div>
          </div>
          <div id="dnn_ThreeCol3" class="col-md-4">
            <div class="DnnModule DnnModule-DNN_HTML DnnModule-100223"><a name="100223" role="button" tabindex="0"></a>
              <div class="notitle">
                <div id="dnn_ctr100223_ContentPane" class="body"><!-- Start_Module_100223 -->
                  <div id="dnn_ctr100223_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                    <div id="dnn_ctr100223_HtmlModule_lblContent" class="Normal">
                      <p>Add Content...<a href="https://ronayersmotorsports.hustlerdealers.com/"><img alt="Go to ronayersmotorsports.hustlerdealers.com" height="314" src="/portals/ronayersmotorsports/typorama.PNG" width="600"></a></p>
                    </div>
                  </div><!-- End_Module_100223 -->
                </div>
                <span class="dnn-module-actions">
                </span>
              </div>
            </div>
            <div class="DnnModule DnnModule-DNN_HTML DnnModule-64033"><a name="64033" role="button" tabindex="0"></a>
              <div class="notitle">
                <div id="dnn_ctr64033_ContentPane" class="body"><!-- Start_Module_64033 -->
                  <div id="dnn_ctr64033_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                    <div id="dnn_ctr64033_HtmlModule_lblContent" class="Normal">
                      <p style="text-align: center;">Click the banner below to check out the drag strip.</p>
                      <p style="text-align:center">
                        <a href="http://www.kdsmotorsports.com/" target="_blank" aria-describedby="audioeye_new_window_message"><img alt="KDS Motorsports" src="/portals/ronayersmotorsports/kds480.jpg?ver=2017-01-20-162556-117" style="width: 640px; height: 124px;"></a>
                      </p>
                    </div>
                  </div><!-- End_Module_64033 -->
                </div>
                <span class="dnn-module-actions">
                </span>
              </div>
            </div>
          </div>
        </div>
        <div class="row">
          <div id="dnn_FullAfter3Col" class="col-xs-12 DNNEmptyPane"></div>
        </div>
        <div class="row">
          <div id="dnn_FourCol1" class="col-md-3 DNNEmptyPane"></div>
          <div id="dnn_FourCol2" class="col-md-3 DNNEmptyPane"></div>
          <div id="dnn_FourCol3" class="col-md-3 DNNEmptyPane"></div>
          <div id="dnn_FourCol4" class="col-md-3 DNNEmptyPane"></div>
        </div>
        <div class="row">
          <div id="dnn_ContentPane" class="contentpane col-xs-12 DNNEmptyPane"></div>
        </div>
      </div>
    </main>
    <footer id="footer" class="footer">
      <div id="dealerfooter" class="container">
        <div class="row">
          <div class="col-sm-3 location">
            <h3>Get in Touch</h3>
            <address> 1929 N. Memorial Dr.<br>Greenville, NC 27834<br> Toll-Free: <a href="tel:+1-866-766-2937" class="phone" rel="nofollow">866.766.2937</a><br> Phone:
              <a href="tel:+1-252-758-3084" class="phone" rel="nofollow">252.758.3084</a><br><br>
              <span class="text-us-footer">TEXT US: </span><a href="sms://+12527583084" class="phone" rel="nofollow">252.758.3084</a><br><br>
              <i class="fa fa-map-marker" aria-hidden="true"></i> <a href="/Dealer-Info/Map-Hours">Map &amp; Hours</a>
            </address>
          </div>
          <div class="col-sm-3 links">
            <h3>Quick Links</h3>
            <a href="/Showroom/Manufacturer-Models">Showroom</a><br>
            <a href="/Showroom/New-Inventory">New Inventory</a><br>
            <a href="/Showroom/Pre-Owned-Inventory">Pre-Owned</a><br>
            <a href="/Showroom/Promotions">Promotions</a><br>
            <a href="/Dealer-Services/Secure-Financing">Secure Financing</a><br>
            <a href="/Dealer-Info/Employment">Employment</a>
          </div>
          <div id="dnn_StoreHours" class="col-sm-4 hours">
            <h3>Store Hours</h3>
            <div class="DnnModule DnnModule-Dx1DealerInformation DnnModule-31205"><a name="31205" role="button" tabindex="0"></a>
              <div class="notitle">
                <div id="dnn_ctr31205_ContentPane" class="body"><!-- Start_Module_31205 -->
                  <div id="dnn_ctr31205_ModuleContent" class="DNNModuleContent ModDx1DealerInformationC">
                    <div class="di-dealer-hours">
                      <dl>
                        <dt class="di-heading heading">Store Hours</dt>
                      </dl>
                      <dl>
                        <dt><span class="title di-day">Mon</span></dt>
                        <dd><span class="info di-time">Closed</span></dd>
                        <dt><span class="title di-day">Tue</span></dt>
                        <dd><span class="info di-time">9:00 AM - 6:00 PM</span></dd>
                        <dt><span class="title di-day">Wed</span></dt>
                        <dd><span class="info di-time">9:00 AM - 6:00 PM</span></dd>
                        <dt><span class="title di-day">Thu</span></dt>
                        <dd><span class="info di-time">9:00 AM - 6:00 PM</span></dd>
                        <dt><span class="title di-day">Fri</span></dt>
                        <dd><span class="info di-time">9:00 AM - 6:00 PM</span></dd>
                        <dt><span class="title di-day">Sat</span></dt>
                        <dd><span class="info di-time">9:00 AM - 2:00 PM</span></dd>
                        <dt><span class="title di-day">Sun</span></dt>
                        <dd><span class="info di-time">Closed</span></dd>
                      </dl>
                    </div>
                  </div><!-- End_Module_31205 -->
                </div>
                <span class="dnn-module-actions">
                </span>
              </div>
            </div>
          </div>
          <div class="col-sm-2 social">
            <h3>Connect </h3>
            <!-- <a href=" https://plus.google.com/+RonAyersMotorsportsGreenville" target="_blank"><img style="padding-bottom: 14px" src="/portals/ronayersmotorsports/Skins/ronayersmotorcycles-Wrangler//images/google-icon.png" alt="follow us on google"></a> -->
            <a aria-label="follow us on facebook" href="https://www.facebook.com/RonAyersMotorsports" target="_blank" aria-describedby="audioeye_new_window_message"> <i class="fa fa-facebook-square" aria-hidden="true"></i></a>
            <a aria-label="follow us on twitter" href="https://twitter.com/ramotorsports" target="_blank" aria-describedby="audioeye_new_window_message"> <i class="fa fa-twitter-square" aria-hidden="true"></i></a>
            <a href="https://www.instagram.com/ron_ayers_motorsports/?hl=en" target="_blank" aria-describedby="audioeye_new_window_message"> <img style="padding-bottom: 14px" src="/portals/ronayersmotorsports/Skins/ronayersmotorcycles-Wrangler//images/instagram-logo.png" alt="follow us on instagram #3"></a>
            <a aria-label="follow us on youtube" href="https://www.youtube.com/channel/UCgre4bal9fKXtwHGvBAuoJQ" target="_blank" aria-describedby="audioeye_new_window_message"> <i class="fa fa-youtube-square" aria-hidden="true"></i></a>
          </div>
        </div>
      </div>
      <!-- <section class="sticky-sidebar">
        <a href="sms://+12527583084" aria-label="Ron Ayers Motorsports sms">
            <div class="text-us-sticky-inner">
                <span>Send Us A Text!</span>
                <span><a href="sms://+12527583084">252-758-3084</a></span>
            </div>
            <div class="text-us-sticky"><span aria-label="wechat"><i class="fa fa-wechat" aria-hidden="true"></i>&nbsp;&nbsp;Text Us</span></div>
        </a>
    </section>

    <div class="text-button-wrap">
        <section class="text-button">
            <a href="sms://+12527583084">
                <div class="text-button-text">
                    <i class="fa fa-wechat " aria-hidden="true"></i>&nbsp;&nbsp;<span>Send Us A Text!</span>
                </div>
            </a>
        </section>
    </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" class="container">
        <div class="row">
          <div id="legal" class="col-sm-6">
            <a id="dnn_privacy_hypPrivacy" class="privacy" rel="nofollow" href="https://ronayersmotorsports.com/Privacy">Privacy Statement</a> |
            <a id="dnn_terms_hypTerms" class="terms" rel="nofollow" href="https://ronayersmotorsports.com/Terms">Terms Of Use</a> |
            <a id="dnn_accessibilitystatement_hypAccessibilityStatement" class="accessibilitystatement" rel="nofollow" href="/Accessibility-Statement">Accessibility Statement</a> |
            <a id="dnn_CCPA_hypCCPA" class="ccpa" rel="nofollow" href="/CCPA">CCPA Privacy</a>
          </div>
          <div id="PoweredBy" class="col-sm-6">
            <a href="http://dx1.net" target="_blank" title="Powered by DX1" aria-describedby="audioeye_new_window_message"><img src="/portals/ronayersmotorsports/Skins/ronayersmotorcycles-Wrangler//images/DX1_color_white_h.png" alt="Powered by DX1" border="0" width="138"></a>
          </div>
        </div>
        <div class="row footer-lower">
        </div>
      </div>
    </footer>
  </div>
  <input name="ScrollTop" type="hidden" id="ScrollTop">
  <input name="__dnnVariable" type="hidden" id="__dnnVariable" value="`{`__scdoff`:`1`,`sf_siteRoot`:`/`,`sf_tabId`:`17151`}">
  <script src="/DependencyHandler.axd/4e5fd8f62ef38d76a0760d6018b835d6/945/js" type="text/javascript"></script>
  <script src="https://www.google.com/recaptcha/api.js" async="true" type="text/javascript"></script>
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" type="text/javascript"></script>
  <script src="/DependencyHandler.axd/0b62571ae818d9ae1d5934fef7e9ba42/945/js" type="text/javascript"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.2.2/jquery.flexslider-min.js" type="text/javascript"></script>
  <script src="/DependencyHandler.axd/052f110cc541e1cded8a5f36016c37fb/945/js" type="text/javascript"></script>
  <script type="text/javascript">
    if (typeof jQuery.fn.flexslider != 'function') {
      document.write('<script src="/Resources/libraries/FlexSlider/02_02_02/jquery.flexslider.js" type="text/javascript"></' + 'script>');
    }
  </script>
  <script type="text/javascript">
    //<![CDATA[
    Sys.Application.add_init(function() {
      $create(Sys.UI._UpdateProgress, {
        "associatedUpdatePanelId": "dnn_ctr39604_Listings_UP",
        "displayAfter": 500,
        "dynamicLayout": true
      }, null, null, $get("dnn_ctr39604_Listings_UP_Prog"));
    });
    //]]>
  </script>
</form>

Text Content

Skip to main 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”.

1929 N. Memorial Dr. | Greenville, NC 27834 | Toll-Free: 866.766.2937 | Phone:
252.758.3084 |
1929 N. Memorial Dr.
Greenville, NC 27834
Toll-Free: 866.766.2937
Phone: 252.758.3084

Toggle navigation
 * Home
 * Showroom
   * Manufacturer Models
   * New Inventory
   * Pre-Owned Inventory
   * Specials
   * Trailers
   * Power Equipment
   * Warranties
   * ETTRONE
 * Secure Financing
 * Parts & Accessories
 * Service
   * Service Department
   * Parts Department
   * Value Your Trade
   * Insurance
   * Deposit Form
 * Dealer Info
   * About Us
   * Map & Hours
   * Our Team
   * Employment
   * Ron Ayers Blog
   * Events
   * Photo Gallery
   * Testimonials
   * Customer Survey
   * Contact Us
   * Privacy Policy



 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9
 * 10
 * 11
 * 12
 * 13
 * 14
 * 15
 * 16

 

Add Content...



 

New SEE NEW MODELS
Pre-Owned SEE USED MODELS
Secure Financing GET FINANCED
Specials SEE SPECIALS
Hustler Mowers VIEW MOWERS


FEATURED INVENTORY
VIEW MORE INVENTORY

On Sale

2023 YAMAHA WOLVERINE RMAX2 1000 SPORT

On Sale $20,899
Retail Price: $25,899
CALL (252)758-3084 TO CHECK AVAILABILITY
*Accessories Not Included In MSRP*
Contact
On Sale

2022 HONDA CRF450RL

On Sale $8,999
Retail Price: $9,999
CALL (252)758-3084 TO CHECK AVAILABILITY
*Accessories Not Included In MSRP*
Contact

2022 SUZUKI KINGQUAD 500AXI POWER STEERING SE+

Price $9,188
CALL (252)758-3084 TO CHECK AVAILABILITY
*Accessories Not Included In MSRP*
Contact

2022 TORO Z MASTER 4000 52 IN. KAWASAKI FX801V 25.5 HP (74002)

Get Price
Contact

2022 TORO Z MASTER 4000 52 IN. KAWASAKI FX801V 25.5 HP (74050)

Get Price
Contact

2024 HONDA FOURTRAX FOREMAN RUBICON 4X4 AUTOMATIC DCT EPS DELUXE

Price $10,599
CALL (252)758-3084 TO CHECK AVAILABILITY
*Accessories Not Included In MSRP*
Contact

2024 HONDA CRF450RWE

Price $12,499
CALL (252)758-3084 TO CHECK AVAILABILITY
*Accessories Not Included In MSRP*
Contact

2024 KAWASAKI NINJA ZX-10R 40TH ANNIVERSARY EDITION ABS

Price $19,149
CALL (252)758-3084 TO CHECK AVAILABILITY
*Accessories Not Included In MSRP*
Contact

2024 KAWASAKI TERYX KRX4 1000 SE ES

Get Price
Contact

2024 SUZUKI HAYABUSA 25TH ANNIVERSARY EDITION

Price $24,599
CALL (252)758-3084 TO CHECK AVAILABILITY
*Accessories Not Included In MSRP*
Contact

2024 YAMAHA RAPTOR 700R SE

Price $13,999
CALL (252)758-3084 TO CHECK AVAILABILITY
*Accessories Not Included In MSRP*
Contact
On Sale

2023 SUZUKI V-STROM 800DE ADVENTURE

On Sale $12,499
Retail Price: $12,999
CALL (252)758-3084 TO CHECK AVAILABILITY
*Accessories Not Included In MSRP*
Contact
On Sale

2023 YAMAHA WOLVERINE RMAX2 1000 SPORT

On Sale $20,899
Retail Price: $25,899
CALL (252)758-3084 TO CHECK AVAILABILITY
*Accessories Not Included In MSRP*
Contact
On Sale

2022 HONDA CRF450RL

On Sale $8,999
Retail Price: $9,999
CALL (252)758-3084 TO CHECK AVAILABILITY
*Accessories Not Included In MSRP*
Contact

2022 SUZUKI KINGQUAD 500AXI POWER STEERING SE+

Price $9,188
CALL (252)758-3084 TO CHECK AVAILABILITY
*Accessories Not Included In MSRP*
Contact

2022 TORO Z MASTER 4000 52 IN. KAWASAKI FX801V 25.5 HP (74002)

Get Price
Contact

2022 TORO Z MASTER 4000 52 IN. KAWASAKI FX801V 25.5 HP (74050)

Get Price
Contact

2024 HONDA FOURTRAX FOREMAN RUBICON 4X4 AUTOMATIC DCT EPS DELUXE

Price $10,599
CALL (252)758-3084 TO CHECK AVAILABILITY
*Accessories Not Included In MSRP*
Contact

2024 HONDA CRF450RWE

Price $12,499
CALL (252)758-3084 TO CHECK AVAILABILITY
*Accessories Not Included In MSRP*
Contact

2024 KAWASAKI NINJA ZX-10R 40TH ANNIVERSARY EDITION ABS

Price $19,149
CALL (252)758-3084 TO CHECK AVAILABILITY
*Accessories Not Included In MSRP*
Contact

2024 KAWASAKI TERYX KRX4 1000 SE ES

Get Price
Contact

2024 SUZUKI HAYABUSA 25TH ANNIVERSARY EDITION

Price $24,599
CALL (252)758-3084 TO CHECK AVAILABILITY
*Accessories Not Included In MSRP*
Contact
Previous
Next







CLICK THE LOGO BELOW TO VISIT OUR EXCLUSIVE STIHL SITE AND RESERVE FOR IN STORE
PICKUP, DELIVERY OR SHIPPED TO YOU! 



 



Add Content...

Click the banner below to check out the drag strip.








GET IN TOUCH

1929 N. Memorial Dr.
Greenville, NC 27834
Toll-Free: 866.766.2937
Phone: 252.758.3084

TEXT US: 252.758.3084

Map & Hours


QUICK LINKS

Showroom
New Inventory
Pre-Owned
Promotions
Secure Financing
Employment


STORE HOURS

Store Hours MonClosed Tue9:00 AM - 6:00 PM Wed9:00 AM - 6:00 PM Thu9:00 AM -
6:00 PM Fri9:00 AM - 6:00 PM Sat9:00 AM - 2:00 PM SunClosed


CONNECT

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


×

CONTACT





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


close carousel