I have a problem with ie7 and method setIcon of marker google maps.
when used for a single item marker.setIcon(image)
works OK, but when I use an array marker [i].setIcon(image)
does not work, the error of IE is the object has that method.
Anyone know the cause?
Thanks.