Embed google map for location and other use in website like in contact us page. See below image and code for more information:
If you want to change the map data, go to /main.js and find the googleMapInit function there, and change the values to the ones you need:
let myLatLng = { lat: -25.363, lng: 131.044 },
center: myLatLng, zoom: 5,