I\'m creating a new website for new law office.
I followed Google API for embedding maps. I added their address, but would like to add the name of the firm to the ma
Yo can set the Latitude and Longitude of your marker and include a Title on it.
var marker = new google.maps.Marker({ position: new google.maps.LatLng(-25.363882,131.044922), map: map, title: 'Our Office' });