> For the complete documentation index, see [llms.txt](https://uxper.gitbook.io/golo-html/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uxper.gitbook.io/golo-html/google-map-config.md).

# Google Map Config

### Google Map Key

To configure the Google map key in HTML file find code:

```
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBvPDNG6pePr9iFpeRKaOlaZF_l0oT3lWk&callback=initMap" async defer></script>
```

And replace the Google Map Key.

To generate your API key, you can follow with this video guide:

{% embed url="<https://www.youtube.com/watch?v=1JNwpp5L4vM>" %}
Create Free Google Maps API
{% endembed %}

### Map Single

To configure the Single map, you can go to the file **js/map-single.js**

### **Map Listing**

To configure the Listing map, you can go to the file **js/map-listing.js**

###
