The Google Maps API lets you embed Google Maps in your own web pages with JavaScript. The API provides a number of utilities for manipulating maps (just like on the http://maps.google.com web page) and adding content to the map through a variety of services, allowing you to create robust maps applications on your website.
What is gMap? gMap is a lightweight jQuery plugin that helps you embed Google Maps into your website. With only 2 KB in size it is very flexible and highly customizable. Simple map with marker Displays a simple map with controls and adds one marker. The viewport gets centered automatically. $("#map1").gMap({ markers: [{ latitude: 37.494177, longitude: 127.087176 }] }); Different map type Changes..
The Google Maps API lets you embed Google Maps in your own web pages with JavaScript. The API provides a number of utilities for manipulating maps (just like on the http://maps.google.com web page) and adding content to the map through a variety of services, allowing you to create robust maps applications on your website. How Do I Start? Sign up for a Google Maps API key. Read the Maps API Devel..