I'm adding custom markers to my map using the new google.maps.Marker()
JavaScript API method to map a custom list of locations.
Is it possible to add labels to the markers as shown in this screenshot?
The Marker documentation seems to allow this, but the label that's rendered runs into/overlaps with other markers and labels (I think the property is meant to label the marker itself ('A', 'B', 'C', etc).)
Here's an example of what I mean by "Labels overlapping with other markers and labels":