Centers
<?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;
?>
<?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;
?>
<?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;
?>
<?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;
?>
<?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;
?>
<?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;
?>
<?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;
?>
<?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;
?>
<?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;
?>
<?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;
?>
<?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;
?>
<?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;
?>
<?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;
?>
<?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;
?>
<?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;
?>
<?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;
?>
<?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;
?>
<?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;
?>
<?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;
?>
<?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;
?>
- (916) 313-8420
*closed for lunch 12 - 1 pm
*closed for lunch 12-1 pm
- (916) 737-5555
Dental Care
- (916) 822-8958
Primary Care - Pediatric,
Integrated Behavioral Health,
Health Education,
Dental Care for Children & Adolescents
*closed for lunch 12 - 1 pm
Telehealth: M-F 5 pm - 8 pm
Sa-Su 8 am - 8 pm
Primary Care - Adult,
Primary Care - Pediatric,
Integrated Behavioral Health,
Psychiatry (part of Integrated Behavioral Health),
Women's Health,
Assuring Neonatal Kinship and Health,
CPSP Health Education,
Specialty Care - Podiatry,
Re-Entry Services
M-F 7am - 5pm
Immediate Care Call Center
M-F 5pm - 8pm
Sat & Sun 8am - 8pm
Flexible Case Management