function gxMap()
{
	this.OverView_Control;
	this.Small_Zoom_Control;
	this.Large_Control;
	this.OpenLinksInNewWindow;
	this.Small_Control;
	this.Type_Control;
	this.Scale_Control;
	this.GxMap;
	this.getlatitude;
	this.getlongitude;
	this.getIcon;
	this.Onclick;
	this.Clear_Overlay;
	this.Icon;
	this.OpenLinksInNewWindow;
	this.Title;
	this.Width;
	this.Height;
	this.Provider;
	this.AccessKey;
	this.Type;
	this.City;
	this.Latitude;
	this.Longitude;
	this.Precision;

	// Databinding for property GxMap
	this.SetData = function(data)
	{
		///UserCodeRegionStart:[SetData] (do not remove this comment.)
        this.GoogleMap = data;
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		///UserCodeRegionEnd: (do not remove this comment.)
	}

	// Databinding for property GxMap
	this.GetData = function()
	{
		///UserCodeRegionStart:[GetData] (do not remove this comment.)
        return(GxMap);
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		///UserCodeRegionEnd: (do not remove this comment.)
	}

	this.show = function()
	{
		///UserCodeRegionStart:[show] (do not remove this comment.)
        switch(this.Provider)
        {   
            case PROVIDER_GOOGLE:
                GoogleShow(this);
                break;
            case PROVIDER_YAHOO:
                YahooShow(this);
                break;
        }
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		///UserCodeRegionEnd: (do not remove this comment.)
	}
	///UserCodeRegionStart:[User Functions] (do not remove this comment.)


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	///UserCodeRegionEnd: (do not remove this comment.):
}

