-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMap3_Hospital.html
More file actions
291 lines (202 loc) · 20.9 KB
/
Map3_Hospital.html
File metadata and controls
291 lines (202 loc) · 20.9 KB
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.6.0/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.6.0/dist/leaflet.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
#map_37ce7fd2b60249ffbbf18360f32d378f {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
</style>
</head>
<body>
<div class="folium-map" id="map_37ce7fd2b60249ffbbf18360f32d378f" ></div>
</body>
<script>
var map_37ce7fd2b60249ffbbf18360f32d378f = L.map(
"map_37ce7fd2b60249ffbbf18360f32d378f",
{
center: [37.715980531578936, 127.00621805526313],
crs: L.CRS.EPSG3857,
zoom: 10,
zoomControl: true,
preferCanvas: false,
}
);
var tile_layer_e1c4e060a7a64bf7bb99c98af29aae60 = L.tileLayer(
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
{"attribution": "Data by \u0026copy; \u003ca href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca href=\"http://www.openstreetmap.org/copyright\"\u003eODbL\u003c/a\u003e.", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_7e038c3fe1ca4c76a1277df934049322 = L.circleMarker(
[37.7587045, 127.0777625],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_ed6a71fc34bb4809ba8356aa02391a7e = L.circleMarker(
[37.741161, 127.0425004],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 7, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_682fd86951d94fa9b0cd73bd1d080afb = L.circleMarker(
[37.7550649, 126.7801503],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 7, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_282f88faf2104969af3cfa1e68e472c7 = L.circleMarker(
[37.9033163, 127.19828],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 7, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_e6a6ce4706d0446c83278754d038321f = L.circleMarker(
[37.6632301, 126.7834097],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_ac0fafc62bf247ea940602a9703688a3 = L.circleMarker(
[37.6454754, 126.7930401],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_6590e0a490a7422b918dcd7f40b2940a = L.circleMarker(
[37.6823474, 127.2043933],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 7, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_8250c76e104344bb99fe4a32c80f2a5d = L.circleMarker(
[37.6980156, 127.2015641],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 6, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_1498ed48c6d64c9eb248c336698df471 = L.circleMarker(
[37.6763969, 126.8064233],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_3cfddf76367344618d7ad89aafe10bb9 = L.circleMarker(
[37.7453263, 127.0622375],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 7, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_27ca4a580c76417980c3f8fb2018023b = L.circleMarker(
[37.6424757, 126.8317297],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_f93650fafc884de1b019848b697a6983 = L.circleMarker(
[37.6541317, 126.7757374],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 8, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_dbf2644914fa4ea493a8693804564f8b = L.circleMarker(
[37.8274803, 127.1481116],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 7, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_98eca11f266e4549801c6b54a95af5bb = L.circleMarker(
[37.6743138, 126.7504331],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_68c306c61fd24f379032b50b865768bf = L.circleMarker(
[37.749733, 127.0451394],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 7, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_17cd4ccfd2994e5e8cd0e195ea769c8a = L.circleMarker(
[37.6012985, 127.1324273],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 10, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_98b19b51d80d4890ac63884abd26d631 = L.circleMarker(
[37.7154268, 127.179882],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 8, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_5ac8e64c3d7e419787302231428d4a37 = L.circleMarker(
[37.7193759, 126.8981741],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 7, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_bec651c314b44e68906c963a686a49e0 = L.circleMarker(
[37.6101181, 127.1194764],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 7, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_9969a01b50ec4782918bfcbf2519858e = L.circleMarker(
[37.8509959, 127.0416361],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 8, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_7c9bef31f1714ca0a4840589a0ec766d = L.circleMarker(
[37.9159818, 127.3103582],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 7, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_49e916dc88214646847211bd5f7e739c = L.circleMarker(
[37.6447672, 126.7851165],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 7, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_1088ea9f9f84490b8d6292c3765722c8 = L.circleMarker(
[37.8227762, 127.0484957],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 6, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_e8177ed44832420eb2bd5282f02f4e84 = L.circleMarker(
[37.9089379, 127.0539842],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 6, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_b7dce24d58ea4b909bcb49e7b2678043 = L.circleMarker(
[37.7579969, 126.7748346],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 7, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_fc207fd8ae28452f9d611cf5697ac0bd = L.circleMarker(
[37.7336074, 127.0486693],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 6, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_721529c0fca544978b490451c29c1418 = L.circleMarker(
[37.6335493, 127.2052106],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 6, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_5dc9fae1cd424fbe89975b6023644d05 = L.circleMarker(
[37.8377793, 127.0645197],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 6, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_7dd2c65db5d34f00a9c4256e8d72f4eb = L.circleMarker(
[37.6911585, 127.5213618],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 6, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_b5ce1812e6cd4528a868317fcc83c34e = L.circleMarker(
[37.7290287, 126.7588583],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 7, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_1480c5bc0b074cabbfae021069db1675 = L.circleMarker(
[37.6519274, 127.3043735],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 6, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_945175f1f4b34698a5d1b47e9d160a13 = L.circleMarker(
[37.6052186, 127.1395516],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 6, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_9441ffd313e647c38085e08d2fe26ffe = L.circleMarker(
[37.6442729, 126.7857545],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 6, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_7f90abf53c314594a2becff60b7f17f7 = L.circleMarker(
[37.7474938, 127.0458111],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 6, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_b21e69c8a1214702917b9b9f964ee166 = L.circleMarker(
[37.6819744, 126.7800452],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 6, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_21cd521a7f214789b9e238473584567b = L.circleMarker(
[37.623017, 126.8357089],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 6, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_f6a24d9ee2494b78922321608baf4f65 = L.circleMarker(
[37.6004537, 127.1311592],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 6, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
var circle_marker_6c574f7451964d6d80398aeb8bc56548 = L.circleMarker(
[37.6629311, 126.7699649],
{"bubblingMouseEvents": true, "color": "#752671", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#D9E600", "fillOpacity": 0.5, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 7, "stroke": true, "weight": 1.5}
).addTo(map_37ce7fd2b60249ffbbf18360f32d378f);
</script>