Hello,
Please, check the developers console in your browser, specifically the error message:
…You have included the Google Maps API multiple times on this page. This may cause unexpected errors….
There are multiple instances of the Google Maps API in your webpage:
<script type='text/javascript' src='https://maps.googleapis.com/maps/api/js?key=AIzaSyA9g-gDocWs1R3JbYQMoFkcCORWgtzxdqA&language=en&ver=1.6.8'></script>
and
<script type='text/javascript' src='https://maps.googleapis.com/maps/api/js?ver=4.7.2'></script>
one of them is not including the API Key, but as I said previously each page should include only one instance of Google Maps API. In my plugin (Google Maps CP) I always check the existence of the Google Maps instance in the webpage before instancing another one, preventing the malfunction related with error message above.
Best regards.
Hi @elikem
I’m sorry for such late reply.
Unfortunately I cannot check the page with your map. There is an error on the page – “Error establishing a database connection”. Please check it.
Thread Starter
elikem
(@elikem)
Thanks that was helpful? I was able to fix the issue.