var iconData = {
  "de": { width: 16, height: 11 },
  "it": { width: 16, height: 11 },
  "flag-shadow": { width: 16, height: 11 },
  "ico-logo32": { width: 32, height: 32 },
  "ico-logo16": { width: 16, height: 16 },
  "house-shadow": { width: 59, height: 32 },
  "headquarters": { width: 32, height: 32 },
  "headquarters-shadow": { width: 59, height: 32 }
};

var officeLayer = [
  {
    "zoom": [0, 4],
    "places": [
      /*{
        "name": "USA Offices",
        "icon": ["us", "flag-shadow"],
        "posn": [40, -97]
      },
      {
        "name": "Canadian Offices",
        "icon": ["it", "flag-shadow"],
        "posn": [58, -101]
      },
      {
        "name": "ARAG Allgemeine Rechtsschutz-Versicherungs-AG",
        "icon": ["de", "flag-shadow"],
        "posn": [50, 10]
      },*/
      {
        "name": "Arag Assicurazioni Spa",
        "icon": ["it", "flag-shadow"],
        "posn": [42, 13]
      },
    ]
  },
  {
    "zoom": [5, 11],
    "places": [
      /*{
        "name": "ARAG Allgemeine Rechtsschutz-Versicherungs-AG",
        "icon": ["ico-logo32", "flag-shadow"],
        "posn": [50, 10]
      },*/
      {
        "name": "Arag Assicurazioni Spa",
        "icon": ["ico-logo32", "flag-shadow"],
        //"posn": [45.404510,10.974759]
        "posn": [45.402970,10.975084]
      },
    ]
  },
  {
    "zoom": [12, 17],
    "places": [
      /*{
        "name": "ARAG Allgemeine Rechtsschutz-Versicherungs-AG",
        "icon": ["ico-logo32", "flag-shadow"],
        "posn": [50, 10]
      },*/
      {
        "name": "Arag Assicurazioni Spa",
        "icon": ["ico-logo16", "flag-shadow"],
        "posn": [45.402970,10.975084]
      },
    ]
  }
];