var map;
function gm_load() {
	if (GBrowserIsCompatible()) {
		map = new GMap2(document.getElementById("google_map"));
		map.setCenter(new GLatLng(47.499112, 19.043941), 11);
		map.addControl(new GSmallMapControl());
		map.addControl(new GMapTypeControl());
	}
	getHelysegList(5, document.getElementById('ingatlan_varos_id'), document.getElementById('ingatlan_varosresz_id'));
	getUjepList(1, true);
}
