if(typeof GasBuddy_ASPX == "undefined") GasBuddy_ASPX={};
if(typeof GasBuddy_ASPX.StationSuggestions == "undefined") GasBuddy_ASPX.StationSuggestions={};
GasBuddy_ASPX.StationSuggestions_class = function() {};
Object.extend(GasBuddy_ASPX.StationSuggestions_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAddresses: function(state, city, station_nm, address) {
		return this.invoke("GetAddresses", {"state":state, "city":city, "station_nm":station_nm, "address":address}, this.GetAddresses.getArguments().slice(4));
	},
	url: '/ajaxpro/GasBuddy_ASPX.StationSuggestions,GasBuddy_ASPX.ashx'
}));
GasBuddy_ASPX.StationSuggestions = new GasBuddy_ASPX.StationSuggestions_class();

