var iconData = {
  "map_bmw": { width: 27, height: 27 },
  "map_sopruse": { width: 24, height: 40 },
  "map_vari": { width: 65, height: 55 },
  "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": "Sopruse Tehnopark",
        "icon": ["map_sopruse", "map_vari"],
        "posn": [59.381388888889, 24.850555555556]
      },
    ]
  },
  {
    "zoom": [7, 17],
    "places": [
      {
        "name": "BMW keskus",
        "icon": ["map_bmw", "flag-shadow"],
        "posn": [40, -97]
      },
    ]
  }
];


