if(typeof StationWebsites == "undefined") StationWebsites={};
if(typeof StationWebsites.StationLocator_IFrame_class == "undefined") StationWebsites.StationLocator_IFrame_class={};
StationWebsites.StationLocator_IFrame_class = function() {};
Object.extend(StationWebsites.StationLocator_IFrame_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	initGus: function(iZoom, dCenterX, dCenterY) {
		return this.invoke("initGus", {"iZoom":iZoom, "dCenterX":dCenterX, "dCenterY":dCenterY}, this.initGus.getArguments().slice(3));
	},
	getStateCenterPoint: function(stateCode) {
		return this.invoke("getStateCenterPoint", {"stateCode":stateCode}, this.getStateCenterPoint.getArguments().slice(1));
	},
	gusV2: function(iZoom, dMinX, dMaxX, dMinY, dMaxY, dCenterX, dCenterY, AmenityFilters) {
		return this.invoke("gusV2", {"iZoom":iZoom, "dMinX":dMinX, "dMaxX":dMaxX, "dMinY":dMinY, "dMaxY":dMaxY, "dCenterX":dCenterX, "dCenterY":dCenterY, "AmenityFilters":AmenityFilters}, this.gusV2.getArguments().slice(8));
	},
	gus: function(iZoom, dMinX, dMaxX, dMinY, dMaxY, dCenterX, dCenterY) {
		return this.invoke("gus", {"iZoom":iZoom, "dMinX":dMinX, "dMaxX":dMaxX, "dMinY":dMinY, "dMaxY":dMaxY, "dCenterX":dCenterX, "dCenterY":dCenterY}, this.gus.getArguments().slice(7));
	},
	GetSearchSuggestions: function(searchText) {
		return this.invoke("GetSearchSuggestions", {"searchText":searchText}, this.GetSearchSuggestions.getArguments().slice(1));
	},
	url: '/ajaxpro/StationWebsites.StationLocator_IFrame,StationWebsites.ashx'
}));
StationWebsites.StationLocator_IFrame = new StationWebsites.StationLocator_IFrame_class();


