jQuery $.goMap plugin helps you add google maps to you web site. This plugin use javascript google maps api v3.
HTML
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="https://github.com/pittss/goMap/raw/master/js/jquery.gomap-1.3.2.min.js"></script>
<style>
#map {
width:700px;
height:400px;
}
</style>
javascript
$(function() {
$("#map").goMap();
});
Originaly developed by pittss (Jevgenijs Shtrauss). www.pittss.lv