 

if (GBrowserIsCompatible())
{
	function CreateMap(xCenter,yCenter,zZoom)
	{
		try
		{
			SetMapAndIconProperties(xCenter,yCenter,zZoom);
			//DrawMap();
		}
		catch(e)
		{
			//
		}
	}
}
