Youth Programs

Silverlake offers a wide range of programs designed to keep kids active, engaged, and having fun! From gymnastics and swimming to climbing, trampoline adventures, and youth sports, there’s something for every interest. Our expert instructors provide a safe and supportive environment where kids can build skills, confidence, and friendships. Whether they’re learning new techniques or just having fun, Silverlake is the perfect place for youth to grow and thrive!

A Quick Glance at Classes:

FunNastics Gymnastics

FunNastics is our USAG certified Program for all ages and skill levels.

Swim Lessons

Silverlake Swim Lessons are a Swim America program for swimmers of all ages and skill levels.

Sports Programs

Silverlake offers Sports Programs that focuses on the fundamentals of gross motor and sport specific skills.

Camps and Childcare

Silverlake provides an extensive range of childcare solutions that will captivate and delight your children!

Class Schedule- Click on Date to Register for Classes

Mar 22 - 28
< Prev. Week Next Week >
Filter Results
Sunday, Mar 22
Monday, Mar 23
Tuesday, Mar 24
Wednesday, Mar 25
Thursday, Mar 26
Friday, Mar 27
Saturday, Mar 28
(function() {
var category = “20”; // 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();
}
})();