This might help. Line 64 is a problem
map.addControl(new GLargeMapControl()); I just edited it to Small then changed this var marker = new GMarker(point, customIcons[type]); to this var marker = new GMarker(point); and it worked ok. Ralph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
