Other Practices:

Kids BRAIN Programs:

Check out our 2024 groups and classes. We are so excited to be offering a number of brand new programs offered exclusively at Kids BRAIN! Check them out below.


Although we would love to, we can't do it all! When we don't offer a specific service, but we know a great area group that does, we will also post it here so that our Kids BRAIN kids get the best care possible...

import Intercom from '@intercom/messenger-js-sdk'; Intercom({ app_id: 'du2vp0rh', user_id: user.id, // IMPORTANT: Replace "user.id" with the variable you use to capture the user's ID name: user.name, // IMPORTANT: Replace "user.name" with the variable you use to capture the user's name email: user.email, // IMPORTANT: Replace "user.email" with the variable you use to capture the user's email created_at: user.createdAt, // IMPORTANT: Replace "user.createdAt" with the variable you use to capture the user's sign-up date in a Unix timestamp (in seconds) e.g. 1704067200 });