I\'m having trouble getting map markers to display using Google Maps API v3. I\'m attempting to keep them all in a single array, to make displaying a large amount relativel
It's the new keyword that makes all the difference!
I had the same problem. Using the new keyword when constructing the Marker object makes it work again in Chrome at least. Putting it in a differed timeout event didn't. And here I thought new was nothing but syntactic sugar...