@ John
This is a Google Maps error…
Please open the page in Chrome, hit the F12 key and click the Console tab. You’ll see that Google is throwing an InvalidKey error
https://developers.google.com/maps/documentation/javascript/error-messages#invalid-key
This means the Google Maps API key you setup in the Google API Console is invalid or does not match the API key being provided. The key you would have entered on the Connections : Setting admin page under the Advanced tab.
I would suggest checking that the Google Maps API key entered on the Connections : Setting admin page under the Advanced tab matches the key you created in the Google API Console.
After you verify that the keys do match, exactly, verify that the key is valid in the Google API Console. How will you know? My guess is that Google will tell you if it is or if it is not and why in the API Console.
Here’s the link to the Google API Console:
https://cloud.google.com/maps-platform/#get-started
Hope this helps!
ps. This is our tutorial on setting up a Google Maps API key which I assume you had followed previously.
