views:

25

answers:

2

What's a simple jQuery plugin that will draw a map given an address?

I don't need any controls, no panning/zooming.

+3  A: 

If you really don't need any panning/zooming I would use the Static Maps API instead. Much nicer to just load an image than all of the GMaps JavaScript.

ptrin
@ptrin: truth...
Kevin Brown
Ptrin, you were so right. Implemented in less than 5 minutes. Great.
Kevin Brown
A: 

if you want to drawing library you can use Processing.js Library

sundowatch