> //gloabal variable > var plotterhide=["marker","Weil","CSE","NRN"];
That seems to be just an array of strings. Strings don't have setMap() methods and so on. Wouldn't you need to make an array of marker objects? And maybe give each marker some property so you can tell which of your categories it belongs to? -- 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.
