This is definitely an API bug.

When you call resetGeo, you recenter the map and set the zoom to 5.
Then in the GeoAddress function it centers the map on the result and
sets the zoom to 14. If you only set the zoom here to 10 you so not
get the error. 11 and you do. So zooming more than 5 levels in will
cause the error but only if the map has moved. If you don't recenter,
either thru code or moving the map, it's fine.

It looks like this is caused in some way by the overviewMapControl.
You have it set to true in your map options. Set it to false or just
removed the related options and the error no longer happens.

Hope this helps,
Alan

On Feb 3, 9:43 am, davie <[email protected]> wrote:
> Hi
> The invalid argument shown by IE relates to  a Google js file.
>
>  Your function GLoad() may be the problem
>
> Seehttp://code.google.com/apis/maps/documentation/javascript/tutorial.html
> about loading maps asynchronously
>
> Regards Davie
>
> On Feb 3, 1:17 pm, Ice <[email protected]> wrote:
>
>
>
>
>
>
>
> > Okay so I've removed all references to the clearOverlay() function but
> > I still get the error. And it's still the same error, same line.
>
> > Really stumped now because I was sure one of these suggestions was
> > going to work.

-- 
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.

Reply via email to