Add Google map on your page
Add Google map on your page
Hi,
have look at the follownig code . it adds
Google map on the page . Its easy . The are
other google map libraries available for additional features….(Click here)..
<script src="http://maps.google.com/maps?file=api&v=4
type="text/javascript"></script>
<script type="text/javascript">
function initialize() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map_canvas"));
map.setCenter(new GLatLng(37.4419, -122.1419), 15);
var show= GMap2.getInfoWindow();
show.show();
}
}
</script>
Reference: Add Google map