--- import "../../styles/map-google.css"; const { apiKey, lat, lon, zoom = 12, title = "", description = "", showMarker = false, mode = "full", mapStyleId = "8e0a97af9476f2d3" } = Astro.props; const domId = `fuz-map-${Math.random().toString(36).slice(2)}`; ---