Ankhaa - 2009-01-19

Now i'm showing google map as image in mobile page like this:

<img src="http://maps.google.com/staticmap?center=<{$item.latitude}>,<{$item.longtitude}>&amp;zoom=17&amp;maptype=mobile&amp;size=230x200&amp;markers=<{$item.latitude}>,<{$item.longtitude}>,blued&amp;key=<{$google_apikey}>" width="230" height="200" alt="map" />

Is there any way to show map not as image in mobile page? for example usuall web page displays it on div element using javascript.

Thanks.