var iconData = {
  "za": { width: 24, height: 14 },
  "flag-shadow": { width: 40, height: 30 },
  "na": { width: 24, height: 14 },
  "flag-shadow": { width: 40, height: 30 },
  "bo": { width: 24, height: 14 },
  "flag-shadow": { width: 40, height: 30 },
  "zi": { width: 24, height: 14 },
  "flag-shadow": { width: 40, height: 30 },
  "mo": { width: 24, height: 14 },
  "flag-shadow": { width: 40, height: 30 },
  "ge": { width: 24, height: 14 },
  "flag-shadow": { width: 40, height: 30 },
  "uk": { width: 24, height: 14 },
  "flag-shadow": { width: 40, height: 30 },  
  "au": { width: 24, height: 14 },
  "flag-shadow": { width: 40, height: 30 },  
  "nz": { width: 24, height: 14 },
  "flag-shadow": { width: 40, height: 30 },    
  "building": { width: 32, height: 32 },
  "building-shadow": { width: 59, height: 32 },
  "region": { width: 32, height: 32 },
  "region-shadow": { width: 59, height: 32 },
  "shadow": { width: 59, height: 32 },
  "cycling": { width: 59, height: 32 },
  "soccer": { width: 59, height: 32 },
  "golf": { width: 32, height: 32 }
};

var officeLayer = [
  {
    "zoom": [0, 3],
    "places": [
	  {
		"name": "Zoom in to see all the	South Africa Activities",
		"icon": ["za", "flag-shadow"],
		"posn": [-29, 25],
		"html": "Zoom in to see all the	South Africa Activities"
	  },
//	  {
//		"name": "Zoom in to see all the	Namibia Activities",
//		"icon": ["na", "flag-shadow"],
//		"posn": [-21, 15]
//	  },
//	  {
//		"name": "Zoom in to see all the	Botswana Activities",
//		"icon": ["bo", "flag-shadow"],
//		"posn": [-22, 22]
//	  },
//	  {
//		"name": "Zoom in to see all the	Zimbabwe Activities",
//		"icon": ["zi", "flag-shadow"],
//		"posn": [-18, 29]
//	  },
//	  {
//		"name": "Zoom in to see all the	Mozambique Activities",
//		"icon": ["mo", "flag-shadow"],
//		"posn": [-17, 35]
//	  },
//	  {
//		"name": "Zoom in to see all the	Germany Activities",
//		"icon": ["ge", "flag-shadow"],
//		"posn": [51, 9]
//	  },
	  {
		"name": "Zoom in to see all the	United Kingdom Activities",
		"icon": ["uk", "flag-shadow"],
		"posn": [54, -2]
	  },
	  {
		"name": "Zoom in to see all the	Australia Activities",
		"icon": ["au", "flag-shadow"],
		"posn": [-24, 132]
	  },
	  {
		"name": "Zoom in to see all the	New Zealand Activities",
		"icon": ["nz", "flag-shadow"],
		"posn": [-42, 172]
	  },	  
    ]
  },
  {
    "zoom": [4, 6],
    "places": [
 	  {
	    "name": "Zoom in to see all Western Cape Activities",
		"icon": ["region", "region-shadow"],
		"posn": [-33.394148, 19.643555],
		"html": "Zoom in to see all the	Western Cape Activities"
	  },
	   	  {
	    "name": "Zoom in to see all Northern Cape Activities",
		"icon": ["region", "region-shadow"],
		"posn": [-29.496350, 20.961914],
		"html": "Zoom in to see all the	Northern Cape Activities"
	  },
	   	  {
	    "name": "Zoom in to see all Gauteng Activities",
		"icon": ["region", "region-shadow"],
		"posn": [-25.799232, 28.256836],
		"html": "Zoom in to see all the	Gauteng Activities"
	  },
	   	  {
	    "name": "Zoom in to see all Kwazulu-Natal Activities",
		"icon": ["region", "region-shadow"],
		"posn": [-28.844032, 30.410156],
		"html": "Zoom in to see all the	Kwazulu-Natal Activities"
	  },
	   	  {
	    "name": "Zoom in to see all Limpopo Activities",
		"icon": ["region", "region-shadow"],
		"posn": [-23.844980, 29.443359],
		"html": "Zoom in to see all the	Limpopo Activities"
	  },
	   	  {
	    "name": "Zoom in to see all Mpumalanga Activities",
		"icon": ["region", "region-shadow"],
		"posn": [-25.996892, 29.838867],
		"html": "Zoom in to see all the	Mpumalanga Activities"
	  },
	   	  {
	    "name": "Zoom in to see all Free State Activities",
		"icon": ["region", "region-shadow"],
		"posn": [-28.458389, 26.630859],
		"html": "Zoom in to see all the	Free State Activities"
	  },
	   	  {
	    "name": "Zoom in to see all North West Activities",
		"icon": ["region", "region-shadow"],
		"posn": [-26.273057, 25.488281],
		"html": "Zoom in to see all the	North West Activities"
	  },
	   	  {
	    "name": "Zoom in to see all Eastern Cape Activities",
		"icon": ["region", "region-shadow"],
		"posn": [-32.212182, 26.279297],
		"html": "Zoom in to see all the	Eastern Cape Activities"
	  },
    ]
  },
  {
    "zoom": [7, 17],
    "places": [
	  {
    "name": "Running - Paul",
	"icon": ["running", "shadow"],
//	"icon": ["", "shadow"],
	"posn": [-34.47154,17.57813],
	"html": "<b><font size=3>Paul Group</font></b></br><font size=2>No of Members: </font></br><font size=2>Sample Group for Sample Data</font></br><font size=2>Login to join this group!</font>"
	},
	 ]
  }
];
