GoogleMapAjax_class = function() {};
Object.extend(GoogleMapAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getItemsForZoneAndCategory: function(zoneId, categoryId) {
		return this.invoke("getItemsForZoneAndCategory", {"zoneId":zoneId, "categoryId":categoryId}, this.getItemsForZoneAndCategory.getArguments().slice(2));
	},
	url: '/ajaxpro/GoogleMapAjax,App_Code.ta8yvkoa.ashx'
}));
GoogleMapAjax = new GoogleMapAjax_class();

