if(typeof GoogleMap == "undefined") GoogleMap={};
GoogleMap_class = function() {};
Object.extend(GoogleMap_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	display: function(oArgs) {
		return this.invoke("display", {"oArgs":oArgs}, this.display.getArguments().slice(1));
	},
	url: '/ajaxpro/com.passalong.ontour.GoogleMap+Ajax,com.passalong.ontour.ashx'
}));
GoogleMap = new GoogleMap_class();

