All About Greenville, South Carolina | VisitGreenvilleSC (2024)

Menu

5 Day Forecast
    {{#forecast}}{{~setVar("date", "")}}{{~setVar("date", helpers.plugins.moment.utc(data.date) || "")}}
  • {{~var.date.format("MMM")}}

    {{~var.date.format("DD")}}

    {{avg}}°

  • {{/forecast}}
  • THINGS TO DO
    • All Things To Do
      • Attractions By Category
      • African-American Cultural Sites
      • Art in Public Places
      • Free Things to Do
      • Mice on Main Scavenger Hunt
      • Self-Guided Walking Tours
      • Waterfalls
      • MORE
      • 15 Reasons to Visit
      • A-to-Z Attractions Tour
      • Cultural Things to Do and See
      • Dog-Friendly Experiences
      • One Fine Day: The Perfect Date
      • Outdoor Guide to Greenville
      • MORE
    • Must Do
      • Six Shops for Bookstore Lovers
      • 18 Free Things to Do
      • Nine Incredible Experiences
      • 13 Gorgeous Images of What Puts the "Green" in Greenville
      • MORE
    • Attractions By Category
        • Art in Public Places
        • Performing Arts
      • Downtown Attractions
        • Falls Park on the Reedy
      • Family-Friendly Activities
      • Free Things to Do
        • African-American Cultural Sites
        • The Greenville Zoo
      • Outdoor Activities
        • Biking
        • Camping
        • Hiking
        • Ice Skating
        • Swimming
        • Waterfalls
        • Whitewater Rafting
        • Ziplining
      • Shopping
        • Boutiques
        • Food Novelty Shops
        • Made in Greenville
      • Spectator Sports
        • Greenville Drive Baseball
        • Greenville Swamp Rabbits Hockey
        • Greenville Triumph Soccer
        • Greenville Liberty Soccer
        • Furman University Athletics
      • Fitness Facilities
      • Waterparks
    • Road Trip!
    • Swamp Rabbit Trail Itineraries
    • Restaurants
      • Downtown Dining Guide
      • International Food Guide
      • Brunch Guide
      • Food Trucks
    • Coffeehouses
    • Dessert Spots
    • Culinary Experiences
  • EVENTS
    • Events Calendar
    • Events by Type
    • Signature Events
  • PLACES TO STAY
    • Featured Hotels
    • Downtown Greenville Hotels
    • Pet-Friendly Accommodations
  • ABOUT GVL
    • FREE Destination Guide
    • All About Greenville
      • Destination Overview
      • Greenville History
      • Facts and Figures
      • Areas of Greenville
      • Nearby Towns
      • MORE
    • Photo Galleries
      • Yeah, THAT Greenville Overview
      • Downtown Greenville
      • The Food Scene
      • The Great Outdoors
      • MORE
    • Getting Around Greenville
      • Downtown Parking
      • Downtown Trolley
      • Maps
      • Rental Cars
      • MORE
    • Local Resources
      • Business Directory
      • Relocation Resources
  • TRAVEL INFO
    • FREE Destination Guide
    • Maps
    • Getting Around Greenville
      • Downtown Parking
      • Free Downtown Trolley Service
      • Maps
      • Rental Cars
      • Public Transportation
    • Visitor Resources
      • Visitor Center
    • Area Health Systems
    • Savings Pass
    • Accessibility

';if($cnt_main_navbar.length) {var $btn_navbar_toggler = $cnt_main_navbar.find('.btn_navbar_toggler');var $navbar_contents = $cnt_main_navbar.find('.navbar_contents');var $hoverable_nav_item = $cnt_main_navbar.find('.navbar_contents .hoverable_nav >li');var $closeButton = $cnt_main_navbar.find("[data-close-nav-dropdown]");append_nav_togglers($navbar_contents, 'ul');if(w_width > 1024) {setNavHeights();$hoverable_nav_item.off('mouseenter').on('mouseenter', function(){if(!$cnt_main_navbar.hasClass('hovering')) {$cnt_main_navbar.addClass('hovering');}showDropdown();});$hoverable_nav_item.off('mouseleave').on('mouseleave', function(){$cnt_main_navbar.removeClass('hovering');resetDropdown();});var $secondaryNav = $navbar_contents.find(".primary-nav-container.secondary-primary-nav .primary-nav>li>a");$secondaryNav.off("mouseenter").on("mouseenter", function(){$(this).addClass("hovering");});$secondaryNav.off("mouseleave").on("mouseleave", function(){$(this).removeClass("hovering");});$closeButton.off('click').on("click", hideDropdown);}function showDropdown() {$closeButton.show();$cnt_main_navbar.find(".primary-nav .nav-dropdown").removeClass("close");$cnt_main_navbar.find(".dropdown-lists").show();}function hideDropdown() {$cnt_main_navbar.removeClass('hovering');$cnt_main_navbar.find(".primary-nav .nav-dropdown").addClass("close");$cnt_main_navbar.find(".dropdown-lists").hide();$closeButton.hide();}function resetDropdown() {$cnt_main_navbar.find(".primary-nav .nav-dropdown").removeClass("close");}function setNavHeights() {/* find each dropdown and set the container to the tallest child dropdown */$cnt_main_navbar.find(".nav-dropdown").each(function(){var mainHeight = $(this).height();var height = getMinHeight($(this));var item = $(this);if (height > mainHeight) {$(this).find(".dropdown-lists").css({ height: height });$('

').appendTo('head');$('

').appendTo('head');}});function getMinHeight($el) {var height = 0;$el.css({opacity: 1});$el.find(".subnav > .inner").each(function(){var subnav = ".subnav:not(.nav-dropdown)";$(this).parents(subnav).css({display: 'block'});var thisHeight = $(this).height();$(this).parents(subnav).css({display: 'none'});if (thisHeight > height)height = thisHeight+50;});$el.css({ opacity: 0 });return height;}}$btn_navbar_toggler.off('click').on('click', function(event) {event.preventDefault(); // Removed return false and explicitly prevent default to allow other binds on this click.if(!$navbar_contents.is(':visible')) {$(this).addClass('open');$navbar_contents.show('slide', {direction: 'right'}, 300);$(backdrop).appendTo('body').fadeIn('fast');}else {$(this).removeClass('open');$navbar_contents.hide('slide', {direction: 'right'}, 300);$('.nav_backdrop').fadeOut('fast', function(){$(this).detach();});}});$('body').delegate('.nav_backdrop', 'click', function() {$btn_navbar_toggler.trigger('click');});}}/*---------- Append Nav Togglers ----------*/function append_nav_togglers(nav, list) {var nav_list = list ? list : '.nav_list';var $nav = nav;var toggler = '';var $nav_list = $nav.find(nav_list);if($nav_list.length) {var $nav_item = $nav_list.find('li');$nav_item.each(function() {var $nav_item_childs = $(this).children();if($nav_item_childs.length > 1) {$(this).append(toggler);$('.dev_toggler', $(this)).off('click').on('click', function() {var $link_parent = $(this).closest('li');var $sub_nav = $link_parent.find('>.subnav');if($sub_nav.length > 0) {if(!$sub_nav.is(':visible')) {$link_parent.addClass('open');$sub_nav.slideDown('fast');} else {$link_parent.removeClass('open');$sub_nav.slideUp('fast');}return false;}});}});}}gtm.update();});

  • Media
  • Members
    • About VisitGreenvilleSC
    • Become a Member
    • Current Members
    • CTA Program Information
    • Connect with the Member Experiences Team
  • Store
  • Jobs
  • VGSC Careers
  • Insider's Guide

';if($cnt_main_navbar.length) {var $btn_navbar_toggler = $cnt_main_navbar.find('.btn_navbar_toggler');var $navbar_contents = $cnt_main_navbar.find('.navbar_contents');var $hoverable_nav_item = $cnt_main_navbar.find('.navbar_contents .hoverable_nav >li');var $closeButton = $cnt_main_navbar.find("[data-close-nav-dropdown]");append_nav_togglers($navbar_contents, 'ul');if(w_width > 1024) {setNavHeights();$hoverable_nav_item.off('mouseenter').on('mouseenter', function(){if(!$cnt_main_navbar.hasClass('hovering')) {$cnt_main_navbar.addClass('hovering');}showDropdown();});$hoverable_nav_item.off('mouseleave').on('mouseleave', function(){$cnt_main_navbar.removeClass('hovering');resetDropdown();});var $secondaryNav = $navbar_contents.find(".primary-nav-container.secondary-primary-nav .primary-nav>li>a");$secondaryNav.off("mouseenter").on("mouseenter", function(){$(this).addClass("hovering");});$secondaryNav.off("mouseleave").on("mouseleave", function(){$(this).removeClass("hovering");});$closeButton.off('click').on("click", hideDropdown);}function showDropdown() {$closeButton.show();$cnt_main_navbar.find(".primary-nav .nav-dropdown").removeClass("close");$cnt_main_navbar.find(".dropdown-lists").show();}function hideDropdown() {$cnt_main_navbar.removeClass('hovering');$cnt_main_navbar.find(".primary-nav .nav-dropdown").addClass("close");$cnt_main_navbar.find(".dropdown-lists").hide();$closeButton.hide();}function resetDropdown() {$cnt_main_navbar.find(".primary-nav .nav-dropdown").removeClass("close");}function setNavHeights() {/* find each dropdown and set the container to the tallest child dropdown */$cnt_main_navbar.find(".nav-dropdown").each(function(){var mainHeight = $(this).height();var height = getMinHeight($(this));var item = $(this);if (height > mainHeight) {$(this).find(".dropdown-lists").css({ height: height });$('

').appendTo('head');$('

').appendTo('head');}});function getMinHeight($el) {var height = 0;$el.css({opacity: 1});$el.find(".subnav > .inner").each(function(){var subnav = ".subnav:not(.nav-dropdown)";$(this).parents(subnav).css({display: 'block'});var thisHeight = $(this).height();$(this).parents(subnav).css({display: 'none'});if (thisHeight > height)height = thisHeight+50;});$el.css({ opacity: 0 });return height;}}$btn_navbar_toggler.off('click').on('click', function(event) {event.preventDefault(); // Removed return false and explicitly prevent default to allow other binds on this click.if(!$navbar_contents.is(':visible')) {$(this).addClass('open');$navbar_contents.show('slide', {direction: 'right'}, 300);$(backdrop).appendTo('body').fadeIn('fast');}else {$(this).removeClass('open');$navbar_contents.hide('slide', {direction: 'right'}, 300);$('.nav_backdrop').fadeOut('fast', function(){$(this).detach();});}});$('body').delegate('.nav_backdrop', 'click', function() {$btn_navbar_toggler.trigger('click');});}}/*---------- Append Nav Togglers ----------*/function append_nav_togglers(nav, list) {var nav_list = list ? list : '.nav_list';var $nav = nav;var toggler = '';var $nav_list = $nav.find(nav_list);if($nav_list.length) {var $nav_item = $nav_list.find('li');$nav_item.each(function() {var $nav_item_childs = $(this).children();if($nav_item_childs.length > 1) {$(this).append(toggler);$('.dev_toggler', $(this)).off('click').on('click', function() {var $link_parent = $(this).closest('li');var $sub_nav = $link_parent.find('>.subnav');if($sub_nav.length > 0) {if(!$sub_nav.is(':visible')) {$link_parent.addClass('open');$sub_nav.slideDown('fast');} else {$link_parent.removeClass('open');$sub_nav.slideUp('fast');}return false;}});}});}}gtm.update();});

All About Greenville, South Carolina | VisitGreenvilleSC (3)

{{:link.url}}

{{/}}{{title}}{{~plugins.stringLib.substringOnWord(helpers.plugins.stringLib.stripHtml(data.description), 100)}}{{:link.url}}

{{/}}

All About Greenville, South Carolina | VisitGreenvilleSC (4){{~setVar("video", new helpers.plugins.videoLib.Resource({id : data.asset.videoid, type : data.asset.videotype}))}}

{{:link.url}}

{{/}}{{title}}{{~plugins.stringLib.substringOnWord(helpers.plugins.stringLib.stripHtml(data.description), 100)}}{{:link.url}}

{{/}}

{{?}}{{:link.url}}{{/}}{{title}}{{~plugins.stringLib.substringOnWord(helpers.plugins.stringLib.stripHtml(data.description), 100)}}{{:link.url}}{{/}}{{/}}{{/asset}}{{/items}}

All About Greenville, South Carolina | VisitGreenvilleSC (6)

Scroll

Yeah, THAT Greenville


Nestled up against the foothills of the Blue Ridge Mountains in the heart of South Carolina's Upcountry, you'll find Greenville situated just about halfway between Charlotte, North Carolina and Atlanta, Georgia. Greenville's friendly, thriving downtown pulses with things to do year-round. From one-of-a-kind shops, boutiques and art galleries to museums, tours and outdoor activities, Greenville is a welcoming retreat for visitors of every age and explorers of every type.

No matter where you travel throughout Greenville and the Upstate, you'll discover that this is a place—a city, county and region—where restoration and growth dovetail with Southern traditions, American history, and abundant natural attractions.

Come spend a little time where people love where they live, and love to share it with guests. Savor a moment. Create a memory—or a handful of memories! Make it a weekend or a week to remember. We promise you'll take home a whole lot more than a souvenir. Truth is, you might just fall in love.

For more inspiration for your trip to #yeahTHATgreenville, follow us on social media:

All About Greenville, South Carolina | VisitGreenvilleSC (10)

To learn everything you need to know about Greenville, SC, click through all of the links below!

{{:~equal(data.asset.type, "video")}}{{~setVar("video", new helpers.plugins.videoLib.Resource({id : data.asset.videoid, type : data.asset.videotype}))}}

{{/}}

{{title}}

{{~plugins.stringLib.substringOnWord(helpers.plugins.stringLib.stripHtml(data.description), helpers.var.descSize, { ellipsis: true })}}

{{:link.url}}{{/}}

{{/}}

{{:~equal(data.asset.type, "video")}}{{~setVar("video", new helpers.plugins.videoLib.Resource({id : data.asset.videoid, type : data.asset.videotype}))}}{{/}}

{{title}}

{{~plugins.stringLib.substringOnWord(helpers.plugins.stringLib.stripHtml(data.description), helpers.var.descSize, { ellipsis: true })}}

{{:link.url}}{{/}}

{{/}}

{{:~equal(data.asset.type, "video")}}{{~setVar("video", new helpers.plugins.videoLib.Resource({id : data.asset.videoid, type : data.asset.videotype}))}}

{{/}}

{{title}}

{{~plugins.stringLib.substringOnWord(helpers.plugins.stringLib.stripHtml(data.description), helpers.var.descSize, { ellipsis: true })}}

{{:link.url}}{{/}}

{{/}}

{{:~equal(data.asset.type, "video")}}{{~setVar("video", new helpers.plugins.videoLib.Resource({id : data.asset.videoid, type : data.asset.videotype}))}}

{{/}}

{{title}}

{{~plugins.stringLib.substringOnWord(helpers.plugins.stringLib.stripHtml(data.description), helpers.var.descSize, { ellipsis: true })}}

{{:link.url}}{{/}}{{/}}

{{:~equal(data.asset.type, "video")}}{{~setVar("video", new helpers.plugins.videoLib.Resource({id : data.asset.videoid, type : data.asset.videotype}))}}

{{/}}

{{title}}

{{~plugins.stringLib.substringOnWord(helpers.plugins.stringLib.stripHtml(data.description), helpers.var.descSize, { ellipsis: true })}}

{{:link.url}}{{/}}{{/}}{{:~equal(data.asset.type, "video")}}{{~setVar("video", new helpers.plugins.videoLib.Resource({id : data.asset.videoid, type : data.asset.videotype}))}}{{/}}

{{title}}

{{~plugins.stringLib.substringOnWord(helpers.plugins.stringLib.stripHtml(data.description), helpers.var.descSize, { ellipsis: true })}}

{{:link.url}}{{/}}{{/}}{{:~equal(data.asset.type, "video")}}{{~setVar("video", new helpers.plugins.videoLib.Resource({id : data.asset.videoid, type : data.asset.videotype}))}}{{/}}

{{title}}

{{~plugins.stringLib.substringOnWord(helpers.plugins.stringLib.stripHtml(data.description), helpers.var.descSize, { ellipsis: true })}}

{{:link.url}}{{/}}{{/}}

{{:~equal(data.asset.type, "video")}}{{~setVar("video", new helpers.plugins.videoLib.Resource({id : data.asset.videoid, type : data.asset.videotype}))}}

{{/}}

{{title}}

{{~plugins.stringLib.substringOnWord(helpers.plugins.stringLib.stripHtml(data.description), helpers.var.descSize, { ellipsis: true })}}

{{:link.url}}{{/}}

{{/}}

{{:~equal(data.asset.type, "video")}}{{~setVar("video", new helpers.plugins.videoLib.Resource({id : data.asset.videoid, type : data.asset.videotype}))}}

{{/}}

{{title}}

{{~plugins.stringLib.substringOnWord(helpers.plugins.stringLib.stripHtml(data.description), helpers.var.descSize, { ellipsis: true })}}

{{:link.url}}{{/}}{{/}}

{{:~equal(data.asset.type, "video")}}{{~setVar("video", new helpers.plugins.videoLib.Resource({id : data.asset.videoid, type : data.asset.videotype}))}}

{{/}}

{{title}}

{{~plugins.stringLib.substringOnWord(helpers.plugins.stringLib.stripHtml(data.description), helpers.var.descSize, { ellipsis: true })}}

{{:link.url}}{{/}}{{/}}

{{:~equal(data.asset.type, "video")}}{{~setVar("video", new helpers.plugins.videoLib.Resource({id : data.asset.videoid, type : data.asset.videotype}))}}

{{/}}

{{title}}

{{~plugins.stringLib.substringOnWord(helpers.plugins.stringLib.stripHtml(data.description), helpers.var.descSize, { ellipsis: true })}}

{{:link.url}}{{/}}

{{/}}

{{:~equal(data.asset.type, "video")}}{{~setVar("video", new helpers.plugins.videoLib.Resource({id : data.asset.videoid, type : data.asset.videotype}))}}{{/}}

{{title}}

{{~plugins.stringLib.substringOnWord(helpers.plugins.stringLib.stripHtml(data.description), helpers.var.descSize, { ellipsis: true })}}

{{:link.url}}{{/}}{{/}}

{{:~equal(data.asset.type, "video")}}{{~setVar("video", new helpers.plugins.videoLib.Resource({id : data.asset.videoid, type : data.asset.videotype}))}}

{{/}}

{{title}}

{{~plugins.stringLib.substringOnWord(helpers.plugins.stringLib.stripHtml(data.description), helpers.var.descSize, { ellipsis: true })}}

{{:link.url}}{{/}}{{/}}

Here's Just aGlimpse of

#yeahthatgreenville

All About Greenville, South Carolina | VisitGreenvilleSC (11)

Check out all the fun activities and experiences that make Greenville the place to be!

All About Greenville, South Carolina | VisitGreenvilleSC (12)

Don't wait until you're hangry! Stake (steak?) out a table at one of our 1,000+ restaurants.

{{/}}

{{:link.url}}{{/link.url}}{{:link.url}}{{/link.url}}

{{:link.url}}

{{/link.url}}{{title}}{{:link.url}}

{{/link.url}}

{{plainDescription(150)}}

{{:link.url}}{{*templateData.more_caption}}{{/link.url}}

{{/items}}

{{/}}

{{:link.url}}

{{/link.url}}{{:link.url}}

{{/link.url}}

{{:link.url}}

{{/link.url}}{{title}}{{:link.url}}

{{/link.url}}

{{plainDescription(100)}}

{{:link.url}}{{*templateData.more_caption}}{{/link.url}}

{{/items}}
All About Greenville, South Carolina | VisitGreenvilleSC (2024)
Top Articles
Curtis & Nancy Sliwa Show
Who Is Charlie Mcdermott Wife? Full Biography 2024 - Explore Net Worth
Vegas X Vip.org
Cremation Services | Mason Funeral Home serving Westfield, New York...
Dr. Hannah Straight Website
Tears Of The Fallen Moon Bdo
Buenasado Bluewater
Gladys Le Da Flores A Su Mamá. Correct Incorrect
Levidia 2019
Tyson Employee Paperless
Uscis Fort Myers 3850 Colonial Blvd
Cbse Score Conversion 2022
PK | Rotten Tomatoes
Care Guide for Platy Fish – Feeding, Breeding, and Tank Mates
Katmoie
The Obscure Spring Watch Online Free
New Haven Music Festival
Upper Rank Demons Wiki
Patriot Ledger Obits Today
Robert Rushing Net Worth, Daughter, Age, and Wikipedia
Harvestella Sprinkler Lvl 2
Prey For The Devil Showtimes Near Amc Ford City 14
BCLC Launches PROLINE Sportsbook at B.C. Retail Locations
The Eye Doctors North Topeka
Gw2 Titles
Lieu Gia Trang Houston Texas
What Does Exp Wed Mean On Hulu
Meritain Prior Authorization List
Eddie Messel Leaving 1011
Daves Supermarket Weekly Ad
Usc Human Biology
Craftybase Coupon
Examination Policies: Finals, Midterms, General
Denise Frazier Leak
Goodwoods British Market Friendswood
San Diego Cars And Trucks Craigslist
Koinonikos Tourismos
Red Dragon Fort Mohave Az
Aerospace Engineering | Graduate Degrees and Requirements
Refinery29 Horoscopes
Davis Fire Friday live updates: Community meeting set for 7 p.m. with Lombardo
Hingham Police Scanner Wicked Local
Stark Cjis Court Docket
Tampa Catholic Calendar
Craigslist Pets Inland Empire
Mekala - Jatland Wiki
Inter Miami Vs Fc Dallas Total Sportek
1 Filmy4Wap In
Delta Rastrear Vuelo
11 Fascinating Axolotl Facts
Diora Thothub
10 Ways to Fix a Spacebar That's Not Working Properly
Latest Posts
Article information

Author: Jamar Nader

Last Updated:

Views: 6357

Rating: 4.4 / 5 (75 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Jamar Nader

Birthday: 1995-02-28

Address: Apt. 536 6162 Reichel Greens, Port Zackaryside, CT 22682-9804

Phone: +9958384818317

Job: IT Representative

Hobby: Scrapbooking, Hiking, Hunting, Kite flying, Blacksmithing, Video gaming, Foraging

Introduction: My name is Jamar Nader, I am a fine, shiny, colorful, bright, nice, perfect, curious person who loves writing and wants to share my knowledge and understanding with you.