	function getDefaults(contesto)
	{
		// COORDINATE
		switch(contesto)
		{
			case "hotel":
				centerPoint = new GToLatLng(7.6860, 45.0708);
				break;
			case "conf":
				centerPoint = new GToLatLng(7.6860, 45.0708);
				break;
			case "tutti":
			default:
				//zoomDefault = 14;
				centerPoint = new GToLatLng(7.6860, 45.0708);
				break;
		}
		//alert(maxIteratorCoordinate + " - " + minIteratorCoordinate);
		if((latitudine!=null)&&(longitudine!=null))
			centerPoint = new GToLatLng(latitudine, longitudine)
		/*
		if(minIteratorCoordinate != 999999999)
		{
			if(minC < minIteratorCoordinate)
				minIteratorCoordinate = minC;
		}
		else
			minIteratorCoordinate = minC;
		if(maxIteratorCoordinate != -1)
		{
			if(maxC > maxIteratorCoordinate)
				maxIteratorCoordinate = maxC;
		}
		else
			maxIteratorCoordinate = maxC;
		//alert(maxIteratorCoordinate + " - " + minIteratorCoordinate);
		*/
	}
