var map1 = new MapSet('location_map');

map1.setPoints(
   [
	  {
         name     : "Times Square Theater District",
         category : 'Other Points Of Interest',
         x        : 190,
         y        : 518,
		 notes    : [
                    "Centered around Broadway and 46th Street"
                    ]
      },
	  {
         name     : "Rockefeller Center",
         category : 'Other Points Of Interest',
         x        : 280,
         y        : 462,
         notes    : [
                    "830 5th Ave",
					"Between 49th and 50th"
                    ]
      },
	  {
         name     : "Time Warner Center at Columbus Circle",
         category : 'Other Points Of Interest',
         x        : 138,
         y        : 335,
         notes    : [
                    "10 Columbus Circle",
					"Between 58th and 60th",
					"(212) 823-6000"
                    ]
      },
	  {
         name     : "Grand Central Terminal",
         category : 'Other Points Of Interest',
         x        : 345,
         y        : 560,
         notes    : [
                    "101 East 42nd Street",
					"At Park Ave",
					"(212) 340-2583"
                    ]
      },
	  {
         name     : "Port Authority",
         category : 'Other Points Of Interest',
         x        : 140,
         y        : 580,
         notes    : [
					"625 8th Ave",
					"Between 40th and 41st",
					"(212) 502-2504"
                    ]
      },
	  {
         name     : "Museum of Modern Art",
         category : 'Museum',
         x        : 277,
         y        : 417,
         notes    : [
                    "11 W 53rd Street",
					"Between 5th and 6th Ave",
					"(212) 708-9400"
                    ]
      },
	  {
         name     : "Metropolitan Museum of Art",
         category : 'Museum',
         x        : 280,
         y        : 10,
         notes    : [
                    "1000 Fifth Ave",
					"Between 82nd and 83rd",
					"(212) 535-7710"
                    ]
      },
	  {
         name     : "Guggenheim Museum",
         category : 'Museum',
         x        : 293,
         y        : 0,
         notes    : [
                    "1071 5th Ave",
					"Between 88th and 89th (Not on map)",
					"(212) 423-3500"
                    ]
      },
	  {
		 name	  : "Whitney Museum of American Art",
		 category : "Museum",
		 x		  : 325,
		 y		  : 120,
		 notes	  : [
					"945 Madison Ave",
					"Between 74th and 75th",
					"(212) 570-3600"
					]
	  },
	  {
         name     : "Lincoln Center for the Performing Arts",
         category : 'Cultural',
         x        : 74,
         y        : 266,
         notes    : [
                    "132 W 65th Street",
					"Between Columbus and Amsterdam Ave",
					"(212) 874-9021"
                    ]
      },
	  {
         name     : "Frick Collection",
         category : 'Museum',
         x        : 298,
         y        : 180,
         notes    : [
                    "1 E 70th Street",
					"Between Madison and 5th Ave",
					"(212) 288-0700"
                    ]
      },
	  {
         name     : "American Museum of Natural History",
         category : 'Museum',
         x        : 145,
         y        : 60,
         notes    : [
                    "79 Central Park W",
					"Between 77th and 81st",
					"(212) 769-5100"
                    ]
      },
	  {
         name     : "Carnegie Hall",
         category : 'Cultural',
         x        : 206,
         y        : 374,
         notes    : [
                    "154 West 57th Street",
					"Between 6th and 7th Ave",
					"(212) 247-7800"
                    ]
      },
	  {
         name     : "Radio City Music Hall",
         category : 'Other Points Of Interest',
         x        : 246,
         y        : 454,
         notes    : [
                    "1260 Avenue of the Americas",
					"Between 50th and 51st",
					"(212) 247-4777"
                    ]
      },
	  {
         name     : "Central Park Zoo",
         category : 'Museum',
         x        : 288,
         y        : 256,
         notes    : [
                    "830 5th Ave",
					"Between 64th and 65th",
					"(212) 439-6500"
                    ]
      },
	  {
         name     : "Barneys",
         category : 'Shopping',
         x        : 305,
         y        : 309,
         notes    : [
                    "660 Madison Ave",
					"Between 60th and 61st",
					"(212) 826-8900"
                    ]
      },
	  {
         name     : "Bergdorf Goodman",
         category : 'Shopping',
         x        : 290,
         y        : 350,
         notes    : [
                    "754 5th Ave",
					"Between 57th and 58th",
					"(212) 753-7300"
                    ]
      },
	  {
         name     : "Bloomingdale's",
         category : 'Shopping',
         x        : 390,
         y        : 330,
         notes    : [
                    "1000 3rd Ave",
					"Between 59th and 60th",
					"(212) 705-2000"
                    ]
      },
	  {
         name     : "Saks Fifth Avenue",
         category : 'Shopping',
         x        : 280,
         y        : 480,
         notes    : [
                    "611 5th Ave",
					"Between 48th and 49th",
					"(212) 753-4000"
                    ]
      },
	  {
         name     : "Tiffany",
         category : 'Shopping',
         x        : 313,
         y        : 358,
         notes    : [
                    "600 Madison Ave # 5",
					"Between 57th and 58th",
					"(212) 755-8000"
                    ]
      }
   ]
);

MapSet.debug = false;
//map1.setShowMapKey(false);
MapSet.autoLoad();

