if(typeof GoogleMapSearch == "undefined") GoogleMapSearch={};
if(typeof GoogleMapSearch.ClubData_class == "undefined") GoogleMapSearch.ClubData_class={};
GoogleMapSearch.ClubData_class = function() {};
Object.extend(GoogleMapSearch.ClubData_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FindClubs: function(PointSWLat, PointSWLong, PointNELat, PointNELong) {
		return this.invoke("FindClubs", {"PointSWLat":PointSWLat, "PointSWLong":PointSWLong, "PointNELat":PointNELat, "PointNELong":PointNELong}, this.FindClubs.getArguments().slice(4));
	},
	url: '/ajaxpro/Aspacts.Websites.KNHB.ContentControls.Documents.Forms.GoogleMapSearch+ClubData,Aspacts.Websites.KNHB.ashx'
}));
GoogleMapSearch.ClubData = new GoogleMapSearch.ClubData_class();


