I'm adding a map to the page dynamically in a postback.
When using 3.1.15 I was getting the above error, but adding a 'fixed' hidden map to the bottom of the page fixed it.
Now I've upgraded to 3.1.16 that hack appears not to work. I always get the error when adding the pat to a page (inside an ajax postback.).
The debugger stops highlighting the following code: document.getElementsByTagName("head")[0].appendChild(a)
Matt