var iconData = {
  "us": { width: 24, height: 14 },
  "ca": { width: 24, height: 14 },
  "flag-shadow": { width: 40, height: 30 },
  "house": { width: 32, height: 32 },
  "house-shadow": { width: 59, height: 32 },
  "headquarters": { width: 32, height: 32 },
  "headquarters-shadow": { width: 59, height: 32 }
};

var officeLayer = [
  {
    "zoom": [0, 17],
    "places": [
      {
        "name": "Getränkehaus Krause Ges.m.b.H",
        "posn": [48.275853, 16.479256]
			},
      {
        "name": "Del Fabro GmbH",
        "posn": [48.227875, 16.381302]
      },
		  {
        "name": "Legro HandelsGmbH",
        "posn": [47.219801,15.622387]
      },
	    {
        "name": "Baumi`s Getränkeservice",
        "posn": [48.09356,14.790902]				
      },
			{
        "name": "Kolarik & Leeb GmbH",
        "posn": [48.187599, 16.416305]
      },
			{
        "name": "Ottakringer Shop",
        "posn": [48.213339, 16.322036]
      },
			{
        "name": "SHINE! Getränke GMBH Büro Wien",
        "posn": [48.191869, 16.356733]
      },
			{
        "name": "Josef Summer`s Erben Weinkellerei GmbH",
        "posn": [47.308420, 9.648596]
      }			
     ]
  }
];
