function lookAt(thisLat, thisLon) {
	var lookAtLocation = new GLatLng(thisLat,thisLon);
	map.setCenter(lookAtLocation, 18);
}

