Hi Jeremy,
I had this issue today in a new Widget. Apparently it happens when you add a restricted API key to the widget and then you modify the adress to display.
I managed to get it to work properly with the following steps:
- Delete the current contact info widget
- Create a new contact info widget
- Change the adress, phone number and all other info. Save your changes, map should throw API key error.
- Click the “Show map” button and add your API key. Save the widget. It should work normally.
It happens to me that if I change the adress after entering the API key, the adress lookout fails and the map gets disabled. Apparently there are client errors on the request, since Google’s console reports 100% error rate for the Google Maps Geocoding API when using a custom API key. Only info there is that the HTTP errors are 4XX related.
Hope this helps someone or to troubleshoot the issue!