Centers

High-quality medical, dental, behavioral health, and supportive services in neighborhoods across the region.​
​WellSpace Health believes that everyone deserves to be seen, no matter who you are, where you come from, where you work or what place you call home. WellSpace operates a network of centers in local neighborhoods across the region to provide high-quality comprehensive care.
Each center offers a unique complement of care which may include medical, dental, behavioral health, or supportive services. Some centers provide confidential services or require a referral for care and therefore, may not be listed by address. All centers are Accredited by The Joint Commission and are licensed or certified as required to provide care.
Center Name
Address
Hours of Operation
Contact
Services & Programs
Women's Health Campus
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
Women's Health
- (916) 392-2290
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Women's Health
Assuring Neonatal Kinship and Health
CPSP Health Education
Sweet Success
CPSP Health Education
Withdrawal Management Center
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
Referral Only
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Withdrawal Management
South Valley Community Health Campus
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
M-F 8 am - 5 pm
*closed for lunch 12-1 pm
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
Primary Care
- (916) 737-5555
Dental Care
- (916) 822-8958
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Primary Care - Adult
Primary Care - Pediatric
Integrated Behavioral Health
Health Education
Dental Care for Children & Adolescents
Sierra Gardens Community Health Center
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
M-F 8 am-5 pm
*closed for lunch 12-1 pm
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
Primary Care
- (916) 737-5555
Women's Health
- (916) 392-2290
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Primary Care - Pediatric
Women's Health
CPSP Health Education
San Juan Community Health Center
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
M-F 8 am - 5 pm
*closed for lunch 12-1 pm
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
Primary Care
- (916) 737-5555
Integrated Behavioral Health / Psychiatry
- (916) 313-8433 Ext. 2
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Primary Care - Adult
Primary Care - Pediatric
Integrated Behavioral Health
Psychiatry (part of Integrated Behavioral Health)
Health Education
Roseville Community Health Center
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
M-F 8 am - 5 pm
*closed for lunch 12 - 1pm
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
Primary Care
- (916) 737-5555
Integrated Behavioral Health / Psychiatry
- (916) 313-8433 Ext. 1
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Primary Care - Adult
Integrated Behavioral Health
Psychiatry
Residential Rehabilitation Center
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
Referral Only
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Residential
Rancho Cordova Community Health Center
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
M-F 8 am - 5 pm
*closed for lunch 12 - 1 pm
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
Primary Care
- (916) 737-5555
Integrated Behavioral Health / Psychiatry
- (916) 313-8433 Option #3
Dental
- (916) 822-8958 Option #5
Women's Health
- (916) 392-2290
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Primary Care - Adult
Primary Care - Pediatric
Integrated Behavioral Health
Women's Health
CPSP Health Education
Dental Care for Children & Adolescents
Medication-Assisted Treatment
Oak Park Community Health Center
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
M-F 8 am - 5 pm
*closed for lunch 12 - 1 pm
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
Primary Care
- (916) 737-5555
Dental Care
- (916) 822-8958 Option #3
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Primary Care - Adult
Primary Care - Pediatric
Infectious Diseases
Health Education
Dental Care for Children & Adolescents
Health Homes
Pathways to Health + Home
Medication-Assisted Treatment
Norwood Community Health Center
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
M-F 8 am - 5 pm
*closed for lunch 12 - 1 pm
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
Primary Care
- (916) 737-5555
Women's Health
- (916) 392-2290
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Primary Care - Adult
Women's Health
Assuring Neonatal Kinship and Health
CPSP Health Education
Specialty Care - Acupuncture
Facility Type
Women's Health Campus
Address
Hours of Operation
Contact
Programs
Facility Type
Withdrawal Management Center
Address
Hours of Operation
Contact
Programs
Facility Type
South Valley Community Health Campus
Address
Hours of Operation
Contact
Programs
Facility Type
Sierra Gardens Community Health Center
Address
Hours of Operation
Contact
Programs
Facility Type
San Juan Community Health Center
Address
Hours of Operation
Contact
Programs
Facility Type
Roseville Community Health Center
Address
Hours of Operation
Contact
Programs
Facility Type
Residential Rehabilitation Center
Address
Hours of Operation
Contact
Programs
Facility Type
Rancho Cordova Community Health Center
Address
Hours of Operation
Contact
Programs
Facility Type
Oak Park Community Health Center
Address
Hours of Operation
Contact
Programs
Facility Type
Norwood Community Health Center
Address
Hours of Operation
Contact
Programs

Featured Review

"Always extremely happy with the service I receive at this location. They are on top of it! Never have to wait long. The Doctors here listen to your concerns without rushing you. They are quick and efficient. They don’t try and cut corners. I am grateful for the care I receive at WellSpace. Dr. GoGo’s level of care and expertise is appreciated. Thank you.”
Britney M.
|
Google Review
WellSpace Health Arden-Arcade Community Health Center

Resources

24-Hour Suicide Prevention Hotline
24-Hour Suicide and Crisis Lifelines

National Talk & Text Lifeline: 9-8-8
Sacramento: (916) 368-3111
Auburn: (530) 885-2300
Roseville: (916) 773-3111
Lincoln: (916) 645-8866
24-Hour Maternal Support Line: (916) 681-2907

Crisis Chat – Visit 988lifeline.org

In-Person Immediate Care
Arden Arcade Community Health Center

Monday-Friday from 8 a.m. to 4 p.m. for walk-in patients.
Telehealth Immediate Care

Call 916-737-5555 to access the Telehealth Immediate Care.

Mon.-Fri. from 5 – 8 p.m. and on Saturday and Sunday from 8 a.m. – 8 p.m.

×Close popup