function mylocation(lat,lon,z)
{
	map.setCenter(new GLatLng(lat,lon),z)
}
