> I think, although I don't know, that it's expecting a number You can find out in the reference docs http://code.google.com/apis/maps/documentation/javascript/reference.html#MapOptions
> — but finding a string. Standard javascript conversion functions are available http://www.w3schools.com/jsref/jsref_parseInt.asp http://www.w3schools.com/jsref/jsref_parsefloat.asp But I also note your map is created while 'DecodeZoom' is still undefined and you start adding layers, before you get the zoom value from the url. -- 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.
