Google Maps
Found a nifty little script that allows you to port the Google Maps feature into your site. Still trying to figure out how to make it show a specified location.
- Since it requires content with javascript, I would recommend creating a 'Raw format' input format with no filter. Go to administer » input formats and add a new input format, I name mine 'Raw'.
- Next, get the Chouser's Google Maps EZ javascript. See attachment below of this blog for the file.
- Request a free key for the Google Maps API.
-
Create a block/node and insert the following code:
<script src="http://maps.google.com/maps?file=api&v=1 &key=yourgoogleapikey" type="text/javascript"> </script> <script src="http://yoursite.com/gmapez.js" type="text/javascript"> </script> <div class="GMapEZ" style="width: 300px; height: 300px;"> </div>
- More customization can be done following these example snippets.
MADLaker – Sat, 2005 – 08 – 20 01:16
add new comment – printer friendly version – 1026 reads

Recent comments
1 hour 29 min ago
1 hour 47 min ago
2 hours 4 min ago
2 hours 22 min ago
2 hours 39 min ago
2 hours 57 min ago
3 hours 14 min ago
3 hours 31 min ago
3 hours 49 min ago
4 hours 6 min ago