Dear adolcini
In the file our templates /html/mod_sj_contact_ajax/default.php
please replace the code:
<script async defer src="maps.googleapis.com/maps/api/js?key=AIzaSyCQWWXmpIaE1c5jU5bOPh1YNkiD3L6m_NQ&callback=initMap"
type="text/javascript"></script>
=> By the code:
<script src="maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&key=your_API-key"></script>
eg:
<script type="text/javascript" src="
maps.googleapis.com/maps/api/js?key=AIzaSyBaeYfTIyvWkCMqvtMqigOkho69kiL3QUY&sensor=false"></script>
Please follow this guide:
developers.google.com/maps/documentation/javascript/get-api-key
Thanks