how to add numbering on each markers in Google maps v3?
I want to ask you all about how to add number dynamically on each markers in Google Maps v3 with JavaScript. For example, the first marker is 1, the second one is 2, etc. In this case I have position data like this : [ new google.maps.LatLng(1.3667, 103.8000), new google.maps.LatLng(1.3667, 103.8000), new google.maps.LatLng(1.3667, 103.8000), new google.maps.LatLng(1.3667, 103.8000), new google.maps.LatLng(51.0000, 9.0000), new google.maps.LatLng(51.0000, 9.0000), new google.maps.LatLng(51.5142, -0.0931), new google.maps.LatLng(51.5142, -0.0931), new google.maps.LatLng(54.0000, -2.0000), new