' + marker.description + '
' + marker.location + '
', }); marker.addListener('click', () => { overlay.open(map, marker.position); }); }); } // Add event listeners to the map container for custom markers and info windows google.maps.event.addListener(document.getElementById('map-container'), 'click', initMap);https://www.google.com/maps/d/viewer?mid=1Tr_67pjwuY3G_9ZJzJAtXhlgJ-syu6kW