This example is for demonstration purposes only. In a live example, the <a target="_blank" rel="noopener nofollow" href="https://developers.google.com/maps/documentation/javascript">Google Maps Platform, JavaScript API</a> would be used to provide location based search and show multiple location markers on the map.

The <a href="https://github.com/CityOfNewYork/ACCESS-NYC/" target="_blank" rel="noopener">ACCESS NYC GitHub repository</a> contains a working example of the **Find Help** map retrieving office location data from a local endpoint and utilizing the Google Maps Platform to display locations on the map for users. The following modules are core scripts that provide this functionality.

* <a href="https://github.com/CityOfNewYork/ACCESS-NYC/blob/main/wp-content/themes/access/src/js/modules/office-map.js" target="_blank" rel="noopener">Office Map (office-map.js)</a>
* <a href="https://github.com/CityOfNewYork/ACCESS-NYC/blob/main/wp-content/themes/access/src/js/modules/office-filter.js" target="_blank" rel="noopener">Office Filter (office-filter.js)</a>
* <a href="https://github.com/CityOfNewYork/ACCESS-NYC/blob/main/wp-content/themes/access/src/js/modules/office-location.js" target="_blank" rel="noopener">Office Location (office-location.js)</a>
