jQuery: gmap3
gmap3 ist ein jQuery Plugin für GMap und macht einige nette Dinge recht einfach:
Use a context menu on google maps
It is possible to use a custom overlay to display a context menu like google does. With this example, you will see a simple right menu with some classicals functions.
Search an address on google maps with auto-completion
This example describes how to code the classical function of google map to search and locate and address.
Fill in the address field, the autocomplete plugin appear and once an address is validated, a marker is added and the map is centered on it.
Manage markers in clusters on google maps
This example shows how to manage markers on google maps using clusters.

