Gymnastics Programs to fit everyone

Instructional Programs

Silverlake Gymnastics offers beginner through advanced level classes in an exciting environment with resources for learning core gymnastics skills.

Team Programs

Silverlake Stars strives to build well rounded athletes while offering options in different levels of commitment, ranging from pre-team to recreational and competitive gymnastics.

Private Lessons

Individualized sessions are available to focus on the athletes desired skills to help enhance their technique and achieve their goals.

Drop in Programs

Come in and allow your gymnast to move freely throughout the gym at their own pace and explore the world of gymnastics.

Kristie Justice 
Kristie Justice Gymnastics Program Director 
Your Content Goes Here
Maddy Skaggs
Maddy SkaggsStars Gymnastics Team Director
Your Content Goes Here
Mar 01 - 07
< Prev. Week Next Week >
Filter Results
Sunday, Mar 01
Monday, Mar 02
Tuesday, Mar 03
Wednesday, Mar 04
Thursday, Mar 05
Friday, Mar 06
Saturday, Mar 07
(function() {
var category = “8”; // Define the category in one place

// Function to check if a specific query parameter and value exist in the URL
function hasQueryParam(param, value) {
return new URLSearchParams(window.location.search).get(param) === value;
}

// Check if the category is already in the URL
if (!hasQueryParam(“category”, category)) {
var urlParams = new URLSearchParams(window.location.search);
urlParams.append(“category”, category);
window.location.search = urlParams.toString();
}
})();