Please check the following test-pages.
The only difference is that the custom icon is set or not:

          var marker = new google.maps.Marker( {
            map: map,
            position: new google.maps.LatLng(lat, lng),
            title: title,
            //icon: image
          });


http://www.saarlooswolfhond-database.org/test/map_standard_marker.html
http://www.saarlooswolfhond-database.org/test/map_custom_marker.html

With custom image you can only show all markers if you zoom in or out
(most of the markers are set in europe)
or
scroll the area (europe) first outside the bounds and then inside.

the markers are generated after the complete page is loaded

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to