var GoogleMapSearch=function() {
GoogleMapSearch.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
GoogleMapSearch.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return GoogleMapSearch._staticInstance.get_path();},
GetGoogleLocationsSearch:function(zipCode,stateAbbr,radius,areaOfStudyID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGoogleLocationsSearch',false,{zipCode:zipCode,stateAbbr:stateAbbr,radius:radius,areaOfStudyID:areaOfStudyID},succeededCallback,failedCallback,userContext); }}
GoogleMapSearch.registerClass('GoogleMapSearch',Sys.Net.WebServiceProxy);
GoogleMapSearch._staticInstance = new GoogleMapSearch();
GoogleMapSearch.set_path = function(value) { GoogleMapSearch._staticInstance.set_path(value); }
GoogleMapSearch.get_path = function() { return GoogleMapSearch._staticInstance.get_path(); }
GoogleMapSearch.set_timeout = function(value) { GoogleMapSearch._staticInstance.set_timeout(value); }
GoogleMapSearch.get_timeout = function() { return GoogleMapSearch._staticInstance.get_timeout(); }
GoogleMapSearch.set_defaultUserContext = function(value) { GoogleMapSearch._staticInstance.set_defaultUserContext(value); }
GoogleMapSearch.get_defaultUserContext = function() { return GoogleMapSearch._staticInstance.get_defaultUserContext(); }
GoogleMapSearch.set_defaultSucceededCallback = function(value) { GoogleMapSearch._staticInstance.set_defaultSucceededCallback(value); }
GoogleMapSearch.get_defaultSucceededCallback = function() { return GoogleMapSearch._staticInstance.get_defaultSucceededCallback(); }
GoogleMapSearch.set_defaultFailedCallback = function(value) { GoogleMapSearch._staticInstance.set_defaultFailedCallback(value); }
GoogleMapSearch.get_defaultFailedCallback = function() { return GoogleMapSearch._staticInstance.get_defaultFailedCallback(); }
GoogleMapSearch.set_enableJsonp = function(value) { GoogleMapSearch._staticInstance.set_enableJsonp(value); }
GoogleMapSearch.get_enableJsonp = function() { return GoogleMapSearch._staticInstance.get_enableJsonp(); }
GoogleMapSearch.set_jsonpCallbackParameter = function(value) { GoogleMapSearch._staticInstance.set_jsonpCallbackParameter(value); }
GoogleMapSearch.get_jsonpCallbackParameter = function() { return GoogleMapSearch._staticInstance.get_jsonpCallbackParameter(); }
GoogleMapSearch.set_path("/web-services/GoogleMapSearch.asmx");
GoogleMapSearch.GetGoogleLocationsSearch= function(zipCode,stateAbbr,radius,areaOfStudyID,onSuccess,onFailed,userContext) {GoogleMapSearch._staticInstance.GetGoogleLocationsSearch(zipCode,stateAbbr,radius,areaOfStudyID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(MapCampusLocations) === 'undefined') {
var MapCampusLocations=gtc("MapCampusLocations");
MapCampusLocations.registerClass('MapCampusLocations');
}

