Google Maps API Information
Posted on December 19, 2006
Thank you for signing up for a Google Maps API key!
Your key is:
ABQIAAAAhZQXweBgVjyxq0bA32PwNxSfJ0SMS2JydVAFvIE9fj0qp_lg-BQLyAOIWUe3SnpU6IoRwPyPg5ue2Q
This key is good for all URLs in this directory:
http://www.center101yoga.com/
Here is an example web page to get you started on your way to mapping glory:
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
type="text/javascript">
//
function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
map.setCenter(new GLatLng(37.4419, -122.1419), 13);
}
}
//]]>
Filed Under Uncategorized | Leave a Comment