{% assign city = site.data.service_areas[page.city_key] %} {% include head.html %} {% include header.html %} {% include disclaimer-banner.html %} {% include script.html %}

{{ city.description }} {% if city.chamber %}

Galico is a proud member of the {{ city.chamber }} community.

{% endif %}

We offer the following services to the homeowners of {{ city.name }}:

{% for key in site.data.services %} {% if key[1].category == "Hot Water System" %}
Galico Heating

{{ key[1].name }}

{{ key[1].hero.h2 | default: 'Professional heating solutions for your home' }}

{% endif %} {% endfor %}
Trusted Professional

Other Services

{% assign content = site.data.other_categories[page.category_key] %} {% for key in site.data.other_categories %} {% assign s = key[1] %} {% assign row_position = forloop.index0 | modulo: 3 %} {% assign delay = row_position | times: 0.2 %}
{{s.name}}

{{s.name}}

{{s.desc}}

{{s.cta}}
{% endfor %}
{% assign all_testimonials = site.data.testimonials | default: empty %} {% assign city_testimonials = all_testimonials | where: "location", city.name %} {% if city_testimonials.size > 0 %}

See what {{ city.name }} has to say...

{% for testimonial in city_testimonials %}
{{ testimonial.name }}

"{{ testimonial.text }}"

{% if testimonial.categories %}
{% for category in testimonial.categories limit: 3 %} {{ category }} {% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% include footer.html %}