views:

341

answers:

1

I am looking for a google maps API generator to save time? What do you recommend?

Update: I want to generate (using my API key) a map of the US/WORLD and put markers are about 20 locations. Nothing crazy.

I am looking for something similar to this http://schogini.us/ajax%5Fgoogle%5Fmap%5Fapi%5Fcode%5Fgenerator/ajax%5Fgoogle%5Fmap%5Fapi%5Fcode%5Fgenerator.php

+4  A: 

What language do you need to be working in? There are both client-side and server-side tools for this. For client-side, I like jQuery's plugin jMaps.

Jonathan Sampson
I am using Jquery
matthewb