Hello,
Please consider enabling the GeoCoding API in order to fix this issue. Additionally, you can simply remove the address Option from the Google Maps JS Script and then add a latitude/longitude combination in the Code. Example:
jQuery('#google-map').gMap({
latitude: -37.9712369,
longitude: 144.4926746,
maptype: 'ROADMAP',
zoom: 9,
markers: [
{
address: "Melbourne, Australia",
html: 'Hi, we\'re Envato
Our mission is to help people to **earn** and to **learn** online. We operate **marketplaces** where hundreds of thousands of people buy and sell digital goods every day, and a network of educational blogs where millions learn **creative skills**.
',
icon: {
image: "images/icons/map-icon-red.png",
iconsize: [32, 39],
iconanchor: [13,39]
}
}
],
doubleclickzoom: false,
controls: {
panControl: true,
zoomControl: true,
mapTypeControl: true,
scaleControl: false,
streetViewControl: false,
overviewMapControl: false
}
});
This should definitely work fine. Let us know if we can help you with anything else or if you find any further issues.