web-mapping 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_config.yml +32 -0
- data/data/DOITT_MUSEUM_01_13SEPT2010.geojson +266 -0
- data/data/DOITT_THEATER_01_13SEPT2010.geojson +240 -0
- data/data/boroughs.geojson +16 -0
- data/data/subways.geojson +2 -0
- metadata +6 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99a0788557e84c7469edfdb9d7ce2e852d7c4b625d92ff409d5a3b29619b5a71
|
|
4
|
+
data.tar.gz: 540d6fd1fa3d2376e22faf33d6501a88a8f15ff16179e9a203427dfbacb6f958
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34dc3ca99d121474b81bebe70495ce1142b612f54bb3afbc766bbe610832e4a4d9f75d5159eee6d08b1c31dc944b8a204d773f32fca359dd641a01a6d6d9afea
|
|
7
|
+
data.tar.gz: 3232981056aeaa56cd8137b30ee60818e31e848a6ccdaa99e6f95f28beaa5805b8833955af53080edce663dcd3bf4413b69dba27f69e8b43f954f0c1157b2bf1
|
data/_config.yml
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
title: Web Mapping in Jekyll # Your website title
|
|
2
|
+
author: Hello World. # change this to your name
|
|
3
|
+
email: helloworld@mail.com # chnage this to your email
|
|
4
|
+
description: >- # this means to ignore newlines until "baseurl:"
|
|
5
|
+
A leaflet map in Jekyll
|
|
6
|
+
baseurl: ""
|
|
7
|
+
url: ""
|
|
8
|
+
port: 4001
|
|
9
|
+
google_analytics: UA-000000000-0
|
|
10
|
+
highlighter: rouge
|
|
11
|
+
|
|
12
|
+
# remote_theme: "wslerry/web-mapping"
|
|
13
|
+
# theme: web-mapping
|
|
14
|
+
|
|
15
|
+
sass:
|
|
16
|
+
sass_dir: _sass
|
|
17
|
+
style: :compressed
|
|
18
|
+
|
|
19
|
+
plugins:
|
|
20
|
+
- jekyll-feed
|
|
21
|
+
- jekyll-seo-tag
|
|
22
|
+
# - github-pages
|
|
23
|
+
|
|
24
|
+
exclude : [
|
|
25
|
+
".gitignore",
|
|
26
|
+
"Gemfile",
|
|
27
|
+
"Gemfile.lock",
|
|
28
|
+
"web-mapping.gemspec",
|
|
29
|
+
"README.md",
|
|
30
|
+
"LICENSE.txt",
|
|
31
|
+
"examples"
|
|
32
|
+
]
|
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "FeatureCollection",
|
|
3
|
+
|
|
4
|
+
"features": [
|
|
5
|
+
{ "type": "Feature", "id": 0, "properties": { "NAME": "Alexander Hamilton U.S. Custom House", "TEL": "(212) 514-3700", "URL": "http:\/\/www.oldnycustomhouse.gov\/", "ADRESS1": "1 Bowling Grn", "ADDRESS2": null, "CITY": "New York", "ZIP": 10004.0 }, "geometry": { "type": "Point", "coordinates": [ -74.013756, 40.703817 ] } }
|
|
6
|
+
,
|
|
7
|
+
{ "type": "Feature", "id": 1, "properties": { "NAME": "Alice Austen House Museum", "TEL": "(718) 816-4506", "URL": "http:\/\/www.aliceausten.org\/", "ADRESS1": "2 Hylan Blvd", "ADDRESS2": null, "CITY": "Staten Island", "ZIP": 10305.0 }, "geometry": { "type": "Point", "coordinates": [ -74.063032, 40.615121 ] } }
|
|
8
|
+
,
|
|
9
|
+
{ "type": "Feature", "id": 2, "properties": { "NAME": "American Academy of Arts and Letters", "TEL": "(212) 368-5900", "URL": "http:\/\/www.artsandletters.org\/", "ADRESS1": "633 W. 155th St.", "ADDRESS2": null, "CITY": "New York", "ZIP": 10032.0 }, "geometry": { "type": "Point", "coordinates": [ -73.947298, 40.833854 ] } }
|
|
10
|
+
,
|
|
11
|
+
{ "type": "Feature", "id": 3, "properties": { "NAME": "American Folk Art Museum", "TEL": "(212) 265-1040", "URL": "http:\/\/www.folkartmuseum.org\/", "ADRESS1": "45 West 53rd Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.978103, 40.761625 ] } }
|
|
12
|
+
,
|
|
13
|
+
{ "type": "Feature", "id": 4, "properties": { "NAME": "American Immigration History Center", "TEL": "(212) 363-3200", "URL": "http:\/\/www.ellisisland.org\/", "ADRESS1": "Ellis Island", "ADDRESS2": null, "CITY": "New York", "ZIP": 0.0 }, "geometry": { "type": "Point", "coordinates": [ -74.039685, 40.699057 ] } }
|
|
14
|
+
,
|
|
15
|
+
{ "type": "Feature", "id": 5, "properties": { "NAME": "American Museum of Natural History", "TEL": "(212) 769-5100", "URL": "http:\/\/www.amnh.org\/", "ADRESS1": "Central Park West at 79th Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10024.0 }, "geometry": { "type": "Point", "coordinates": [ -73.973648, 40.780827 ] } }
|
|
16
|
+
,
|
|
17
|
+
{ "type": "Feature", "id": 6, "properties": { "NAME": "American Numismatic Society", "TEL": "(212) 571-4470", "URL": "http:\/\/www.numismatics.org\/", "ADRESS1": "75 Varick St", "ADDRESS2": "11th Floor", "CITY": "New York", "ZIP": 10013.0 }, "geometry": { "type": "Point", "coordinates": [ -74.007012, 40.723527 ] } }
|
|
18
|
+
,
|
|
19
|
+
{ "type": "Feature", "id": 7, "properties": { "NAME": "Americas Society", "TEL": "(212) 249-8950", "URL": "http:\/\/as.americas-society.org\/", "ADRESS1": "680 Park Ave.", "ADDRESS2": null, "CITY": "New York", "ZIP": 10021.0 }, "geometry": { "type": "Point", "coordinates": [ -73.96597, 40.768825 ] } }
|
|
20
|
+
,
|
|
21
|
+
{ "type": "Feature", "id": 8, "properties": { "NAME": "Anne Frank Center USA", "TEL": "(212) 431-7993", "URL": "http:\/\/www.annefrank.com\/", "ADRESS1": "38 Crosby Street", "ADDRESS2": "5th Floor", "CITY": "New York", "ZIP": 10012.0 }, "geometry": { "type": "Point", "coordinates": [ -73.99963, 40.721128 ] } }
|
|
22
|
+
,
|
|
23
|
+
{ "type": "Feature", "id": 9, "properties": { "NAME": "Asia Society", "TEL": "(212) 288-6400", "URL": "http:\/\/www.asiasociety.org\/", "ADRESS1": "725 Park Avenue", "ADDRESS2": null, "CITY": "New York", "ZIP": 10021.0 }, "geometry": { "type": "Point", "coordinates": [ -73.964284, 40.769834 ] } }
|
|
24
|
+
,
|
|
25
|
+
{ "type": "Feature", "id": 10, "properties": { "NAME": "Audubon Terrace", "TEL": null, "URL": "http:\/\/www.washington-heights.us\/history\/archives\/audubon_terrace_museum_group_102.html", "ADRESS1": "Broadway at 155 Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10032.0 }, "geometry": { "type": "Point", "coordinates": [ -73.946546, 40.833583 ] } }
|
|
26
|
+
,
|
|
27
|
+
{ "type": "Feature", "id": 11, "properties": { "NAME": "Bartow-Pell Mansion", "TEL": "(718) 885-1461", "URL": "http:\/\/bartowpellmansionmuseum.org\/index.php", "ADRESS1": "895 Shore Road", "ADDRESS2": "Pelham Bay Park", "CITY": "Bronx", "ZIP": 10464.0 }, "geometry": { "type": "Point", "coordinates": [ -73.805579, 40.871779 ] } }
|
|
28
|
+
,
|
|
29
|
+
{ "type": "Feature", "id": 12, "properties": { "NAME": "Bowne House", "TEL": "(718) 359-0528", "URL": "http:\/\/www.bownehouse.org\/", "ADRESS1": "37-01 Bowne Street", "ADDRESS2": null, "CITY": "Queens", "ZIP": 11354.0 }, "geometry": { "type": "Point", "coordinates": [ -73.82489, 40.762887 ] } }
|
|
30
|
+
,
|
|
31
|
+
{ "type": "Feature", "id": 13, "properties": { "NAME": "Bronx Historical Society & Musem", "TEL": "(718) 881-8900", "URL": "http:\/\/www.bronxhistoricalsociety.org\/", "ADRESS1": "3309 Bainbridge Ave", "ADDRESS2": null, "CITY": "Bronx", "ZIP": 10467.0 }, "geometry": { "type": "Point", "coordinates": [ -73.879749, 40.878237 ] } }
|
|
32
|
+
,
|
|
33
|
+
{ "type": "Feature", "id": 14, "properties": { "NAME": "Bronx Museum of the Arts (BXMA)", "TEL": "(718) 681-6000", "URL": "http:\/\/www.bronxmuseum.org\/", "ADRESS1": "1040 Grand Concourse", "ADDRESS2": null, "CITY": "Bronx", "ZIP": 10456.0 }, "geometry": { "type": "Point", "coordinates": [ -73.91975, 40.83103 ] } }
|
|
34
|
+
,
|
|
35
|
+
{ "type": "Feature", "id": 15, "properties": { "NAME": "Brooklyn Children's Museum", "TEL": "(718) 735-4400", "URL": "http:\/\/www.brooklynkids.org\/", "ADRESS1": "145 Brooklyn Avenue", "ADDRESS2": null, "CITY": "Brooklyn", "ZIP": 11213.0 }, "geometry": { "type": "Point", "coordinates": [ -73.944016, 40.674507 ] } }
|
|
36
|
+
,
|
|
37
|
+
{ "type": "Feature", "id": 16, "properties": { "NAME": "Brooklyn Historical Society", "TEL": "(718) 222-4111", "URL": "http:\/\/www.brooklynhistory.org\/default\/index.html", "ADRESS1": "128 Pierrepont Street", "ADDRESS2": null, "CITY": "Brooklyn", "ZIP": 11201.0 }, "geometry": { "type": "Point", "coordinates": [ -73.992405, 40.694803 ] } }
|
|
38
|
+
,
|
|
39
|
+
{ "type": "Feature", "id": 17, "properties": { "NAME": "Brooklyn Museum", "TEL": "(718) 638-5000", "URL": "http:\/\/www.brooklynmuseum.org\/", "ADRESS1": "200 Eastern Parkway", "ADDRESS2": null, "CITY": "Brooklyn", "ZIP": 11238.0 }, "geometry": { "type": "Point", "coordinates": [ -73.963585, 40.671084 ] } }
|
|
40
|
+
,
|
|
41
|
+
{ "type": "Feature", "id": 18, "properties": { "NAME": "Chelsea Art Museum", "TEL": "(212) 255-0719", "URL": "http:\/\/www.chelseaartmuseum.org\/", "ADRESS1": "556 West 22nd Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10011.0 }, "geometry": { "type": "Point", "coordinates": [ -74.007316, 40.747898 ] } }
|
|
42
|
+
,
|
|
43
|
+
{ "type": "Feature", "id": 19, "properties": { "NAME": "Children's Museum of Manhattan", "TEL": "(212) 721-1234", "URL": "http:\/\/www.cmom.org\/", "ADRESS1": "212 West 83rd Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10024.0 }, "geometry": { "type": "Point", "coordinates": [ -73.977274, 40.785871 ] } }
|
|
44
|
+
,
|
|
45
|
+
{ "type": "Feature", "id": 20, "properties": { "NAME": "Children's Museum of the Arts", "TEL": "(212) 274-0986", "URL": "http:\/\/cmany.org\/intro.php?pn=home", "ADRESS1": "182 Lafayette Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10012.0 }, "geometry": { "type": "Point", "coordinates": [ -73.998838, 40.72075 ] } }
|
|
46
|
+
,
|
|
47
|
+
{ "type": "Feature", "id": 21, "properties": { "NAME": "Cloisters", "TEL": "(212) 923-3700", "URL": "http:\/\/www.metmuseum.org\/cloisters\/", "ADRESS1": "99 Margaret Corbin Drive", "ADDRESS2": null, "CITY": "New York", "ZIP": 10040.0 }, "geometry": { "type": "Point", "coordinates": [ -73.931734, 40.864924 ] } }
|
|
48
|
+
,
|
|
49
|
+
{ "type": "Feature", "id": 22, "properties": { "NAME": "Coney Island Museum", "TEL": "(718) 372-5159", "URL": "http:\/\/www.coneyisland.com\/", "ADRESS1": "1208 Surf Ave", "ADDRESS2": null, "CITY": "Brooklyn", "ZIP": 11224.0 }, "geometry": { "type": "Point", "coordinates": [ -73.979856, 40.575264 ] } }
|
|
50
|
+
,
|
|
51
|
+
{ "type": "Feature", "id": 23, "properties": { "NAME": "Cooper-Hewitt, National Design Museum", "TEL": "(212) 849-8400", "URL": "http:\/\/www.cooperhewitt.org\/", "ADRESS1": "2 East 91st Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10128.0 }, "geometry": { "type": "Point", "coordinates": [ -73.957782, 40.784326 ] } }
|
|
52
|
+
,
|
|
53
|
+
{ "type": "Feature", "id": 24, "properties": { "NAME": "Dahesh Museum", "TEL": "(212) 759-0606", "URL": "http:\/\/www.daheshmuseum.org", "ADRESS1": "580 Madison Avenue", "ADDRESS2": null, "CITY": "New York", "ZIP": 10022.0 }, "geometry": { "type": "Point", "coordinates": [ -73.973042, 40.762107 ] } }
|
|
54
|
+
,
|
|
55
|
+
{ "type": "Feature", "id": 25, "properties": { "NAME": "Dia at the Hispanic Society", "TEL": "(845) 440-0100", "URL": "http:\/\/www.diabeacon.org\/", "ADRESS1": "613 West 155th Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10032.0 }, "geometry": { "type": "Point", "coordinates": [ -73.946493, 40.833302 ] } }
|
|
56
|
+
,
|
|
57
|
+
{ "type": "Feature", "id": 26, "properties": { "NAME": "Dia Art Foundation", "TEL": "(212) 989 5566", "URL": "http:\/\/www.diacenter.org\/", "ADRESS1": "535 W 22nd Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10011.0 }, "geometry": { "type": "Point", "coordinates": [ -74.006135, 40.747895 ] } }
|
|
58
|
+
,
|
|
59
|
+
{ "type": "Feature", "id": 27, "properties": { "NAME": "Discovery Times Square Exposition", "TEL": "(866) 987-9692", "URL": "http:\/\/www.discoverytsx.com\/nyc\/", "ADRESS1": "226 W 44th St", "ADDRESS2": null, "CITY": "New York", "ZIP": 1036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.987319, 40.757501 ] } }
|
|
60
|
+
,
|
|
61
|
+
{ "type": "Feature", "id": 28, "properties": { "NAME": "Drawing Center", "TEL": "(212) 219-2166", "URL": "http:\/\/www.drawingcenter.org\/about_visit.cfm", "ADRESS1": "35 Wooster St.", "ADDRESS2": null, "CITY": "New York", "ZIP": 10013.0 }, "geometry": { "type": "Point", "coordinates": [ -74.002904, 40.722452 ] } }
|
|
62
|
+
,
|
|
63
|
+
{ "type": "Feature", "id": 29, "properties": { "NAME": "Dyckman Farmhouse", "TEL": "(212) 304-9422", "URL": "http:\/\/www.dyckmanfarmhouse.org\/", "ADRESS1": "4881 Broadway", "ADDRESS2": null, "CITY": "New York", "ZIP": 10034.0 }, "geometry": { "type": "Point", "coordinates": [ -73.923839, 40.867131 ] } }
|
|
64
|
+
,
|
|
65
|
+
{ "type": "Feature", "id": 30, "properties": { "NAME": "East Village History Project", "TEL": "(212) 614-8702", "URL": "http:\/\/leshp.org\/", "ADRESS1": "308 Bowery", "ADDRESS2": null, "CITY": "New York", "ZIP": 10012.0 }, "geometry": { "type": "Point", "coordinates": [ -73.992723, 40.72496 ] } }
|
|
66
|
+
,
|
|
67
|
+
{ "type": "Feature", "id": 31, "properties": { "NAME": "El Museo del Barrio", "TEL": "(212) 831-7272", "URL": "http:\/\/www.elmuseo.org\/", "ADRESS1": "1230 Fifth Ave", "ADDRESS2": null, "CITY": "New York", "ZIP": 10029.0 }, "geometry": { "type": "Point", "coordinates": [ -73.951368, 40.793099 ] } }
|
|
68
|
+
,
|
|
69
|
+
{ "type": "Feature", "id": 32, "properties": { "NAME": "Ellis Island Museum", "TEL": "(212) 363-3200", "URL": "http:\/\/www.ellisisland.org\/", "ADRESS1": "Ellis Island", "ADDRESS2": null, "CITY": "New York", "ZIP": 0.0 }, "geometry": { "type": "Point", "coordinates": [ -74.041322, 40.698208 ] } }
|
|
70
|
+
,
|
|
71
|
+
{ "type": "Feature", "id": 33, "properties": { "NAME": "Fraunces Tavern Museum", "TEL": "(212) 425-1778", "URL": "http:\/\/www.frauncestavernmuseum.org\/", "ADRESS1": "54 Pearl Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10004.0 }, "geometry": { "type": "Point", "coordinates": [ -74.011339, 40.7034 ] } }
|
|
72
|
+
,
|
|
73
|
+
{ "type": "Feature", "id": 34, "properties": { "NAME": "Frick Collection", "TEL": "(212) 288-0700", "URL": "http:\/\/www.frick.org\/", "ADRESS1": "1 E. 70th Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10021.0 }, "geometry": { "type": "Point", "coordinates": [ -73.96708, 40.771055 ] } }
|
|
74
|
+
,
|
|
75
|
+
{ "type": "Feature", "id": 35, "properties": { "NAME": "Garibaldi-Meucci Museum", "TEL": "(718) 442-1608", "URL": "http:\/\/statenislandusa.com\/pages\/garibaldi.html", "ADRESS1": "420 Tompkins Avenue", "ADDRESS2": null, "CITY": "Staten Island", "ZIP": 10305.0 }, "geometry": { "type": "Point", "coordinates": [ -74.073878, 40.615166 ] } }
|
|
76
|
+
,
|
|
77
|
+
{ "type": "Feature", "id": 36, "properties": { "NAME": "Goethe-Institut New York", "TEL": "(212) 439-8700", "URL": "http:\/\/www.goethe.de\/ins\/us\/ney\/deindex.htm", "ADRESS1": "1014 Fifth Avenue", "ADDRESS2": null, "CITY": "New York", "ZIP": 10028.0 }, "geometry": { "type": "Point", "coordinates": [ -73.961742, 40.779166 ] } }
|
|
78
|
+
,
|
|
79
|
+
{ "type": "Feature", "id": 37, "properties": { "NAME": "Gracie Mansion", "TEL": "(212)-570-4751", "URL": "http:\/\/www.nyc.gov\/html\/om\/html\/gracie.html", "ADRESS1": "89th Street at East End Avenue", "ADDRESS2": "Carl Schurz Park", "CITY": "New York", "ZIP": 10128.0 }, "geometry": { "type": "Point", "coordinates": [ -73.943068, 40.776114 ] } }
|
|
80
|
+
,
|
|
81
|
+
{ "type": "Feature", "id": 38, "properties": { "NAME": "Hall Of Fame For Great Americans", "TEL": "(718) 289-5161", "URL": "http:\/\/www.bcc.cuny.edu\/hallofFame\/", "ADRESS1": "Hall of Fame Terrace & Sedgwick Avenue", "ADDRESS2": null, "CITY": "Bronx", "ZIP": 10453.0 }, "geometry": { "type": "Point", "coordinates": [ -73.91398, 40.858748 ] } }
|
|
82
|
+
,
|
|
83
|
+
{ "type": "Feature", "id": 39, "properties": { "NAME": "Harbor Defense Museum of Fort Hamilton", "TEL": "(718) 630-4349", "URL": "http:\/\/www.harbordefensemuseum.com\/", "ADRESS1": "230 Sheridan Loop", "ADDRESS2": null, "CITY": "Brooklyn", "ZIP": 11252.0 }, "geometry": { "type": "Point", "coordinates": [ -74.032311, 40.609009 ] } }
|
|
84
|
+
,
|
|
85
|
+
{ "type": "Feature", "id": 40, "properties": { "NAME": "Hispanic Society of America Museum", "TEL": "(212) 926-2234", "URL": "http:\/\/www.hispanicsociety.org\/", "ADRESS1": "613 West 155th Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10032.0 }, "geometry": { "type": "Point", "coordinates": [ -73.946823, 40.833452 ] } }
|
|
86
|
+
,
|
|
87
|
+
{ "type": "Feature", "id": 41, "properties": { "NAME": "Holocaust Museum & Studies Center", "TEL": "(718) 817-7700", "URL": "http:\/\/www.holocauststudies.org\/", "ADRESS1": "75 W 205th St", "ADDRESS2": null, "CITY": "Bronx", "ZIP": 10468.0 }, "geometry": { "type": "Point", "coordinates": [ -73.890988, 40.878358 ] } }
|
|
88
|
+
,
|
|
89
|
+
{ "type": "Feature", "id": 42, "properties": { "NAME": "Hudson Waterfront Museum and Showboat Barge", "TEL": "(718) 624-4719", "URL": "http:\/\/www.waterfrontmuseum.org\/", "ADRESS1": "290 Conover St.", "ADDRESS2": null, "CITY": "Brooklyn", "ZIP": 11231.0 }, "geometry": { "type": "Point", "coordinates": [ -74.018087, 40.675572 ] } }
|
|
90
|
+
,
|
|
91
|
+
{ "type": "Feature", "id": 43, "properties": { "NAME": "International Center of Photography", "TEL": "(212) 857-0000", "URL": "http:\/\/www.icp.org\/", "ADRESS1": "1133 Avenue Of The Americas", "ADDRESS2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.983837, 40.756021 ] } }
|
|
92
|
+
,
|
|
93
|
+
{ "type": "Feature", "id": 44, "properties": { "NAME": "Intrepid Sea-Air-Space Museum", "TEL": "(212) 245-0072", "URL": "http:\/\/www.intrepidmuseum.org\/", "ADRESS1": "Pier 86 12th Ave. & 46th Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -74.000892, 40.764784 ] } }
|
|
94
|
+
,
|
|
95
|
+
{ "type": "Feature", "id": 45, "properties": { "NAME": "Isamu Noguchi Garden Museum", "TEL": "(718) 204-7088", "URL": "http:\/\/www.noguchi.org\/", "ADRESS1": "32-37 Vernon Boulevard", "ADDRESS2": null, "CITY": "Long Island City", "ZIP": 11106.0 }, "geometry": { "type": "Point", "coordinates": [ -73.937655, 40.766957 ] } }
|
|
96
|
+
,
|
|
97
|
+
{ "type": "Feature", "id": 46, "properties": { "NAME": "Italian American Museum", "TEL": "(212) 965-9000", "URL": "http:\/\/www.italianamericanmuseum.org\/", "ADRESS1": "155 Mulberry St.", "ADDRESS2": null, "CITY": "New York", "ZIP": 10013.0 }, "geometry": { "type": "Point", "coordinates": [ -73.997494, 40.719195 ] } }
|
|
98
|
+
,
|
|
99
|
+
{ "type": "Feature", "id": 47, "properties": { "NAME": "Jackie Robinson Museum", "TEL": "(212) 290-8600", "URL": "http:\/\/www.jackierobinson.org\/", "ADRESS1": "1 Hudson Square", "ADDRESS2": "75 Varick Street 2nd Floor", "CITY": "New York", "ZIP": 10013.0 }, "geometry": { "type": "Point", "coordinates": [ -74.006642, 40.723351 ] } }
|
|
100
|
+
,
|
|
101
|
+
{ "type": "Feature", "id": 48, "properties": { "NAME": "Jacques Marchais Center Museum of Tibetan Art", "TEL": "(718) 987-3500", "URL": "http:\/\/www.tibetanmuseum.org\/", "ADRESS1": "338 Lighthouse Avenue", "ADDRESS2": null, "CITY": "Staten Island", "ZIP": 10306.0 }, "geometry": { "type": "Point", "coordinates": [ -74.138123, 40.576313 ] } }
|
|
102
|
+
,
|
|
103
|
+
{ "type": "Feature", "id": 49, "properties": { "NAME": "Jeffrey's Hook lighthouse (Little Red Lighthouse)", "TEL": "(212) 304-2365", "URL": "http:\/\/www.nycgovparks.org\/sub_about\/parks_divisions\/historic_houses\/hh_little_red_light.html", "ADRESS1": "178th Street at the Hudson River", "ADDRESS2": null, "CITY": "New York", "ZIP": 10033.0 }, "geometry": { "type": "Point", "coordinates": [ -73.946945, 40.85022 ] } }
|
|
104
|
+
,
|
|
105
|
+
{ "type": "Feature", "id": 50, "properties": { "NAME": "Jewish Museum", "TEL": "(212) 423-3200", "URL": "http:\/\/www.thejewishmuseum.org\/index.php", "ADRESS1": "1109 Fifth Ave", "ADDRESS2": null, "CITY": "New York", "ZIP": 10128.0 }, "geometry": { "type": "Point", "coordinates": [ -73.957187, 40.785403 ] } }
|
|
106
|
+
,
|
|
107
|
+
{ "type": "Feature", "id": 51, "properties": { "NAME": "John J. Harvey Fireboat", "TEL": null, "URL": "http:\/\/www.fireboat.org\/", "ADRESS1": "Pier 66 at West 26th Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10001.0 }, "geometry": { "type": "Point", "coordinates": [ -74.009655, 40.752331 ] } }
|
|
108
|
+
,
|
|
109
|
+
{ "type": "Feature", "id": 52, "properties": { "NAME": "King Manor Museum", "TEL": "(718) 206-0545", "URL": "http:\/\/www.kingmanor.org\/", "ADRESS1": "152-01 Jamaica Avenue", "ADDRESS2": null, "CITY": "Queens", "ZIP": 11432.0 }, "geometry": { "type": "Point", "coordinates": [ -73.803761, 40.703042 ] } }
|
|
110
|
+
,
|
|
111
|
+
{ "type": "Feature", "id": 53, "properties": { "NAME": "Kingsland Homestead", "TEL": "(718) 206-0545", "URL": "http:\/\/www.queenshistoricalsociety.org\/kingsland.html", "ADRESS1": "143-35 37th Avenue", "ADDRESS2": null, "CITY": "Queens", "ZIP": 11354.0 }, "geometry": { "type": "Point", "coordinates": [ -73.824156, 40.763596 ] } }
|
|
112
|
+
,
|
|
113
|
+
{ "type": "Feature", "id": 54, "properties": { "NAME": "LaGuardia and Wagner Archives", "TEL": "(718) 482-5065", "URL": "http:\/\/www.laguardiawagnerarchive.lagcc.cuny.edu\/defaultc.htm", "ADRESS1": "31-10 Thomson Ave.", "ADDRESS2": "Fiorello H. LaGuardia Community College\/CUNY Room E-238", "CITY": "Queens", "ZIP": 11101.0 }, "geometry": { "type": "Point", "coordinates": [ -73.935146, 40.74396 ] } }
|
|
114
|
+
,
|
|
115
|
+
{ "type": "Feature", "id": 55, "properties": { "NAME": "Lee Young Hee Museum of Korean Culture", "TEL": "(212) 560-0722", "URL": "http:\/\/www.lyhkm.org\/", "ADRESS1": "2 West 32nd Street", "ADDRESS2": "Suite 301", "CITY": "New York", "ZIP": 10001.0 }, "geometry": { "type": "Point", "coordinates": [ -73.986188, 40.747197 ] } }
|
|
116
|
+
,
|
|
117
|
+
{ "type": "Feature", "id": 56, "properties": { "NAME": "Lefferts Historic House", "TEL": "(718) 789-2822", "URL": "http:\/\/www.prospectpark.org\/visit\/places\/lefferts", "ADRESS1": "Prospect Park Willink Entrance", "ADDRESS2": "Flatbush and Ocean Avenues and Empire Boulevard", "CITY": "Brooklyn", "ZIP": 11215.0 }, "geometry": { "type": "Point", "coordinates": [ -73.963814, 40.66438 ] } }
|
|
118
|
+
,
|
|
119
|
+
{ "type": "Feature", "id": 57, "properties": { "NAME": "Madame Tussauds Wax Museum", "TEL": "(800) 246-8872", "URL": "http:\/\/www.madametussauds.com\/NewYork\/", "ADRESS1": "234 W. 42nd Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.988702, 40.756318 ] } }
|
|
120
|
+
,
|
|
121
|
+
{ "type": "Feature", "id": 58, "properties": { "NAME": "Merchant's House Museum", "TEL": "(212) 777-1089", "URL": "http:\/\/www.merchantshouse.com\/", "ADRESS1": "29 East Fourth Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10003.0 }, "geometry": { "type": "Point", "coordinates": [ -73.992346, 40.727658 ] } }
|
|
122
|
+
,
|
|
123
|
+
{ "type": "Feature", "id": 59, "properties": { "NAME": "Metropolitan Museum of Art (MET)", "TEL": "(212) 535-7710", "URL": "http:\/\/www.metmuseum.org\/", "ADRESS1": "1000 Fifth Avenue", "ADDRESS2": null, "CITY": "New York", "ZIP": 10028.0 }, "geometry": { "type": "Point", "coordinates": [ -73.963451, 40.779424 ] } }
|
|
124
|
+
,
|
|
125
|
+
{ "type": "Feature", "id": 60, "properties": { "NAME": "Mexican Cultural Institute of New York", "TEL": "(212) 217-6422", "URL": "http:\/\/www.lavitrina.com\/", "ADRESS1": "27 E. 39th St.", "ADDRESS2": null, "CITY": "New York", "ZIP": 10016.0 }, "geometry": { "type": "Point", "coordinates": [ -73.979881, 40.750785 ] } }
|
|
126
|
+
,
|
|
127
|
+
{ "type": "Feature", "id": 61, "properties": { "NAME": "Morgan Library and Museum", "TEL": "(212) 685-0008", "URL": "http:\/\/www.themorgan.org\/home.asp", "ADRESS1": "225 Madison Avenue", "ADDRESS2": null, "CITY": "New York", "ZIP": 10016.0 }, "geometry": { "type": "Point", "coordinates": [ -73.981321, 40.749295 ] } }
|
|
128
|
+
,
|
|
129
|
+
{ "type": "Feature", "id": 62, "properties": { "NAME": "Morris-Jumel Mansion", "TEL": "(212) 923-8008", "URL": "http:\/\/www.morrisjumel.org\/", "ADRESS1": "65 Jumel Terrace", "ADDRESS2": null, "CITY": "New York", "ZIP": 10032.0 }, "geometry": { "type": "Point", "coordinates": [ -73.938574, 40.834448 ] } }
|
|
130
|
+
,
|
|
131
|
+
{ "type": "Feature", "id": 63, "properties": { "NAME": "Mount Vernon Hotel Museum & Garden", "TEL": "(212) 838-6878", "URL": "http:\/\/www.mvhm.org\/", "ADRESS1": "421 East 61 Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10021.0 }, "geometry": { "type": "Point", "coordinates": [ -73.959711, 40.760526 ] } }
|
|
132
|
+
,
|
|
133
|
+
{ "type": "Feature", "id": 64, "properties": { "NAME": "Municipal Art Society", "TEL": "(212) 935-3960", "URL": "http:\/\/mas.org\/", "ADRESS1": "457 Madison Avenue", "ADDRESS2": null, "CITY": "New York", "ZIP": 10022.0 }, "geometry": { "type": "Point", "coordinates": [ -73.975, 40.758249 ] } }
|
|
134
|
+
,
|
|
135
|
+
{ "type": "Feature", "id": 65, "properties": { "NAME": "Museum for African Art", "TEL": "(718) 784-7700", "URL": "http:\/\/www.africanart.org\/", "ADRESS1": "36-01 43rd Avenue", "ADDRESS2": "3rd Floor", "CITY": "Queens", "ZIP": 11101.0 }, "geometry": { "type": "Point", "coordinates": [ -73.928224, 40.746342 ] } }
|
|
136
|
+
,
|
|
137
|
+
{ "type": "Feature", "id": 66, "properties": { "NAME": "Museum of American Finance", "TEL": "(212) 908-4110", "URL": "http:\/\/www.moaf.org\/index", "ADRESS1": "48 Wall Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10005.0 }, "geometry": { "type": "Point", "coordinates": [ -74.009122, 40.706485 ] } }
|
|
138
|
+
,
|
|
139
|
+
{ "type": "Feature", "id": 67, "properties": { "NAME": "Museum of American Illustration", "TEL": "(212) 838-2560", "URL": "http:\/\/societyillustrators.org\/museum\/index.cms", "ADRESS1": "128 E. 63d St.", "ADDRESS2": null, "CITY": "New York", "ZIP": 10021.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9669, 40.764716 ] } }
|
|
140
|
+
,
|
|
141
|
+
{ "type": "Feature", "id": 68, "properties": { "NAME": "Museum of Arts & Design (MAD)", "TEL": "(212) 299-7777", "URL": "http:\/\/www.madmuseum.org\/", "ADRESS1": "2 Columbus Circle", "ADDRESS2": null, "CITY": "New York", "ZIP": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.982007, 40.767406 ] } }
|
|
142
|
+
,
|
|
143
|
+
{ "type": "Feature", "id": 69, "properties": { "NAME": "Museum of Biblical Art", "TEL": "(212) 408-1200", "URL": "http:\/\/www.mobia.org\/", "ADRESS1": "1865 Broadway", "ADDRESS2": null, "CITY": "New York", "ZIP": 10023.0 }, "geometry": { "type": "Point", "coordinates": [ -73.982726, 40.770253 ] } }
|
|
144
|
+
,
|
|
145
|
+
{ "type": "Feature", "id": 70, "properties": { "NAME": "Museum Of Chinese In America", "TEL": "(212) 619-4785", "URL": "http:\/\/www.mocanyc.org\/", "ADRESS1": "215 Centre Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10013.0 }, "geometry": { "type": "Point", "coordinates": [ -73.999192, 40.719454 ] } }
|
|
146
|
+
,
|
|
147
|
+
{ "type": "Feature", "id": 71, "properties": { "NAME": "Museum of Comic and Cartoon Art (MoCCA)", "TEL": "(212) 254 3511", "URL": "http:\/\/www.moccany.org\/", "ADRESS1": "594 Broadway", "ADDRESS2": "Suite 401", "CITY": "New York", "ZIP": 10012.0 }, "geometry": { "type": "Point", "coordinates": [ -73.996702, 40.724798 ] } }
|
|
148
|
+
,
|
|
149
|
+
{ "type": "Feature", "id": 72, "properties": { "NAME": "Museum of Contemporary African Diasporan Arts (MoCADA)", "TEL": "(718) 230-0492", "URL": "http:\/\/www.mocada.org\/", "ADRESS1": "80 Hanson Place", "ADDRESS2": null, "CITY": "Brooklyn", "ZIP": 11217.0 }, "geometry": { "type": "Point", "coordinates": [ -73.974425, 40.685245 ] } }
|
|
150
|
+
,
|
|
151
|
+
{ "type": "Feature", "id": 73, "properties": { "NAME": "Museum of Jewish Heritage", "TEL": "(646) 437-4200", "URL": "http:\/\/www.mjhnyc.org\/index.htm", "ADRESS1": "36 Battery Place", "ADDRESS2": null, "CITY": "New York", "ZIP": 10280.0 }, "geometry": { "type": "Point", "coordinates": [ -74.018586, 40.705987 ] } }
|
|
152
|
+
,
|
|
153
|
+
{ "type": "Feature", "id": 74, "properties": { "NAME": "Museum of Modern Art (MoMA)", "TEL": "(212) 708-9400", "URL": "http:\/\/www.moma.org\/", "ADRESS1": "11 West 53rd Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.977004, 40.761187 ] } }
|
|
154
|
+
,
|
|
155
|
+
{ "type": "Feature", "id": 75, "properties": { "NAME": "Museum of the City of New York", "TEL": "(212) 534-1672", "URL": "http:\/\/www.mcny.org", "ADRESS1": "1220 Fifth Avenue", "ADDRESS2": null, "CITY": "New York", "ZIP": 10029.0 }, "geometry": { "type": "Point", "coordinates": [ -73.951917, 40.792509 ] } }
|
|
156
|
+
,
|
|
157
|
+
{ "type": "Feature", "id": 76, "properties": { "NAME": "Museum of the Moving Image", "TEL": "(718) 784-4520", "URL": "http:\/\/www.movingimage.us\/site\/site.php", "ADRESS1": "35 Avenue at 36 Street", "ADDRESS2": null, "CITY": "Queens", "ZIP": 11106.0 }, "geometry": { "type": "Point", "coordinates": [ -73.92451, 40.756945 ] } }
|
|
158
|
+
,
|
|
159
|
+
{ "type": "Feature", "id": 77, "properties": { "NAME": "National Academy Museum", "TEL": "(212) 369-4880", "URL": "https:\/\/nationalacademy.org\/index.asp", "ADRESS1": "1083 5th Avenue", "ADDRESS2": null, "CITY": "New York", "ZIP": 10128.0 }, "geometry": { "type": "Point", "coordinates": [ -73.958492, 40.783614 ] } }
|
|
160
|
+
,
|
|
161
|
+
{ "type": "Feature", "id": 78, "properties": { "NAME": "National Lighthouse Museum", "TEL": "(718) 556-1681", "URL": "http:\/\/statenislandusa.com\/pages\/lighthouse.html", "ADRESS1": "1 Lighthouse Plaza", "ADDRESS2": null, "CITY": "Staten Island", "ZIP": 10301.0 }, "geometry": { "type": "Point", "coordinates": [ -74.073737, 40.640949 ] } }
|
|
162
|
+
,
|
|
163
|
+
{ "type": "Feature", "id": 79, "properties": { "NAME": "National Museum of the American Indian", "TEL": "(212) 514-3700", "URL": "http:\/\/www.nmai.si.edu\/", "ADRESS1": "1 Bowling Green", "ADDRESS2": null, "CITY": "New York", "ZIP": 10004.0 }, "geometry": { "type": "Point", "coordinates": [ -74.013727, 40.704322 ] } }
|
|
164
|
+
,
|
|
165
|
+
{ "type": "Feature", "id": 80, "properties": { "NAME": "National September 11 Memorial & Museum at the World Trade Center", "TEL": "(212) 227-7722", "URL": "http:\/\/www.national911memorial.org\/site\/PageServer?pagename=New_Home", "ADRESS1": "1 Liberty Plaza", "ADDRESS2": "20th Floor", "CITY": "New York", "ZIP": 10006.0 }, "geometry": { "type": "Point", "coordinates": [ -74.010916, 40.709655 ] } }
|
|
166
|
+
,
|
|
167
|
+
{ "type": "Feature", "id": 81, "properties": { "NAME": "Neue Galerie New York", "TEL": "(212) 628-6200", "URL": "http:\/\/www.neuegalerie.org\/", "ADRESS1": "1048 Fifth Avenue", "ADDRESS2": null, "CITY": "New York", "ZIP": 10028.0 }, "geometry": { "type": "Point", "coordinates": [ -73.960248, 40.781243 ] } }
|
|
168
|
+
,
|
|
169
|
+
{ "type": "Feature", "id": 82, "properties": { "NAME": "New Museum of Contemporary Art", "TEL": "(212) 219-1222", "URL": "http:\/\/www.newmuseum.org\/", "ADRESS1": "235 Bowery", "ADDRESS2": null, "CITY": "New York", "ZIP": 10002.0 }, "geometry": { "type": "Point", "coordinates": [ -73.992839, 40.722347 ] } }
|
|
170
|
+
,
|
|
171
|
+
{ "type": "Feature", "id": 83, "properties": { "NAME": "New York City Fire Museum", "TEL": "(212) 691-1303", "URL": "http:\/\/www.nycfiremuseum.org\/", "ADRESS1": "278 Spring Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10012.0 }, "geometry": { "type": "Point", "coordinates": [ -74.006934, 40.725572 ] } }
|
|
172
|
+
,
|
|
173
|
+
{ "type": "Feature", "id": 84, "properties": { "NAME": "New York City Police Museum", "TEL": "(212) 480-3100", "URL": "http:\/\/www.nycpolicemuseum.org\/", "ADRESS1": "100 Old Slip", "ADDRESS2": null, "CITY": "New York", "ZIP": 10038.0 }, "geometry": { "type": "Point", "coordinates": [ -74.008118, 40.703479 ] } }
|
|
174
|
+
,
|
|
175
|
+
{ "type": "Feature", "id": 85, "properties": { "NAME": "New York Hall of Science", "TEL": "(718) 699-0005", "URL": "http:\/\/www.nysci.org\/", "ADRESS1": "47-01 111th Street", "ADDRESS2": null, "CITY": "Queens", "ZIP": 11368.0 }, "geometry": { "type": "Point", "coordinates": [ -73.851687, 40.747148 ] } }
|
|
176
|
+
,
|
|
177
|
+
{ "type": "Feature", "id": 86, "properties": { "NAME": "New York Historical Society", "TEL": "(212) 873-3400", "URL": "https:\/\/www.nyhistory.org\/web\/", "ADRESS1": "2 West 77th Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10024.0 }, "geometry": { "type": "Point", "coordinates": [ -73.974258, 40.779274 ] } }
|
|
178
|
+
,
|
|
179
|
+
{ "type": "Feature", "id": 87, "properties": { "NAME": "New York Tolerance Center", "TEL": "(212) 697-1180", "URL": "http:\/\/www.kintera.org\/site\/pp.asp?c=fwLYKnN8LzH&b=242506", "ADRESS1": "50 E 42nd St", "ADDRESS2": null, "CITY": "New York", "ZIP": 10017.0 }, "geometry": { "type": "Point", "coordinates": [ -73.979124, 40.752423 ] } }
|
|
180
|
+
,
|
|
181
|
+
{ "type": "Feature", "id": 88, "properties": { "NAME": "New York Transit Museum", "TEL": "(718) 694-4915", "URL": "http:\/\/www.mta.info\/mta\/museum\/", "ADRESS1": "Boerum Pl. & Schermenhorn Street", "ADDRESS2": null, "CITY": "Brooklyn", "ZIP": 0.0 }, "geometry": { "type": "Point", "coordinates": [ -73.990026, 40.690524 ] } }
|
|
182
|
+
,
|
|
183
|
+
{ "type": "Feature", "id": 89, "properties": { "NAME": "Nicholas Roerich Museum", "TEL": "(212) 864-7752", "URL": "http:\/\/www.roerich.org\/", "ADRESS1": "319 West 107 Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10025.0 }, "geometry": { "type": "Point", "coordinates": [ -73.969022, 40.802914 ] } }
|
|
184
|
+
,
|
|
185
|
+
{ "type": "Feature", "id": 90, "properties": { "NAME": "Noble Maritime Collection", "TEL": "(718) 447-6490", "URL": "http:\/\/www.noblemaritime.org\/", "ADRESS1": "1000 Richmond Terrace", "ADDRESS2": null, "CITY": "Staten Island", "ZIP": 10301.0 }, "geometry": { "type": "Point", "coordinates": [ -74.101772, 40.644312 ] } }
|
|
186
|
+
,
|
|
187
|
+
{ "type": "Feature", "id": 91, "properties": { "NAME": "Old Stone House", "TEL": "(718) 768-3195", "URL": "http:\/\/www.theoldstonehouse.org\/", "ADRESS1": "326 5th Avenue", "ADDRESS2": null, "CITY": "Brooklyn", "ZIP": 11215.0 }, "geometry": { "type": "Point", "coordinates": [ -73.984619, 40.672994 ] } }
|
|
188
|
+
,
|
|
189
|
+
{ "type": "Feature", "id": 92, "properties": { "NAME": "P.S. 1 Contemporary Art Center", "TEL": "(718) 784-2084", "URL": "http:\/\/www.ps1.org\/", "ADRESS1": "22-25 Jackson Ave.", "ADDRESS2": null, "CITY": "Queens", "ZIP": 11101.0 }, "geometry": { "type": "Point", "coordinates": [ -73.946212, 40.74584 ] } }
|
|
190
|
+
,
|
|
191
|
+
{ "type": "Feature", "id": 93, "properties": { "NAME": "Paley Center For Media (formerly Museum Of Television & Radio)", "TEL": "(212) 621-6800", "URL": "http:\/\/www.paleycenter.org\/", "ADRESS1": "25 West 52 Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.977602, 40.760574 ] } }
|
|
192
|
+
,
|
|
193
|
+
{ "type": "Feature", "id": 94, "properties": { "NAME": "Queens Art Museum - Bulova Corporate Center", "TEL": "(516) 624-1910", "URL": "http:\/\/www.bdg.net\/properties\/1\/", "ADRESS1": "75-20 Astoria Blvd.", "ADDRESS2": null, "CITY": "Jackson Heights", "ZIP": 11386.0 }, "geometry": { "type": "Point", "coordinates": [ -73.893148, 40.764608 ] } }
|
|
194
|
+
,
|
|
195
|
+
{ "type": "Feature", "id": 95, "properties": { "NAME": "Queens County Farm Museum", "TEL": "(718) 347-3276", "URL": "http:\/\/www.queensfarm.org\/", "ADRESS1": "73-50 Little Neck Parkway", "ADDRESS2": null, "CITY": "Queens", "ZIP": 11004.0 }, "geometry": { "type": "Point", "coordinates": [ -73.725737, 40.74557 ] } }
|
|
196
|
+
,
|
|
197
|
+
{ "type": "Feature", "id": 96, "properties": { "NAME": "Queens Museum of Art", "TEL": "(718) 592-9700", "URL": "http:\/\/www.queensmuseum.org\/", "ADRESS1": "Queens Museum of Art", "ADDRESS2": "Flushing Meadows Corona Park", "CITY": "Queens", "ZIP": 11368.0 }, "geometry": { "type": "Point", "coordinates": [ -73.846763, 40.745843 ] } }
|
|
198
|
+
,
|
|
199
|
+
{ "type": "Feature", "id": 97, "properties": { "NAME": "Rose Center for Earth and Space (Hayden Planetarium)", "TEL": "(212) 769-5100", "URL": "http:\/\/www.haydenplanetarium.org\/index.php", "ADRESS1": "15 West 81st Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10024.0 }, "geometry": { "type": "Point", "coordinates": [ -73.972575, 40.78286 ] } }
|
|
200
|
+
,
|
|
201
|
+
{ "type": "Feature", "id": 98, "properties": { "NAME": "Rose Museum at Carnegie Hall", "TEL": "(212) 903-9629", "URL": "http:\/\/www.carnegiehall.org\/textSite\/the_basics\/art_museum_archives.html", "ADRESS1": "154 West 57th Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 0.0 }, "geometry": { "type": "Point", "coordinates": [ -73.979911, 40.765013 ] } }
|
|
202
|
+
,
|
|
203
|
+
{ "type": "Feature", "id": 99, "properties": { "NAME": "Rubin Museum of Art", "TEL": "(212) 620-5000", "URL": "http:\/\/www.rmanyc.org\/", "ADRESS1": "150 West 17th Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10011.0 }, "geometry": { "type": "Point", "coordinates": [ -73.997792, 40.740021 ] } }
|
|
204
|
+
,
|
|
205
|
+
{ "type": "Feature", "id": 100, "properties": { "NAME": "Sandy Ground Historical Society", "TEL": "(718) 317-5796", "URL": "http:\/\/statenislandusa.com\/pages\/sandy_ground.html", "ADRESS1": "1538 Woodrow Road", "ADDRESS2": null, "CITY": "Staten Island", "ZIP": 0.0 }, "geometry": { "type": "Point", "coordinates": [ -74.216503, 40.540979 ] } }
|
|
206
|
+
,
|
|
207
|
+
{ "type": "Feature", "id": 101, "properties": { "NAME": "Scandinavia House: The Nordic Center in America", "TEL": "(212) 879-9779", "URL": "http:\/\/www.scandinaviahouse.org\/", "ADRESS1": "58 Park Ave.", "ADDRESS2": null, "CITY": "New York", "ZIP": 10016.0 }, "geometry": { "type": "Point", "coordinates": [ -73.980088, 40.749447 ] } }
|
|
208
|
+
,
|
|
209
|
+
{ "type": "Feature", "id": 102, "properties": { "NAME": "Schomburg Center for Research in Black Culture", "TEL": "(212) 491-2200", "URL": "http:\/\/www.nypl.org\/research\/sc\/sc.html", "ADRESS1": "515 Malcolm X Boulevard", "ADDRESS2": null, "CITY": "New York", "ZIP": 10037.0 }, "geometry": { "type": "Point", "coordinates": [ -73.940991, 40.814613 ] } }
|
|
210
|
+
,
|
|
211
|
+
{ "type": "Feature", "id": 103, "properties": { "NAME": "School of Visual Arts Museum", "TEL": "(212) 592-2145", "URL": "http:\/\/www.schoolofvisualarts.edu\/sa\/index.jsp?sid0=201&page_id=482&event_id=865", "ADRESS1": "209 E. 23rd St.", "ADDRESS2": null, "CITY": "New York", "ZIP": 10010.0 }, "geometry": { "type": "Point", "coordinates": [ -73.982242, 40.73876 ] } }
|
|
212
|
+
,
|
|
213
|
+
{ "type": "Feature", "id": 104, "properties": { "NAME": "Seguine Mansion", "TEL": "(718) 667-6042", "URL": "http:\/\/www.historichousetrust.org\/item.php?i_id=38", "ADRESS1": "440 Seguine Avenue", "ADDRESS2": null, "CITY": "Staten Island", "ZIP": 10307.0 }, "geometry": { "type": "Point", "coordinates": [ -74.197589, 40.515215 ] } }
|
|
214
|
+
,
|
|
215
|
+
{ "type": "Feature", "id": 105, "properties": { "NAME": "Skyscraper Museum", "TEL": "(212) 968-1961", "URL": "http:\/\/www.skyscraper.org\/home.htm", "ADRESS1": "39 Battery Place", "ADDRESS2": null, "CITY": "New York", "ZIP": 10280.0 }, "geometry": { "type": "Point", "coordinates": [ -74.017568, 40.705658 ] } }
|
|
216
|
+
,
|
|
217
|
+
{ "type": "Feature", "id": 106, "properties": { "NAME": "Solomon R. Guggenheim Museum", "TEL": "(212) 423-3500", "URL": "http:\/\/www.guggenheim.org\/", "ADRESS1": "1071 Fifth Avenue", "ADDRESS2": null, "CITY": "New York", "ZIP": 10128.0 }, "geometry": { "type": "Point", "coordinates": [ -73.958911, 40.78301 ] } }
|
|
218
|
+
,
|
|
219
|
+
{ "type": "Feature", "id": 107, "properties": { "NAME": "Sony Wonder Technology Lab", "TEL": "(212) 833-8100", "URL": "http:\/\/wondertechlab.sony.com\/", "ADRESS1": "550 Madison Ave", "ADDRESS2": "Sony Plaza", "CITY": "New York", "ZIP": 10022.0 }, "geometry": { "type": "Point", "coordinates": [ -73.973508, 40.761471 ] } }
|
|
220
|
+
,
|
|
221
|
+
{ "type": "Feature", "id": 108, "properties": { "NAME": "South Street Seaport Museum", "TEL": "(212) 748-8600", "URL": "http:\/\/www.southstreetseaportmuseum.org\/", "ADRESS1": "12 Fulton Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10038.0 }, "geometry": { "type": "Point", "coordinates": [ -74.003721, 40.706604 ] } }
|
|
222
|
+
,
|
|
223
|
+
{ "type": "Feature", "id": 109, "properties": { "NAME": "Staten Island Children's Museum", "TEL": "(718) 273-2060", "URL": "http:\/\/www.statenislandkids.org\/", "ADRESS1": "1000 Richmond Terr.", "ADDRESS2": null, "CITY": "Staten Island", "ZIP": 10301.0 }, "geometry": { "type": "Point", "coordinates": [ -74.101892, 40.642709 ] } }
|
|
224
|
+
,
|
|
225
|
+
{ "type": "Feature", "id": 110, "properties": { "NAME": "Staten Island Museum \/ Staten Island Institute of Arts & Sciences", "TEL": "(718) 727-1135", "URL": "http:\/\/www.statenislandmuseum.org\/", "ADRESS1": "75 Stuyvesant Pl.", "ADDRESS2": null, "CITY": "Staten Island", "ZIP": 10301.0 }, "geometry": { "type": "Point", "coordinates": [ -74.077665, 40.64437 ] } }
|
|
226
|
+
,
|
|
227
|
+
{ "type": "Feature", "id": 111, "properties": { "NAME": "Studio Museum in Harlem", "TEL": "(212) 864-4500", "URL": "http:\/\/www.studiomuseum.org", "ADRESS1": "144 West 125th Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10027.0 }, "geometry": { "type": "Point", "coordinates": [ -73.947726, 40.808246 ] } }
|
|
228
|
+
,
|
|
229
|
+
{ "type": "Feature", "id": 112, "properties": { "NAME": "Tenement Museum", "TEL": "(212) 431-0233", "URL": "http:\/\/www.tenement.org\/", "ADRESS1": "108 Orchard Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10002.0 }, "geometry": { "type": "Point", "coordinates": [ -73.989679, 40.718688 ] } }
|
|
230
|
+
,
|
|
231
|
+
{ "type": "Feature", "id": 113, "properties": { "NAME": "The Freakatorium, El Museo Loco", "TEL": "(212) 375-0475", "URL": "http:\/\/www.freakatorium.com\/", "ADRESS1": "57 Clinton St.", "ADDRESS2": null, "CITY": "New York", "ZIP": 10002.0 }, "geometry": { "type": "Point", "coordinates": [ -73.985014, 40.719617 ] } }
|
|
232
|
+
,
|
|
233
|
+
{ "type": "Feature", "id": 114, "properties": { "NAME": "The Jazz Museum in Harlem", "TEL": "(212) 348-8300", "URL": "http:\/\/www.jazzmuseuminharlem.org\/", "ADRESS1": "104 E. 126th Street", "ADDRESS2": "Suite 2D", "CITY": "New York", "ZIP": 10035.0 }, "geometry": { "type": "Point", "coordinates": [ -73.938059, 40.805277 ] } }
|
|
234
|
+
,
|
|
235
|
+
{ "type": "Feature", "id": 115, "properties": { "NAME": "The Jewish Children's Museum", "TEL": "(718) 467-0600", "URL": "http:\/\/www.jcmonline.org\/", "ADRESS1": "792 Eastern Pkwy", "ADDRESS2": null, "CITY": "Brooklyn", "ZIP": 11213.0 }, "geometry": { "type": "Point", "coordinates": [ -73.941962, 40.668912 ] } }
|
|
236
|
+
,
|
|
237
|
+
{ "type": "Feature", "id": 116, "properties": { "NAME": "The Museum at FIT", "TEL": "(212) 217-5800", "URL": "http:\/\/www.fitnyc.edu\/306.asp", "ADRESS1": "7th Avenue at West 27th Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10001.0 }, "geometry": { "type": "Point", "coordinates": [ -73.99393, 40.747009 ] } }
|
|
238
|
+
,
|
|
239
|
+
{ "type": "Feature", "id": 117, "properties": { "NAME": "Theodore Roosevelt Birthplace", "TEL": "(212) 260-1616", "URL": "http:\/\/www.nps.gov\/thrb\/index.htm", "ADRESS1": "28 East 20th Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10003.0 }, "geometry": { "type": "Point", "coordinates": [ -73.989041, 40.738642 ] } }
|
|
240
|
+
,
|
|
241
|
+
{ "type": "Feature", "id": 118, "properties": { "NAME": "Ukrainian Museum", "TEL": "(212) 228-0110", "URL": "http:\/\/www.ukrainianmuseum.org\/", "ADRESS1": "222 East 6th Street", "ADDRESS2": null, "CITY": "New York", "ZIP": 10003.0 }, "geometry": { "type": "Point", "coordinates": [ -73.989757, 40.727677 ] } }
|
|
242
|
+
,
|
|
243
|
+
{ "type": "Feature", "id": 119, "properties": { "NAME": "Valentine-Varian House", "TEL": "(718) 881-8900", "URL": "http:\/\/www.museumregister.com\/US\/NewYork\/Bronx\/ValentineVarianHouse\/Info.html", "ADRESS1": "3266 Bainbridge Ave.", "ADDRESS2": null, "CITY": "Bronx", "ZIP": 10467.0 }, "geometry": { "type": "Point", "coordinates": [ -73.879425, 40.87738 ] } }
|
|
244
|
+
,
|
|
245
|
+
{ "type": "Feature", "id": 120, "properties": { "NAME": "Van Cortlandt House Museum", "TEL": "(718) 543-3344", "URL": "http:\/\/www.vancortlandthouse.org\/", "ADRESS1": "VAN CRTLANDT MANSION", "ADDRESS2": "Broadway at West 246th Street", "CITY": "Bronx", "ZIP": 10471.0 }, "geometry": { "type": "Point", "coordinates": [ -73.894823, 40.891112 ] } }
|
|
246
|
+
,
|
|
247
|
+
{ "type": "Feature", "id": 121, "properties": { "NAME": "Wave Hill", "TEL": "(718) 549-3200", "URL": "http:\/\/wavehill.org\/visit\/", "ADRESS1": "West 249th Street & Independence Avenue", "ADDRESS2": null, "CITY": "Bronx", "ZIP": 10471.0 }, "geometry": { "type": "Point", "coordinates": [ -73.911654, 40.897885 ] } }
|
|
248
|
+
,
|
|
249
|
+
{ "type": "Feature", "id": 122, "properties": { "NAME": "Whitney Museum of American Art", "TEL": "1 (800) WHITNEY", "URL": "http:\/\/www.whitney.org\/", "ADRESS1": "945 Madison Ave.", "ADDRESS2": null, "CITY": "New York", "ZIP": 10021.0 }, "geometry": { "type": "Point", "coordinates": [ -73.963834, 40.773408 ] } }
|
|
250
|
+
,
|
|
251
|
+
{ "type": "Feature", "id": 123, "properties": { "NAME": "Wyckoff Farmhouse Museum", "TEL": "(718) 629-5400", "URL": "http:\/\/www.wyckoffassociation.org\/", "ADRESS1": "5816 Clarendon Ave", "ADDRESS2": null, "CITY": "Brooklyn", "ZIP": 11203.0 }, "geometry": { "type": "Point", "coordinates": [ -73.920796, 40.644341 ] } }
|
|
252
|
+
,
|
|
253
|
+
{ "type": "Feature", "id": 124, "properties": { "NAME": "Leo Baeck Institute", "TEL": "(212) 744-6400", "URL": "http:\/\/www.lbi.org\/", "ADRESS1": "15 W. 16th St.", "ADDRESS2": null, "CITY": "New York", "ZIP": 10011.0 }, "geometry": { "type": "Point", "coordinates": [ -73.993764, 40.738028 ] } }
|
|
254
|
+
,
|
|
255
|
+
{ "type": "Feature", "id": 125, "properties": { "NAME": "American Sephardi Federation \/ Sephardic House", "TEL": "(212) 294-8350", "URL": "http:\/\/www.americansephardifederation.org\/", "ADRESS1": "15 W. 16th St.", "ADDRESS2": null, "CITY": "New York", "ZIP": 10011.0 }, "geometry": { "type": "Point", "coordinates": [ -73.993886, 40.738078 ] } }
|
|
256
|
+
,
|
|
257
|
+
{ "type": "Feature", "id": 126, "properties": { "NAME": "YIVO Institute for Jewish Research", "TEL": "(212) 246-6860", "URL": "http:\/\/www.yivoinstitute.org\/", "ADRESS1": "15 W. 16th St.", "ADDRESS2": null, "CITY": "New York", "ZIP": 10011.0 }, "geometry": { "type": "Point", "coordinates": [ -73.993794, 40.73796 ] } }
|
|
258
|
+
,
|
|
259
|
+
{ "type": "Feature", "id": 127, "properties": { "NAME": "American Jewish Historical Society", "TEL": "(212) 294-6160", "URL": "http:\/\/www.ajhs.org\/", "ADRESS1": "15 W. 16th St.", "ADDRESS2": null, "CITY": "New York", "ZIP": 10011.0 }, "geometry": { "type": "Point", "coordinates": [ -73.993929, 40.738016 ] } }
|
|
260
|
+
,
|
|
261
|
+
{ "type": "Feature", "id": 128, "properties": { "NAME": "Yeshiva University Museum", "TEL": "(212) 294-8330", "URL": "http:\/\/www.yumuseum.org\/", "ADRESS1": "15 W. 16th St.", "ADDRESS2": null, "CITY": "New York", "ZIP": 10011.0 }, "geometry": { "type": "Point", "coordinates": [ -73.993817, 40.738046 ] } }
|
|
262
|
+
,
|
|
263
|
+
{ "type": "Feature", "id": 129, "properties": { "NAME": "Center For Jewish History", "TEL": "(212) 294-8301", "URL": "http:\/\/www.cjh.org", "ADRESS1": "15 W. 16th St.", "ADDRESS2": null, "CITY": "New York", "ZIP": 10011.0 }, "geometry": { "type": "Point", "coordinates": [ -73.993869, 40.737987 ] } }
|
|
264
|
+
|
|
265
|
+
]
|
|
266
|
+
}
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "FeatureCollection",
|
|
3
|
+
|
|
4
|
+
"features": [
|
|
5
|
+
{ "type": "Feature", "id": 0, "properties": { "NAME": "45th Street Theater", "TEL": "(212) 352-3101", "URL": "http:\/\/www.theatermania.com\/new-york\/theaters\/45th-street-theatre_2278\/", "ADDRESS1": "354 West 45th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.990618, 40.759851 ] } }
|
|
6
|
+
,
|
|
7
|
+
{ "type": "Feature", "id": 1, "properties": { "NAME": "47th Street Theater", "TEL": "(800) 775-1617", "URL": "http:\/\/www.bestofoffbroadway.com\/theaters\/47streettheatre.html", "ADDRESS1": "304 West 47th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.988106, 40.760471 ] } }
|
|
8
|
+
,
|
|
9
|
+
{ "type": "Feature", "id": 2, "properties": { "NAME": "59E59", "TEL": "(212) 753-5959", "URL": "http:\/\/www.59e59.org\/", "ADDRESS1": "59 East 59th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10022.0 }, "geometry": { "type": "Point", "coordinates": [ -73.970385, 40.763399 ] } }
|
|
10
|
+
,
|
|
11
|
+
{ "type": "Feature", "id": 3, "properties": { "NAME": "Acorn Theater", "TEL": "(212) 279-4200", "URL": "http:\/\/www.theatrerow.org\/theacorn.htm", "ADDRESS1": "410 West 42nd Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.993324, 40.758537 ] } }
|
|
12
|
+
,
|
|
13
|
+
{ "type": "Feature", "id": 4, "properties": { "NAME": "Al Hirschfeld Theater", "TEL": "(212) 239-6200", "URL": "http:\/\/www.newyorkcitytheatre.com\/theaters\/alhirschfeldtheater\/theater.php", "ADDRESS1": "302 W 45th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.989214, 40.759261 ] } }
|
|
14
|
+
,
|
|
15
|
+
{ "type": "Feature", "id": 5, "properties": { "NAME": "Ambassador Theatre", "TEL": "(800) 432-7565", "URL": "http:\/\/www.shubertorganization.com\/theatres\/ambassador.asp", "ADDRESS1": "219 West 49th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.985001, 40.761259 ] } }
|
|
16
|
+
,
|
|
17
|
+
{ "type": "Feature", "id": 6, "properties": { "NAME": "American Airlines Theatre", "TEL": "(212) 719-9393", "URL": "http:\/\/www.newyorkcitytheatre.com\/theaters\/americanairlinestheater\/theater.php", "ADDRESS1": "227 W 42nd Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.988049, 40.756779 ] } }
|
|
18
|
+
,
|
|
19
|
+
{ "type": "Feature", "id": 7, "properties": { "NAME": "Apollo Theater", "TEL": "(212) 531-5300", "URL": "http:\/\/www.apollotheater.org\/", "ADDRESS1": "253 West 125th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10027.0 }, "geometry": { "type": "Point", "coordinates": [ -73.95004, 40.810037 ] } }
|
|
20
|
+
,
|
|
21
|
+
{ "type": "Feature", "id": 8, "properties": { "NAME": "Arclight Theatre", "TEL": "(212) 595-0355", "URL": "http:\/\/www.nytheatre.com\/nytheatre\/arclight.htm", "ADDRESS1": "152 W 71st St", "ADDRES2": null, "CITY": "New York", "ZIP": 10023.0 }, "geometry": { "type": "Point", "coordinates": [ -73.98121, 40.77712 ] } }
|
|
22
|
+
,
|
|
23
|
+
{ "type": "Feature", "id": 9, "properties": { "NAME": "Astor Place Theatre", "TEL": "(212) 254-4370", "URL": "http:\/\/www.newyorkcitytheatre.com\/theaters\/astorplacetheater\/theater.php", "ADDRESS1": "434 Lafayette St", "ADDRES2": "Frnt", "CITY": "New York", "ZIP": 10003.0 }, "geometry": { "type": "Point", "coordinates": [ -73.992344, 40.729377 ] } }
|
|
24
|
+
,
|
|
25
|
+
{ "type": "Feature", "id": 10, "properties": { "NAME": "Atlantic Theatre", "TEL": "(212) 645-1242", "URL": "http:\/\/www.atlantictheater.org\/", "ADDRESS1": "336 W 20th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10011.0 }, "geometry": { "type": "Point", "coordinates": [ -74.001554, 40.743888 ] } }
|
|
26
|
+
,
|
|
27
|
+
{ "type": "Feature", "id": 11, "properties": { "NAME": "August Wilson Theatre", "TEL": "(212) 239-6200", "URL": "http:\/\/www.newyorkcitytheatre.com\/theaters\/augustwilsontheater\/theater.php", "ADDRESS1": "245 W 52nd Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9842, 40.763372 ] } }
|
|
28
|
+
,
|
|
29
|
+
{ "type": "Feature", "id": 12, "properties": { "NAME": "Barrow Street Theatre", "TEL": "(212) 243-6262", "URL": "http:\/\/www.barrowstreettheatre.com\/index.asp", "ADDRESS1": "27 Barrow St", "ADDRES2": null, "CITY": "New York", "ZIP": 10014.0 }, "geometry": { "type": "Point", "coordinates": [ -74.003088, 40.732329 ] } }
|
|
30
|
+
,
|
|
31
|
+
{ "type": "Feature", "id": 13, "properties": { "NAME": "Beacon Theatre", "TEL": "(212) 465-6500", "URL": "http:\/\/www.beacontheatre.com\/", "ADDRESS1": "2124 Broadway", "ADDRES2": null, "CITY": "New York", "ZIP": 10023.0 }, "geometry": { "type": "Point", "coordinates": [ -73.980993, 40.780561 ] } }
|
|
32
|
+
,
|
|
33
|
+
{ "type": "Feature", "id": 14, "properties": { "NAME": "Belasco Theatre", "TEL": "(212) 944-3700", "URL": "http:\/\/www.shubertorganization.com\/theatres\/belasco.asp", "ADDRESS1": "111 W 44th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.983786, 40.756653 ] } }
|
|
34
|
+
,
|
|
35
|
+
{ "type": "Feature", "id": 15, "properties": { "NAME": "Bernard B. Jacobs Theatre", "TEL": "(212) 944-3700", "URL": "http:\/\/www.shubertorganization.com\/theatres\/bernard_b_jacobs.asp", "ADDRESS1": "242 W 45th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.987724, 40.758629 ] } }
|
|
36
|
+
,
|
|
37
|
+
{ "type": "Feature", "id": 16, "properties": { "NAME": "Bleecker Street Theater", "TEL": "(212) 260-8250", "URL": "http:\/\/www.45bleecker.com\/", "ADDRESS1": "45 Bleecker Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10012.0 }, "geometry": { "type": "Point", "coordinates": [ -73.994175, 40.725953 ] } }
|
|
38
|
+
,
|
|
39
|
+
{ "type": "Feature", "id": 17, "properties": { "NAME": "Booth Theatre", "TEL": "(212) 944-3700", "URL": "http:\/\/www.shubertorganization.com\/theatres\/booth.asp", "ADDRESS1": "222 W 45th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.987088, 40.758373 ] } }
|
|
40
|
+
,
|
|
41
|
+
{ "type": "Feature", "id": 18, "properties": { "NAME": "Broadhurst Theatre", "TEL": "(212) 944-3700", "URL": "http:\/\/www.shubertorganization.com\/theatres\/broadhurst.asp", "ADDRESS1": "235 W 44th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.987623, 40.758264 ] } }
|
|
42
|
+
,
|
|
43
|
+
{ "type": "Feature", "id": 19, "properties": { "NAME": "Broadway Theatre", "TEL": "(212) 944-3700", "URL": "http:\/\/www.shubertorganization.com\/theatres\/broadway.asp", "ADDRESS1": "1681 Broadway", "ADDRES2": null, "CITY": "New York", "ZIP": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.983351, 40.76327 ] } }
|
|
44
|
+
,
|
|
45
|
+
{ "type": "Feature", "id": 20, "properties": { "NAME": "Brooks Atkinson Theatre", "TEL": "(212) 719-4099", "URL": "http:\/\/www.brooksatkinsontheater.com\/", "ADDRESS1": "256 W 47th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.986983, 40.759958 ] } }
|
|
46
|
+
,
|
|
47
|
+
{ "type": "Feature", "id": 21, "properties": { "NAME": "Castillo Theater", "TEL": "(212) 941-9400", "URL": "http:\/\/www.castillo.org\/", "ADDRESS1": "543 West 42nd Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.996964, 40.760605 ] } }
|
|
48
|
+
,
|
|
49
|
+
{ "type": "Feature", "id": 22, "properties": { "NAME": "Century Center For the Performing Arts", "TEL": "(212) 239-6200", "URL": "http:\/\/www.theatermania.com\/new-york\/theaters\/century-center-for-the-performing-arts_59\/", "ADDRESS1": "111 E 15th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10003.0 }, "geometry": { "type": "Point", "coordinates": [ -73.98889, 40.735167 ] } }
|
|
50
|
+
,
|
|
51
|
+
{ "type": "Feature", "id": 23, "properties": { "NAME": "Cherry Lane Theatre", "TEL": "(212) 989-2020�", "URL": "http:\/\/cherrylanetheatre.org\/", "ADDRESS1": "38 Commerce Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10014.0 }, "geometry": { "type": "Point", "coordinates": [ -74.005311, 40.731262 ] } }
|
|
52
|
+
,
|
|
53
|
+
{ "type": "Feature", "id": 24, "properties": { "NAME": "Circle In the Square Theatre", "TEL": "(212) 307-0388", "URL": "http:\/\/www.circlesquare.org\/", "ADDRESS1": "1633 Broadway", "ADDRES2": null, "CITY": "New York", "ZIP": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.984548, 40.762029 ] } }
|
|
54
|
+
,
|
|
55
|
+
{ "type": "Feature", "id": 25, "properties": { "NAME": "Connelly Theater", "TEL": "(212) 982-2287", "URL": "http:\/\/www.connellycenter.org\/theatre.htm", "ADDRESS1": "220 E 4th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10009.0 }, "geometry": { "type": "Point", "coordinates": [ -73.983612, 40.723575 ] } }
|
|
56
|
+
,
|
|
57
|
+
{ "type": "Feature", "id": 26, "properties": { "NAME": "Cort Theatre", "TEL": "(212) 944-3700", "URL": "http:\/\/www.shubertorganization.com\/theatres\/cort.asp", "ADDRESS1": "138 W 48th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.983056, 40.759117 ] } }
|
|
58
|
+
,
|
|
59
|
+
{ "type": "Feature", "id": 27, "properties": { "NAME": "Daryl Roth Theatre", "TEL": "(212) 375-1110", "URL": "http:\/\/www.darylroththeatre.com\/", "ADDRESS1": "101 E 15th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10003.0 }, "geometry": { "type": "Point", "coordinates": [ -73.98937, 40.735283 ] } }
|
|
60
|
+
,
|
|
61
|
+
{ "type": "Feature", "id": 28, "properties": { "NAME": "Duke Theatre", "TEL": "(646) 223-3010", "URL": "http:\/\/www.new42.org\/duke\/duke_home.aspx", "ADDRESS1": "229 W. 42nd St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.988172, 40.756823 ] } }
|
|
62
|
+
,
|
|
63
|
+
{ "type": "Feature", "id": 29, "properties": { "NAME": "Ed Sullivan Theater", "TEL": "(212) 975-4321", "URL": "http:\/\/www.newyorkcitytheatre.com\/theaters\/edsullivantheater\/theater.php", "ADDRESS1": "1697 Broadway", "ADDRES2": null, "CITY": "New York", "ZIP": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.982898, 40.763807 ] } }
|
|
64
|
+
,
|
|
65
|
+
{ "type": "Feature", "id": 30, "properties": { "NAME": "Ethel Barrymore Theatre", "TEL": "(212) 944-3700", "URL": "http:\/\/www.shubertorganization.com\/theatres\/ethel_barrymore.asp", "ADDRESS1": "243 West 47th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.986157, 40.7601 ] } }
|
|
66
|
+
,
|
|
67
|
+
{ "type": "Feature", "id": 31, "properties": { "NAME": "Eugene O'Neill Theater", "TEL": "(888) VISIT-NY", "URL": "http:\/\/www.ibdb.com\/venue.php?id=1158", "ADDRESS1": "230 W 49th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.985763, 40.761078 ] } }
|
|
68
|
+
,
|
|
69
|
+
{ "type": "Feature", "id": 32, "properties": { "NAME": "Gene Frankel Theatre Workshop", "TEL": "(212) 777-1767", "URL": "http:\/\/www.genefrankel.com\/presentation_content.html", "ADDRESS1": "24 Bond St", "ADDRES2": null, "CITY": "New York", "ZIP": 10012.0 }, "geometry": { "type": "Point", "coordinates": [ -73.993639, 40.72667 ] } }
|
|
70
|
+
,
|
|
71
|
+
{ "type": "Feature", "id": 33, "properties": { "NAME": "Gerald Schoenfeld Theatre", "TEL": "(212) 944-3700", "URL": "http:\/\/www.shubertorganization.com\/theatres\/gerald_schoenfeld.asp", "ADDRESS1": "236 W 45th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.987428, 40.758506 ] } }
|
|
72
|
+
,
|
|
73
|
+
{ "type": "Feature", "id": 34, "properties": { "NAME": "Gershwin Theatre", "TEL": "(212) 586-6510", "URL": "http:\/\/www.gershwintheatre.com\/", "ADDRESS1": "222 W 51st St", "ADDRES2": null, "CITY": "New York", "ZIP": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.985158, 40.762421 ] } }
|
|
74
|
+
,
|
|
75
|
+
{ "type": "Feature", "id": 35, "properties": { "NAME": "Gramercy Arts Theatre", "TEL": "(212) 889-2850", "URL": "http:\/\/www.theatermania.com\/new-york\/theaters\/gramercy-arts-theatre_657\/", "ADDRESS1": "138 E 27th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10016.0 }, "geometry": { "type": "Point", "coordinates": [ -73.982578, 40.741653 ] } }
|
|
76
|
+
,
|
|
77
|
+
{ "type": "Feature", "id": 36, "properties": { "NAME": "Greenwich Street Theater", "TEL": "(888) VISIT-NY", "URL": "http:\/\/www.theatermania.com\/new-york\/theaters\/greenwich-street-theatre_196\/", "ADDRESS1": "547 Greenwich St", "ADDRES2": null, "CITY": "New York", "ZIP": 10013.0 }, "geometry": { "type": "Point", "coordinates": [ -74.008623, 40.727293 ] } }
|
|
78
|
+
,
|
|
79
|
+
{ "type": "Feature", "id": 37, "properties": { "NAME": "Harold Clurman Theater", "TEL": "(888) VISIT-NY", "URL": "http:\/\/www.theatermania.com\/new-york\/theaters\/harold-clurman-theater_695\/", "ADDRESS1": "412 W 42nd St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.993423, 40.758536 ] } }
|
|
80
|
+
,
|
|
81
|
+
{ "type": "Feature", "id": 38, "properties": { "NAME": "Helen Hayes Theater", "TEL": "(212) 944-9450", "URL": "http:\/\/www.nytheatre.com\/nytheatre\/hayes.htm", "ADDRESS1": "240 W 44th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.987839, 40.757864 ] } }
|
|
82
|
+
,
|
|
83
|
+
{ "type": "Feature", "id": 39, "properties": { "NAME": "Henry Miller Theatre", "TEL": "(212) 719-1300", "URL": "http:\/\/www.roundabouttheatre.org\/hmt\/", "ADDRESS1": "124 W 43rd St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.984714, 40.755566 ] } }
|
|
84
|
+
,
|
|
85
|
+
{ "type": "Feature", "id": 40, "properties": { "NAME": "Here Theater", "TEL": "(212) 352-3101", "URL": "http:\/\/www.here.org", "ADDRESS1": "145 6th Avenue", "ADDRES2": null, "CITY": "New York", "ZIP": 10013.0 }, "geometry": { "type": "Point", "coordinates": [ -74.004946, 40.725128 ] } }
|
|
86
|
+
,
|
|
87
|
+
{ "type": "Feature", "id": 41, "properties": { "NAME": "Hilton Theatre", "TEL": "(212) 556-4750", "URL": "http:\/\/www.hiltontheatre.com\/home.php?size=1280", "ADDRESS1": "214 W 43rd Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.987619, 40.756593 ] } }
|
|
88
|
+
,
|
|
89
|
+
{ "type": "Feature", "id": 42, "properties": { "NAME": "Imperial Theatre", "TEL": "(212) 944-3700", "URL": "http:\/\/www.shubertorganization.com\/theatres\/imperial.asp", "ADDRESS1": "249 W 45th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.987341, 40.758949 ] } }
|
|
90
|
+
,
|
|
91
|
+
{ "type": "Feature", "id": 43, "properties": { "NAME": "Jane Street Theatre", "TEL": "(212) 924-8404", "URL": "http:\/\/www.nyc.com\/arts__attractions\/jane_street_theatre.98884\/editorial_review.aspx", "ADDRESS1": "113 Jane St", "ADDRES2": null, "CITY": "New York", "ZIP": 10014.0 }, "geometry": { "type": "Point", "coordinates": [ -74.009324, 40.738299 ] } }
|
|
92
|
+
,
|
|
93
|
+
{ "type": "Feature", "id": 44, "properties": { "NAME": "John Golden Theatre", "TEL": "(212) 944-3700", "URL": "http:\/\/www.shubertorganization.com\/theatres\/john_golden.asp", "ADDRESS1": "252 W 45th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.987965, 40.75872 ] } }
|
|
94
|
+
,
|
|
95
|
+
{ "type": "Feature", "id": 45, "properties": { "NAME": "Julia Miles Theater", "TEL": "(212) 757-3900", "URL": "http:\/\/www.womensproject.org\/julia_miles_theater.htm", "ADDRESS1": "424 W 55th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.987899, 40.766886 ] } }
|
|
96
|
+
,
|
|
97
|
+
{ "type": "Feature", "id": 46, "properties": { "NAME": "Kraine Theater", "TEL": "(888) VISIT-NY", "URL": "http:\/\/www.httheater.org\/rentersKRAINE.html", "ADDRESS1": "85 E 4th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10003.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9898, 40.72659 ] } }
|
|
98
|
+
,
|
|
99
|
+
{ "type": "Feature", "id": 47, "properties": { "NAME": "La Mama Experimental Theatre", "TEL": "(212) 475-7710", "URL": "http:\/\/www.lamama.org\/", "ADDRESS1": "74A East 4th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10003.0 }, "geometry": { "type": "Point", "coordinates": [ -73.990202, 40.726328 ] } }
|
|
100
|
+
,
|
|
101
|
+
{ "type": "Feature", "id": 48, "properties": { "NAME": "Lamb's Theatre", "TEL": "(212) 302-7847", "URL": "http:\/\/www.lambstheatre.org\/", "ADDRESS1": "130 W 44th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.984584, 40.756494 ] } }
|
|
102
|
+
,
|
|
103
|
+
{ "type": "Feature", "id": 49, "properties": { "NAME": "Laura Pels Theater", "TEL": "(212) 719-9393", "URL": "http:\/\/www.nytheatre.com\/nytheatre\/venue.php?t=laurapels", "ADDRESS1": "111 W 46th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10001.0 }, "geometry": { "type": "Point", "coordinates": [ -73.98244, 40.757868 ] } }
|
|
104
|
+
,
|
|
105
|
+
{ "type": "Feature", "id": 50, "properties": { "NAME": "Lion Theatre", "TEL": "(212) 714-2442", "URL": "http:\/\/www.nytheatre.com\/nytheatre\/venue.php?t=lion", "ADDRESS1": "410 W 42nd St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.99343, 40.758456 ] } }
|
|
106
|
+
,
|
|
107
|
+
{ "type": "Feature", "id": 51, "properties": { "NAME": "Longacre Theatre", "TEL": "(212) 944-3700", "URL": "http:\/\/www.shubertorganization.com\/theatres\/longacre.asp", "ADDRESS1": "220 W 48th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.985973, 40.76035 ] } }
|
|
108
|
+
,
|
|
109
|
+
{ "type": "Feature", "id": 52, "properties": { "NAME": "Lucille Lortel Theatre", "TEL": "(212) 924-8782", "URL": "http:\/\/www.lortel.org\/llt_theater\/", "ADDRESS1": "121 Christopher St", "ADDRES2": null, "CITY": "New York", "ZIP": 10014.0 }, "geometry": { "type": "Point", "coordinates": [ -74.005744, 40.733356 ] } }
|
|
110
|
+
,
|
|
111
|
+
{ "type": "Feature", "id": 53, "properties": { "NAME": "Lunt-Fontanne Theatre", "TEL": "(212) 575-9200", "URL": "http:\/\/www.luntfontannetheatre.com\/", "ADDRESS1": "205 W 46th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.985919, 40.759181 ] } }
|
|
112
|
+
,
|
|
113
|
+
{ "type": "Feature", "id": 54, "properties": { "NAME": "Lyceum Theatre", "TEL": "(212) 944-3700", "URL": "http:\/\/www.shubertorganization.com\/theatres\/lyceum.asp", "ADDRESS1": "149 W 45th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.98453, 40.757775 ] } }
|
|
114
|
+
,
|
|
115
|
+
{ "type": "Feature", "id": 55, "properties": { "NAME": "Majestic Theatre", "TEL": "(212) 944-3700", "URL": "http:\/\/www.shubertorganization.com\/theatres\/majestic.asp", "ADDRESS1": "245 W 44th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.988012, 40.758413 ] } }
|
|
116
|
+
,
|
|
117
|
+
{ "type": "Feature", "id": 56, "properties": { "NAME": "Manhattan Ensemble Theatre", "TEL": "(212) 925-1900", "URL": "http:\/\/www.met.com\/", "ADDRESS1": "55 Mercer St", "ADDRES2": null, "CITY": "New York", "ZIP": 10013.0 }, "geometry": { "type": "Point", "coordinates": [ -74.001209, 40.721988 ] } }
|
|
118
|
+
,
|
|
119
|
+
{ "type": "Feature", "id": 57, "properties": { "NAME": "Manhattan Theatre Source", "TEL": "(212) 260-4698", "URL": "http:\/\/www.theatresource.org\/index.htm", "ADDRESS1": "177 MacDougal St", "ADDRES2": "Frnt", "CITY": "New York", "ZIP": 10011.0 }, "geometry": { "type": "Point", "coordinates": [ -73.998405, 40.732828 ] } }
|
|
120
|
+
,
|
|
121
|
+
{ "type": "Feature", "id": 58, "properties": { "NAME": "Marquis Theatre", "TEL": "(212) 382-0100", "URL": "http:\/\/www.marquistheatre.com\/", "ADDRESS1": "1535 Broadway", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.985897, 40.758512 ] } }
|
|
122
|
+
,
|
|
123
|
+
{ "type": "Feature", "id": 59, "properties": { "NAME": "Mazer Theatre", "TEL": "(212) 780-2300", "URL": "http:\/\/www.newyorkcitytheatre.com\/theaters\/mazertheater\/location.php", "ADDRESS1": "197 E Broadway", "ADDRES2": null, "CITY": "New York", "ZIP": 10002.0 }, "geometry": { "type": "Point", "coordinates": [ -73.988352, 40.713981 ] } }
|
|
124
|
+
,
|
|
125
|
+
{ "type": "Feature", "id": 60, "properties": { "NAME": "McGinn Cazale Theater", "TEL": "(212) 787-3242", "URL": "http:\/\/www.theatermania.com\/broadway\/theaters\/mcginncazale-theater_186\/", "ADDRESS1": "2162 Broadway", "ADDRES2": null, "CITY": "New York", "ZIP": 10024.0 }, "geometry": { "type": "Point", "coordinates": [ -73.980555, 40.781807 ] } }
|
|
126
|
+
,
|
|
127
|
+
{ "type": "Feature", "id": 61, "properties": { "NAME": "Metropolitan Playhouse", "TEL": "(212) 995-8410", "URL": "http:\/\/www.metropolitanplayhouse.org\/", "ADDRESS1": "220 E 4th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10009.0 }, "geometry": { "type": "Point", "coordinates": [ -73.983661, 40.723498 ] } }
|
|
128
|
+
,
|
|
129
|
+
{ "type": "Feature", "id": 62, "properties": { "NAME": "Michael Schimmel Center for the Arts at Pace University", "TEL": "(800) 874-7223", "URL": "http:\/\/www.pace.edu\/page.cfm?doc_id=26266", "ADDRESS1": "3 Spruce Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10038.0 }, "geometry": { "type": "Point", "coordinates": [ -74.005097, 40.711357 ] } }
|
|
130
|
+
,
|
|
131
|
+
{ "type": "Feature", "id": 63, "properties": { "NAME": "Miller Theatre at Columbia University", "TEL": "(212) 854-7799", "URL": "http:\/\/www.millertheatre.com\/", "ADDRESS1": "2960 Broadway", "ADDRES2": null, "CITY": "New York", "ZIP": 10027.0 }, "geometry": { "type": "Point", "coordinates": [ -73.96346, 40.807587 ] } }
|
|
132
|
+
,
|
|
133
|
+
{ "type": "Feature", "id": 64, "properties": { "NAME": "Minskoff Theatre", "TEL": "(212) 869-0550", "URL": "http:\/\/www.minskofftheatre.com\/", "ADDRESS1": "1515 Broadway", "ADDRES2": "Lbby", "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.986054, 40.757923 ] } }
|
|
134
|
+
,
|
|
135
|
+
{ "type": "Feature", "id": 65, "properties": { "NAME": "Music Box Theatre", "TEL": "(212) 944-3700", "URL": "http:\/\/www.shubertorganization.com\/theatres\/music_box.asp", "ADDRESS1": "239 W 45th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.987142, 40.758887 ] } }
|
|
136
|
+
,
|
|
137
|
+
{ "type": "Feature", "id": 66, "properties": { "NAME": "Nederlander Theater", "TEL": "(212) 921-8000", "URL": "http:\/\/nederlandertheatre.com\/", "ADDRESS1": "208 W 41st St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.988309, 40.755487 ] } }
|
|
138
|
+
,
|
|
139
|
+
{ "type": "Feature", "id": 67, "properties": { "NAME": "Neil Simon Theatre", "TEL": "(212) 757-8646", "URL": "http:\/\/www.neilsimontheatre.com\/", "ADDRESS1": "250 W 52nd St", "ADDRES2": null, "CITY": "New York", "ZIP": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.984528, 40.763018 ] } }
|
|
140
|
+
,
|
|
141
|
+
{ "type": "Feature", "id": 68, "properties": { "NAME": "New Amsterdam Theater", "TEL": "(212) 282-2900", "URL": "http:\/\/www.newamsterdamtheatre.net\/index.htm", "ADDRESS1": "214 W 42nd St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.987763, 40.75612 ] } }
|
|
142
|
+
,
|
|
143
|
+
{ "type": "Feature", "id": 69, "properties": { "NAME": "New Victory Theatre", "TEL": "(646) 223-3010", "URL": "http:\/\/www.newvictory.org\/", "ADDRESS1": "209 West 42nd Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.987464, 40.756557 ] } }
|
|
144
|
+
,
|
|
145
|
+
{ "type": "Feature", "id": 70, "properties": { "NAME": "New World Stages", "TEL": "(646) 871-1730", "URL": "http:\/\/www.newworldstages.com\/", "ADDRESS1": "340 West 50th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.987867, 40.762374 ] } }
|
|
146
|
+
,
|
|
147
|
+
{ "type": "Feature", "id": 71, "properties": { "NAME": "Next Stage Theater", "TEL": "(888) VISIT-NY", "URL": "http:\/\/www.newyorkcitytheatre.com\/theaters\/nextstagetheater\/location.php", "ADDRESS1": "312 West 11th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10014.0 }, "geometry": { "type": "Point", "coordinates": [ -74.006589, 40.735621 ] } }
|
|
148
|
+
,
|
|
149
|
+
{ "type": "Feature", "id": 72, "properties": { "NAME": "Nokia Theatre Times Square", "TEL": "(212) 930-1959", "URL": "http:\/\/nokiatheatrenyc.com\/", "ADDRESS1": "1515 Broadway", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.986218, 40.757678 ] } }
|
|
150
|
+
,
|
|
151
|
+
{ "type": "Feature", "id": 73, "properties": { "NAME": "Ohio Theatre", "TEL": "(212) 966-4844", "URL": "http:\/\/www.sohothinktank.org\/index.html", "ADDRESS1": "66 Wooster Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10012.0 }, "geometry": { "type": "Point", "coordinates": [ -74.001611, 40.72328 ] } }
|
|
152
|
+
,
|
|
153
|
+
{ "type": "Feature", "id": 74, "properties": { "NAME": "Ontological Hysteric Theater", "TEL": "(212) 941-8911", "URL": "http:\/\/www.ontological.com\/", "ADDRESS1": "260 W Broadway", "ADDRES2": null, "CITY": "New York", "ZIP": 10013.0 }, "geometry": { "type": "Point", "coordinates": [ -74.005671, 40.720547 ] } }
|
|
154
|
+
,
|
|
155
|
+
{ "type": "Feature", "id": 75, "properties": { "NAME": "Orpheum Theater", "TEL": "(212) 828-9738", "URL": "http:\/\/www.orpheum-theater.com\/", "ADDRESS1": "1538 3rd Ave", "ADDRES2": null, "CITY": "New York", "ZIP": 10028.0 }, "geometry": { "type": "Point", "coordinates": [ -73.954009, 40.779455 ] } }
|
|
156
|
+
,
|
|
157
|
+
{ "type": "Feature", "id": 76, "properties": { "NAME": "P.S.122 Performance Space", "TEL": "(212) 477-5288", "URL": "http:\/\/www.ps122.org\/", "ADDRESS1": "150 1st Ave", "ADDRES2": null, "CITY": "New York", "ZIP": 10003.0 }, "geometry": { "type": "Point", "coordinates": [ -73.984537, 40.728218 ] } }
|
|
158
|
+
,
|
|
159
|
+
{ "type": "Feature", "id": 77, "properties": { "NAME": "Palace Theatre", "TEL": "(212) 730-8200", "URL": "http:\/\/www.palacetheatreonbroadway.com\/", "ADDRESS1": "1564 Broadway", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.98447, 40.75889 ] } }
|
|
160
|
+
,
|
|
161
|
+
{ "type": "Feature", "id": 78, "properties": { "NAME": "Pearl Theatre", "TEL": "(212) 505-3401", "URL": "http:\/\/www.pearltheatre.org\/", "ADDRESS1": "80 Saint Marks Pl", "ADDRES2": null, "CITY": "New York", "ZIP": 10003.0 }, "geometry": { "type": "Point", "coordinates": [ -73.9858, 40.727559 ] } }
|
|
162
|
+
,
|
|
163
|
+
{ "type": "Feature", "id": 79, "properties": { "NAME": "People's Improv Theater", "TEL": "(212) 563-7488", "URL": "http:\/\/www.thepit-nyc.com\/", "ADDRESS1": "154 W 29th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10001.0 }, "geometry": { "type": "Point", "coordinates": [ -73.99229, 40.747367 ] } }
|
|
164
|
+
,
|
|
165
|
+
{ "type": "Feature", "id": 80, "properties": { "NAME": "Playwrights Horizons Theater School", "TEL": "(212) 529-8720", "URL": "http:\/\/www.phtschool.org\/", "ADDRESS1": "440 Lafayette St", "ADDRES2": null, "CITY": "New York", "ZIP": 10003.0 }, "geometry": { "type": "Point", "coordinates": [ -73.992221, 40.729489 ] } }
|
|
166
|
+
,
|
|
167
|
+
{ "type": "Feature", "id": 81, "properties": { "NAME": "Queens Theatre in the Park", "TEL": "(718) 760-0064", "URL": "http:\/\/www.queenstheatre.org\/web\/", "ADDRESS1": "Flushing Meadows Corona Park", "ADDRES2": null, "CITY": "Queens", "ZIP": 11352.0 }, "geometry": { "type": "Point", "coordinates": [ -73.844552, 40.743979 ] } }
|
|
168
|
+
,
|
|
169
|
+
{ "type": "Feature", "id": 82, "properties": { "NAME": "Rattlestick Theater", "TEL": "(212) 627-2556", "URL": "http:\/\/www.rattlestick.org\/", "ADDRESS1": "224 Waverly Pl", "ADDRES2": null, "CITY": "New York", "ZIP": 10014.0 }, "geometry": { "type": "Point", "coordinates": [ -74.002037, 40.736174 ] } }
|
|
170
|
+
,
|
|
171
|
+
{ "type": "Feature", "id": 83, "properties": { "NAME": "Richard Rodgers Theatre", "TEL": "(212) 221-1211", "URL": "http:\/\/www.richardrodgerstheatre.com\/", "ADDRESS1": "226 W 46th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.986742, 40.759038 ] } }
|
|
172
|
+
,
|
|
173
|
+
{ "type": "Feature", "id": 84, "properties": { "NAME": "Samuel J. Friedman Theatre (formerly the Biltmore)", "TEL": "(888) VISIT-NY", "URL": "http:\/\/www.theatermania.com\/broadway\/theaters\/samuel-j-friedman-theatre_7420\/", "ADDRESS1": "261 W 47th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.986745, 40.760375 ] } }
|
|
174
|
+
,
|
|
175
|
+
{ "type": "Feature", "id": 85, "properties": { "NAME": "Second Stage Theater", "TEL": "(212) 246-4422", "URL": "http:\/\/www.2st.com\/", "ADDRESS1": "307 W 43rd St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.989738, 40.75824 ] } }
|
|
176
|
+
,
|
|
177
|
+
{ "type": "Feature", "id": 86, "properties": { "NAME": "Shubert Theatre", "TEL": "(212) 944-3700", "URL": "http:\/\/www.shubertorganization.com\/theatres\/shubert.asp", "ADDRESS1": "225 W 44th St", "ADDRES2": "Lbby", "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.987239, 40.758138 ] } }
|
|
178
|
+
,
|
|
179
|
+
{ "type": "Feature", "id": 87, "properties": { "NAME": "Snapple Theater Center", "TEL": "(212) 921-7862", "URL": "http:\/\/www.nytheatre.com\/nytheatre\/venue.php?t=snapple", "ADDRESS1": "1627 Broadway", "ADDRES2": null, "CITY": "New York", "ZIP": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.984429, 40.761411 ] } }
|
|
180
|
+
,
|
|
181
|
+
{ "type": "Feature", "id": 88, "properties": { "NAME": "SoHo Playhouse", "TEL": "(212) 691-1555", "URL": "http:\/\/www.sohoplayhouse.com\/", "ADDRESS1": "15 Vandam St", "ADDRES2": null, "CITY": "New York", "ZIP": 10013.0 }, "geometry": { "type": "Point", "coordinates": [ -74.004362, 40.726536 ] } }
|
|
182
|
+
,
|
|
183
|
+
{ "type": "Feature", "id": 89, "properties": { "NAME": "SoHo Repertory Theatre", "TEL": "(212) 941-8632", "URL": "http:\/\/www.sohorep.org\/", "ADDRESS1": "86 Franklin St", "ADDRES2": null, "CITY": "New York", "ZIP": 10013.0 }, "geometry": { "type": "Point", "coordinates": [ -74.004729, 40.71823 ] } }
|
|
184
|
+
,
|
|
185
|
+
{ "type": "Feature", "id": 90, "properties": { "NAME": "St. James Theatre", "TEL": "(888) VISIT-NY", "URL": "http:\/\/www.stjames-theater.com\/?gclid=CPWjnLTO9p0CFcZM5QodoUaupw", "ADDRESS1": "246 W 44th St", "ADDRES2": "Lbby", "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.988161, 40.757998 ] } }
|
|
186
|
+
,
|
|
187
|
+
{ "type": "Feature", "id": 91, "properties": { "NAME": "Studio 54 Theatre", "TEL": "(212) 719-1300", "URL": "http:\/\/www.roundabouttheatre.org\/ot_54.htm", "ADDRESS1": "254 W 54th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.983771, 40.764354 ] } }
|
|
188
|
+
,
|
|
189
|
+
{ "type": "Feature", "id": 92, "properties": { "NAME": "Swedish Cottage Marionette Theater", "TEL": "(212) 988-9093", "URL": "http:\/\/www.nycgovparks.org\/sub_about\/parks_divisions\/historic_houses\/hh_swedish_cottage.html", "ADDRESS1": "West Side at 79th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10025.0 }, "geometry": { "type": "Point", "coordinates": [ -73.970376, 40.779966 ] } }
|
|
190
|
+
,
|
|
191
|
+
{ "type": "Feature", "id": 93, "properties": { "NAME": "Tenement Theatre", "TEL": "(212) 431-0233", "URL": "http:\/\/www.tenement.org\/prog_theater.html", "ADDRESS1": "97 Orchard Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10002.0 }, "geometry": { "type": "Point", "coordinates": [ -73.990278, 40.718548 ] } }
|
|
192
|
+
,
|
|
193
|
+
{ "type": "Feature", "id": 94, "properties": { "NAME": "The Beckett Theatre", "TEL": "(212) 714-2442", "URL": "http:\/\/www.theatrerow.org\/thebeckett.htm", "ADDRESS1": "410 W 42 St", "ADDRES2": "9 Ave", "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.993741, 40.758685 ] } }
|
|
194
|
+
,
|
|
195
|
+
{ "type": "Feature", "id": 95, "properties": { "NAME": "The Cherry Pit", "TEL": "(212) 633-6533", "URL": "http:\/\/www.cherrylanetheatre.org\/", "ADDRESS1": "155 Bank St", "ADDRES2": null, "CITY": "New York", "ZIP": 10014.0 }, "geometry": { "type": "Point", "coordinates": [ -74.009022, 40.736458 ] } }
|
|
196
|
+
,
|
|
197
|
+
{ "type": "Feature", "id": 96, "properties": { "NAME": "The Little Shubert theatre", "TEL": "(212) 944-3700", "URL": "http:\/\/www.shubertorganization.com\/theatres\/little_shubert.asp", "ADDRESS1": "422 West 42nd Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.993918, 40.758553 ] } }
|
|
198
|
+
,
|
|
199
|
+
{ "type": "Feature", "id": 97, "properties": { "NAME": "The Public Theater", "TEL": "(212) 260-2400", "URL": "http:\/\/www.publictheater.org\/", "ADDRESS1": "425 Lafayette St", "ADDRES2": null, "CITY": "New York", "ZIP": 10003.0 }, "geometry": { "type": "Point", "coordinates": [ -73.991774, 40.728923 ] } }
|
|
200
|
+
,
|
|
201
|
+
{ "type": "Feature", "id": 98, "properties": { "NAME": "The Secret Theatre", "TEL": "(718) 392-0722", "URL": "http:\/\/www.secrettheatre.com\/", "ADDRESS1": "44-02 23rd St.", "ADDRES2": null, "CITY": "Long Island City", "ZIP": 11101.0 }, "geometry": { "type": "Point", "coordinates": [ -73.944821, 40.748906 ] } }
|
|
202
|
+
,
|
|
203
|
+
{ "type": "Feature", "id": 99, "properties": { "NAME": "The Upright Citizens Brigade Theatre", "TEL": "(212) 366-9176", "URL": "http:\/\/www.ucbtheatre.com\/", "ADDRESS1": "307 W 26th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10001.0 }, "geometry": { "type": "Point", "coordinates": [ -73.997387, 40.747654 ] } }
|
|
204
|
+
,
|
|
205
|
+
{ "type": "Feature", "id": 100, "properties": { "NAME": "The Walter Reade Theater at Lincoln Center", "TEL": "(212) 875-5600", "URL": "http:\/\/www.filmlinc.com\/wrt\/wrt.html", "ADDRESS1": "70 Lincoln Center Plaza", "ADDRES2": null, "CITY": "New York", "ZIP": 10023.0 }, "geometry": { "type": "Point", "coordinates": [ -73.984244, 40.774102 ] } }
|
|
206
|
+
,
|
|
207
|
+
{ "type": "Feature", "id": 101, "properties": { "NAME": "The Zipper Theater", "TEL": "(212) 563-0480", "URL": "http:\/\/www.yelp.com\/biz\/the-zipper-theater-new-york", "ADDRESS1": "336 W 37th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10018.0 }, "geometry": { "type": "Point", "coordinates": [ -73.994034, 40.754675 ] } }
|
|
208
|
+
,
|
|
209
|
+
{ "type": "Feature", "id": 102, "properties": { "NAME": "Theater For The New City", "TEL": "(212) 254-1109", "URL": "http:\/\/www.theaterforthenewcity.net\/", "ADDRESS1": "155 1st Avenue", "ADDRES2": null, "CITY": "New York", "ZIP": 10003.0 }, "geometry": { "type": "Point", "coordinates": [ -73.98498, 40.728693 ] } }
|
|
210
|
+
,
|
|
211
|
+
{ "type": "Feature", "id": 103, "properties": { "NAME": "Theatre @ St. Clement's", "TEL": "(212) 246-7277", "URL": "http:\/\/www.stclementsnyc.org\/", "ADDRESS1": "423 West 46th Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.991571, 40.761567 ] } }
|
|
212
|
+
,
|
|
213
|
+
{ "type": "Feature", "id": 104, "properties": { "NAME": "Theatre 80 St Marks", "TEL": "(212) 353-3321", "URL": "http:\/\/www.theatermania.com\/new-york\/theaters\/theater-80_3446\/", "ADDRESS1": "80 Saint Marks Pl", "ADDRES2": null, "CITY": "New York", "ZIP": 10003.0 }, "geometry": { "type": "Point", "coordinates": [ -73.985752, 40.727621 ] } }
|
|
214
|
+
,
|
|
215
|
+
{ "type": "Feature", "id": 105, "properties": { "NAME": "Theatre Row", "TEL": "(212) 714-2442", "URL": "http:\/\/www.theatrerow.org\/", "ADDRESS1": "410 W 42nd Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.993896, 40.758728 ] } }
|
|
216
|
+
,
|
|
217
|
+
{ "type": "Feature", "id": 106, "properties": { "NAME": "Under St. Marks", "TEL": "(212) 777-6088", "URL": "http:\/\/www.httheater.org\/rentersUNDER.html", "ADDRESS1": "94 St. Marks Place", "ADDRES2": null, "CITY": "New York", "ZIP": 10009.0 }, "geometry": { "type": "Point", "coordinates": [ -73.984965, 40.72729 ] } }
|
|
218
|
+
,
|
|
219
|
+
{ "type": "Feature", "id": 107, "properties": { "NAME": "Union Square Theater", "TEL": "(212) 505-0700", "URL": "http:\/\/www.nytheatre.com\/nytheatre\/union.htm", "ADDRESS1": "100 E 17th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10003.0 }, "geometry": { "type": "Point", "coordinates": [ -73.988749, 40.736241 ] } }
|
|
220
|
+
,
|
|
221
|
+
{ "type": "Feature", "id": 108, "properties": { "NAME": "Village Theater", "TEL": "(212) 253-0623", "URL": "http:\/\/www.villagetheatre.org\/", "ADDRESS1": "158 Bleecker St", "ADDRES2": null, "CITY": "New York", "ZIP": 10012.0 }, "geometry": { "type": "Point", "coordinates": [ -74.000224, 40.728455 ] } }
|
|
222
|
+
,
|
|
223
|
+
{ "type": "Feature", "id": 109, "properties": { "NAME": "Vineyard Theatre", "TEL": "(212) 353-3366", "URL": "http:\/\/www.vineyardtheatre.org\/", "ADDRESS1": "108 E 15th St", "ADDRES2": null, "CITY": "New York", "ZIP": 10003.0 }, "geometry": { "type": "Point", "coordinates": [ -73.989189, 40.7347 ] } }
|
|
224
|
+
,
|
|
225
|
+
{ "type": "Feature", "id": 110, "properties": { "NAME": "Walkerspace Theater", "TEL": "(212) 868-4444", "URL": "http:\/\/www.theateronline.com\/venuebook.xzc?PK=238&View=Hist", "ADDRESS1": "46 Walker Street", "ADDRES2": null, "CITY": "New York", "ZIP": 10013.0 }, "geometry": { "type": "Point", "coordinates": [ -74.003514, 40.719312 ] } }
|
|
226
|
+
,
|
|
227
|
+
{ "type": "Feature", "id": 111, "properties": { "NAME": "Wamu Theater (formerly Theater At Madison Square Garden)", "TEL": "(212) 465-6741", "URL": "http:\/\/www.theateratmsg.com\/", "ADDRESS1": "4 Penn Plaza", "ADDRES2": null, "CITY": "New York", "ZIP": 10001.0 }, "geometry": { "type": "Point", "coordinates": [ -73.993395, 40.750497 ] } }
|
|
228
|
+
,
|
|
229
|
+
{ "type": "Feature", "id": 112, "properties": { "NAME": "Westside Theater", "TEL": "(212) 315-2244", "URL": "http:\/\/www.westsidetheatre.com\/", "ADDRESS1": "407 W 43rd St", "ADDRES2": null, "CITY": "New York", "ZIP": 10036.0 }, "geometry": { "type": "Point", "coordinates": [ -73.992553, 40.759527 ] } }
|
|
230
|
+
,
|
|
231
|
+
{ "type": "Feature", "id": 113, "properties": { "NAME": "Wings Theatre", "TEL": "(212) 627-2960", "URL": "http:\/\/www.wingstheatre.com\/", "ADDRESS1": "154 Christopher St", "ADDRES2": "Bsmt", "CITY": "New York", "ZIP": 10014.0 }, "geometry": { "type": "Point", "coordinates": [ -74.008893, 40.732399 ] } }
|
|
232
|
+
,
|
|
233
|
+
{ "type": "Feature", "id": 114, "properties": { "NAME": "Winter Garden Theatre", "TEL": "(212) 944-3700", "URL": "http:\/\/www.shubertorganization.com\/theatres\/winter_garden.asp", "ADDRESS1": "1634 Broadway", "ADDRES2": null, "CITY": "New York", "ZIP": 10019.0 }, "geometry": { "type": "Point", "coordinates": [ -73.983482, 40.761525 ] } }
|
|
234
|
+
,
|
|
235
|
+
{ "type": "Feature", "id": 115, "properties": { "NAME": "York Theatre", "TEL": "(212) 935-5820", "URL": "http:\/\/www.yorktheatre.org\/", "ADDRESS1": "619 Lexington Ave", "ADDRES2": null, "CITY": "New York", "ZIP": 10022.0 }, "geometry": { "type": "Point", "coordinates": [ -73.969979, 40.758357 ] } }
|
|
236
|
+
,
|
|
237
|
+
{ "type": "Feature", "id": 116, "properties": { "NAME": "Delacorte Theater", "TEL": "(212) 861-7277", "URL": "http:\/\/www.centralpark.com\/pages\/attractions\/delacorte-theatre.html", "ADDRESS1": "Central Park - Mid-Park at 80th Street", "ADDRES2": "SW corner of the Great Lawn", "CITY": "New York", "ZIP": 0.0 }, "geometry": { "type": "Point", "coordinates": [ -73.968825, 40.780176 ] } }
|
|
238
|
+
|
|
239
|
+
]
|
|
240
|
+
}
|