{{ title }}
+ + {% if fieldIntroText %} +
+
+ {% endif %}
+
+ + {{ fieldIntroText }} +
+
+ {% assign basePath = entityUrl.path | regionBasePath %}
+ {% include "src/site/facilities/main_buttons.drupal.liquid" with path = basePath %}
+
+
+ + Location and contact information +
+ +
+
+
+
+
+ {% include "src/site/includes/image_and_static_map.liquid" with
+ facilityMedia = fieldMedia
+ facilityId = fieldFacilityLocatorApiId
+ %}
+
+
+
+
+ {% if fieldOperatingStatusFacility and fieldOperatingStatusFacility != 'normal' %}
+
+
+
+
+
+ {% include "src/site/includes/operatingStatusFlagsLinks.drupal.liquid" %}
+
+ {% endif %}
+
+ + Address +
+
+
+ {{ fieldAddress.addressLine1 }}
+ {{ fieldAddress.locality }},
+ {{ fieldAddress.administrativeArea }}
+ {{ fieldAddress.postalCode }}
+
+ {% capture fullAddress %}
+ {{ fieldAddress.addressLine1 }}, {{ fieldAddress.locality }}, {{ fieldAddress.administrativeArea }} {{ fieldAddress.postalCode }}
+ {% endcapture %}
+ {% include "src/site/includes/directions-google-maps.liquid" with
+ directionsLinkTitle = title
+ directionsLinkAddress = fullAddress
+ %}
+
+ + Phone numbers +
+
+ {% if fieldPhoneNumber %}
+
+ {% include 'src/site/includes/hours.liquid' with allHours = fieldOfficeHours headerType = 'standard' %}
+
+ Main phone:
+ {{ fieldPhoneNumber }}
+
+ {% endif %}
+ {% if fieldRegionPage.entity.fieldVaHealthConnectPhone %}
+
+ VA health connect:
+
+ {{ fieldRegionPage.entity.fieldVaHealthConnectPhone }}
+
+
+ {% endif %}
+ {% if fieldMentalHealthPhone %}
+ Mental
+ health care:
+ {{ fieldMentalHealthPhone }}
+
+ {% endif %}
+ + Prepare for your visit +
+ ++ In the spotlight at {{ entityLabel }} +
+ +
+ {% assign spotlightContent1 = "" | split: "," %}
+ {% assign spotlightContent2 = fieldCcNationalSpotlight1 | appendCentralizedFeaturedContent: spotlightContent1 %}
+ {% assign spotlightContent3 = fieldCcNationalSpotlight2 | appendCentralizedFeaturedContent: spotlightContent2 %}
+ {% assign spotlightContentAll = fieldCcNationalSpotlight3 | appendCentralizedFeaturedContent: spotlightContent3 %}
+
+ {% for spotlightContent in spotlightContentAll %}
+ {% if spotlightContent.entity %}
+ {% include "src/site/includes/vet_centers/featured_content.liquid" with
+ entity = spotlightContent.entity
+ %}
+ {% endif %}
+ {% endfor %}
+
+
+ + Veteran benefits +
+ ++ Family member and caregiver benefits +
+ ++ Service member benefits +
+ ++ Other services +
+ ++ Other nearby VA locations +
+ + {% include 'src/site/includes/vet_centers/nearby.liquid' with + mainVetCenterPhone = fieldPhoneNumber + mainVetCenterAddress = fieldAddress + mainVetCenterId = fieldFacilityLocatorApiId + %} + ++ Looking for a VA benefits location in another area? +
+ + +