var iconData = {
  "alpenhof": { width: 50, height: 34 },
  "flag-shadow": { width: 40, height: 30 },
};

var officeLayer = [
  {
    "zoom": [0, 3],
    "places": [
      {
        "name": "Hotel Alpenhof ****s Hintertux",
        "icon": ["alpenhof", "flag-shadow"],
        "posn": [47.115839, 11.684057]
      },
    ]
  },
  {
    "zoom": [4, 6],
    "places": [
			         {
        "name": "Hotel Alpenhof ****s Hintertux",
        "icon": ["alpenhof", "flag-shadow"],
        "posn": [47.115839, 11.684057]
      },
			   
    ]
  },
  {
    "zoom": [7, 17],
    "places": [
			         {
        "name": "Hotel Alpenhof ****s Hintertux",
		"icon": ["alpenhof", "flag-shadow"],
        "posn": [47.115839, 11.684057]
      },
			   
    ]
  }
];


