function drawLocation(locationid, lat, lon) {
	for(var shape in cbpolyItems[locationid]) {
		map.addOverlay(cbpolyItems[locationid][shape]['polyitem'].getPolygon());
	}
	map.zoomToBounds(cbpolyItems[locationid][0]['polyitem'].getBounds());
	/*center = new CM.LatLng(lat, lon);
	map.setCenter(new CM.LatLng(lat, lon));*/
}
