I’d like to rebuild a map with the same gestures as this one buily by http://marcgrabanski.com/ using the V2 api.
http://assets.marcgrabanski.com/resources/jquery-google-maps/tutorial-part1.html
But I would like to use the V3 API. But I feel the v3 is more, maybe unnecessarily, complicated and I would like to find a working example to start built in v3.
Any suggestions?
To demonstrate gmaps api v3, I’ve just put up a small example for you here. This is just off-the-cuff code based on the example you have mentioned in your post. Just enter the co-ordinates to add the markers on to map and then select the specific marker to display the info window.
The main parts of the code are
Creation of the map
}
Creating the markers
The google maps api v3 is far better designed and you can check out some other samples here.