I'm sorry but I don't understand your answer: >Are you try to manage it in future? Yes, because in the future I will give the possibility to delete each marker by click onto a button near each marker.
> Your solution is right for the above error but not really effiecient for the > infowindow[i]. You try to make infowindow as an array which I don't > understand your purpose. What is a valid solution? I tried to create an array by writing: var infowindowArray = new Array(); and in the "for" I put infowindowArray[i] but it appears an error (see the link http://www.google.com/url?sa=D&q=http://thebit.altervista.org/maps/testAddMarker5_web_array.php). I'm not sure to have understand what I must to do. -- 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.
