It is the missing infoWindowAnchor property that causes the error. You should construct the icons like
var redIcon = new GIcon(G_DEFAULT_ICON); That copies all the properties of the default icon to your icon. So you need to define only the image property for each different color. http://code.google.com/apis/maps/documentation/reference.html#GIcon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
