Pin de couleur Google Maps
//Setting your images as markers, you can use images:
var beachMarker = new google.maps.Marker({
position: myLatLng,
map: map,
icon: 'brown_markerA.png'
});
Ivan The Terrible