-
Notifications
You must be signed in to change notification settings - Fork 0
/
distilleries_data.json
187 lines (175 loc) · 4.59 KB
/
distilleries_data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
[
{
"name": "2bar Spirits",
"address": "2960 4th Ave S, Seattle, WA 98134",
"contact": {
"website": "http://2barspirits.com/",
"facebook": "https://www.facebook.com/2BarSpirits",
"twitter_link": "https://twitter.com/2bar",
"twitter_screen_name": "2bar"
},
"geometry": {
"type": "Point",
"coordinates": [
]
}
},
{
"name": "Fremont Mischief",
"address": "132 N Canal Street, Seattle, WA 98103",
"contact": {
"website": "http://www.fremontmischief.com/",
"facebook": "http://www.facebook.com/pages/Fremont-Mischief/233881853343205",
"twitter_link": "https://twitter.com/FremontMischief",
"twitter_screen_name": "FremontMischief"
},
"geometry": {
"type": "Point",
"coordinates": [
]
}
},
{
"name": "OOLA Distillery",
"address": "1314 East Union Street, Seattle, WA 98122",
"contact": {
"website": "http://www.ooladistillery.com/",
"facebook": "http://www.facebook.com/pages/Oola-Distillery/184760184868850"
},
"geometry": {
"type": "Point",
"coordinates": [
]
}
},
{
"name": "Sound Spirits",
"address": "1630 15th Ave W, Seattle, WA 98119",
"contact": {
"website": "http://www.drinksoundspirits.com/",
"facebook": "http://www.facebook.com/pages/Sound-Spirits/100865654053"
},
"geometry": {
"type": "Point",
"coordinates": [
]
}
},
{
"name": "Sun Liquor Distillery",
"address": "514 East Pike Street, Seattle, WA 98122",
"contact": {
"website": "http://sunliquor.com/",
"facebook": "https://www.facebook.com/pages/Sun-Liquor/170710672943903",
"twitter_link": "https://twitter.com/sunliquor",
"twitter_screen_name": "SunLiquor"
},
"geometry": {
"type": "Point",
"coordinates": [
]
}
},
{
"name": "Copperworks Distilling",
"address": "1250 Alaskan Way, Seattle, WA 98101",
"contact": {
"website": "http://copperworksdistilling.com/",
"facebook": "https://www.facebook.com/CopperworksDistilling",
"twitter_link": "https://twitter.com/CopperworksDist",
"twitter_screen_name": "CopperworksDist"
},
"geometry": {
"type": "Point",
"coordinates": [
]
}
},
{
"name": "Letterpress Distilling",
"address": "85 South Atlantic Street, #110, Seattle, Washington 98134",
"contact": {
"website": "http://www.letterpressdistilling.com/",
"facebook": "https://www.facebook.com/letterpress.distilling",
"twitter_link": "https://twitter.com/lp_distilling",
"twitter_screen_name": "lp_distilling"
},
"geometry": {
"type": "Point",
"coordinates": [
]
}
},
{
"name": "3 Howls Distillery",
"address": "426 S Massachusetts St, Seattle, WA 98134",
"contact": {
"website": "http://3howls.com/",
"facebook": "https://www.facebook.com/3howls",
"twitter_link": "https://twitter.com/3howls",
"twitter_screen_name": "3howls"
},
"geometry": {
"type": "Point",
"coordinates": [
]
}
},
{
"name": "Westland Distillery",
"address": "2931 1st Avenue South, Seattle, WA 98134",
"contact": {
"website": "http://westlanddistillery.com/",
"facebook": "https://www.facebook.com/westlanddistillery",
"twitter_link": "https://twitter.com/WestlandWhiskey",
"twitter_screen_name": "WestlandWhiskey"
},
"geometry": {
"type": "Point",
"coordinates": [
]
}
},
{
"name": "Batch 206 Distillery",
"address": "1417 Elliott Ave W, Seattle, WA 98119",
"contact": {
"website": "http://batch206.com/",
"facebook": "https://www.facebook.com/batch206",
"twitter_link": "https://twitter.com/batch206",
"twitter_screen_name": "batch206"
},
"geometry": {
"type": "Point",
"coordinates": [
]
}
}
,
{
"name": "Woodinville Whiskey Co.",
"address": "14509 Woodinville-Redmond Rd NE, Woodinville, WA 98072",
"contact": {
"website": "http://www.woodinvillewhiskeyco.com/",
"facebook": "https://www.facebook.com/woodinvillewhiskeyco"
},
"geometry": {
"type": "Point",
"coordinates": [
]
}
},
{
"name": "Old Ballard Liquor Co",
"address": "4421 Shilshole Ave NW, Seattle, WA 98107",
"contact": {
"website": "http://www.oldballardliquorco.com/index.htm",
"facebook": "https://www.facebook.com/OldBallardLiquorCo"
},
"geometry": {
"type": "Point",
"coordinates": [
]
}
}
]