Interactive Map

Name
Ricola Kräutergarten Zermatt
Address
Blatten, 3920 Zermatt
Rating
4,5 out of 5 (121 votes)
Legend (optional slot). API Key is harcoded here, should be added via env in Dato wrapper component.
<Docs
	title="Default"
	layout="fullscreen"
>
	<GoogleMaps
		client:idle
		location="Ricola Herb Garden Zermatt Blattten, 3920 Zermatt, Switzerland"
		apiKey={apiKey}
		accessibility={accessibilityAlternative}
		zoom="18"
	>
		Legend (optional slot).
		API Key is harcoded here, should be added via env in Dato wrapper component.
	</GoogleMaps>
</Docs>