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
When you add the marker to the map you can put a title to the marker.
Use this code to do it:
map.addMarker(new MarkerOptions().title("Office Name"));