• Book Now
  • Our Locations

    Start a Free Consultation

    Guilford, CT

    Willow Hall, 2614 Boston Post Rd Suite 16C, Guilford, CT 06437
    Office Hours
    MON
    8:00 am – 5:30 pm
    TUE
    8:00 am – 5:30 pm
    WED
    9:00 am – 5:30 pm
    THU
    9:00 am – 5:30 pm
    FRI
    8:00 am – 4:30 pm
    SAT
    Closed
    SUN
    Closed
    <?php
    $location_id = get_the_ID();
    $global_google_maps_api = 'AIzaSyAKfRLIxd7g-M0Cyz4wV3TSXYXBbCihso0';
    $location = get_field('location_map', $location_id);
    
    if ( ! empty($location) && ! empty($location['place_id']) ) :
    ?>
    <iframe
      loading="lazy"
      allowfullscreen
      style="width:100%; height:500px; border:0;"
      src="https://www.google.com/maps/embed/v1/place?q=place_id:<?php echo esc_attr( $location['place_id'] ); ?>&key=<?php echo esc_attr( $global_google_maps_api ); ?>">
    </iframe>
    <?php endif; ?>
    document.addEventListener("DOMContentLoaded", function () {
        const overlay = document.querySelector(".service-slider-1__overlay");
        if (overlay) {
            overlay.addEventListener("click", function () {
                this.style.display = "none";
            });
        }
    });
    

    Mystic, CT

    55 Willow St, Mystic, CT 06355
    Office Hours
    MON
    9:00 am – 5:30 pm
    TUE
    9:00 am – 5:30 pm
    WED
    9:00 am – 5:30 pm
    THU
    9:00 am – 5:30 pm
    FRI
    9:00 am – 4:30 pm
    SAT
    Closed
    SUN
    Closed
    <?php
    $location_id = get_the_ID();
    $global_google_maps_api = 'AIzaSyAKfRLIxd7g-M0Cyz4wV3TSXYXBbCihso0';
    $location = get_field('location_map', $location_id);
    
    if ( ! empty($location) && ! empty($location['place_id']) ) :
    ?>
    <iframe
      loading="lazy"
      allowfullscreen
      style="width:100%; height:500px; border:0;"
      src="https://www.google.com/maps/embed/v1/place?q=place_id:<?php echo esc_attr( $location['place_id'] ); ?>&key=<?php echo esc_attr( $global_google_maps_api ); ?>">
    </iframe>
    <?php endif; ?>
    document.addEventListener("DOMContentLoaded", function () {
        const overlay = document.querySelector(".service-slider-1__overlay");
        if (overlay) {
            overlay.addEventListener("click", function () {
                this.style.display = "none";
            });
        }
    });