<path fill-rule="evenodd" clip-rule="evenodd" d="M19 19.8333V17.75H15.6667V20.25H14V16.9167C14 16.4542 14.3708 16.0833 14.8333 16.0833H19V14L21.9167 16.9167L19 19.8333Z" fill="#1967d2"/> <circle class="directions-button-background" cx="17" cy="17" r="16.5" stroke="#1967d2"/> </svg> </a> </li> {{/each}} </script> </head> <body> <div id="map-container"> <div id="locations-panel"> <div id="locations-panel-list"> <header> <h1 class="search-title"> <img src="https://fonts.gstatic.com/s/i/googlematerialicons/place/v15/24px.svg"/> Find a location near you </h1> <div class="search-input"> <input id="location-search-input" placeholder="Enter your address or zip code"> <div id="search-overlay-search" class="search-input-overlay search"> <button id="location-search-button"> <img class="icon" src="https://fonts.gstatic.com/s/i/googlematerialicons/search/v11/24px.svg" alt="Search"/> </button> </div> </div> </header> <div class="section-name" id="location-results-section-name"> All locations </div> <div class="results"> <ul id="location-results-list"></ul> </div> </div> </div> <div id="gmp-map"></div> </div> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDPk7twCN-8K7dkdUwZiWfHMrvm9_F_ItQ&callback=initMap&libraries=places,geometry&solution_channel=GMP_QB_locatorplus_v6_cA" async defer></script> </body> </html>">