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 29 - Apr 04
< Prev. Week Next Week >
Filter Results
Sunday, Mar 29
Monday, Mar 30
Tuesday, Mar 31
Wednesday, Apr 01
Thursday, Apr 02
Friday, Apr 03
Saturday, Apr 04
(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();
}
})();