Hello,
After 22 June Google Maps API requires API keys for new websites, that's the soruce of your issue. Please check the following article about generating API keys:
https://developers.google.com/maps/docu ... et-api-keyThen, please edit your page/widget with the map content and edit the following fragment (use your new generated API key)
- Code: Select all
<div class="gk-map" data-latitude="-34.397" data-longitude="150.644" data-zoom="8" data-ui="yes" data-key="YOUR_API_KEY"></div>