var iconData = {
  "us": { width: 24, height: 14 },
  "ca": { width: 24, height: 14 },
  "in": { width: 25, height: 15 },
  "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 },
  "mm_20_green": { width: 12, height: 20 },
  "mm_20_ochre": { width: 12, height: 20 },
  "mm_20_shadow": { width: 22, height: 20 },
};

var ashramLayers = [
  {
    "zoom": [0, 3],
    "places": [
      {
        "name": "US Locations (4 Ashrams, 3 others)",
        "icon": ["us", "flag-shadow"],
        "posn": [38, -97],
        "addr": ["(zoom in to view locations)",""]
      },
      {
        "name": "Canada Locations (1 Ashram, 3 others)",
        "icon": ["ca", "flag-shadow"],
        "posn": [58, -101],
        "addr": ["(zoom in to view locations)",""]
      },
      {
        "name": "India Locations (57 Ashrams)",
        "icon": ["in", "flag-shadow"],
        "posn": [21, 79],
        "addr": ["(zoom in to view locations)",""]
      }
    ]
  },
  {
    "zoom": [4, 17],
    "places": [
      {
        "name": "Head Office",
        "icon": ["headquarters", "headquarters-shadow"],
        "posn": [22.5175, 88.3528],
        "addr": ["211 Rash Behari Ave", "Ballygunge, Kolkata 7000019"]
      },
      {
        "name": "Swami Pranavananda Marg",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [28.5658, 77.2567],
        "addr": ["Srinivaspuri, New Delhi 110065", "DL, INDIA"]
      }
    ]
  },
  {
    "zoom": [4, 15],
    "places": [
      {
        "name": "Wazirpur",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [28.464, 77.019],
        "addr": ["Gurgaon, Haryana", "HR, INDIA"]
      },
      {
        "name": "Navrangpura",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [23.0373, 72.5660],
        "addr": ["Ahmedabad -9, Gujarat", "GJ, INDIA"]
      },
      {
        "name": "93, Tularam Bag",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [25.438, 81.812],
        "addr": ["Allahabad -6, Uttar Pradesh", "UP, INDIA"]
      },
      {
        "name": "Aurangabad",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [19.890, 75.321],
        "addr": ["Dist. Murshidabad, W.B", "WB, INDIA"]
      },
      {
        "name": "Badrinath",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [30.735, 79.483],
        "addr": ["Dist. Chamoli UA", "UA, INDIA"]
      },
      {
        "name": "Balurghat",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [25.224, 88.775],
        "addr": ["Dist. South Dinajpur, W.B", "WB, INDIA"]
      },
      {
        "name": "Pranavanandapally",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [23.234, 87.076],
        "addr": ["Dist. Bankura, W.B.", "WB, INDIA"]
      },
      {
        "name": "Beldanga",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [23.936, 88.251],
        "addr": ["Dist. Murshidabad, W.B", "WB, INDIA"]
      },
      {
        "name": "Beharampur",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [24.104, 88.254],
        "addr": ["Dist. Murshidabad, W.B", "WB, INDIA"]
      },
      {
        "name": "N-2-153 Habibganj",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [23.22, 77.45],
        "addr": ["Bhopal, M.P", "MP, INDIA"]
      },
      {
        "name": "Chota Nilpur",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [23.23, 87.86],
        "addr": ["Bardhaman, W.B", "WB, INDIA"]
      },
      {
        "name": "Chennai",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [13.06, 80.25],
        "addr": ["Tamilnadu", "TN, INDIA"]
      },
      {
        "name": "Dokra",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [22.42, 87.32],
        "addr": ["Dist. Midnapore, W.B.", "WB, INDIA"]
      },
      {
        "name": "Diamond Harbour",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [22.19, 88.19],
        "addr": ["Dist. South 24 Parganas, W.B.", "WB, INDIA"]
      },
      {
        "name": "Dediya Para",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [20.95, 72.92],
        "addr": ["Dist. Navsari, Gujrat", "GJ, INDIA"]
      },
      {
        "name": "Chaitanya Avenue, Durgapur",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [26.03, 89.40],
        "addr": ["Dist. Burdwan, W.B.", "WB, INDIA"]
      },
      {
        "name": "Station Road, Dwaraka",
        "icon": ["mm_20_ochre", "mm_20_shadow"],
        "posn": [22.25, 68.98],
        "addr": ["Gujarat", "GJ, INDIA"]
      }
    ]
  }
];

