var iconData = {
  "us": { width: 24, height: 14 },
  "ca": { width: 24, height: 14 },
  "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 },
  "nyc-retail-space-for-rent": { width: 30, height: 27 }
};

var officeLayer = [
  {
    "zoom": [7, 17],
    "places": [
      {
        "name": "Seventh Avenue & W 48th Street - $ 600/SF - 1,000 SF",
        "posn": [40.759846, -73.984197],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "Broadway & 41st Street - $ 300/SF - 1,935 SF",
        "posn": [40.755246, -73.986311],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "W 39th Street & Sixth Avenue $ 175/SF - 2,800 SF",
        "posn": [40.753044, -73.985603],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "Sixth Avenue & W 37th Street - $ 129/ SF - 3,250 SF",
        "posn": [40.751646, -73.986740],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "W 46th Street & Fifth Avenue $ 135/SF - 3000 SF",
        "posn": [40.756782, -73.980088],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "Fifth Avenue & E 37th Street - $ 250/SF - 1,150-4,000 SF",
        "posn": [40.750126, -73.983071],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "Fifth Avenue & E 37th Street - $ 170/SF - 1,850 SF",
        "posn": [40.750272, -73.983307],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "W 33rd Street& Broadway - $ 106/SF - 2838 SF",
        "posn": [40.748639, -73.986869],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "W 42nd Street & Ninth Avenue - $ 200 - 1,227 SF",
        "posn": [40.758156, -73.992158],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "W 45th Street & Fifth Avenue - $ 109/SF - 2,200 SF",
        "posn": [40.756059, -73.980407],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "Eighth Avenue & W 50th Street - $ 150/SF - 1,387 SF",
        "posn": [40.762284, -73.986290],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "E 44th Street & Fifth Avenue - $ 73.17/SF - 1900 SF",
        "posn": [40.754287, -73.979219],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "Broadway & W 38th Street - $ 100/SF - 1188 SF",
        "posn": [40.753133, -73.987116],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "W 44th Street & Sixth avenue - $ 50/SF - 1,685 SF",
        "posn": [40.755206, -73.982277],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "Broadway & W 37th Street - $ 137/SF - 525 SF",
        "posn": [40.752304, -73.986944],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "Broadway & W 40 Street - $ 45/SF - 500 SF",
        "posn": [40.754474, -73.986558],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "Eighth Avenue & W 38th Street - $ 300/SF - 1,935 SF",
        "posn": [40.754848, -73.991311],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "Seventh Avenue & W 49th Street -2,512 SF",
        "posn": [40.760261, -73.984090],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "W 49th Street & Eighth Avenue - 2,500 SF",
        "posn": [40.761528, -73.985517],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "W 40th Street & Third Avenue - 2,000 SF",
        "posn": [40.749443, -73.975271],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "W 41th Street & Seventh Avenue - 1,802-5,900 SF",
        "posn": [40.755929, -73.988789],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "W 38th Street & Seventh Avenue - 1,378 SF",
        "posn": [40.753300, -73.987837],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      },
      {
        "name": "Ninth Avenue & W 44th Street - 900 SF",
        "posn": [40.759399,  -73.991750],"icon": ["nyc-retail-space-for-rent", "flag-shadow"]
      }
    ]
  }
];