var marker = new google.maps.Marker({ // Supply map and position params as usual. label: 'A'});
var beachIcon = { url: 'images/beachflag.png', labelOrigin: new google.maps.Point(9, 9)};var marker = new google.maps.Marker({ // Supply the map and position parameters as usual. icon: beachIcon, label: { text: '2', color: 'purple' }});
Give us feedback in our Product Forums.