var iconData = {
  "kp": { width: 32, height: 32 },
  "wyncrest": { width: 32, height: 32 },
  "maplogoshadow": { width: 59, height: 32 }
};

var officeLayer = [
  {
    "zoom": [9, 17],
    "places": [
      {
        "name": "Wyncrest",
        "icon": ["wyncrest", "maplogoshadow"],
        "posn": [39.548761, -86.172938]
      },
      {
        "name": "Kerrington Proper",
        "icon": ["kp", "maplogoshadow"],
        "posn": [39.544983, -86.208303]
      },
     ]
  },
];

