This documentation is going to assume you know how to edit HTML, since you bought an html template, and just show you some of the things specific to this template.
Edit these templates to suit your needs.
google.maps.event.addDomListener(window, "load", init); function init() { var mapElement = document.getElementById("map"); var map = new google.maps.Map(mapElement, mapOptions); var image = "upload/map-pin.png"; var marker = new google.maps.Marker({ position: new google.maps.LatLng(40.784932, -73.974381), map: map, icon: image }); }
see this line: position: new google.maps.LatLng(40.784932, -73.974381),, so there are the coordinats that u need to change and u r good to go :D