> this my map :http://gunkm.brinkster.net/test/
Have you looked at your javascript error?
This line in Setup.js
var infowindow = new google.maps.InfoWindow(...
fails because you are calling it before the maps script is loaded.
I don't see anywhere in your page where you try to use keydragzoom,
nor where you load the script module for it.
Because you've chosen to load the Maps API asynchronously you'll need
to take care to load the keydragzoom js after the Maps API.
--
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.