function initialize() {
	if (GBrowserIsCompatible() && document.getElementById("map_canvas")) {
		var map = new GMap2(document.getElementById("map_canvas"));
		map.setCenter(new GLatLng(37.4419, -122.1419), 13);
		map.setUIToDefault();
	}
}
