Create a custom map on Google My Maps using a plumbing context to explore Melbourne's water supply system or infrastructure.
function createCustomMap() { const map = new google.maps.Map(document.getElementById("myMap"), { center: { lat: -37.82, lng: 144.96 }, zoom: 12, styles: [ { featureType: "water", stylers: [{ saturation: -1 }], iconColor: "#34A853" } ] }); } // Call the function to create a custom map createCustomMap();https://www.google.com/maps/d/viewer?mid=1yDVtj2DnTnAylICKIq0yuCRISsZU5Cxd