> Even a simple "map.setZoom(5)" in a onBlur of a form field doesn't work. Is > there anything more I need to include to reference my map?
Your browser error message probably gives a clue, get your variable 'map' in global scope so that it is accessible to functions external to your init(). -- 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.
