// JavaScript Document
var iconData = {
  "osc_marker": { width: 33, height: 30 },
  "osc_marker_shadow": { width: 36, height: 33 }
};

var officeLayer = [
  {
    "zoom": [5, 17],
    "places": [
      {
        "name": "Ontario Science Centre",
        "icon": ["osc_marker", "osc_marker_shadow"],
        "posn": [43.716896, -79.337540],
		"info": "Eglington and Don Mills<br />770 rue Don Mills <br />Toronto, ON M3C 1T3"
      },
	  {
        "name": "Best Western Executive Inn ",
        "posn": [43.782558, -79.238029],
		"info": "Intersection : Highway 401 et Markham Road<br /> 38 Estate Drive<br /> Toronto, ON M1H 2Z1"
	  },
	  {
        "name": "Best Western Parkway Toronto North",
        "posn": [43.847740, -79.383720],
		"info": "Intersection : Highway 7 et Leslie (coin nord-est)<br /> 600 Highway 7 East<br /> Richmond Hill ON L4B 1B2"
      },
	  {
        "name": "Best Western Roehampton Hotel & Suites",
        "posn": [43.723599,-79.326611],
		"info": "Intersection : Mount Pleasant et Eglinton<br /> 808 Mount Pleasant Road<br /> Toronto ON M4P 2L2"
	  },
	  {
        "name": "Comfort Inn Toronto Northeast",
        "posn": [43.845909, -79.357185],
		"info": "Intersection : Highway 7 et Woodbine<br /> 8330 Woodbine Avenue<br /> Markham ON L3R 2N8"
      },	  
	  {
        "name": "Days Hotel & Conference Centre",
        "posn": [43.661419, -79.381401],
		"info": "Intersection : Yonge et Carlton<br /> 30 Carlton Street<br /> Toronto ON M5B 2E9"
	  },
	  {
        "name": "Delta Markham",
        "posn": [43.847462, -79.363945],
		"info": "Intersection : Highway 7 et 404<br /> 50 East Valhalla Drive<br /> Markham ON L3R 0A3"
	  },
	  {
        "name": "Delta Toronto East",
        "posn": [43.776707, -79.285217],
		"info": "Intersection : Kennedy et Highway 401<br /> 2035 Kennedy Road<br /> Scarborough ON M1T 3G2"
	  },
	  {
        "name": "Hilton Garden Inn Toronto City Centre",
        "posn": [43.657322, -79.373474],
		"info": "Intersection : Jarvis et Dundas<br /> 200 Dundas Street East<br /> Toronto ON M5A 4R6"
	  },
	  {
        "name": "Hilton Suites Toronto / Markham Conference Centre & Spa",
        "posn": [43.855007, -79.333832],
		"info": "Intersection : Highway 7 et Warden Avenue (coin sud-ouest)<br /> 8500 Warden Avenue<br /> Markham ON L6G 1A5"
	  },
	  {
        "name": "Holiday Inn Express - Toronto East",
        "posn": [43.783176, -79.237259],
		"info": "Intersection : Highway 401 et Markham Road<br /> 50 Estate Drive<br /> Toronto ON M1H 2Z1"
	  },{
        "name": "Holiday Inn Hotel & Suites Toronto-Markham",
        "posn": [43.815964, -79.349052],
		"info": "Intersection : Woodbine et Steeles<br /> 7095 Woodbine Avenue<br /> Markham ON L3R 1A3"
	  },{
        "name": "Howard Johnson Hotel Toronto-Markham",
        "posn": [43.845600, -79.366394],
		"info": "Intersection : Highway 404 et Highway 7<br /> 555 Cochrane Drive<br /> Markham ON L3R 8E3"
	  },
	  {
        "name": "Howard Johnson Inn & Suites Toronto East",
        "posn": [43.767387, -79.302032],
		"info": "Intersection : Highway 401 et Warden Avenue<br /> 22 Metropolitan Road,<br /> Toronto ON M1R 2T6"
	  },
	  {
        "name": "Radisson Hotel Toronto East",
        "posn": [43.770905, -79.323181],
		"info": "Intersection : Highway 401 et Victoria Park<br /> 55 Hallcrown Place<br /> Toronto ON M2J 4R1"
	  },
	  {
        "name": "Residence Inn Toronto Downtown Entertainment District",
        "posn": [43.644974, -79.390511],
		"info": "Intersection : 255 Wellington Street West<br />Toronto, ON M5V 3P9 "
	  },
	  {
        "name": "Sheraton Parkway Toronto North Suites & Conference Centre",
        "posn": [43.845268 -79.380867],
		"info": "Intersection : Highway 7 et Leslie (coin nord-est)<br /> 600 Highway 7 East<br /> Richmond Hill ON L4B 1B2"
	  },
	  {
        "name": "Toronto Don Valley Hotel & Suites",
        "posn": [43.724148, -79.326759],
		"info": "Intersection : Don Mills et Eglinton<br /> 1250 Eglinton Avenue East <br /> Toronto ON M3C 1J3"
	  },
	  {
        "name": "Toronto Marriott Bloor Yorkville",
        "posn": [43.670868, -79.383987],
		"info": "Intersection : Bloor et Park<br /> 90 Bloor Street East<br /> Toronto ON M4W 1A7"
	  },
	  {
        "name": "Travelodge Toronto East",
        "posn": [43.788502, -79.234001],
		"info": "Intersection : Hwy 401 et Markham Rd<br />20 Milner Business Court<br />Scarborough, ON M1B 3C6"
	  },
	  {
        "name": "Westin Prince Hotel Toronto ",
        "posn": [43.755203, -79.349854],
		"info": "Intersection : Don Mills et York Mills<br /> 900 York Mills Road<br /> Toronto, ON M3B 3H2"
	  },
	  {
        "name": "Yorkland Hotel",
        "posn": [43.770828, -79.334961],
		"info": "Intersection : Highway 401 et Highway 404<br /> 185 Yorkland Blvd<br /> Toronto, ON M2J 4R2"
	  }
    ]
  }
  









];

