Omg, this is so much fun! Google Maps has a complete API to implement a map on your site, customized to your very own needs.
It’s quite simple, all you need to do is create a div-element and add some JavaScript, basically all that’s needed is this:
- var map = new GMap2(document.getElementById("map"));
A bit more in depth tutorial can be found at the API docs website (listed below).
- API documentation: http://www.google.com/apis/maps/documentation/
- My first test: http://blog.ansuz.nl/tests/google/maps01.html