var map1 = new MapSet('location_map');

map1.setPoints(
   [
	  {
         name     : "Times Square y barrio de los Teatros",
         category : 'Other Points Of Interest',
         x        : 190,
         y        : 518,
		 notes    : [
                    "centrado alrededor de Broadway y calle  46"
                    ]
      },
	  {
         name     : "Centro Rockefeller",
         category : 'Other Points Of Interest',
         x        : 280,
         y        : 462,
         notes    : [
                    "830 5th Ave",
					"entre la calle 49 y la  50"
                    ]
      },
	  {
         name     : "Time Warner Center at Columbus Circle",
         category : 'Other Points Of Interest',
         x        : 138,
         y        : 335,
         notes    : [
                    "10 Columbus Circle",
					"entre la calle 58 y la  60",
					"(212) 823-6000"
                    ]
      },
	  {
         name     : "Terminal Grand Central",
         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",
					"Entre la calle 40 y la  41",
					"(212) 502-2504"
                    ]
      },
	  {
         name     : "Museo de Arte Moderno",
         category : 'Museum',
         x        : 277,
         y        : 417,
         notes    : [
                    "11 W 53rd Street",
					"Entre la 5ta  y  6ta  Avenida",
					"(212) 708-9400"
                    ]
      },
	  {
         name     : "Museo de Arte Metropolitano",
         category : 'Museum',
         x        : 280,
         y        : 10,
         notes    : [
                    "1000 Fifth Ave",
					"Entre la calle 82 y  83",
					"(212) 535-7710"
                    ]
      },
	  {
         name     : "Museo Guggenheim",
         category : 'Museum',
         x        : 293,
         y        : 0,
         notes    : [
                    "1071 5th Ave",
					"Between 88th and 89th (No est&aacute; en el  mapa)",
					"(212) 423-3500"
                    ]
      },
	  {
		 name	  : "Museo Whitney de Arte  Americano",
		 category : "Museum",
		 x		  : 325,
		 y		  : 120,
		 notes	  : [
					"945 Madison Ave",
					"Entre la 74th and 75th",
					"(212) 570-3600"
					]
	  },
	  {
         name     : "Lincoln Center for the Performing Arts",
         category : 'Cultural',
         x        : 74,
         y        : 266,
         notes    : [
                    "132 W 65th Street",
					"Entre Columbus and Amsterdam Ave",
					"(212) 874-9021"
                    ]
      },
	  {
         name     : "Frick Collection",
         category : 'Museum',
         x        : 298,
         y        : 180,
         notes    : [
                    "1 E 70th Street",
					"Entre Madison and 5th Ave",
					"(212) 288-0700"
                    ]
      },
	  {
         name     : "Museo Americano de Historia Natural",
         category : 'Museum',
         x        : 145,
         y        : 60,
         notes    : [
                    "79 Central Park W",
					"Entre la calle 77th y  la 81st",
					"(212) 769-5100"
                    ]
      },
	  {
         name     : "Carnegie Hall",
         category : 'Cultural',
         x        : 206,
         y        : 374,
         notes    : [
                    "154 West 57th Street",
					"Entre la 6th and 7th Avenida",
					"(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     : "Zool&oacute;gico de Central Park",
         category : 'Museum',
         x        : 288,
         y        : 256,
         notes    : [
                    "830 5th Ave",
					"entre la calle 64 y la  65",
					"(212) 439-6500"
                    ]
      },
	  {
         name     : "Barneys",
         category : 'Shopping',
         x        : 305,
         y        : 309,
         notes    : [
                    "660 Madison Ave",
					"Entre la calle 60 y la  61st",
					"(212) 826-8900"
                    ]
      },
	  {
         name     : "Bergdorf Goodman",
         category : 'Shopping',
         x        : 290,
         y        : 350,
         notes    : [
                    "754 5th Ave",
					"Entre la 57th  y la 58th",
					"(212) 753-7300"
                    ]
      },
	  {
         name     : "Bloomingdale's",
         category : 'Shopping',
         x        : 390,
         y        : 330,
         notes    : [
                    "1000 3rd Ave",
					"Entre la 59th  y la 60th",
					"(212) 705-2000"
                    ]
      },
	  {
         name     : "Saks Fifth Avenue",
         category : 'Shopping',
         x        : 280,
         y        : 480,
         notes    : [
                    "611 5th Ave",
					"Entre la  calle 48th y la 49th",
					"(212) 753-4000"
                    ]
      },
	  {
         name     : "Tiffany",
         category : 'Shopping',
         x        : 313,
         y        : 358,
         notes    : [
                    "600 Madison Ave # 5",
					"Entre la calle 57th and 58th",
					"(212) 755-8000"
                    ]
      }
   ]
);

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

