looking at other posts on google groups and stackoverflow, I need to add 
optimized: false to all Marker constructores.... this is the only place in 
the code where Marker is declared....

that.marker = new gmaps.Marker({
                map: that.map,
                position: results[0].geometry.location,
                icon: pinImage,
                shadow: pinShadow,
                optimized: false

});

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/iYYghd7Af0cJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to