Indoor Aquatics
Dive into relaxation or energize your workout in our 50-meter Olympic-size lap pool, a 2500 sq. foot warm water pool, and an indoor waterpark. Enjoy lap swimming, group aqua classes, and thrilling features like a 100-ft adrenaline slide, geyser splash area, water works play and splash area, and bumper boats—all designed for your aquatic enjoyment.
Indoor Waterpark & Olympic Pool
- 50 Meter Olympic Size Lap Pool
- 2500 Sq Foot Warm Water Pool and indoor Waterpark
- Open Year Round
- Swim America Group Lessons
- Lap Swimming All Day
- Group Exercise Classes (Shallow Deep & Warm Water)
- Aqua Spin
- Warm Water Hydro Therapy Classes
- 100 Ft Adrenaline Slide
- Water Works & Geyser Splash Area
- Paddle Boats
- Direct Access from Locker Rooms
Program Feature

Indoor Open Swimming Schedule
function hasQueryParam(param, value) {
// Construct the query string to search for
var queryString = param + “=” + value;
// Check if the URL contains the query string
return window.location.search.indexOf(queryString) > -1;
}
// Check if ‘category=32’ is already in the URL
if (!hasQueryParam(“category”, “32”)) {
// Check if the URL already contains a query string
if (window.location.search === “”) {
// If not, append “?category=32” to the end of the URL
window.location.search = “?category=32”;
} else {
// If there’s already a query string, append “&category=32”
window.location.search += “&category=32”;
}
}
