Splash Country Indoor Waterpark | Shows In Branson (2024)

  • Shows!
  • Things To Do
    • Find Everything
    • Shows!
    • Attractions
    • Places to Eat
    • Museums
    • Recreation
    • Theatres
    • Retail Shopping
    • Media
    • Branson News
    • Special Events
  • Plan Your Trip
  • Special Events
      • Hot Winter Fun
      • The Other Spring Break
    • Summer Fun
      • Cool Summer Fun
      • Law Enforcement Salute
      • Fiddle Festival
      • Fall-n-Branson
      • Falltastic Show Spree
      • Ozark Mountain Christmas
      • Veterans Homecoming Week
      • Adoration Parade
      • New Year's Eve Celebrations
  • Contact Us
  • Join Our Club
  • You are here:
  • Attraction
  • Theme Park
  • Splash Country Indoor Waterpark

Splash Country Indoor Waterpark | Shows In Branson (1)

Come on down and make a Splash!

Contact

  • 1945 West 76 Country Boulevard, Branson 65616, Missouri
  • 417-335-3535
  • http://www.GrandCountry.com
  • Contact person: Brenda Williams

    • 417-335-8453 417-335-8881
    • brenda@grandcountry.com

Type: Attraction

  • Categories:
  • Theme Park
    • Details
    • Map
    • Hours

    Splash Country Indoor Waterpark | Shows In Branson (2)

    These Ozark hills were full of earthly treasures – gold, diamonds and silver… Nowadays, it’s generally known that the land’s been played out, and the only things to be found in the hills of Branson are great music and good times. But someone forgot to tell, “Cousin Jimmy” Grand!!!

    On the outskirts of Grand Country resort, adventurer, Cousin Jimmy, hit the mother lode of fun… when an errant swing of his pickax released a torrent of geysers and pools he’s named, Splash Country. In fact, Splash Country sits on top of an abandoned mining area.

    Grand Country guests are invited to come out and explore acres of new adventures and refreshing hideaways right in the heart of Branson.

    Indoor Waterpark

    Splash Country Indoor Waterpark | Shows In Branson (3) Treehouse: A three-level treehouse with interactive water play features on each level which offers a new water adventure for you and your unsuspecting friends below. Then, take the plunge down Grand Pa Grand’s winding, blinding tube slides! Two large tube slides will send you twisting and turning through a tunnel of darkness. Never fear, there is light at the end of the tunnel. Ride it…if you dare!” Beware! The treehouse is also home to a 1,000 gallon tipping bucket which dumps every eight minutes, raining down like a tropical storm on all those below!

    Basketball Play Pool: Look out Lebron James! Test your NBA skills in our play pool complete with Basketball hoops!

    Toddler Pool: Slide away your time in this pool, designed especially for the young-‘ens! This pool features jumping water, bungee swings, a frog slide, an Ozark Trout slide, and rocking toads. With over 2,000 sq. ft. of fun just for the young-en’s, they’re sure to have a grand time!

    Splash Country Indoor Waterpark | Shows In Branson (4) Lazy River: Lay back, relax and let the current take you away. Recline in your own tube and enjoy this 250ft Lazy River meandering through the natural landscape of an Ozark river bank. The river bank features multiple seasons, possible because of large windows that bring natural outdoor surroundings of woods and a dry creek bed, all enveloped by surrounding growth commonly found along Ozarks creeks.

    Splash Country Indoor Waterpark | Shows In Branson (5)Melting Pot Spas: This is definitely the Splash Country “hot spot”. Revitalize and relax in our wonderful spas. With massaging water jets, these waterin’ holes are the ultimate place for relaxation. There are two for your convenience, one for children and one for the adults.

    Outdoor Waterpark

    Splash Country Indoor Waterpark | Shows In Branson (6) Eureka Mine: Fly down this waterslide which curves through the Splash Country Glory Hole… the main gold source when this was a working mine.

    Froggie Bog: Dance along with the water as five jumping levels of water squirt from the water holes. Test your guessing skills by figuring out the next direction of water. Sounds of frogs and crickets take you to a true Ozark creek bed .

    Hatfield Holler: Guests who are prone to take a dare will love this! A twisting creek runs right through the heart of Hatfield Country. Along the way, McCoys lying-in-wait can employ waterfilled buckets and rifles on anyone who comes sliding by.

    Lounging Areas: Enjoy great lounging areas surrounded by Ozark Mountain Rock and trees in a preserved natural landscape.

    Open Monday through Friday 2:00pm to 9:00pm. Also, open Saturday and Sunday 10:00am to 10:00pm.

    1945 West 76 Country Boulevard, Branson 65616, Missouri

    417-335-3535

    Splash Country Indoor Waterpark | Shows In Branson (7)

    '], ]; function setMarkers(map, locations) { // Add markers to the map // Marker sizes are expressed as a Size of X,Y // where the origin of the image (0,0) is located // in the top left of the image. // Origins, anchor positions and coordinates of the marker // increase in the X direction to the right and in // the Y direction down. var bounds = new google.maps.LatLngBounds(); for (var i = 0; i < locations.length; i++) { var company = locations[i]; var pinColor = "0071AF"; var pinImage = new google.maps.MarkerImage("http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=B|" + pinColor+"|FFFFFF", new google.maps.Size(21, 34), new google.maps.Point(0,0), new google.maps.Point(10, 34)); var pinShadow = new google.maps.MarkerImage("http://chart.apis.google.com/chart?chst=d_map_pin_shadow", new google.maps.Size(40, 37), new google.maps.Point(0, 0), new google.maps.Point(12, 35)); var shape = { coord: [1, 1, 1, 20, 18, 20, 18 , 1], type: 'poly' }; if(company[2] != '0'){ pinImage = new google.maps.MarkerImage(company[2], // This marker is 20 pixels wide by 32 pixels tall. new google.maps.Size(32, 32), // The origin for this image is 0,0. new google.maps.Point(0,0), // The anchor for this image is the base of the flagpole at 0,32. new google.maps.Point(0, 32)); } var myLatLng = new google.maps.LatLng(company[0], company[1]); var marker = new google.maps.Marker({ position: myLatLng, map: map, icon: pinImage, shadow: pinShadow, shape: shape }); var contentBody = company[3]; var infowindow = new google.maps.InfoWindow({ content: contentBody, maxWidth: 250 }); google.maps.event.addListener(marker, 'click', function(contentBody) { return function(){ infowindow.setContent(contentBody);//set the content infowindow.open(map,this); } }(contentBody)); bounds.extend(myLatLng); } map.fitBounds(bounds); var listener = google.maps.event.addListener(map, "idle", function() { if (map.getZoom() > 16) map.setZoom(16); google.maps.event.removeListener(listener); }); } function loadScript() { if(!initialized){ var script = document.createElement("script"); script.type = "text/javascript"; script.src = "https://maps.googleapis.com/maps/api/js?language=en&libraries=geometry&libraries=places&key=AIzaSyDC9IxKeb3vATeOaC6Q-LUSiTjmSOPzO8s&callback=initialize"; document.body.appendChild(script); initialized = true; } } var initialized = false;

    Hours

    Monday

    2:00pm - 9:00pm

    Tuesday

    2:00pm - 9:00pm

    Wednesday

    2:00pm - 9:00pm

    Thursday

    2:00pm - 9:00pm

    Friday

    2:00pm - 9:00pm

    Saturday

    10:00am - 10:00pm

    Sunday

    10:00am - 10:00pm

    Splash Country Indoor Waterpark | Shows In Branson (2024)
    Top Articles
    Latest Posts
    Article information

    Author: Nicola Considine CPA

    Last Updated:

    Views: 6679

    Rating: 4.9 / 5 (69 voted)

    Reviews: 84% of readers found this page helpful

    Author information

    Name: Nicola Considine CPA

    Birthday: 1993-02-26

    Address: 3809 Clinton Inlet, East Aleisha, UT 46318-2392

    Phone: +2681424145499

    Job: Government Technician

    Hobby: Calligraphy, Lego building, Worldbuilding, Shooting, Bird watching, Shopping, Cooking

    Introduction: My name is Nicola Considine CPA, I am a determined, witty, powerful, brainy, open, smiling, proud person who loves writing and wants to share my knowledge and understanding with you.