var iconData = {
  "us": { width: 24, height: 14 },
  "ca": { width: 24, height: 14 },
  "mm_20_red": { width: 12, height: 20 },
  "mm_20_red-shadow": { width: 12, height: 20 },
  "mm_20_yellow": { width: 12, height: 20 },
  "mm_20_yellow-shadow": { width: 12, height: 20 },
  "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, 7],
    "places": [
      {
        "name": "Showroom Milano",
        "icon": ["house", "house-shadow"],
        "posn": [45.468945, 9.181030]
      },
      {
        "name": "Showroom Legnano",
        "icon": ["house", "house-shadow"],
        "posn": [45.60647, 8.92542]
      },
    ]
  },
  {
    "zoom": [8, 17],
    "places": [
      
     {
        "name": "Showroom Milano",
        "icon": ["mm_20_red", "mm_20_red-shadow"],
        "posn": [45.468945, 9.181030]
      },
      {
        "name": "Showroom Legnano",
        "icon": ["mm_20_yellow", "mm_20_yellow-shadow"],
        "posn": [45.60647, 8.92542]
      },
    ]
  }
];

