Hi there, thanks for writing.
As per the official Google documentation, the “ApiProjectMapError” happens when:
Either the provided API key or the API project with which it is associated, could not be resolved. This error may be temporary. If this error message persists you may need to get a new API key or create a new API project.
So please try creating a new browser key and see if the issue is solved that way. Get back to us otherwise.
Regards,
I have already tried creating a new API key and the thing is I can see the map working when I’m logged into wordpress but when I log out it’s blank and doesn’t show up on the site!
Hi again,
When examining the Javascript console on your website, I noticed this error message among some others:
You have included the Google Maps JavaScript API multiple times on this page. This may cause unexpected errors.
This is an error from Google Maps and it is triggered when you include the Google Maps script more than once, which can lead to errors. And indeed, the google maps script is loaded in lines 180 and 2195 in your home page’s source code. Line 2195 is loaded by Wp Store Locator, but line 180 is not.
Do you have any other plugins in your website that may be using the Google Maps API? That could be a cause for your issue. Please double check and let us know.