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
Jan 25 - 31
< Prev. Week Next Week >
Filter Results
Sunday, Jan 25
Monday, Jan 26
Tuesday, Jan 27
Wednesday, Jan 28
Thursday, Jan 29
Friday, Jan 30
Saturday, Jan 31
(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();
}
})();