Schedule an Appt
To find a provider who meets your needs, please choose your search criteria below, then click the Find A Therapist button.
We provide Franktown therapy with caring, professional therapists who see adults, children, teens, couples and families.
<?php
function my_theme_Franktown_schema() {
$schema = [];
$output = json_encode( $schema, JSON_UNESCAPED_SLASHES );
?>
<script type=”application/ld+json”>
{
“@context”: “https://schema.org“,
“@id”: “https://www.westsidebehavioralcare.com/city/franktown/“,
“@type”: “Organization”,
“name”: “Franktown“,
“location”: {
“@type”: “Place”,
“address”: {
“@type”: “PostalAddress”,
“addressLocality”: “Franktown“,
“addressRegion”: “CO”
},
“url”: “https://en.wikipedia.org/wiki/Franktown,_Colorado“
}
}
<?= $output; ?>
</script>
<?php
}
add_action( ‘wp_head’, ‘my_theme_Franktown_schema’ );