
Note from 10Best: Someday, we’ll all be ready to pack our suitcases again and head out on our next adventures. In the meantime, we’ll keep supporting the places that inspire us.
2020 has become the year of the road trip, with more and more Americans choosing to explore the nation by car or RV. In celebration of the allure of the open road, we asked our readers to vote for the country’s best road trip amenities and accommodations.
Click on each category below to see the winners.
Best Gas Station Brand: Kwik Trip
You’ll find this winning gas station at locations across Wisconsin, Minnesota and Iowa — Photo courtesy of iStock / chutarat sae-khow
This Wisconsin-based, family-owned company operates more than 600 stores in Wisconsin, Minnesota and Iowa. In-store bakeries make more than two dozen different items each day, and all milk sold gets bottled within 24 hours of reaching the Kwik Trip dairy.
Full list of winners: Best Gas Station Brand »
Best Glamping Resort: Little Arrow Outdoor Resort in Townsend, Tennessee
Sleep in style in the Great Smoky Mountains — Photo courtesy of Little Arrow Outdoor Resort
This camping resort in the foothills of the Great Smoky Mountains features RV sites, cabins and glamping tents. Luxury tents come with heating and air conditioning, plush bedding, private bathrooms, separate living spaces and a small kitchen.
All guests enjoy access to a coffee lounge, swimming pool, splash pad, dog park, playground, laundry facilities, basketball court and a community fire pit.
Full list of winners: Best Glamping Resort »
Best Roadside Motel: Coachman Hotel in South Lake Tahoe, California
This Lake Tahoe motel comes packed with amenities — Photo courtesy of Coachman Hotel
The newly renovated Coachman Hotel celebrates the natural beauty of nearby Lake Tahoe with features that invite guests to enjoy the outdoors – a swimming pool for summer and a hot tub for winter. The simple, modern and functional rooms have a wet area for outdoor gear, custom furniture, heated toilet seats and Malin + Goetz bath products.
Other amenities include free Wi-Fi, evening s’mores and a bar serving beer and wine.
Full list of winners: Best Roadside Motel »
Best RV Park / Campground: Trailer Village RV Park in Grand Canyon Village, Arizona
Winning park offers easy access to the South Rim of the Grand Canyon — Photo courtesy of iStock / welcomia
Grand Canyon visitors who stay at Trailer Village RV Park enjoy pull-thru sites and full hookups close to the South Rim. Guests can upgrade their stay to include breakfast at the Yavapai Restaurant each morning.
Full list of winners: Best RV Park / Campground »
Best RV Resort: Mountain Valley RV Resort in Heber City, Utah
This winning resort features five-star amenities — Photo courtesy of Mountain Valley RV Resort
The Mountain Valley RV Resort, in Heber Valley, Utah, has 148 full hookup sites with loads of amenities. Take a dip in the heated pools or hot tubs, get a workout in the exercise room or play a game on the basketball, pickleball and volleyball courts. There’s also a playground and adults-only clubhouse.
Full list of winners: Best RV Resort »
Best State Park for RVers: Vogel State Park in Blairsville, Georgia
Explore Chattahoochee National Forest by RV — Photo courtesy of iStock / ANCHASA MITCHELL
Vogel, one of Georgia’s oldest state parks, sits at the base of Blood Mountain inside Chattahoochee National Forest. The park is particularly popular during the autumn months, when the Blue Ridge Mountains put on a colorful display of fall foliage. RV campers can choose from 90 campsites with electric hookups.
Full list of winners: Best State Park for RVers »
Best Vintage Trailer Hotel: Waypoint Ventura in Ventura, California
Rent a restored trailer on the beach at this winning resort — Photo courtesy of Waypoint Ventura
This vintage trailer hotel by the beach offers 20 beautifully restored trailers that include individual decks, Frette linens, free Wi-Fi, televisions, microwaves, refrigerators and Zenology bath amenities. Guests can make use of complimentary bikes, communal fire pits, lawn games and barbecues.
Full list of winners: Best Vintage Trailer Hotel »
Congratulations to all our road trip winners!
var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; (function() { var gads = document.createElement('script'); gads.async = true; gads.type = 'text/javascript'; var useSSL = 'https:' == document.location.protocol; gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(gads, node); })();
window.fbAsyncInit = function() { FB.init({ appId : '213816218687991', xfbml : true, version : 'v2.0' }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "http://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
$(document).ready(function(){
$(".slidingDiv").hide(); $(".show_hide").show();
$('.show_hide').click(function(){ $(".slidingDiv").slideToggle(); });
});
$(window).scroll(function(){ var scroll_top = $(this).scrollTop(); // get scroll position top var height_element_parent = $(".vert-social-sharing-bar").parent().outerHeight(); //get high parent element var height_element = $(".vert-social-sharing-bar").height(); //get high of elemeneto var position_fixed_max = height_element_parent - height_element; // get the maximum position of the elemen var position_fixed = scroll_top < 30 ? 30 - scroll_top : position_fixed_max > scroll_top ? 0 : position_fixed_max - scroll_top ; $(".vert-social-sharing-bar").css("top",position_fixed); });
/* ----- Begin Step 1 ----- */ //Load the APS JavaScript Library !function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function() {q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function() {},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A .async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)} ("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js"); //Initialize the Library apstag.init({ pubID: '3090', adServer: 'googletag' }); /* ----- End Step 1 ----- */
$(function() { $(".th-slide").jCarouselLite({ btnNext: ".next", btnPrev: ".prev", scroll: 1, circular: false }); });
$(document).ready(function(){
$(".scrollToTop").hide();
//Check to see if the window is top if not then display button $(window).scroll(function(){ if ($(this).scrollTop() > 100) { $('.scrollToTop').fadeIn(); } else { $('.scrollToTop').fadeOut(); } });
//Click event to scroll to top $('.scrollToTop').click(function(){ $('html, body').animate({scrollTop : 0},800); return false; });
});