-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
503 lines (396 loc) · 319 KB
/
index.php
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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
<!DOCTYPE html>
<HTML>
<HEAD>
<title>ArcheAge interactive map</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="ArcheAge interactive map. World place of Nui's Tears, Ore, Trees, Herbs, hidden Quests and more." />
<meta name="keywords" content="Archeage, map, interactive, world" />
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,cyrillic-ext' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Marck+Script&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="./css/Leaflet.Coordinates-0.1.3.css" />
<link rel="stylesheet" href="./css/leaflet.css" />
<link rel="stylesheet" href="./css/leaflet.draw.css" type="text/css" />
<link rel="stylesheet" href="./css/quickbox.css" type="text/css" />
<link rel="stylesheet" href="./css/style.css" type="text/css" />
<script type="text/javascript" src="./js/leaflet.js"></script>
<script type="text/javascript" src="./js/Leaflet.Coordinates-0.1.3.min.js"></script>
<script type="text/javascript" src="./js/leaflet.draw.js"></script>
<script type="text/javascript" src="./js/jquery.min.js"></script>
<script type="text/javascript" src="./js/quickbox.js"></script>
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/leaflet.ie.css" />
<link rel="stylesheet" href="css/leaflet.draw.ie.css" />
<![endif]-->
<style>
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {font-size: 12px;}
</style>
</HEAD>
<BODY style="background: #c7b873; margin:0px;">
<script>
var popupcount = 1;
</script>
<div class="results" id="results" name="results"></div>
<div class="editor" id="editor" name="editor"></div>
<div id="logo" style="position:fixed; left:0px; top:5px; width:220px; height:114px; z-index:20;"><a href="http://aadb.info/" target=_new><img src="./images/aadb_logo.png" width="218" height="119" border="0"></a></div>
<div id="custom menu" style="position: absolute;z-index: 30;right: 0px;top: 0px;background: url('./images/paper.png');background-repeat: no-repeat;padding: 25px 11px;width: 240px;height: 387px;"></div>
<div class="googleBanner">
</div>
<div id="DrawBtn" class="DrawBtn" onClick="CheckEdit()" style="position:fixed; left:10px; top:160px;"><div class="block" style="margin: 6px 0px 0px 6px;" title="Нанести метки на карту"><img src="http://www.aadb.info/map/images/icons/edit_ico.png" width="24" height="24" border="0"></div><div class="block mapButtonLetter"> M</div></div>
<div id="map"></div>
<div id="bottom" class="bottom-map">
</div>
<script src="http://aadb.info/map/js/icons.js"></script>
<script>
var some_text = "";
var tearsLayer = new L.LayerGroup();
var houseLayer = new L.LayerGroup();
var shipLayer = new L.LayerGroup();
var publicFarmLayer = new L.LayerGroup();
var ways = new L.LayerGroup();
var dungeon = new L.LayerGroup();
var outdoors = new L.LayerGroup();
var locations = new L.LayerGroup();
var pvplayer = new L.LayerGroup();
var hideQestLayer = new L.LayerGroup();
var mineLayer = new L.LayerGroup();
var treeLayer = new L.LayerGroup();
var animalLayer = new L.LayerGroup();
var overlays1 = {
"Nui's tears": tearsLayer,
"Shipwrecks": shipLayer,
"Hide quests": hideQestLayer,
};
var overlays2 = {
"Transport routes": ways,
"Portals": dungeon,
// "Оутдоры": outdoors
// "Места под застройку": houseLayer,
// "Общественные фермы": publicFarmLayer
};
var overlays3 = {
"Mines": mineLayer,
"Trees": treeLayer,
"Livestock": animalLayer,
};
var UserCoord = L.control();
var Line = L.control();
var Empty = L.control();
UserCoord.onAdd = function (map) {
this._div = L.DomUtil.create('div', 'UserCoord');
this._div.innerHTML = '<div style="padding-top: 25px;text-align: left; width: 230px;font-family: Marck Script; font-size: 25px;"><select name="we" id="we" class="coords-slct"><option id="1" value="-1">W</option><option id="2" value="1">E</option></select> <input type="text" name="r1" id="r1" maxlength="2" value="0" class="coords-inpt" onclick="this.select();">° <input type="text" name="m1" id="m1" maxlength="2" value="0" class="coords-inpt" onclick="this.select();">’ <input type="text" name="s1" id="s1" maxlength="2" value="0" class="coords-inpt" onclick="this.select();">" <br><select name="ns" id="ns" class="coords-slct"><option value="1">S</option><option value="-1">N</option></select> <input type="text" name="r2" id="r2" maxlength="2" value="0" class="coords-inpt" onclick="this.select();">° <input type="text" name="m2" id="m2" maxlength="2" value="0" class="coords-inpt" onclick="this.select();">’ <input type="text" name="s2" id="s2" maxlength="2" value="0" class="coords-inpt" onclick="this.select();">"<div id="create" class="crtmrk_btn" onClick="DropMarker()">Put a marker</div></div>'
return this._div;
};
Empty.onAdd = function (map) {
this._div = L.DomUtil.create('div', 'Empty');
this._div.innerHTML = '<div><br></div>'
return this._div;
};
Line.onAdd = function (map) {
this._div = L.DomUtil.create('div', 'Line');
this._div.innerHTML = '<div style="margin-top: -10px; margin-bottom: -10px; padding-right: 35px; "><div style="position: absolute;right: 33px;top: -10px;font-size: 10px;font-style: italic;color: #97805c;">'+some_text+'</div><img src="http://www.aadb.info/db/img/line.png" width="200" height="1"></div>'
return this._div;
};
L.marker([-75.08, -117.15], {icon: dungeonIcon, title: 'Копи Пронизывающего Ветра'}).bindPopup('Копи Пронизывающего Ветра').addTo(dungeon);
L.marker([-75.68, -95.33], {icon: dungeonIcon, title: 'Арсенал Сожженной Крепости'}).bindPopup('Арсенал Сожженной Крепости').addTo(dungeon);
L.marker([-80.03, -77.85], {icon: dungeonIcon, title: 'Подземелье Аль-Харбы'}).bindPopup('Подземелье Аль-Харбы').addTo(dungeon);
L.marker([-75.50, -73.73], {icon: dungeonIcon, title: 'Ферма Хадира'}).bindPopup('Ферма Хадира').addTo(dungeon);
var pointListES1 = [new L.LatLng(-79.54, -55.06),new L.LatLng(-79.52, -55.13),new L.LatLng(-79.53, -55.22),new L.LatLng(-79.55, -55.25),new L.LatLng(-79.59, -55.28),new L.LatLng(-79.67, -55.16),new L.LatLng(-79.76, -54.98),new L.LatLng(-80.04, -54.62),new L.LatLng(-80.43, -53.61),new L.LatLng(-80.57, -53.05),new L.LatLng(-80.67, -52.38),new L.LatLng(-80.82, -49.78),new L.LatLng(-80.91, -47.72),new L.LatLng(-80.92, -47.54),new L.LatLng(-80.94, -47.37),new L.LatLng(-80.96, -47.21),new L.LatLng(-81.16, -46.22),new L.LatLng(-81.18, -46.14),new L.LatLng(-81.21, -46.16),new L.LatLng(-81.22, -46.31),new L.LatLng(-81.22, -46.48)]; var EeastSkyWay1 = new L.Polyline(pointListES1, {color: 'blue',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-79.54, -55.06], {icon: SkyStop}).bindPopup('1<br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-81.22, -46.48], {icon: SkyStop}).bindPopup('2<br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListES2 = [new L.LatLng(-79.51, -54.58),new L.LatLng(-79.48, -54.5),new L.LatLng(-79.44, -54.18),new L.LatLng(-79.31, -53.1),new L.LatLng(-79.27, -52.97),new L.LatLng(-79.24, -52.77),new L.LatLng(-79.22, -52.39),new L.LatLng(-79.15, -50.84),new L.LatLng(-79.13, -49.82),new L.LatLng(-79.12, -49.64),new L.LatLng(-79.08, -49.11),new L.LatLng(-78.94, -48.48),new L.LatLng(-78.89, -48.32),new L.LatLng(-78.87, -48.15),new L.LatLng(-78.84, -47.83),new L.LatLng(-78.84, -47.61),new L.LatLng(-78.86, -47.44),new L.LatLng(-78.89, -47.36)]; var EeastSkyWay2 = new L.Polyline(pointListES2, {color: 'blue',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-79.51, -54.58], {icon: SkyStop}).bindPopup('3<br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-78.89, -47.36], {icon: SkyStop}).bindPopup('4<br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListES3 = [new L.LatLng(-78.86, -47.02),new L.LatLng(-78.89, -46.89),new L.LatLng(-78.91, -46.75),new L.LatLng(-79.01, -46.21),new L.LatLng(-79.28, -44.47),new L.LatLng(-79.51, -42.74),new L.LatLng(-79.7, -40.59),new L.LatLng(-79.73, -40.25),new L.LatLng(-79.74, -39.89),new L.LatLng(-79.76, -39.51),new L.LatLng(-79.79, -39.22),new L.LatLng(-79.86, -39),new L.LatLng(-79.94, -38.83),new L.LatLng(-79.98, -38.65),new L.LatLng(-80.14, -36.41),new L.LatLng(-80.14, -36.29),new L.LatLng(-80.12, -35.6),new L.LatLng(-80.04, -33.48),new L.LatLng(-79.94, -31.92),new L.LatLng(-79.9, -30.73),new L.LatLng(-79.83, -29.44),new L.LatLng(-79.8, -28.95),new L.LatLng(-79.78, -28.38),new L.LatLng(-79.78, -27.86),new L.LatLng(-79.78, -26.37),new L.LatLng(-79.78, -25.83),new L.LatLng(-79.79, -25.65),new L.LatLng(-79.85, -25.37),new L.LatLng(-79.88, -25.18),new L.LatLng(-79.92, -24.55),new L.LatLng(-79.93, -24.42),new L.LatLng(-79.92, -24.22),new L.LatLng(-79.9, -23.92),new L.LatLng(-79.87, -23.66),new L.LatLng(-79.78, -23.46)]; var EeastSkyWay3 = new L.Polyline(pointListES3, {color: 'blue',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-78.86, -47.02], {icon: SkyStop}).bindPopup('5<br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-79.78, -23.46], {icon: SkyStop}).bindPopup('6<br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListES4 = [new L.LatLng(-79.45, -55.37),new L.LatLng(-79.50, -55.42),new L.LatLng(-79.52, -55.52),new L.LatLng(-79.47, -55.98),new L.LatLng(-79.48, -57.17),new L.LatLng(-79.50, -57.83),new L.LatLng(-79.52, -58.27),new L.LatLng(-79.54, -59.44),new L.LatLng(-79.56, -60.97),new L.LatLng(-79.61, -61.92),new L.LatLng(-79.64, -62.18),new L.LatLng(-79.67, -62.34),new L.LatLng(-79.70, -62.34),new L.LatLng(-79.76, -62.23),new L.LatLng(-79.82, -62.24),new L.LatLng(-79.92, -62.40),new L.LatLng(-79.97, -62.60),new L.LatLng(-80.02, -62.94),new L.LatLng(-80.05, -63.48),new L.LatLng(-80.06, -63.92),new L.LatLng(-80.01, -68.93),new L.LatLng(-80.01, -70.84),new L.LatLng(-79.99, -71.35),new L.LatLng(-79.96, -71.69),new L.LatLng(-79.90, -73.62),new L.LatLng(-79.87, -74.45),new L.LatLng(-79.84, -74.74),new L.LatLng(-79.79, -75.20),new L.LatLng(-79.72, -75.43),new L.LatLng(-79.62, -75.78)]; var EeastSkyWay4 = new L.Polyline(pointListES4, {color: 'blue',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-79.45, -55.37], {icon: SkyStop}).bindPopup('Изображение для остановки 7 отсутствует<br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-79.62, -75.78], {icon: SkyStop}).bindPopup('Изображение для остановки 8 отсутствует<br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListES5 = [new L.LatLng(-79.47, -54.93),new L.LatLng(-79.42, -54.90),new L.LatLng(-79.38, -55.01),new L.LatLng(-79.29, -55.42),new L.LatLng(-79.06, -56.71),new L.LatLng(-79.03, -56.95),new L.LatLng(-79.00, -57.57),new L.LatLng(-78.97, -57.90),new L.LatLng(-78.95, -58.15),new L.LatLng(-78.94, -59.08),new L.LatLng(-78.93, -61.17),new L.LatLng(-78.88, -61.63),new L.LatLng(-78.75, -62.31),new L.LatLng(-78.63, -63.00),new L.LatLng(-78.60, -63.20),new L.LatLng(-78.57, -63.40),new L.LatLng(-78.54, -63.76),new L.LatLng(-78.53, -64.01),new L.LatLng(-78.50, -64.76),new L.LatLng(-78.48, -65.02),new L.LatLng(-78.35, -66.92),new L.LatLng(-78.32, -67.28),new L.LatLng(-78.27, -67.76),new L.LatLng(-78.23, -67.93),new L.LatLng(-78.18, -68.02),new L.LatLng(-78.13, -67.95),new L.LatLng(-78.09, -67.81),new L.LatLng(-78.07, -67.57),new L.LatLng(-78.09, -67.42)]; var EeastSkyWay5 = new L.Polyline(pointListES5, {color: 'blue',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-79.47, -54.93], {icon: SkyStop}).bindPopup('Изображение для остановки 7 отсутствует<br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-78.09, -67.42], {icon: SkyStop}).bindPopup('Изображение для остановки 8 отсутствует<br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListWS7 = [new L.LatLng(-73.9, -97.22),new L.LatLng(-73.87, -97.4),new L.LatLng(-73.86, -97.92),new L.LatLng(-73.84, -98.49),new L.LatLng(-73.87, -100.7),new L.LatLng(-73.88, -100.85),new L.LatLng(-73.86, -101.07),new L.LatLng(-73.23, -103.82),new L.LatLng(-73.18, -104.03),new L.LatLng(-73.12, -104.27),new L.LatLng(-72.9, -105.39),new L.LatLng(-72.67, -106.45),new L.LatLng(-72.45, -107.42),new L.LatLng(-72.38, -107.83),new L.LatLng(-72.33, -108.17),new L.LatLng(-72.32, -108.39),new L.LatLng(-72.27, -108.6),new L.LatLng(-72.24, -108.93),new L.LatLng(-72.25, -109.13),new L.LatLng(-72.33, -112.18),new L.LatLng(-72.44, -113.53),new L.LatLng(-72.53, -114.37),new L.LatLng(-72.68, -115.28),new L.LatLng(-72.8, -115.92),new L.LatLng(-72.88, -116.27),new L.LatLng(-72.87, -116.53),new L.LatLng(-72.84, -117.38),new L.LatLng(-72.78, -117.95),new L.LatLng(-72.62, -118.36),new L.LatLng(-72.49, -118.82),new L.LatLng(-72.47, -119.09),new L.LatLng(-72.44, -119.33),new L.LatLng(-72.44, -119.84),new L.LatLng(-72.42, -120.11),new L.LatLng(-72.37, -120.42),new L.LatLng(-72.36, -120.62),new L.LatLng(-72.38, -120.79),new L.LatLng(-72.41, -120.95),new L.LatLng(-72.42, -121.14),new L.LatLng(-72.41, -121.3),new L.LatLng(-72.36, -121.39),new L.LatLng(-72.33, -121.42)]; var WestSkyWay7 = new L.Polyline(pointListWS7, {color: 'blue',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-73.9, -97.22], {icon: SkyStop}).bindPopup('Северная платформа, направление:<br>Забытй город, лес Гвинедар.<br><div style="float:right;"><i>Скрин: Эрголиолголисса</i></div><br><a class="quickbox" href="http://www.aadb.info/images/map/station/sky7.jpg"><img src="http://www.aadb.info/images/map/station/sky7_s.jpg" width="300" border="1"></a>').addTo(ways);L.marker([-72.33, -121.42], {icon: SkyStop}).bindPopup('Восточная платформа, направление:<br>Крепость Полумесяца, полуостров Солрид.<br><div style="float:right;"><i>Скрин: Эрголиолголисса</i></div><br><a class="quickbox" href="http://www.aadb.info/images/map/station/sky8.jpg"><img src="http://www.aadb.info/images/map/station/sky8_s.jpg" width="300" border="1"></a>').addTo(ways);
var pointListWS6 = [new L.LatLng(-68.69, -121.39),new L.LatLng(-68.67, -121.66),new L.LatLng(-68.69, -121.88),new L.LatLng(-68.74, -121.87),new L.LatLng(-68.82, -121.82),new L.LatLng(-69.21, -121.72),new L.LatLng(-70.47, -121.57),new L.LatLng(-70.59, -121.56),new L.LatLng(-70.61, -121.6),new L.LatLng(-70.72, -121.78),new L.LatLng(-70.83, -122.05),new L.LatLng(-70.92, -122.23),new L.LatLng(-71.57, -123.9),new L.LatLng(-71.62, -123.95),new L.LatLng(-71.64, -123.93),new L.LatLng(-72.08, -124.17),new L.LatLng(-72.15, -124.13),new L.LatLng(-72.19, -124.19),new L.LatLng(-72.28, -124.26),new L.LatLng(-72.68, -124.08),new L.LatLng(-74.16, -123.17),new L.LatLng(-74.31, -123.0),new L.LatLng(-74.33, -122.9),new L.LatLng(-74.34, -122.72),new L.LatLng(-74.37, -122.53),new L.LatLng(-74.56, -122.43),new L.LatLng(-74.92, -122.11),new L.LatLng(-74.99, -122.05),new L.LatLng(-75.02, -121.96),new L.LatLng(-75.14, -121.74),new L.LatLng(-75.36, -121.05),new L.LatLng(-75.38, -120.86),new L.LatLng(-75.41, -120.75),new L.LatLng(-75.46, -120.4),new L.LatLng(-75.57, -119.53),new L.LatLng(-75.75, -118.93),new L.LatLng(-75.83, -118.95),new L.LatLng(-75.86, -118.86),new L.LatLng(-75.91, -118.74),new L.LatLng(-75.97, -118.58),new L.LatLng(-76.0, -118.36),new L.LatLng(-76.04, -117.8),new L.LatLng(-76.12, -117.29),new L.LatLng(-76.16, -117.09),new L.LatLng(-76.19, -117.04),new L.LatLng(-76.21, -117.02),new L.LatLng(-76.25, -117.07)]; var WestSkyWay6 = new L.Polyline(pointListWS6, {color: 'blue',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-68.69, -121.39], {icon: SkyStop}).bindPopup('9<br><a class="quickbox" href="http://www.aadb.info/images/map/station/sky6.jpg"><img src="http://www.aadb.info/images/map/station/sky6_s.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-76.25, -117.07], {icon: SkyStop}).bindPopup('10<br><a class="quickbox" href="http://www.aadb.info/images/map/station/sky2.jpg"><img src="http://www.aadb.info/images/map/station/sky2_s.jpg" width="300" border="1"></a>').addTo(ways);
var pointListWS5 = [new L.LatLng(-79.18, -120.23),new L.LatLng(-79.28, -121.04),new L.LatLng(-79.29, -121.16),new L.LatLng(-79.32, -122.7),new L.LatLng(-79.35, -125.84),new L.LatLng(-79.37, -126.85),new L.LatLng(-79.4, -127.46),new L.LatLng(-79.42, -128.21),new L.LatLng(-79.46, -129.92),new L.LatLng(-79.47, -130.98),new L.LatLng(-79.48, -131.76),new L.LatLng(-79.46, -132.36),new L.LatLng(-79.41, -132.85),new L.LatLng(-79.41, -132.99),new L.LatLng(-79.42, -133.15),new L.LatLng(-79.42, -133.29),new L.LatLng(-79.4, -133.39)]; var WestSkyWay5 = new L.Polyline(pointListWS5, {color: 'blue',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-79.18, -120.23], {icon: SkyStop}).bindPopup('7<br><a class="quickbox" href="http://www.aadb.info/images/map/station/sky5.jpg"><img src="http://www.aadb.info/images/map/station/sky5_s.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-79.4, -133.39], {icon: SkyStop}).bindPopup('8<br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListWS4 = [new L.LatLng(-78.37, -107.52),new L.LatLng(-78.32, -107.67),new L.LatLng(-78.3, -107.84),new L.LatLng(-78.32, -108.04),new L.LatLng(-78.37, -108.3),new L.LatLng(-78.45, -108.57),new L.LatLng(-78.48, -108.85),new L.LatLng(-78.6, -109.63),new L.LatLng(-78.6, -109.85),new L.LatLng(-78.55, -110.74),new L.LatLng(-78.49, -112.36),new L.LatLng(-78.45, -112.99),new L.LatLng(-78.35, -114.18),new L.LatLng(-78.32, -114.54),new L.LatLng(-78.23, -115.53),new L.LatLng(-78.23, -115.98),new L.LatLng(-78.25, -116.15),new L.LatLng(-78.3, -116.84),new L.LatLng(-78.35, -117.75),new L.LatLng(-78.37, -118.13),new L.LatLng(-78.38, -118.27),new L.LatLng(-78.4, -118.36),new L.LatLng(-78.44, -118.41),new L.LatLng(-78.53, -118.54),new L.LatLng(-78.74, -118.77),new L.LatLng(-78.91, -118.99),new L.LatLng(-78.98, -119.05),new L.LatLng(-79.02, -118.94),new L.LatLng(-79.05, -118.85)]; var WestSkyWay4 = new L.Polyline(pointListWS4, {color: 'blue',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-78.37, -107.52], {icon: SkyStop}).bindPopup('<br><a class="quickbox" href="http://www.aadb.info/images/map/station/sky4.jpg"><img src="http://www.aadb.info/images/map/station/sky4_s.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-79.05, -118.85], {icon: SkyStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListWS3 = [new L.LatLng(-79.1, -119.18),new L.LatLng(-79.09, -119.27),new L.LatLng(-79.08, -119.39),new L.LatLng(-79.07, -119.52),new L.LatLng(-79.075, -119.73),new L.LatLng(-79.06, -119.85),new L.LatLng(-79.05, -119.9),new L.LatLng(-79.02, -119.98),new L.LatLng(-78.96, -120.07),new L.LatLng(-78.88, -120.09),new L.LatLng(-78.62, -120.01),new L.LatLng(-78.26, -119.94),new L.LatLng(-78.23, -119.86),new L.LatLng(-78.09, -119.43),new L.LatLng(-77.99, -119.21),new L.LatLng(-77.83, -119.16),new L.LatLng(-77.64, -119.05),new L.LatLng(-77.49, -118.84),new L.LatLng(-77.41, -118.65),new L.LatLng(-77.37, -118.37),new L.LatLng(-77.33, -118.11),new L.LatLng(-77.24, -117.82),new L.LatLng(-76.96, -116.83),new L.LatLng(-76.62, -115.89),new L.LatLng(-76.54, -115.84),new L.LatLng(-76.47, -115.85),new L.LatLng(-76.43, -115.96),new L.LatLng(-76.4, -116.07),new L.LatLng(-76.35, -116.29),new L.LatLng(-76.31, -116.53),new L.LatLng(-76.26, -116.54)]; var WestSkyWay3 = new L.Polyline(pointListWS3, {color: 'blue',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-79.1, -119.18], {icon: SkyStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-76.26, -116.54], {icon: SkyStop}).bindPopup('<br><a class="quickbox" href="http://www.aadb.info/images/map/station/sky2.jpg"><img src="http://www.aadb.info/images/map/station/sky2_s.jpg" width="300" border="1"></a>').addTo(ways);
var pointListWS2 = [new L.LatLng(-73.35, -109.79),new L.LatLng(-73.36, -109.49),new L.LatLng(-73.39, -109.27),new L.LatLng(-73.51, -109.02),new L.LatLng(-73.62, -108.67),new L.LatLng(-73.85, -108.18),new L.LatLng(-74, -107.64),new L.LatLng(-74.1, -107.25),new L.LatLng(-74.29, -106.64),new L.LatLng(-76.62, -104.36),new L.LatLng(-77.12, -104.14),new L.LatLng(-77.67, -103.78),new L.LatLng(-77.78, -103.65),new L.LatLng(-77.79, -103.54),new L.LatLng(-77.78, -103.45),new L.LatLng(-77.73, -103.38),new L.LatLng(-77.7, -103.32),new L.LatLng(-77.7, -103.18),new L.LatLng(-77.7, -102.97),new L.LatLng(-77.71, -102.63),new L.LatLng(-77.73, -100.74),new L.LatLng(-77.72, -98.77),new L.LatLng(-77.71, -98.65),new L.LatLng(-77.6, -97.75),new L.LatLng(-77.43, -96.69),new L.LatLng(-77.34, -96.36),new L.LatLng(-77.29, -96.25),new L.LatLng(-77.23, -96.26)]; var WestSkyWay2 = new L.Polyline(pointListWS2, {color: 'blue',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-73.35, -109.79], {icon: SkyStop}).bindPopup('Северная платформа, направление:<br>пристань Сичайлд, полуостров падающих звезд.<div style="float:right;"><i>Скрин: Джаббофет</i></div><br><a class="quickbox" href="http://www.aadb.info/images/map/station/sky9.jpg"><img src="http://www.aadb.info/images/map/station/sky9_s.jpg" width="300" border="1"></a>').addTo(ways);L.marker([-77.23, -96.26], {icon: SkyStop}).bindPopup('Восточная платформа, направление:<br>лагерь Ройстера, земля говорящих камней.<div style="float:right;"><i>Скрин: Эрголиолголисса</i></div><a class="quickbox" href="http://www.aadb.info/images/map/station/sky1.jpg"><img src="http://www.aadb.info/images/map/station/sky1_s.jpg" width="300" border="1"></a>').addTo(ways);
var pointListWS1 = [new L.LatLng(-75.58, -125.26),new L.LatLng(-75.62, -124.93),new L.LatLng(-75.64, -124.61),new L.LatLng(-75.64, -124.32),new L.LatLng(-75.63, -124.1),new L.LatLng(-75.62, -123.91),new L.LatLng(-75.6, -123.66),new L.LatLng(-75.57, -123.4),new L.LatLng(-75.56, -123.23),new L.LatLng(-75.55, -123.06),new L.LatLng(-75.54, -122.79),new L.LatLng(-75.53, -122.44),new L.LatLng(-75.52, -121.99),new L.LatLng(-75.51, -121.74),new L.LatLng(-75.53, -121.46),new L.LatLng(-75.53, -121.22),new L.LatLng(-75.52, -120.98),new L.LatLng(-75.52, -120.6),new L.LatLng(-75.5, -120.11),new L.LatLng(-75.49, -119.84),new L.LatLng(-75.46, -119.43),new L.LatLng(-75.44, -119.08),new L.LatLng(-75.44, -118.75),new L.LatLng(-75.42, -118.53),new L.LatLng(-75.42, -118.27),new L.LatLng(-75.4, -117.93),new L.LatLng(-75.39, -117.59),new L.LatLng(-75.37, -117.27),new L.LatLng(-75.34, -116.87),new L.LatLng(-75.34, -116.42),new L.LatLng(-75.34, -115.92),new L.LatLng(-75.32, -115.09),new L.LatLng(-75.29, -114.55),new L.LatLng(-75.26, -114.07),new L.LatLng(-75.21, -113.51),new L.LatLng(-75.15, -113.07),new L.LatLng(-75.12, -112.83),new L.LatLng(-75.08, -112.7),new L.LatLng(-75.03, -112.54),new L.LatLng(-74.95, -112.43),new L.LatLng(-74.87, -112.37),new L.LatLng(-74.78, -112.28),new L.LatLng(-74.58, -112.16),new L.LatLng(-74.52, -112.13),new L.LatLng(-74.43, -112.03),new L.LatLng(-74.34, -111.95),new L.LatLng(-74.21, -111.91),new L.LatLng(-74.1, -111.79),new L.LatLng(-74.0, -111.58),new L.LatLng(-73.9, -111.47),new L.LatLng(-73.82, -111.27),new L.LatLng(-73.76, -110.97),new L.LatLng(-73.71, -110.71),new L.LatLng(-73.68, -110.38),new L.LatLng(-73.65, -110.01),new L.LatLng(-73.62, -109.65),new L.LatLng(-73.59, -109.46),new L.LatLng(-73.53, -109.36)]; var WestSkyWay1 = new L.Polyline(pointListWS1, {color: 'blue',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-75.58, -125.26], {icon: SkyStop}).bindPopup('Посадочная платформа, направление:<br>лагерь Ройстера, Земля говорящих камней.<br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-73.53, -109.36], {icon: SkyStop}).bindPopup('Южная платформа, направление:<br>Маренлоу, Белый лес.<br><div style="float:right;"><i>Скрин: Джаббофет</i></div><a class="quickbox" href="http://www.aadb.info/images/map/station/sky9.jpg"><img src="http://www.aadb.info/images/map/station/sky9_s.jpg" width="300" border="1"></a>').addTo(ways);
var pointListWC1 = [new L.LatLng(-76.65, -118.28),new L.LatLng(-76.65, -118.14),new L.LatLng(-76.65, -118.06),new L.LatLng(-76.65, -118.02),new L.LatLng(-76.64, -117.83),new L.LatLng(-76.63, -117.74),new L.LatLng(-76.58, -117.3),new L.LatLng(-76.57, -117.22),new L.LatLng(-76.56, -117.17),new L.LatLng(-76.54, -117.14),new L.LatLng(-76.36, -117.03),new L.LatLng(-76.34, -117.04),new L.LatLng(-76.32, -117.07),new L.LatLng(-76.31, -117.13),new L.LatLng(-76.29, -117.7),new L.LatLng(-76.29, -117.75),new L.LatLng(-76.29, -117.81),new L.LatLng(-76.32, -118.28),new L.LatLng(-76.34, -118.48),new L.LatLng(-76.33, -118.53),new L.LatLng(-76.28, -119.27),new L.LatLng(-76.275, -119.32),new L.LatLng(-76.27, -119.37),new L.LatLng(-76.26, -119.41),new L.LatLng(-76.25, -119.42),new L.LatLng(-76.23, -119.36),new L.LatLng(-76.22, -119.29),new L.LatLng(-76.22, -119.19),new L.LatLng(-76.23, -119.15),new L.LatLng(-76.26, -119.17),new L.LatLng(-76.36, -119.2),new L.LatLng(-76.42, -119.25),new L.LatLng(-76.46, -119.27),new L.LatLng(-76.48, -119.28),new L.LatLng(-76.49, -119.25),new L.LatLng(-76.51, -119.16),new L.LatLng(-76.53, -119.08),new L.LatLng(-76.55, -118.99),new L.LatLng(-76.62, -118.73),new L.LatLng(-76.64, -118.63),new L.LatLng(-76.65, -118.51),new L.LatLng(-76.65, -118.28)]; var WestCityWay1 = new L.Polyline(pointListWC1, {color: 'green',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-76.65, -118.28], {icon: CityStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-76.36, -117.03], {icon: CityStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-76.32, -118.28], {icon: CityStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-76.36, -119.2], {icon: CityStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListE1 = [new L.LatLng(-75.12, -69.2),new L.LatLng(-75.18, -69.16),new L.LatLng(-75.2, -69.1),new L.LatLng(-75.21, -68.99),new L.LatLng(-75.22, -68.87),new L.LatLng(-75.24, -68.79),new L.LatLng(-75.33, -68.62),new L.LatLng(-75.36, -68.55),new L.LatLng(-75.37, -68.47),new L.LatLng(-75.41, -68.24),new L.LatLng(-75.43, -68.13),new L.LatLng(-75.46, -68.09),new L.LatLng(-75.49, -68.13),new L.LatLng(-75.53, -68.18),new L.LatLng(-75.58, -68.31),new L.LatLng(-75.61, -68.39),new L.LatLng(-75.68, -68.36),new L.LatLng(-75.71, -68.54),new L.LatLng(-75.75, -68.87),new L.LatLng(-75.8, -69.07),new L.LatLng(-75.78, -69.5),new L.LatLng(-75.77, -69.7),new L.LatLng(-75.78, -69.88),new L.LatLng(-75.79, -70.13),new L.LatLng(-75.79, -70.29),new L.LatLng(-75.8, -70.43),new L.LatLng(-75.81, -70.55),new L.LatLng(-75.84, -70.63),new L.LatLng(-75.86, -70.77),new L.LatLng(-75.86, -70.94),new L.LatLng(-75.85, -71.09),new L.LatLng(-75.84, -71.3),new L.LatLng(-75.84, -71.44),new L.LatLng(-75.81, -71.61),new L.LatLng(-75.75, -71.82),new L.LatLng(-75.69, -71.98),new L.LatLng(-75.64, -72.14),new L.LatLng(-75.69, -72.63),new L.LatLng(-75.69, -72.8),new L.LatLng(-75.68, -72.96),new L.LatLng(-75.67, -73.17),new L.LatLng(-75.67, -73.32),new L.LatLng(-75.65, -73.55)]; var EastGroundWay1 = new L.Polyline(pointListE1, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-75.12, -69.2], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-75.79, -70.1], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-75.65, -73.55], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListE2 = [new L.LatLng(-75.41, -62.3),new L.LatLng(-75.42, -62.14),new L.LatLng(-75.46, -61.74),new L.LatLng(-75.48, -61.49),new L.LatLng(-75.51, -61.06),new L.LatLng(-75.56, -60.56),new L.LatLng(-75.62, -60.16),new L.LatLng(-75.73, -59.56),new L.LatLng(-75.81, -59),new L.LatLng(-75.86, -58.71),new L.LatLng(-75.89, -58.44),new L.LatLng(-75.89, -57.94),new L.LatLng(-75.87, -57.56),new L.LatLng(-75.87, -57.22),new L.LatLng(-75.9, -57.03),new L.LatLng(-75.91, -56.91),new L.LatLng(-75.95, -56.82),new L.LatLng(-76.03, -56.74),new L.LatLng(-76.12, -56.71),new L.LatLng(-76.22, -56.65),new L.LatLng(-76.26, -56.59),new L.LatLng(-76.3, -56.44),new L.LatLng(-76.32, -56.17),new L.LatLng(-76.32, -55.94),new L.LatLng(-76.31, -55.63),new L.LatLng(-76.31, -55.32),new L.LatLng(-76.33, -55.04),new L.LatLng(-76.36, -54.77),new L.LatLng(-76.39, -54.53),new L.LatLng(-76.44, -54.31),new L.LatLng(-76.52, -54.11),new L.LatLng(-76.62, -53.93),new L.LatLng(-76.69, -53.89),new L.LatLng(-76.73, -53.94),new L.LatLng(-76.76, -54.04),new L.LatLng(-76.78, -54.2),new L.LatLng(-76.83, -54.73),new L.LatLng(-76.84, -54.89),new L.LatLng(-76.93, -55.23),new L.LatLng(-77.08, -56.13),new L.LatLng(-77.1, -56.06),new L.LatLng(-77.14, -55.88),new L.LatLng(-77.18, -55.73),new L.LatLng(-77.19, -55.52),new L.LatLng(-77.19, -55.42),new L.LatLng(-77.21, -55.25),new L.LatLng(-77.25, -55.05)]; var EastGroundWay2 = new L.Polyline(pointListE2, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
var pointListE3 = [new L.LatLng(-77.08, -56.13),new L.LatLng(-77.1, -56.43),new L.LatLng(-77.1, -56.69),new L.LatLng(-77.1, -57.32),new L.LatLng(-77.1, -57.66),new L.LatLng(-77.1, -57.8),new L.LatLng(-77.05, -58.29),new L.LatLng(-76.98, -58.54),new L.LatLng(-76.91, -58.73),new L.LatLng(-76.83, -58.89),new L.LatLng(-76.75, -58.95),new L.LatLng(-76.6, -58.86),new L.LatLng(-76.55, -58.88),new L.LatLng(-76.52, -59.03),new L.LatLng(-76.47, -59.37),new L.LatLng(-76.43, -59.51),new L.LatLng(-76.35, -59.66),new L.LatLng(-76.31, -59.67),new L.LatLng(-76.28, -59.66),new L.LatLng(-76.25, -59.59),new L.LatLng(-76.23, -59.6),new L.LatLng(-76.2, -59.81),new L.LatLng(-76.19, -60.04),new L.LatLng(-76.2, -60.33),new L.LatLng(-76.2, -60.51),new L.LatLng(-76.21, -60.73),new L.LatLng(-76.22, -60.96),new L.LatLng(-76.25, -61.17),new L.LatLng(-76.29, -61.34),new L.LatLng(-76.33, -61.48),new L.LatLng(-76.44, -61.67),new L.LatLng(-76.47, -61.77),new L.LatLng(-76.47, -61.93),new L.LatLng(-76.48, -62.13),new L.LatLng(-76.5, -62.27),new L.LatLng(-76.53, -62.38),new L.LatLng(-76.64, -62.53),new L.LatLng(-76.68, -62.58),new L.LatLng(-76.73, -62.51),new L.LatLng(-76.8, -62.42),new L.LatLng(-76.84, -62.42),new L.LatLng(-76.88, -62.47),new L.LatLng(-76.92, -62.56),new L.LatLng(-76.95, -62.68),new L.LatLng(-76.97, -62.79),new L.LatLng(-77.03, -62.87),new L.LatLng(-77.09, -62.93),new L.LatLng(-77.14, -62.92),new L.LatLng(-77.19, -62.86),new L.LatLng(-77.22, -62.86),new L.LatLng(-77.26, -62.94),new L.LatLng(-77.3, -63.22),new L.LatLng(-77.32, -63.48),new L.LatLng(-77.33, -63.72),new L.LatLng(-77.34, -63.93),new L.LatLng(-77.35, -64.11),new L.LatLng(-77.36, -64.37),new L.LatLng(-77.37, -64.5),new L.LatLng(-77.4, -64.85),new L.LatLng(-77.39, -65.04),new L.LatLng(-77.38, -65.25),new L.LatLng(-77.39, -65.42),new L.LatLng(-77.42, -65.59),new L.LatLng(-77.54, -65.64),new L.LatLng(-77.55, -65.73),new L.LatLng(-77.56, -65.83),new L.LatLng(-77.58, -65.96),new L.LatLng(-77.61, -66.17),new L.LatLng(-77.61, -66.31),new L.LatLng(-77.61, -66.59),new L.LatLng(-77.63, -66.68),new L.LatLng(-77.71, -66.71),new L.LatLng(-77.77, -66.79),new L.LatLng(-77.81, -66.91),new L.LatLng(-77.84, -67.06)]; var EastGroundWay3 = new L.Polyline(pointListE3, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-75.41, -62.3], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-75.87, -57.22], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-76.76, -54.04], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-77.25, -55.05], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-76.2, -60.51], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-76.5, -62.27], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-77.84, -67.06], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListE4 = [new L.LatLng(-78.25, -68.32),new L.LatLng(-78.35, -68.61),new L.LatLng(-78.4, -68.44),new L.LatLng(-78.49, -68.32),new L.LatLng(-78.52, -68.33),new L.LatLng(-78.54, -68.52),new L.LatLng(-78.61, -68.58),new L.LatLng(-78.67, -68.79),new L.LatLng(-78.69, -68.8),new L.LatLng(-78.74, -68.7),new L.LatLng(-78.77, -68.54),new L.LatLng(-78.8, -68.58),new L.LatLng(-78.83, -68.63),new L.LatLng(-78.85, -68.75),new L.LatLng(-78.93, -68.88),new L.LatLng(-78.94, -68.95),new L.LatLng(-78.95, -69.17),new L.LatLng(-78.97, -69.43),new L.LatLng(-78.99, -69.73),new L.LatLng(-79.03, -70.02),new L.LatLng(-79.1, -70.21),new L.LatLng(-79.12, -70.26),new L.LatLng(-79.16, -70.22),new L.LatLng(-79.18, -70.25),new L.LatLng(-79.29, -70.71),new L.LatLng(-79.34, -71.21),new L.LatLng(-79.37, -71.88),new L.LatLng(-79.4, -72.61),new L.LatLng(-79.43, -72.94),new L.LatLng(-79.56, -73.56),new L.LatLng(-79.71, -73.86),new L.LatLng(-79.76, -74.07),new L.LatLng(-79.78, -74.25),new L.LatLng(-79.79, -74.43),new L.LatLng(-79.78, -74.6),new L.LatLng(-79.76, -74.85),new L.LatLng(-79.75, -75.15),new L.LatLng(-79.72, -75.52)]; var EastGroundWay4 = new L.Polyline(pointListE4, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-78.25, -68.32], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-79.72, -75.52], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListE5 = [new L.LatLng(-79.72, -75.51),new L.LatLng(-79.8, -75.64),new L.LatLng(-79.85, -75.66),new L.LatLng(-79.98, -75.73),new L.LatLng(-80.01, -75.78),new L.LatLng(-80.1, -76.11),new L.LatLng(-80.16, -76.31),new L.LatLng(-80.22, -77.06),new L.LatLng(-80.22, -77.57),new L.LatLng(-80.21, -77.79),new L.LatLng(-80.16, -78.1),new L.LatLng(-80.14, -78.32),new L.LatLng(-80.14, -78.57),new L.LatLng(-80.08, -78.98),new L.LatLng(-79.99, -79.28),new L.LatLng(-80.01, -80.07),new L.LatLng(-80, -80.31),new L.LatLng(-79.96, -80.93),new L.LatLng(-79.95, -81.27),new L.LatLng(-79.96, -81.53),new L.LatLng(-79.99, -81.75),new L.LatLng(-79.99, -81.96),new L.LatLng(-79.97, -82.2),new L.LatLng(-79.97, -82.41),new L.LatLng(-80, -82.74),new L.LatLng(-80, -82.99),new L.LatLng(-80, -83.21),new L.LatLng(-79.99, -83.43),new L.LatLng(-79.99, -83.66),new L.LatLng(-80, -83.89),new L.LatLng(-80.01, -84.18),new L.LatLng(-80.07, -84.38),new L.LatLng(-80.09, -84.46),new L.LatLng(-80.08, -84.66),new L.LatLng(-80.09, -84.46),new L.LatLng(-80.08, -84.66),new L.LatLng(-80.09, -85.22),new L.LatLng(-80.1, -85.35),new L.LatLng(-80.13, -85.36),new L.LatLng(-80.15, -85.43),new L.LatLng(-80.15, -85.57),new L.LatLng(-80.14, -85.74),new L.LatLng(-80.11, -85.92),new L.LatLng(-80.08, -86.8),new L.LatLng(-80.09, -87.02),new L.LatLng(-80.11, -87.15),new L.LatLng(-80.17, -87.33),new L.LatLng(-80.23, -87.66),new L.LatLng(-80.24, -87.82),new L.LatLng(-80.28, -88.56),new L.LatLng(-80.3, -88.69),new L.LatLng(-80.33, -88.92),new L.LatLng(-80.36, -89.44),new L.LatLng(-80.35, -89.57),new L.LatLng(-80.32, -89.7),new L.LatLng(-80.3, -89.73),new L.LatLng(-80.27, -89.7),new L.LatLng(-80.2, -89.56),new L.LatLng(-80.15, -89.37),new L.LatLng(-80.12, -89.32),new L.LatLng(-80.09, -89.29),new L.LatLng(-80.03, -89.26),new L.LatLng(-79.99, -89.25),new L.LatLng(-79.96, -89.14),new L.LatLng(-79.9, -88.89),new L.LatLng(-79.88, -88.82),new L.LatLng(-79.85, -88.84),new L.LatLng(-79.82, -88.93),new L.LatLng(-79.8, -89.17),new L.LatLng(-79.79, -89.51),new L.LatLng(-79.77, -89.68),new L.LatLng(-79.75, -89.81)]; var EastGroundWay5 = new L.Polyline(pointListE5, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-80.36, -89.44], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-79.75, -89.81], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-80.09, -85.10], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListE6 = [new L.LatLng(-80.38, -90.15),new L.LatLng(-80.39, -90.41),new L.LatLng(-80.43, -90.66),new L.LatLng(-80.46, -90.89),new L.LatLng(-80.49, -91.29),new L.LatLng(-80.5, -91.45),new L.LatLng(-80.49, -91.7),new L.LatLng(-80.39, -92.38),new L.LatLng(-80.37, -92.66),new L.LatLng(-80.37, -92.88),new L.LatLng(-80.4, -93.2),new L.LatLng(-80.42, -93.31),new L.LatLng(-80.52, -93.56),new L.LatLng(-80.55, -93.66),new L.LatLng(-80.6, -93.92),new L.LatLng(-80.64, -94.12),new L.LatLng(-80.65, -94.35),new L.LatLng(-80.66, -94.65),new L.LatLng(-80.68, -94.93),new L.LatLng(-80.69, -95.3)]; var EastGroundWay6 = new L.Polyline(pointListE6, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-80.38, -90.15], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-80.69, -95.3], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListE7 = [new L.LatLng(-79.77, -74.16),new L.LatLng(-79.86, -73.87),new L.LatLng(-79.96, -73.59),new L.LatLng(-79.98, -73.58),new L.LatLng(-80.01, -73.58),new L.LatLng(-80.04, -73.33),new L.LatLng(-80.05, -73.07),new L.LatLng(-80.04, -72.86),new L.LatLng(-80.02, -72.76),new L.LatLng(-80.02, -72.66),new L.LatLng(-80.03, -72.58),new L.LatLng(-80.04, -72.37),new L.LatLng(-80.04, -72.14),new L.LatLng(-80.02, -71.99),new L.LatLng(-79.94, -71.82),new L.LatLng(-79.91, -71.65),new L.LatLng(-79.9, -71.35),new L.LatLng(-79.89, -71.11),new L.LatLng(-79.8, -70.55),new L.LatLng(-79.78, -70.33),new L.LatLng(-79.79, -70.08),new L.LatLng(-79.79, -69.84),new L.LatLng(-79.78, -69.63),new L.LatLng(-79.76, -69.43),new L.LatLng(-79.7, -69.07),new L.LatLng(-79.67, -68.86),new L.LatLng(-79.66, -68.59),new L.LatLng(-79.66, -68.29),new L.LatLng(-79.67, -68.05),new L.LatLng(-79.68, -67.72),new L.LatLng(-79.7, -67.35),new L.LatLng(-79.73, -66.99),new L.LatLng(-79.75, -66.73),new L.LatLng(-79.77, -66.61),new L.LatLng(-79.79, -66.53),new L.LatLng(-79.81, -66.48),new L.LatLng(-79.84, -66.43),new L.LatLng(-79.86, -66.36),new L.LatLng(-79.88, -66.28),new L.LatLng(-79.9, -66.19),new L.LatLng(-79.91, -66.31),new L.LatLng(-79.94, -66.57),new L.LatLng(-79.95, -66.64),new L.LatLng(-79.96, -66.74),new L.LatLng(-79.98, -66.97),new L.LatLng(-79.99, -67.12),new L.LatLng(-80.02, -67.21),new L.LatLng(-80.05, -67.27),new L.LatLng(-80.07, -67.27),new L.LatLng(-80.08, -67.21),new L.LatLng(-80.14, -67.03),new L.LatLng(-80.19, -66.95),new L.LatLng(-80.22, -66.87),new L.LatLng(-80.26, -66.65),new L.LatLng(-80.32, -66.43),new L.LatLng(-80.33, -66.36),new L.LatLng(-80.33, -66.18),new L.LatLng(-80.33, -66.01),new L.LatLng(-80.36, -65.67),new L.LatLng(-80.37, -65.58),new L.LatLng(-80.39, -65.49),new L.LatLng(-80.4, -65.36),new L.LatLng(-80.4, -65.13),new L.LatLng(-80.4, -64.84)]; var EastGroundWay7 = new L.Polyline(pointListE7, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-79.75, -66.73], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-80.4, -64.84], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListE8 = [new L.LatLng(-80.48, -64.31),new L.LatLng(-80.57, -64.22),new L.LatLng(-80.6, -63.95),new L.LatLng(-80.67, -63.84),new L.LatLng(-80.74, -63.84),new L.LatLng(-80.79, -64.03),new L.LatLng(-80.85, -64.16),new L.LatLng(-80.91, -64.12),new L.LatLng(-80.97, -63.95),new L.LatLng(-80.98, -63.81),new L.LatLng(-81, -63.31),new L.LatLng(-81.01, -63.13),new L.LatLng(-81.03, -62.89),new L.LatLng(-81.07, -62.59),new L.LatLng(-81.11, -62.51),new L.LatLng(-81.13, -62.58)]; var EastGroundWay8 = new L.Polyline(pointListE8, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-80.48, -64.31], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-81.13, -62.58], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListE9 = [new L.LatLng(-80.4, -64.39),new L.LatLng(-80.41, -63.91),new L.LatLng(-80.41, -63.51),new L.LatLng(-80.4, -63.15),new L.LatLng(-80.39, -62.85),new L.LatLng(-80.36, -62.7),new L.LatLng(-80.34, -62.67),new L.LatLng(-80.28, -62.66),new L.LatLng(-80.26, -62.5),new L.LatLng(-80.25, -62.29),new L.LatLng(-80.25, -61.89),new L.LatLng(-80.26, -61.75),new L.LatLng(-80.28, -61.69),new L.LatLng(-80.35, -61.64),new L.LatLng(-80.35, -61.46),new L.LatLng(-80.34, -61.28),new L.LatLng(-80.31, -61.15),new L.LatLng(-80.29, -60.99),new L.LatLng(-80.28, -60.91),new L.LatLng(-80.23, -60.75),new L.LatLng(-80.21, -60.48),new L.LatLng(-80.2, -60.3),new L.LatLng(-80.22, -60.1),new L.LatLng(-80.26, -59.89),new L.LatLng(-80.27, -59.82),new L.LatLng(-80.3, -59.6),new L.LatLng(-80.32, -59.34),new L.LatLng(-80.31, -58.48),new L.LatLng(-80.29, -57.85),new L.LatLng(-80.28, -57.39),new L.LatLng(-80.22, -56.92),new L.LatLng(-80.16, -56.59),new L.LatLng(-80.1, -56.45),new L.LatLng(-79.95, -56.44)]; var EastGroundWay9 = new L.Polyline(pointListE9, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-80.4, -64.39], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-79.95, -56.44], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListE10 = [new L.LatLng(-78.98, -46.33),new L.LatLng(-79.06, -46.18),new L.LatLng(-79.09, -46.09),new L.LatLng(-79.11, -45.91),new L.LatLng(-79.11, -45.82),new L.LatLng(-79.1, -45.67),new L.LatLng(-79.1, -45.59),new L.LatLng(-79.12, -45.54),new L.LatLng(-79.13, -45.44),new L.LatLng(-79.12, -45.3),new L.LatLng(-79.1, -45.05),new L.LatLng(-79.09, -44.85),new L.LatLng(-79.09, -44.75),new L.LatLng(-79.11, -44.74),new L.LatLng(-79.12, -44.67),new L.LatLng(-79.14, -44.48),new L.LatLng(-79.14, -44.36),new L.LatLng(-79.15, -44.26),new L.LatLng(-79.19, -44.24),new L.LatLng(-79.22, -44.26),new L.LatLng(-79.24, -44.22),new L.LatLng(-79.29, -44.13),new L.LatLng(-79.31, -44.11),new L.LatLng(-79.37, -44.17),new L.LatLng(-79.4, -44.1),new L.LatLng(-79.43, -43.9),new L.LatLng(-79.45, -43.76),new L.LatLng(-79.48, -43.75),new L.LatLng(-79.5, -43.85),new L.LatLng(-79.54, -43.9),new L.LatLng(-79.59, -43.71),new L.LatLng(-79.6, -43.62),new L.LatLng(-79.61, -43.52),new L.LatLng(-79.62, -43.41),new L.LatLng(-79.67, -43.28),new L.LatLng(-79.73, -43.41),new L.LatLng(-79.77, -43.96),new L.LatLng(-79.8, -44.11),new L.LatLng(-79.82, -44.38),new L.LatLng(-79.84, -44.53),new L.LatLng(-79.93, -44.66),new L.LatLng(-80, -44.82),new L.LatLng(-80.03, -44.98),new L.LatLng(-80.05, -45.12),new L.LatLng(-80.09, -45.85),new L.LatLng(-80.11, -46.02),new L.LatLng(-80.13, -46.09),new L.LatLng(-80.16, -46.1),new L.LatLng(-80.22, -46.01),new L.LatLng(-80.25, -46.02),new L.LatLng(-80.28, -46.11),new L.LatLng(-80.3, -46.26),new L.LatLng(-80.31, -46.46),new L.LatLng(-80.34, -46.9),new L.LatLng(-80.35, -47.12),new L.LatLng(-80.38, -47.25),new L.LatLng(-80.43, -47.37),new L.LatLng(-80.5, -47.65),new L.LatLng(-80.54, -47.82),new L.LatLng(-80.59, -48.11),new L.LatLng(-80.62, -48.65),new L.LatLng(-80.65, -49.17),new L.LatLng(-80.66, -49.33),new L.LatLng(-80.73, -50.02),new L.LatLng(-80.79, -50.27),new L.LatLng(-80.84, -50.59),new L.LatLng(-80.9, -50.98),new L.LatLng(-80.93, -51.28),new L.LatLng(-80.95, -51.8),new L.LatLng(-80.94, -52.33),new L.LatLng(-80.9, -52.8),new L.LatLng(-80.84, -53.31),new L.LatLng(-80.75, -53.92),new L.LatLng(-80.75, -54.02),new L.LatLng(-80.76, -54.2),new L.LatLng(-80.78, -54.36),new L.LatLng(-80.84, -54.67)]; var EastGroundWay10 = new L.Polyline(pointListE10, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-78.98, -46.33], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-79.67, -43.28], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-80.66, -49.33], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-80.84, -54.67], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListE11 = [new L.LatLng(-80.96, -54.73),new L.LatLng(-80.99, -54.68),new L.LatLng(-81.02, -54.76),new L.LatLng(-81.05, -54.78),new L.LatLng(-81.08, -54.72),new L.LatLng(-81.11, -54.64),new L.LatLng(-81.14, -54.64),new L.LatLng(-81.17, -54.72),new L.LatLng(-81.19, -54.88),new L.LatLng(-81.22, -54.99),new L.LatLng(-81.25, -55.03),new L.LatLng(-81.27, -54.99),new L.LatLng(-81.3, -54.85),new L.LatLng(-81.34, -54.6),new L.LatLng(-81.38, -54.24),new L.LatLng(-81.39, -54.05),new L.LatLng(-81.38, -53.83),new L.LatLng(-81.38, -53.62),new L.LatLng(-81.39, -53.38),new L.LatLng(-81.4, -53.02),new L.LatLng(-81.41, -52.7),new L.LatLng(-81.41, -52.42),new L.LatLng(-81.39, -52.1),new L.LatLng(-81.36, -51.79),new L.LatLng(-81.31, -51.37),new L.LatLng(-81.28, -51.09),new L.LatLng(-81.26, -50.72),new L.LatLng(-81.27, -50.24),new L.LatLng(-81.29, -49.95),new L.LatLng(-81.31, -49.54),new L.LatLng(-81.34, -49.19),new L.LatLng(-81.37, -48.92),new L.LatLng(-81.39, -48.71),new L.LatLng(-81.39, -48.35),new L.LatLng(-81.38, -47.52),new L.LatLng(-81.39, -46.91),new L.LatLng(-81.4, -46.1),new L.LatLng(-81.4, -45.67),new L.LatLng(-81.41, -45.07),new L.LatLng(-81.39, -44.27),new L.LatLng(-81.4, -43.99),new L.LatLng(-81.42, -43.78),new L.LatLng(-81.48, -43.04),new L.LatLng(-81.5, -42.7),new L.LatLng(-81.5, -42.48),new L.LatLng(-81.5, -42.28),new L.LatLng(-81.48, -41.92),new L.LatLng(-81.4, -41.14),new L.LatLng(-81.39, -40.91),new L.LatLng(-81.38, -40.46)]; var EastGroundWay11 = new L.Polyline(pointListE11, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-80.96, -54.73], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-81.26, -50.46], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-81.4, -43.99], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-81.38, -40.46], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListE12 = [new L.LatLng(-81.11, -38.74),new L.LatLng(-81.09, -38.58),new L.LatLng(-81.08, -38.47),new L.LatLng(-81.06, -38.42),new L.LatLng(-81.04, -38.24),new L.LatLng(-81.01, -38.1),new L.LatLng(-81, -37.95),new L.LatLng(-81.01, -37.83),new L.LatLng(-81.02, -37.79),new L.LatLng(-81.06, -37.83),new L.LatLng(-81.08, -37.79),new L.LatLng(-81.09, -37.67),new L.LatLng(-81.08, -37.51),new L.LatLng(-81.09, -37.41),new L.LatLng(-81.11, -37.32),new L.LatLng(-81.12, -37.18),new L.LatLng(-81.12, -37.08),new L.LatLng(-81.13, -36.9),new L.LatLng(-81.14, -36.76),new L.LatLng(-81.12, -36.4),new L.LatLng(-81.14, -36.23),new L.LatLng(-81.17, -36.16),new L.LatLng(-81.18, -36.06),new L.LatLng(-81.18, -35.85),new L.LatLng(-81.19, -35.73),new L.LatLng(-81.2, -35.66),new L.LatLng(-81.21, -35.45),new L.LatLng(-81.22, -35.35),new L.LatLng(-81.24, -35.21),new L.LatLng(-81.27, -35.08),new L.LatLng(-81.31, -35.07)]; var EastGroundWay12 = new L.Polyline(pointListE12, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-81.11, -38.73], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-81.31, -35.07], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListE13 = [new L.LatLng(-81.44, -35.06),new L.LatLng(-81.48, -35.11),new L.LatLng(-81.5, -35.21),new L.LatLng(-81.53, -35.36),new L.LatLng(-81.57, -35.6),new L.LatLng(-81.61, -35.68),new L.LatLng(-81.66, -35.67),new L.LatLng(-81.68, -35.78),new L.LatLng(-81.7, -35.77),new L.LatLng(-81.72, -35.75),new L.LatLng(-81.77, -35.84),new L.LatLng(-81.8, -35.82),new L.LatLng(-81.82, -35.71),new L.LatLng(-81.85, -35.47),new L.LatLng(-81.87, -35.16),new L.LatLng(-81.87, -35.05),new L.LatLng(-81.88, -34.82),new L.LatLng(-81.88, -34.64),new L.LatLng(-81.89, -34.37),new L.LatLng(-81.88, -34.12),new L.LatLng(-81.86, -33.86),new L.LatLng(-81.85, -33.73),new L.LatLng(-81.83, -33.28),new L.LatLng(-81.85, -32.51),new L.LatLng(-81.84, -32.38),new L.LatLng(-81.83, -32.17),new L.LatLng(-81.84, -31.86),new L.LatLng(-81.84, -31.63)]; var EastGroundWay13 = new L.Polyline(pointListE13, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-81.44, -35.06], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-81.84, -31.63], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListE14 = [new L.LatLng(-81.83, -31.44),new L.LatLng(-81.83, -31.21),new L.LatLng(-81.85, -30.96),new L.LatLng(-81.85, -30.83),new L.LatLng(-81.85, -30.42),new L.LatLng(-81.84, -30.3),new L.LatLng(-81.82, -30.23),new L.LatLng(-81.81, -30.08),new L.LatLng(-81.79, -30.09),new L.LatLng(-81.73, -29.75),new L.LatLng(-81.72, -29.53),new L.LatLng(-81.72, -29.27),new L.LatLng(-81.7, -29.07),new L.LatLng(-81.68, -29.08),new L.LatLng(-81.65, -28.98),new L.LatLng(-81.63, -28.98),new L.LatLng(-81.59, -29.08),new L.LatLng(-81.56, -29.12),new L.LatLng(-81.5, -29.19),new L.LatLng(-81.47, -29.17),new L.LatLng(-81.44, -29.14),new L.LatLng(-81.37, -29.14),new L.LatLng(-81.32, -29.05),new L.LatLng(-81.3, -28.85),new L.LatLng(-81.28, -28.43),new L.LatLng(-81.25, -28.25),new L.LatLng(-81.22, -28.26),new L.LatLng(-81.15, -28.3),new L.LatLng(-81.13, -28.23),new L.LatLng(-81.12, -28.2),new L.LatLng(-81.09, -28.18),new L.LatLng(-81.02, -28.2),new L.LatLng(-80.98, -28.07),new L.LatLng(-80.94, -28.1),new L.LatLng(-80.91, -28.2),new L.LatLng(-80.9, -28.2),new L.LatLng(-80.87, -28.11),new L.LatLng(-80.84, -28.14),new L.LatLng(-80.83, -28.25),new L.LatLng(-80.77, -28.39),new L.LatLng(-80.76, -28.7),new L.LatLng(-80.77, -29.09),new L.LatLng(-80.74, -29.43),new L.LatLng(-80.73, -29.79),new L.LatLng(-80.7, -30),new L.LatLng(-80.68, -30.12)]; var EastGroundWay14 = new L.Polyline(pointListE14, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-81.83, -31.44], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-81.47, -29.17], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-81.02, -28.2], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-80.68, -30.12], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListE15 = [new L.LatLng(-80.1, -29.2),new L.LatLng(-80.14, -29.26),new L.LatLng(-80.2, -29.5),new L.LatLng(-80.23, -29.78),new L.LatLng(-80.26, -30.07),new L.LatLng(-80.28, -30.19),new L.LatLng(-80.35, -30.31),new L.LatLng(-80.45, -30.52),new L.LatLng(-80.48, -30.53),new L.LatLng(-80.52, -30.65),new L.LatLng(-80.55, -30.65),new L.LatLng(-80.55, -30.21),new L.LatLng(-80.52, -29.87),new L.LatLng(-80.49, -29.5),new L.LatLng(-80.53, -29.2),new L.LatLng(-80.55, -28.97),new L.LatLng(-80.58, -28.86),new L.LatLng(-80.59, -28.71),new L.LatLng(-80.57, -28.36),new L.LatLng(-80.56, -28.26),new L.LatLng(-80.54, -27.99),new L.LatLng(-80.53, -27.77),new L.LatLng(-80.51, -27.56),new L.LatLng(-80.48, -27.4),new L.LatLng(-80.44, -27.32),new L.LatLng(-80.4, -27.1),new L.LatLng(-80.35, -26.96),new L.LatLng(-80.3, -26.95),new L.LatLng(-80.25, -26.8),new L.LatLng(-80.21, -26.51),new L.LatLng(-80.14, -26.33),new L.LatLng(-80.03, -26.38),new L.LatLng(-80, -26.49),new L.LatLng(-79.97, -26.67),new L.LatLng(-79.97, -26.8),new L.LatLng(-79.97, -27.22),new L.LatLng(-79.97, -27.45),new L.LatLng(-79.99, -27.6),new L.LatLng(-80.02, -27.81),new L.LatLng(-80.04, -27.95),new L.LatLng(-80.05, -28.36),new L.LatLng(-80.08, -29.05),new L.LatLng(-80.1, -29.2)]; var EastGroundWay15 = new L.Polyline(pointListE15, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-80.1, -29.2], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-80.55, -30.65], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-80.53, -27.77], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-79.97, -26.67], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListW1 = [new L.LatLng(-80.19, -129.53),new L.LatLng(-80.19, -129.84),new L.LatLng(-80.2, -130.06),new L.LatLng(-80.23, -130.14),new L.LatLng(-80.26, -130.06),new L.LatLng(-80.28, -129.9),new L.LatLng(-80.32, -129.88),new L.LatLng(-80.39, -130.23),new L.LatLng(-80.37, -130.83),new L.LatLng(-80.37, -131.33),new L.LatLng(-80.36, -131.59),new L.LatLng(-80.38, -132.06),new L.LatLng(-80.41, -132.25),new L.LatLng(-80.42, -132.67),new L.LatLng(-80.44, -133),new L.LatLng(-80.48, -133.4),new L.LatLng(-80.48, -133.73),new L.LatLng(-80.47, -134.12),new L.LatLng(-80.46, -134.32),new L.LatLng(-80.47, -134.65)]; var WestGroundWay1 = new L.Polyline(pointListW1, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-80.47, -134.65], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-80.19, -129.53], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListW2 = [new L.LatLng(-79.44, -126.6),new L.LatLng(-79.46, -126.72),new L.LatLng(-79.56, -126.83),new L.LatLng(-79.61, -126.77),new L.LatLng(-79.62, -126.79),new L.LatLng(-79.66, -126.99),new L.LatLng(-79.67, -127.03),new L.LatLng(-79.69, -127.07),new L.LatLng(-79.71, -127.16),new L.LatLng(-79.72, -127.42),new L.LatLng(-79.74, -127.57),new L.LatLng(-79.79, -127.73),new L.LatLng(-79.8, -127.88),new L.LatLng(-79.8, -128.01),new L.LatLng(-79.77, -128.14),new L.LatLng(-79.77, -128.24),new L.LatLng(-79.77, -128.36),new L.LatLng(-79.8, -128.45),new L.LatLng(-79.81, -128.58),new L.LatLng(-79.81, -128.95),new L.LatLng(-79.81, -129.05),new L.LatLng(-79.85, -129.36),new L.LatLng(-79.91, -129.7),new L.LatLng(-79.94, -129.76),new L.LatLng(-79.96, -129.76),new L.LatLng(-79.99, -129.73),new L.LatLng(-80, -129.73),new L.LatLng(-80.03, -129.78),new L.LatLng(-80.05, -129.84),new L.LatLng(-80.07, -129.85),new L.LatLng(-80.08, -129.83),new L.LatLng(-80.11, -129.77),new L.LatLng(-80.15, -129.56)]; var WestGroundWay2 = new L.Polyline(pointListW2, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-79.44, -126.6], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-80.15, -129.56], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListW3 = [new L.LatLng(-79, -124.49),new L.LatLng(-78.97, -124.26),new L.LatLng(-78.95, -124.06),new L.LatLng(-78.91, -123.91),new L.LatLng(-78.87, -123.83),new L.LatLng(-78.83, -123.8),new L.LatLng(-78.8, -123.73),new L.LatLng(-78.78, -123.61),new L.LatLng(-78.76, -123.45),new L.LatLng(-78.75, -123.28),new L.LatLng(-78.74, -123.17),new L.LatLng(-78.72, -123.04),new L.LatLng(-78.69, -122.98),new L.LatLng(-78.68, -122.95),new L.LatLng(-78.67, -122.85),new L.LatLng(-78.68, -122.71),new L.LatLng(-78.67, -122.51),new L.LatLng(-78.65, -122.39),new L.LatLng(-78.6, -122.16),new L.LatLng(-78.58, -121.96),new L.LatLng(-78.55, -121.73),new L.LatLng(-78.53, -121.55),new L.LatLng(-78.54, -121.39),new L.LatLng(-78.54, -121.27),new L.LatLng(-78.51, -121.06),new L.LatLng(-78.51, -120.78),new L.LatLng(-78.51, -120.48),new L.LatLng(-78.53, -120.3),new L.LatLng(-78.55, -120),new L.LatLng(-78.56, -119.9),new L.LatLng(-78.64, -119.55),new L.LatLng(-78.67, -119.48)]; var WestGroundWay3 = new L.Polyline(pointListW3, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-79, -124.49], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-78.67, -119.48], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListW4 = [new L.LatLng(-77.98, -117.28),new L.LatLng(-77.95, -117.53),new L.LatLng(-77.89, -117.91),new L.LatLng(-77.84, -118.23),new L.LatLng(-77.81, -118.55),new L.LatLng(-77.81, -119.48),new L.LatLng(-77.82, -119.65),new L.LatLng(-77.84, -119.83),new L.LatLng(-77.88, -120.06),new L.LatLng(-77.92, -120.54),new L.LatLng(-77.99, -121.4),new L.LatLng(-78.06, -122.55),new L.LatLng(-78.1, -123.37),new L.LatLng(-78.12, -123.67),new L.LatLng(-78.2, -124.41),new L.LatLng(-78.24, -124.86),new L.LatLng(-78.26, -125.27),new L.LatLng(-78.26, -125.57),new L.LatLng(-78.27, -125.79),new L.LatLng(-78.29, -125.95),new L.LatLng(-78.31, -126.11),new L.LatLng(-78.32, -126.27),new L.LatLng(-78.31, -126.51),new L.LatLng(-78.32, -126.71),new L.LatLng(-78.33, -126.87),new L.LatLng(-78.35, -127.02),new L.LatLng(-78.36, -127.14),new L.LatLng(-78.36, -127.44),new L.LatLng(-78.37, -127.63),new L.LatLng(-78.4, -127.87),new L.LatLng(-78.44, -128.1),new L.LatLng(-78.46, -128.28),new L.LatLng(-78.47, -128.5),new L.LatLng(-78.48, -128.78),new L.LatLng(-78.48, -129),new L.LatLng(-78.47, -129.21),new L.LatLng(-78.46, -129.46),new L.LatLng(-78.47, -129.85),new L.LatLng(-78.47, -129.98),new L.LatLng(-78.49, -130.19),new L.LatLng(-78.49, -130.59),new L.LatLng(-78.49, -130.83),new L.LatLng(-78.5, -131.03),new L.LatLng(-78.5, -131.2),new L.LatLng(-78.5, -131.33),new L.LatLng(-78.48, -131.52),new L.LatLng(-78.47, -131.73),new L.LatLng(-78.47, -131.9),new L.LatLng(-78.49, -132.32),new L.LatLng(-78.5, -132.5),new L.LatLng(-78.49, -132.74),new L.LatLng(-78.48, -132.93),new L.LatLng(-78.46, -133.11),new L.LatLng(-78.46, -133.22),new L.LatLng(-78.53, -134.17),new L.LatLng(-78.53, -134.46),new L.LatLng(-78.55, -134.69),new L.LatLng(-78.55, -135.12),new L.LatLng(-78.61, -135.85),new L.LatLng(-78.77, -136.23)]; var WestGroundWay4 = new L.Polyline(pointListW4, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-77.98, -117.28], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-77.92, -120.54], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-78.1, -123.37], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-78.36, -127.14], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-78.47, -131.73], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-78.77, -136.23], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListW5 = [new L.LatLng(-76.87, -118.45),new L.LatLng(-76.92, -118.49),new L.LatLng(-76.97, -118.55),new L.LatLng(-77.02, -118.56),new L.LatLng(-77.09, -118.51),new L.LatLng(-77.18, -118.54),new L.LatLng(-77.22, -118.61),new L.LatLng(-77.27, -118.73),new L.LatLng(-77.33, -118.77),new L.LatLng(-77.37, -118.72),new L.LatLng(-77.4, -118.58),new L.LatLng(-77.43, -118.34),new L.LatLng(-77.45, -118.18),new L.LatLng(-77.48, -118.05),new L.LatLng(-77.54, -117.92),new L.LatLng(-77.57, -117.84),new L.LatLng(-77.6, -117.64),new L.LatLng(-77.64, -117.51),new L.LatLng(-77.69, -117.39)]; var WestGroundWay5 = new L.Polyline(pointListW5, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-76.87, -118.45], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-77.69, -117.39], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListW5 = [new L.LatLng(-76.61, -116.15),new L.LatLng(-76.64, -116.03),new L.LatLng(-76.66, -115.78),new L.LatLng(-76.69, -115.71),new L.LatLng(-76.79, -115.54),new L.LatLng(-76.86, -115.24),new L.LatLng(-76.88, -115.1),new L.LatLng(-76.88, -114.91),new L.LatLng(-76.91, -114.6),new L.LatLng(-76.92, -114.42),new L.LatLng(-76.89, -114.03),new L.LatLng(-76.88, -113.81),new L.LatLng(-76.9, -113.54),new L.LatLng(-76.96, -113.16),new L.LatLng(-77.12, -112.64),new L.LatLng(-77.16, -112.42),new L.LatLng(-77.19, -112.19),new L.LatLng(-77.21, -111.86),new L.LatLng(-77.2, -111.39),new L.LatLng(-77.21, -111.12),new L.LatLng(-77.24, -110.85),new L.LatLng(-77.28, -110.64),new L.LatLng(-77.88, -107.39),new L.LatLng(-77.8, -106.83),new L.LatLng(-77.76, -106.67),new L.LatLng(-77.75, -106.25),new L.LatLng(-77.65, -106.18),new L.LatLng(-77.6, -106.14),new L.LatLng(-77.64, -105.66),new L.LatLng(-77.65, -105.51),new L.LatLng(-77.67, -105.21),new L.LatLng(-77.69, -104.92),new L.LatLng(-77.7, -104.75),new L.LatLng(-77.72, -104.59),new L.LatLng(-77.73, -104.44),new L.LatLng(-77.74, -104.12),new L.LatLng(-77.73, -104.02),new L.LatLng(-77.72, -103.89),new L.LatLng(-77.69, -103.78),new L.LatLng(-77.67, -103.63),new L.LatLng(-77.67, -103.49),new L.LatLng(-77.68, -103.32),new L.LatLng(-77.64, -103.08),new L.LatLng(-77.45, -102.8),new L.LatLng(-77.42, -102.6),new L.LatLng(-77.41, -102.59),new L.LatLng(-77.39, -102.63),new L.LatLng(-77.37, -102.61),new L.LatLng(-77.34, -102.51),new L.LatLng(-77.31, -102.47),new L.LatLng(-77.27, -102.06),new L.LatLng(-77.22, -101.72),new L.LatLng(-77.19, -101.66),new L.LatLng(-77.12, -101.57),new L.LatLng(-77.1, -101.35),new L.LatLng(-77.08, -101.24),new L.LatLng(-77.06, -101.07),new L.LatLng(-77.07, -100.89),new L.LatLng(-77.08, -100.69),new L.LatLng(-77.08, -100.51),new L.LatLng(-77.07, -100.37),new L.LatLng(-77.04, -100.29),new L.LatLng(-76.95, -100.25),new L.LatLng(-76.93, -100.15),new L.LatLng(-76.87, -99.76),new L.LatLng(-76.87, -99.5),new L.LatLng(-76.85, -99.24),new L.LatLng(-76.85, -99.11),new L.LatLng(-76.88, -98.71),new L.LatLng(-76.9, -98.44),new L.LatLng(-76.97, -98.22),new L.LatLng(-76.97, -98.05),new L.LatLng(-76.97, -97.86),new L.LatLng(-76.95, -97.68),new L.LatLng(-76.95, -97.48),new L.LatLng(-76.97, -97.22)]; var WestGroundWay5 = new L.Polyline(pointListW5, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-76.61, -116.15], {icon: BusStop}).bindPopup('<br><a class="quickbox" href="http://www.aadb.info/images/map/station/ground5.jpg"><img src="http://www.aadb.info/images/map/station/ground5_s.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-77.28, -110.64], {icon: BusStop}).bindPopup('<br><a class="quickbox" href="http://www.aadb.info/images/map/station/ground4.jpg"><img src="http://www.aadb.info/images/map/station/ground4_s.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-77.88, -107.39], {icon: BusStop}).bindPopup('<br><a class="quickbox" href="http://www.aadb.info/images/map/station/ground3.jpg"><img src="http://www.aadb.info/images/map/station/ground3_s.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-77.27, -102.06], {icon: BusStop}).bindPopup('<br><a class="quickbox" href="http://www.aadb.info/images/map/station/ground2.jpg"><img src="http://www.aadb.info/images/map/station/ground2_s.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-76.97, -97.22], {icon: BusStop}).bindPopup('<br><a class="quickbox" href="http://www.aadb.info/images/map/station/ground1.jpg"><img src="http://www.aadb.info/images/map/station/ground1_s.jpg" width="300" border="1"></a>').addTo(ways);
var pointListW5 = [new L.LatLng(-75.67, -125.54),new L.LatLng(-75.74, -125.54),new L.LatLng(-75.76, -125.49),new L.LatLng(-75.77, -125.18),new L.LatLng(-75.79, -125.04),new L.LatLng(-75.89, -124.29),new L.LatLng(-75.89, -124.17),new L.LatLng(-75.89, -123.73),new L.LatLng(-75.9, -123.61),new L.LatLng(-75.93, -123.42),new L.LatLng(-75.97, -123.33),new L.LatLng(-76, -123.19),new L.LatLng(-76.01, -123.05),new L.LatLng(-76.01, -122.78),new L.LatLng(-76.1, -122.41),new L.LatLng(-76.27, -122.23),new L.LatLng(-76.3, -122.07),new L.LatLng(-76.31, -121.9),new L.LatLng(-76.31, -121.74),new L.LatLng(-76.27, -121.43),new L.LatLng(-76.28, -121.21),new L.LatLng(-76.3, -120.96),new L.LatLng(-76.32, -120.84),new L.LatLng(-76.35, -120.71),new L.LatLng(-76.36, -120.42),new L.LatLng(-76.36, -120.27)]; var WestGroundWay5 = new L.Polyline(pointListW5, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-75.67, -125.54], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-76.36, -120.27], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListW6 = [new L.LatLng(-72.51, -114.33),new L.LatLng(-72.53, -114.07),new L.LatLng(-72.42, -113.57),new L.LatLng(-72.43, -113.39),new L.LatLng(-72.42, -113.3),new L.LatLng(-72.34, -112.95),new L.LatLng(-72.34, -112.83),new L.LatLng(-72.31, -112.71),new L.LatLng(-72.31, -112.58),new L.LatLng(-72.31, -112.21),new L.LatLng(-72.3, -111.98),new L.LatLng(-72.31, -111.85),new L.LatLng(-72.29, -111.69),new L.LatLng(-72.26, -111.6),new L.LatLng(-72.2, -111.51),new L.LatLng(-72.16, -111.43),new L.LatLng(-72.12, -111.25),new L.LatLng(-72.06, -111.14),new L.LatLng(-72.03, -111.05),new L.LatLng(-71.95, -110.97),new L.LatLng(-71.97, -110.48),new L.LatLng(-71.99, -110.39),new L.LatLng(-72.04, -110.25),new L.LatLng(-72.05, -110.15),new L.LatLng(-72.05, -110.02),new L.LatLng(-72.03, -109.84),new L.LatLng(-72.03, -109.76),new L.LatLng(-72.05, -109.7),new L.LatLng(-72.06, -109.63),new L.LatLng(-72.06, -109.51),new L.LatLng(-72.08, -109.34),new L.LatLng(-72.11, -109.24),new L.LatLng(-72.19, -108.71),new L.LatLng(-72.23, -108.57),new L.LatLng(-72.28, -108.4),new L.LatLng(-72.31, -108.29),new L.LatLng(-72.33, -108.09),new L.LatLng(-72.38, -107.93),new L.LatLng(-72.4, -107.81),new L.LatLng(-72.41, -107.7),new L.LatLng(-72.35, -107.37),new L.LatLng(-72.34, -107.25),new L.LatLng(-72.34, -107.03),new L.LatLng(-72.38, -106.67),new L.LatLng(-72.5, -106.63),new L.LatLng(-72.54, -106.56),new L.LatLng(-72.63, -106.42),new L.LatLng(-72.69, -106.39),new L.LatLng(-72.78, -106.42),new L.LatLng(-72.85, -106.09),new L.LatLng(-72.94, -105.8),new L.LatLng(-73.01, -105.57)]; var WestGroundWay6 = new L.Polyline(pointListW6, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-72.51, -114.33], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-71.95, -110.97], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-73.01, -105.57], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListW7 = [new L.LatLng(-72.11, -111.24),new L.LatLng(-72.21, -111.27),new L.LatLng(-72.29, -111.26),new L.LatLng(-72.39, -111.31),new L.LatLng(-72.45, -111.31),new L.LatLng(-72.51, -111.26),new L.LatLng(-72.58, -111.26),new L.LatLng(-72.66, -111.12),new L.LatLng(-72.68, -110.97),new L.LatLng(-72.7, -110.74),new L.LatLng(-72.82, -110.28),new L.LatLng(-72.93, -109.65),new L.LatLng(-73.02, -109.52),new L.LatLng(-73.1, -109.32),new L.LatLng(-73.19, -109.25),new L.LatLng(-73.27, -109.11),new L.LatLng(-73.31, -109.02),new L.LatLng(-73.39, -109.12),new L.LatLng(-73.48, -108.98),new L.LatLng(-73.54, -108.94),new L.LatLng(-73.61, -108.98),new L.LatLng(-73.64, -109.09),new L.LatLng(-73.67, -109.53),new L.LatLng(-73.72, -109.86),new L.LatLng(-73.78, -110.23),new L.LatLng(-73.91, -110.8),new L.LatLng(-73.93, -110.95),new L.LatLng(-73.91, -111.23),new L.LatLng(-73.92, -111.5),new L.LatLng(-73.95, -111.75),new L.LatLng(-74.09, -112.34),new L.LatLng(-74.14, -112.42),new L.LatLng(-74.26, -112.48),new L.LatLng(-74.3, -112.62),new L.LatLng(-74.33, -112.85),new L.LatLng(-74.34, -113.13),new L.LatLng(-74.34, -113.31),new L.LatLng(-74.37, -113.46),new L.LatLng(-74.45, -113.61),new L.LatLng(-74.49, -113.86),new L.LatLng(-74.51, -114.18),new L.LatLng(-74.63, -114.52),new L.LatLng(-74.68, -114.58),new L.LatLng(-74.79, -114.54),new L.LatLng(-74.84, -114.53),new L.LatLng(-74.89, -114.63),new L.LatLng(-74.97, -114.59),new L.LatLng(-75.06, -114.64),new L.LatLng(-75.1, -115.04),new L.LatLng(-75.29, -115.66),new L.LatLng(-75.3, -115.84),new L.LatLng(-75.33, -116.14),new L.LatLng(-75.3, -116.85),new L.LatLng(-75.35, -117.17),new L.LatLng(-75.35, -117.36),new L.LatLng(-75.36, -117.55),new L.LatLng(-75.35, -117.89),new L.LatLng(-75.39, -118.32),new L.LatLng(-75.42, -118.81),new L.LatLng(-75.44, -118.94),new L.LatLng(-75.47, -119.06),new L.LatLng(-75.52, -119.32),new L.LatLng(-75.54, -119.6),new L.LatLng(-75.53, -120.03),new L.LatLng(-75.56, -120.94),new L.LatLng(-75.56, -121.21),new L.LatLng(-75.57, -121.39),new L.LatLng(-75.57, -121.53),new L.LatLng(-75.44, -122.29),new L.LatLng(-75.41, -122.63),new L.LatLng(-75.38, -123.15),new L.LatLng(-75.37, -123.3),new L.LatLng(-75.39, -123.43),new L.LatLng(-75.43, -123.51),new L.LatLng(-75.48, -123.52),new L.LatLng(-75.51, -123.59),new L.LatLng(-75.58, -123.9),new L.LatLng(-75.58, -124.05),new L.LatLng(-75.6, -124.13),new L.LatLng(-75.61, -124.76),new L.LatLng(-75.6, -124.87),new L.LatLng(-75.52, -125.27)]; var WestGroundWay7 = new L.Polyline(pointListW7, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-73.19, -109.25], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
var pointListW8 = [new L.LatLng(-75.29, -115.66),new L.LatLng(-75.34, -115.58),new L.LatLng(-75.37, -115.57),new L.LatLng(-75.42, -115.49),new L.LatLng(-75.47, -115.32),new L.LatLng(-75.51, -115.37),new L.LatLng(-75.54, -115.51),new L.LatLng(-75.6, -115.59),new L.LatLng(-75.64, -115.77),new L.LatLng(-75.64, -115.93),new L.LatLng(-75.68, -116.36),new L.LatLng(-75.7, -116.6),new L.LatLng(-75.7, -116.74),new L.LatLng(-75.72, -116.84),new L.LatLng(-75.74, -116.93),new L.LatLng(-75.79, -117),new L.LatLng(-75.81, -117.27),new L.LatLng(-75.82, -117.47),new L.LatLng(-75.84, -117.6),new L.LatLng(-75.87, -117.85)]; var WestGroundWay8 = new L.Polyline(pointListW8, {color: 'red',weight: 5,opacity: 0.6,smoothFactor: 1}).addTo(ways);
L.marker([-75.87, -117.85], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-74.14, -112.42], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-74.49, -113.86], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-75.29, -115.66], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-75.52, -125.27], {icon: BusStop}).bindPopup('Информация об остановке отсутствует.<br><br><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" border="1"></a>').addTo(ways);
L.marker([-72.43,-117.71], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.60,-115.92], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.67,-114.96], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.46,-108.20], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.47,-107.14], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.47,-108.23], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.48,-107.40], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.48,-107.47], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.49,-107.34], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.49,-107.62], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.50,-107.17], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.50,-107.38], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.51,-108.45], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.52,-107.26], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.52,-107.67], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.53,-107.27], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.53,-107.37], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.53,-107.57], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.53,-107.60], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.53,-107.62], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.53,-108.42], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.53,-108.46], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.54,-107.27], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.54,-107.71], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.54,-108.20], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.55,-107.26], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.55,-107.41], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.55,-107.89], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.55,-109.89], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.55,-111.99], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.56,-107.26], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.56,-107.81], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.56,-107.82], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.57,-107.26], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.57,-107.40], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.57,-107.57], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.57,-107.78], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.57,-109.92], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.58,-107.26], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.58,-107.39], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.58,-107.41], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.58,-109.94], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.59,-107.26], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.60,-107.79], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.61,-107.41], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.62,-107.69], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.62,-107.46], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.63,-107.50], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.66,-109.93], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.66,-110.02], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.68,-109.89], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.75,-115.10], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.88,-111.92], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.92,-116.61], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.92,-116.60], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.94,-116.59], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.93,-116.82], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.95,-116.83], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.93,-116.88], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.95,-116.94], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.95,-116.89], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.93,-116.30], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.95,-111.65], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.95,-112.62], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.95,-116.16], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.95,-116.65], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.96,-116.10], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.96,-116.15], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.97,-116.25], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.97,-116.29], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.97,-116.24], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.97,-116.25], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.98,-116.27], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.98,-116.24], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.98,-111.46], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.98,-112.93], {icon: mineIcon}).addTo(mineLayer);L.marker([-74.03,-111.71], {icon: mineIcon}).addTo(mineLayer);L.marker([-74.05,-111.51], {icon: mineIcon}).addTo(mineLayer);L.marker([-74.16,-111.14], {icon: mineIcon}).addTo(mineLayer);L.marker([-74.16,-112.66], {icon: mineIcon}).addTo(mineLayer);L.marker([-74.19,-112.71], {icon: mineIcon}).addTo(mineLayer);L.marker([-74.40,-111.50], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.51,-124.85], {icon: mineIcon}).addTo(mineLayer);L.marker([-74.37,-111.17], {icon: mineIcon}).addTo(mineLayer);L.marker([-74.38,-111.18], {icon: mineIcon}).addTo(mineLayer);L.marker([-74.38,-111.12], {icon: mineIcon}).addTo(mineLayer);L.marker([-74.36,-111.09], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.81,-111.79], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.82,-111.93], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.80,-111.95], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.77,-112.09], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.76,-112.13], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.74,-112.07], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.74,-112.09], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.74,-112.13], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.74,-111.84], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.74,-111.87], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.74,-111.91], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.73,-111.92], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.71,-111.99], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.65,-112.43], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.67,-112.39], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.68,-112.55], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.68,-112.57], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.68,-112.58], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.69,-112.57], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.72,-112.65], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.80,-112.39], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.83,-112.41], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.84,-112.37], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.83,-112.25], {icon: mineIcon}).addTo(mineLayer);L.marker([-77.85,-112.20], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.42,-106.62], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.39,-106.70], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.33,-106.81], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.18,-106.93], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.17,-106.90], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.00,-107.15], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.95,-107.35], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.67,-107.55], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.01,-105.89], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.98,-105.94], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.45,-107.26], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.23,-106.96], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.12,-106.13], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.09,-105.80], {icon: mineIcon}).addTo(mineLayer);L.marker([-71.97,-105.55], {icon: mineIcon}).addTo(mineLayer);L.marker([-71.84,-105.45], {icon: mineIcon}).addTo(mineLayer);L.marker([-71.81,-105.00], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.08,-104.64], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.15,-105.27], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.37,-103.57], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.12,-100.74], {icon: mineIcon}).addTo(mineLayer);L.marker([-74.18,-111.57], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.20,-106.72], {icon: mineIcon}).addTo(mineLayer);L.marker([-71.52,-103.43], {icon: mineIcon}).addTo(mineLayer);L.marker([-71.43,-103.23], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.34,-102.18], {icon: mineIcon}).addTo(mineLayer);L.marker([-74.13,-100.79], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.64,-101.37], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.15,-103.84], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.04,-103.97], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.96,-102.77], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.23,-97.65], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.25,-97.33], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.49,-96.79], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.90,-96.20], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.00,-103.39], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.88,-103.73], {icon: mineIcon}).addTo(mineLayer);L.marker([-72.88,-104.03], {icon: mineIcon}).addTo(mineLayer);L.marker([-80.46,-79.52], {icon: mineIcon}).addTo(mineLayer);L.marker([-80.46,-77.50], {icon: mineIcon}).addTo(mineLayer);L.marker([-78.63,-54.84], {icon: mineIcon}).addTo(mineLayer);L.marker([-78.53,-54.67], {icon: mineIcon}).addTo(mineLayer);L.marker([-78.47,-54.59], {icon: mineIcon}).addTo(mineLayer);L.marker([-78.41,-54.49], {icon: mineIcon}).addTo(mineLayer);L.marker([-78.38,-54.22], {icon: mineIcon}).addTo(mineLayer);L.marker([-78.43,-53.13], {icon: mineIcon}).addTo(mineLayer);L.marker([-78.47,-53.02], {icon: mineIcon}).addTo(mineLayer);L.marker([-78.66,-54.76], {icon: mineIcon}).addTo(mineLayer);L.marker([-73.68,-107.52], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.87,-106.61], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.90,-106.64], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.25,-116.02], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.09,-114.61], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.09,-114.52], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.63,-110.07], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.65,-110.14], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.75,-107.55], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.84,-110.75], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.47,-110.96], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.32,-110.78], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.20,-111.31], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.98,-110.29], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.44,-109.14], {icon: treeIcon}).addTo(treeLayer);L.marker([-74.09,-111.84], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.89,-109.71], {icon: treeIcon}).addTo(treeLayer);L.marker([-74.03,-110.40], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.95,-106.96], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.24,-107.85], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.21,-107.74], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.80,-108.54], {icon: treeIcon}).addTo(treeLayer);L.marker([-71.93,-113.03], {icon: treeIcon}).addTo(treeLayer);L.marker([-71.91,-113.35], {icon: treeIcon}).addTo(treeLayer);L.marker([-71.89,-113.35], {icon: treeIcon}).addTo(treeLayer);L.marker([-71.64,-111.82], {icon: treeIcon}).addTo(treeLayer);L.marker([-71.81,-111.99], {icon: treeIcon}).addTo(treeLayer);L.marker([-71.85,-112.08], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.34,-115.19], {icon: treeIcon}).addTo(treeLayer);L.marker([-71.83,-117.75], {icon: treeIcon}).addTo(treeLayer);L.marker([-71.68,-120.08], {icon: treeIcon}).addTo(treeLayer);L.marker([-71.83,-120.38], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.08,-120.18], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.09,-120.20], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.37,-120.22], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.60,-116.32], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.13,-112.34], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.77,-110.92], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.18,-110.02], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.64,-110.13], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.52,-109.97], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.51,-110.70], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.41,-108.72], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.10,-109.08], {icon: treeIcon}).addTo(treeLayer);L.marker([-75.88,-111.34], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.17,-109.80], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.13,-109.73], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.04,-109.89], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.99,-110.13], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.04,-110.37], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.08,-110.20], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.59,-124.54], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.61,-124.75], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.69,-123.68], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.64,-123.73], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.62,-123.83], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.64,-109.95], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.63,-109.89], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.13,-109.27], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.16,-108.82], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.18,-109.02], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.71,-109.29], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.57,-109.68], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.56,-109.65], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.71,-106.66], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.10,-108.08], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.11,-107.92], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.13,-107.55], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.14,-107.55], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.15,-107.47], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.39,-107.23], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.37,-107.13], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.38,-107.14], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.38,-107.11], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.38,-106.94], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.05,-111.71], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.02,-111.76], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.02,-111.75], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.01,-111.72], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.99,-111.69], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.99,-111.70], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.98,-111.76], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.97,-111.79], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.91,-111.73], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.90,-111.77], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.91,-111.76], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.91,-111.80], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.91,-111.82], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.92,-111.84], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.92,-111.86], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.93,-111.85], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.94,-111.82], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.95,-111.84], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.95,-111.84], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.94,-111.86], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.92,-111.90], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.91,-111.92], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.92,-111.92], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.95,-111.88], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.97,-111.90], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.94,-111.94], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.92,-111.97], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.91,-112.04], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.92,-112.03], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.94,-111.99], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.97,-111.94], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.94,-112.01], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.91,-112.10], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.91,-112.09], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.92,-112.08], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.93,-112.06], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.94,-112.04], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.95,-112.03], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.96,-112.02], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.97,-111.99], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.99,-112.04], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.95,-112.10], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.94,-112.13], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.94,-112.16], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.98,-112.12], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.97,-112.13], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.96,-112.15], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.95,-112.18], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.94,-112.19], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.93,-112.21], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.93,-112.24], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.96,-112.18], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.98,-112.16], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.00,-112.12], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.95,-112.27], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.96,-112.26], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.97,-112.24], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.99,-112.20], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.00,-112.18], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.01,-112.25], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.99,-112.29], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.98,-112.30], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.97,-112.31], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.96,-112.34], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.95,-112.34], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.94,-112.34], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.95,-112.37], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.97,-112.34], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.01,-112.30], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.01,-112.31], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.00,-112.32], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.98,-112.36], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.00,-112.35], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.42,-114.14], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.22,-113.33], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.31,-112.80], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.19,-112.06], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.07,-113.24], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.30,-106.82], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.24,-106.85], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.19,-106.89], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.10,-106.82], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.91,-107.16], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.70,-106.61], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.98,-106.16], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.03,-106.20], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.01,-105.95], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.57,-106.31], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.46,-107.20], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.09,-105.84], {icon: treeIcon}).addTo(treeLayer);L.marker([-71.83,-105.41], {icon: treeIcon}).addTo(treeLayer);L.marker([-71.69,-104.75], {icon: treeIcon}).addTo(treeLayer);L.marker([-71.76,-103.80], {icon: treeIcon}).addTo(treeLayer);L.marker([-71.86,-104.03], {icon: treeIcon}).addTo(treeLayer);L.marker([-71.98,-104.34], {icon: treeIcon}).addTo(treeLayer);L.marker([-71.99,-104.37], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.37,-103.56], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.32,-102.48], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.44,-101.98], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.46,-101.96], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.45,-101.45], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.47,-101.43], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.09,-100.88], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.05,-100.99], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.13,-98.84], {icon: treeIcon}).addTo(treeLayer);L.marker([-74.18,-111.57], {icon: treeIcon}).addTo(treeLayer);L.marker([-74.10,-111.79], {icon: treeIcon}).addTo(treeLayer);L.marker([-74.10,-111.97], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.61,-108.06], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.64,-107.00], {icon: treeIcon}).addTo(treeLayer);L.marker([-71.92,-101.39], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.32,-102.30], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.74,-101.50], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.75,-101.50], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.96,-99.20], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.79,-97.59], {icon: treeIcon}).addTo(treeLayer);L.marker([-74.22,-99.61], {icon: treeIcon}).addTo(treeLayer);L.marker([-74.26,-99.55], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.75,-101.25], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.55,-101.21], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.78,-102.73], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.72,-102.81], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.84,-104.50], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.58,-105.37], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.54,-105.46], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.11,-104.81], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.27,-104.43], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.18,-104.05], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.29,-103.75], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.01,-104.03], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.98,-104.01], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.94,-103.91], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.16,-103.02], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.23,-103.17], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.83,-103.15], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.81,-103.35], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.78,-103.48], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.57,-104.08], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.35,-103.52], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.34,-102.45], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.48,-101.22], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.41,-100.11], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.38,-99.05], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.13,-97.86], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.27,-97.42], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.28,-97.16], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.30,-97.06], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.29,-97.05], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.19,-95.11], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.39,-95.17], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.10,-96.49], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.17,-96.84], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.16,-96.64], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.16,-96.58], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.11,-97.67], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.01,-97.64], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.05,-98.46], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.05,-98.51], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.93,-98.64], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.96,-98.72], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.96,-98.78], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.30,-98.10], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.25,-97.86], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.27,-97.79], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.43,-97.79], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.49,-97.83], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.52,-98.07], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.43,-97.92], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.40,-97.04], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.67,-98.84], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.78,-100.27], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.05,-102.99], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.05,-103.39], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.93,-103.32], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.93,-103.58], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.59,-104.12], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.55,-104.17], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.57,-104.32], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.61,-104.34], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.53,-106.08], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.04,-107.04], {icon: treeIcon}).addTo(treeLayer);L.marker([-72.90,-107.26], {icon: treeIcon}).addTo(treeLayer);L.marker([-80.27,-86.90], {icon: treeIcon}).addTo(treeLayer);L.marker([-81.23,-58.81], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.69,-54.74], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.76,-54.65], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.74,-55.00], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.67,-54.82], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.67,-54.79], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.64,-54.85], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.63,-54.85], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.62,-54.84], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.59,-54.65], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.59,-54.63], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.56,-54.65], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.56,-54.67], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.55,-54.65], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.45,-54.45], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.43,-54.45], {icon: treeIcon}).addTo(treeLayer);L.marker([-76.65,-109.25], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.43,-54.45], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.44,-54.49], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.38,-54.20], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.37,-54.18], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.36,-54.29], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.23,-53.54], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.23,-53.45], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.23,-53.36], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.42,-53.24], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.42,-53.20], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.44,-53.12], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.33,-64.78], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.36,-64.01], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.24,-64.53], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.26,-64.54], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.82,-66.18], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.84,-66.41], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.42,-63.49], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.17,-64.89], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.39,-65.99], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.36,-65.47], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.37,-65.57], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.37,-63.74], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.25,-62.90], {icon: treeIcon}).addTo(treeLayer);L.marker([-78.15,-63.12], {icon: treeIcon}).addTo(treeLayer);L.marker([-77.86,-61.56], {icon: treeIcon}).addTo(treeLayer);L.marker([-73.35,-99.62], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.34,-99.64], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.35,-99.65], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.35,-99.66], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.36,-99.66], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.36,-99.68], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.38,-99.76], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.28,-99.28], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.28,-99.31], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.27,-99.32], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.27,-99.33], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.27,-99.29], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.30,-98.98], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.31,-98.98], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.29,-99.01], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.38,-99.25], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.39,-99.25], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.38,-99.26], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.42,-99.25], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.42,-99.24], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.42,-99.22], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.43,-99.21], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.44,-99.20], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.44,-99.18], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.43,-99.18], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.44,-99.17], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.43,-99.17], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.44,-99.14], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-73.45,-99.13], {icon: animal_res_Icon}).addTo(animalLayer);L.marker([-72.03,-96.39], {icon: selectedIcon6}).bindPopup('<i>С тех пор, как в лесах пропала дичь, лисы что ни ночь наведываются в деревню за курами. Объявляю сезон охоты открытым. - Гилберт, староста Хоупфорда.</i><br><br>Убить 3 Солридские Лисы.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ1.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ1.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-72.65,-96.93], {icon: selectedIcon6}).bindPopup('<i>Дженни, дальше не ходи - в этом лесу полным-полно медведей! - Папа.</i><br><br>Убить 3 Голодных и озверевших медведей.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ2.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ2.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-74.09,-101.65], {icon: selectedIcon6}).bindPopup('<i>Соблюдайте осторожность! Некоторые из береговых обитателей довольно агрессивны.</i><br><br>Убить 5 Рогоносая черепаха, Солридский краб, Темный омар.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ3.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ3.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-71.44,-108.84], {icon: selectedIcon6}).bindPopup('<i>Осторожно, дикие звери!</i><br><br>Убить 8 Седогривый медведь, Длинноухая лиса.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ4.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ4.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-70.40,-109.71], {icon: selectedIcon6}).bindPopup('<i>Осторожно, пауки-людоеды! Не входить!</i><br><br>Убить 5 пещерный и переливчатый паук.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ5.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ5.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-75.14,-124.61], {icon: selectedIcon6}).bindPopup('<i>Чужаки, это наша деревня. Не хотите, чтобы вас съели, поворачивайте назад. - Колдун Эмельен по просьбе вожака клана Черногривых</i><br><br>Убить 12 Членов клана черногривых.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ8.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ8.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-72.12,-104.25], 8500, {color: 'blue'}).bindPopup('<i>Вы принесли покой десяткам призраков Руин Назидания.</i><br><br>Убить 21 Разлагающийся труп, Призрачный мечник.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ22.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ22.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-72.28,-104.30], 8500, {color: 'blue'}).bindPopup('<i>Трупные крысы разносят заразу. Вы правильно сделали, что уничтожили их.</i><br><br>Убить 9 трупных крыс (появляются после убийства разлагающегося трупа).<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ21.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ21.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-76.76,-96.39], 7500, {color: 'blue'}).bindPopup('<i>Вы подарили покой призракам замка Сичайлд и изгнали оставшихся демонов.</i><br><br>Необходимо уточнить количество мобов<br>Убить ??? Обезглавленных Рыцарей<a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ2.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ2.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-76.93,-101.94], 7500, {color: 'blue'}).bindPopup('<i>Вы уничтожили столько гноллов, что молодым солдатам больше нет смысла меряться храбростью, совершая вылазки в опасное поселение. Квартирмейстер Мюррей будет доволен.</i><br><br>Убить 25 Членов клана черепа.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ85.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ85.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-78.93,-134.82], 7500, {color: 'blue'}).bindPopup('<i>Вы постарались избавить лес от опасностей. Пусть в нем исчезают тени, а не люди!</i><br><br>Необходимо уточнить имена мобов<br>Необходимо уточнить количество мобов<br><div style="float: right;"><i>Найдено: Абаканец</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ3.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ3.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-78.22,-127.63], 7500, {color: 'blue'}).bindPopup('<i>Отчаявшись обратить внимание жителей Даскшира на восставших мертвецов, вы решили взять дело в свои руки и упокоить мертвецов самостоятельно.</i><br><br>Необходимо уточнить имена мобов<br>Необходимо уточнить количество мобов<br><div style="float: right;"><i>Найдено: Абаканец</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ4.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ4.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-71.58,-109.42], 7500, {color: 'blue'}).bindPopup('<i>Вы расчистили тракт, и теперь торговцы смогут вновь водить обозы между Стоунбриджем и Виндилоу.</i><br><br>Убить 26 Седогривых медведей, Длинноухих лис.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ25.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ25.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-71.75,-106.31], 8500, {color: 'blue'}).bindPopup('<i>Жители Стоунбриджа будут благодарны вам за избавление от оживших мертвецов.</i><br><br>Убить 31 любых из отверженных призраков.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ28.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ28.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-70.88,-104.51], 8500, {color: 'blue'}).bindPopup('<i>Жители холмов Лилиот благодарны вам за уничтожение разбойничей шайки Беора по прозвищу Медведь.</i><br><br>Убить 31 любых членов шайки Беора.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ29.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ29.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-70.43,-107.26], 8500, {color: 'red'}).bindPopup('После убийства Эйрброна остаётся предмет дающий скрытый квест (Сфера власти).<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ30.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ30.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-73.30,-101.58], 7500, {color: 'blue'}).bindPopup('<i>Вы очистили фермерские поля от вредителей. Ральф, Гэри и Кларк скажут вам большое спасибо</i><br><br>Убить 13 поссумов.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ5.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ5.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-72.67,-98.28], 7500, {color: 'blue'}).bindPopup('<i>Вы избавили лес от разбойников из шайки Вельфа.</i><br><br>Убить 6 разбойников из шайки Вельфа.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ6.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ6.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-72.85,-97.85], 7500, {color: 'blue'}).bindPopup('<i>Вы уничтожили немало каменных стражей, и исследователям стало проще изучать мегалиты.</i><br><br>Убить 6 каменных стражей.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ7.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ7.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-75.20,-112.65], 8500, {color: 'blue'}).bindPopup('<i>Вы отлично поохотились на пастбищах бизонов.</i><br><br>Убить 18 безрогих или рогатых бизонов.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ8.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ8.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-74.50,-100.00], 7500, {color: 'blue'}).bindPopup('<i>Коммандование крепости Полумесяца выражает вам благодарность за подвиги на берегу залива Белой Луны.</i><br><br>Убить 18 членов банды Кровавой Руки.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ9.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ9.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-75.40,-111.80], 7700, {color: 'blue'}).bindPopup('<i>Вы узнали о злодеяниях шайки Черной Маски достаточно, чтобы проникнуться ненавистью к разбойникам и преисполниться решимости вырезать их всех до единого.</i><br><br>Убить 11 членов банды Черной Маски.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ10.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ10.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-75.83,-111.10], 7900, {color: 'blue'}).bindPopup('<i>Вы решили помочь сэндхевенскому ополчению и уничтожили множество орков в окресностях деревни. Староста Мак Ги будет вам благодарен.</i><br><br>Убить 11 орков клана Кровавого тумана.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ11.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ11.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-72.83,-105.67], 7900, {color: 'blue'}).bindPopup('<i>Вы истребили множество пауков в окресностях Ривертона.</i><br><br>Убить 9 пауков.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ12.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ12.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-73.08,-105.07], 7900, {color: 'blue'}).bindPopup('<i>Вы убили множество разбойников из шайки Четырехпалого, и жители Ривертона от души вам благодарны.</i><br><br>Убить 16 членов банды Четырехпалого.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ13.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ13.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-75.30,-118.58], 7900, {color: 'blue'}).bindPopup('<i>Вы решили, что единственному пастырю небольшого лагеря будет трудно справиться со всеми заблудившимися духами в одиночку, и пришли на помощь.</i><br><br>Убить 17 заблудившихся духов.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ14.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ14.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-75.40,-120.28], 7900, {color: 'blue'}).bindPopup('<i>Вы уничтожили немало гниющих трупов в западной роще, и запах тлена начал постепенно рассиваться.</i><br><br>Убить 17 гниющих трупов.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ15.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ15.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-71.63,-110.72], 7900, {color: 'blue'}).bindPopup('<i>Вы уже достаточно поохотились на лис и медведей. Пора поискать более серъезных противников - например разбойников Беора или мертвецов разрушенной крепости. Вперед!</i><br><br>Убить 11 Дикий мустанг.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ16.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ16.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-71.88,-111.61], 7900, {color: 'blue'}).bindPopup('<i>Духи ветра холмов Лилиот теперь служат не эльфам, а Ордену Дауты. Вы поступили правильно, уничтожив их.</i><br><br>Убить 17 любых духов ветра.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ17.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ17.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-72.36,-110.94], 7900, {color: 'blue'}).bindPopup('<i>И дозорные Гвинедара, и работники лесопилки на краю холмов от души благодарны вам за избавление от служителей Дауты.</i><br><br>Убить 17 членов ордена Дауты.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ18.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ18.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-71.48,-114.35], 7900, {color: 'blue'}).bindPopup('<i>Вы очистили зачарованную рощу от зла.</i><br><br>Убить 11 баньши.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ31.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ31.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-70.88,-113.73], 7900, {color: 'blue'}).bindPopup('<i>Вы отомстили за гибель жителей Риджроу. Увы, но с истинным врагом, стоящим за нападением, будет справится гораздо труднее, чем с орками...</i><br><br>Убить 31 представителей клана железного клыка.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ32.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ32.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-74.79,-118.54], 7900, {color: 'blue'}).bindPopup('<i>Вы подарили покой мертвым стражам измерений, которых пробудила злая воля некроманта.</i><br><br>Убить 8 Мертвых стражей измерений.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ19.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ19.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-72.48,-102.82], 8500, {color: 'red'}).bindPopup('<i>Разыщите владельца штанов, по странной случайности оказавшихся во рву.</i><br><br>Требуется спуститься в ров и подобрать предмет - Завязанные в узел штаны.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ20.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ20.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-73.17,-105.55], 8500, {color: 'red'}).bindPopup('<i>Сундук выглядит богато. Наверняка в нём ценные вещи. Хозяин, по всей видимости, вернется не скоро. Может, попробовать взломать замок?</i><br><br>Требуется открыть сундук.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ24.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ24.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-71.87,-109.05], 8500, {color: 'red'}).bindPopup('<i>Покажите письмо Беора и потрепанную котомку наёмнику Харальду.</i><br><br>Потрепанная котомка может выпасть после убийства Седогривого медведя.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ26.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ26.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-71.56,-105.69], 8500, {color: 'red'}).bindPopup('Чтобы получить предмет дающий задание (Печать лордов-мертвецов) требуется убить трех лордов мертвецов из которых будут падать части печати.<br>После получения трех частей, находим печь, которую нужно разогреть до определенной температуры.<br>Для этого нужно воспользоваться охлаждающим раствором и твердым толивом в такой последовательности (Топливо + Охлаждение + Топливо)<br>И так мы получаем (Печать лордов-мертвецов) которая даёт задание. Лорды находятся рядом с печью.<br><br>Требуется убить - Лорд Уолтхем, Дагберт, Логлан.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ27.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ27.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-75.41,-123.28], 7900, {color: 'blue'}).bindPopup('<i>Избавиться от совы и филина, летающих в воздухе.</i><br><br>Убить 26 Сов Белого леса.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ36.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ36.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-75.28,-122.88], 7900, {color: 'blue'}).bindPopup('<i>Вы подарили покой мертвым лесничим, восставшим по воле некроманта Эмельена.</i><br><br>Убить 11 Мертвых лесничих.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ37.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ37.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-75.11,-123.01], 7900, {color: 'blue'}).bindPopup('<i>Потерявшие голову, нападавшие на проходящих через лес, обрели покой.</i><br><br>Убить 25 древних воинов.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ38.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ38.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-75.67,-125.63], 7900, {color: 'blue'}).bindPopup('<i>Вы прогнали чуть ли не всех кабанчиков с цветочных полей барона. Так держать - теперь драгоценные грядки Окама останутся без удобрений!</i><br><br>Убить 13 кабанчиков.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ39.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ39.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-75.35,-125.87], 7900, {color: 'blue'}).bindPopup('<i>Сладковатый запах трупных лилий напомнил вам смрад мертвечины, окутавший рощи Белого леса, и вы безжалостно расправились с растениями.</i><br><br>Убить 9 Трупных Лилий.<a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ1.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ1.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-75.10,-125.29], 7900, {color: 'blue'}).bindPopup('<i>Кажется, вы чересчур увлеклись добычей осколков синих кристаллов. Лишь невероятным усилием воли вы наконец заставляете себя остановиться.</i><br><br>Убить 17 рабов Черногривых.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ40.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ40.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-74.92,-124.66], 7900, {color: 'blue'}).bindPopup('<i>Вы расправились со всеми гноллами, которые не успели спастись бегством. Судя по надписи на прибитой к столбу доске, они водили дружбу с колдуном Эмельеном, а друзья Эмельена - ваши враги.</i><br><br>Убить 17 членов клана Черногривых.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ41.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ41.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-76.01,-129.27], 7900, {color: 'blue'}).bindPopup('<i>Вы уничтожили множество гарпий, и теперь отважным исследовательницам будет проще вернуться к своему отряду.</i><br><br>Убить 17 гарпий из стаи железного клыка.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ61.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ61.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-75.90,-125.88], 7900, {color: 'blue'}).bindPopup('<i>Вы позаботились о безопасности людей и рассеянных дворфов, которым пришло и еще придет в голову прогуляться среди гигантских ульев.</i><br><br>Убить 9 рабочих пчел.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ62.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ62.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-76.05,-123.24], 7900, {color: 'blue'}).bindPopup('<i>Хранитель Гэйн будет от души благодарен вам за уничтожение баньши на вверенном ему кладбище.</i><br><br>Убить 11 баньши.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ63.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ63.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-76.44,-120.65], 7900, {color: 'blue'}).bindPopup('<i>Вы приложили все усилия, чтобы сделать дорогу, ведущую в Мэрианхольд из белого леса, немного безопаснее.</i><br><br>Убить 35 волков.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ64.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ64.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-76.79,-121.37], 7900, {color: 'blue'}).bindPopup('<i>Вы сделали для фермы Клауса все, что могли. С оставшимися угрозами разберуться волкопсы.</i><br><br>Убить 11 гоблинов клана Рыжеусых.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ65.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ65.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-76.80,-119.60], 7900, {color: 'blue'}).bindPopup('<i>Вы истребили почти всю дичь в охотничьих угодьях лорда Виго. Леди Дебора будет очень довольна.</i><br><br>Убить 20 больных оленей.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ66.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ66.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-77.06,-119.93], 7900, {color: 'blue'}).bindPopup('<i>Вы очистили сады Торини от гарпий. Теперь лорд Виго не лишится егерей.</i><br><br>Убить 33 гарпии из стаи Ветрокрылых.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ67.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ67.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-76.83,-115.91], 7900, {color: 'blue'}).bindPopup('<i>Вы постарались избавить фермы на севере Мельничной запруды от врагов. Интересно, куда же все-таки делись солдаты Дома Вейрдвинд?..</i><br><br>Убить 28 разбойников и воров.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ69.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ69.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-77.13,-117.92], 7900, {color: 'red'}).bindPopup('<i>Предмет дающий задание (Хрустальная туфелька) можно получить убив беспокойного паука.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ68.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ68.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-77.02,-117.75], {icon: selectedIcon6}).bindPopup('<i>Ищем храбреца, который поможет прогнать поссумов из нашего оливкового сада. За наградой не постоим. - Тибон и Хансон</i><br><br>Убить 12 Спотыкающихся поссумов.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ17.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ17.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-72.61,-110.91], 7500, {color: 'blue'}).bindPopup('<i>Теперь торговцы смогут ездить из холмов Лилиот в лагерь Ройстера, не опасаясь нападения разбойников из шайки Черной Маски.</i><br><br>Убить 11 членов банды Черной Маски.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ42.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ42.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-74,-111.03], 7500, {color: 'blue'}).bindPopup('<i>Вы уничтожили множество глинянных големов и отомстили за погибших старателей бригадира Норриса.</i><br><br>Убить 17 глиняных големов.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ43.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ43.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-72.96,-109.95], 7500, {color: 'blue'}).bindPopup('<i>Гигантские муравьи до сих пор не доставляли никому неприятностей, и все же вы решили истребить их. Так... На всякий случай.</i><br><br>Убить 11 Гигантских муравьев.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ51.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ51.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-73.23,-109.64], 7500, {color: 'blue'}).bindPopup('<i>Вы постарались уничтожить всех пауков-ткачей в окрестностях лагеря Ройстера, чтобы лорд больше не жаловался на паутину.</i><br><br>Убить 7 пауков-ткачей.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ52.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ52.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-73.54,-109.84], 7500, {color: 'blue'}).bindPopup('<i>Познакомившись с капитаном Гроном и его солдатами, вы поняли: если вы не рассправитесь с шайкой Черной Маски, никто не расправится - и взяли дело в свои руки.</i><br><br>Убить 31 члена шайки Черной Маски.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ53.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ53.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-73.58,-107.70], 7500, {color: 'blue'}).bindPopup('<i>Устроив в карьере взрывы, вы невольно произвели на свет нескольких каменных големов и решили тут же исправить свою ошибку.</i><br><br>Убить 17 устрашающих големов.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ58.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ58.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-75.61,-129.66], 7500, {color: 'blue'}).bindPopup('<i>Вы уничтожили множество гарпий, и Железная Тропа стала немного безопаснее.</i><br><br>Убить 17 гарпий из стаи железного клыка.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ59.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ59.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-73.98,-111.58], 8500, {color: 'red'}).bindPopup('После убийства глинянных големов может выпасть Остывшее ядро лавы.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ50.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ50.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-73.90,-115.49], 7500, {color: 'blue'}).bindPopup('<i>История каменных колоссов поразила вас до глубины души, и вы постарались раз и навсегда отбить у орков охоту добывать сердца лавы.</i><br><br>Убить 25 членов клана кровавого тумана.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ73.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ73.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-75.14,-114.09], 7500, {color: 'blue'}).bindPopup('<i>Вы постарались уничтожить как можно больше песчаных змей на пастбищах бизонов. Змеи есть змеи, и жители Сэндхевена могли бы пострадать.</i><br><br>Убить 11 песчаных змей.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ74.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ74.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-74.80,-114.05], 7500, {color: 'blue'}).bindPopup('<i>Муравьи почему-то не дают вам покоя. Вы истребляете их то тут, то там.</i><br><br>Убить 17 прожорливых муравьев.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ75.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ75.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-75.25,-114.93], 7500, {color: 'blue'}).bindPopup('<i>Вы решили, что точка зрения лейтенанта Хизер вам близка: дезертиры - преступники, которые должны быть вздернуты на ближайшем суку.</i><br><br>Убить 11 Дезертиров.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ82.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ82.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-75.69,-113.20], 7500, {color: 'blue'}).bindPopup('<i>Братство Камня долго не сможет отправиться от удара, который вы им нанесли. Фьор будет очень рад.</i><br><br>Убить 25 Членов Братства Камня.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ83.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ83.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-75.38,-114.93], 7500, {color: 'red'}).bindPopup('<i>Чтобы получит предмет дающий задание (Мешок с мукой) требуется убить дезертира.</i><br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ84.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ84.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-73.58,-108.23], {icon: selectedIcon6}).bindPopup('<i>Карьер закрыт. Этот камень сам кого хочешь добудет. - Управляющий Стэн</i><br><br>Убить 8 Устрашающих големов.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ16.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ16.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-71.36,-119.45], 7500, {color: 'blue'}).bindPopup('<i>Благодаря вашим усилиям в долине духов действительно остались только духи.</i><br><br>Убить 11 блуждающих огоньков.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ54.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ54.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-71.60,-118.28], 7500, {color: 'blue'}).bindPopup('<i>Вам удалось уничтожить немало служителей ордена Дауты в Запретном ущелье и замедлить их продвижение на юг.</i><br><br>Убить 13 служителей ордена Дауты.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ55.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ55.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-72.40,-116.20], 7500, {color: 'blue'}).bindPopup('<i>Мертвую трясину не вернуть к жизни в одночасье, но вы положили начало ее возрождению, и неплохое.</i><br><br>Убить 17 исчадий болот.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ56.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ56.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-71.84,-124.53], 7500, {color: 'blue'}).bindPopup('<i>Вы уничтожили дриад, лишившихся своих деревьев, и в окрестностях Лесного приюта стало безопаснее.</i><br><br>Убить 9 дриад.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ60.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ60.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-71.38,-118.93], 7500, {color: 'red'}).bindPopup('<i>С мандрагоры может выпасть предмет дающий задание (Серебряное кольцо).</i><br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ57.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ57.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-71.98,-124.10], {icon: selectedIcon6}).bindPopup('<i>Осторожнее! Лишившись своих деревев, многие дриады обезумели и стали агресивными.- Хранительница земли Айони</i><br><br>Убить 5 дриад.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ14.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ14.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-72.18,-120.22], {icon: selectedIcon6}).bindPopup('<i>Духи воды мешают мне строить ковчег. Предлагаю награду тому, кто их прогонит.- Ноад из клана Ноа</i><br><br>Убить 5 Духов воды.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ15.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ15.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-76.47,-110.79], 7900, {color: 'blue'}).bindPopup('<i>Вы помогли солдатам Двух Корон уничтожить пиратов, уцелевших после кораблекрушения.</i><br><br>Убить 17 матросов с судна работорговцев.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ70.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ70.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-77.78,-112.24], 7500, {color: 'blue'}).bindPopup('<i>Вы помогли рабам поднять настоящий бунт на руднике.Теперь Две Короны останутся без железа. Вы уверенны, что хотели именно этого?..</i><br><br>Убить 17 надсмотрщиков рудника, огров.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ72.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ72.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-77.05,-108.75], 7900, {color: 'blue'}).bindPopup('<i>Будь то Солрид, Мэрианхольд или Две Короны, а поссумы по-прежнему остаются вредителями, уничтожающими урожай. Вы как следует постарались защитить от них Пестрые поля.</i><br><br>Убить 31 поссумов.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ76.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ76.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-77.27,-106.41], 7900, {color: 'blue'}).bindPopup('<i>Вы уничтожили множество минотавров на восточном бастионе, лишив неведомого врага Двух Корон союзников.</i><br><br>Убить 13 Живодеров восточного бастиона.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ77.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ77.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-77.82,-110.10], 7900, {color: 'blue'}).bindPopup('<i>Вы упокоили множество призраков в руинах Салема. Теперь крепости Двух Корон не угрожает война с невидимым противником.</i><br><br>Убить 29 Призраков солдата иллиона.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ78.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ78.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-78.11,-111.10], 7500, {color: 'blue'}).bindPopup('<i>Исследователи-археологи с материка успокоены устранением Ожившие мертвецы.</i><br><br>Убить 17 Гниющий мертвец, Стонущий кадавр или Оживший мертвец.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ79.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ79.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-78.09,-111.76], 7500, {color: 'blue'}).bindPopup('<i>Вы уничтожили немало чудовищ на пути к руинам Салема. Вам будут благодарны и археологи, и королевские палачи.</i><br><br>Убить 11 Береговой страж, Береговой хищник.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ80.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ80.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-78.25,-109.94], 7500, {color: 'blue'}).bindPopup('<i>Одно дело - вечный огонь на вершине столпов Рассвета, и совсем другое - пожар в холмах. Вы постарались сделать все, чтобы не допустить распространения пламени.</i><br><br>Убить 11 Сгусток пламени, Язычок пламени.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ81.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ81.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-76.57,-110.31], 7900, {color: 'red'}).bindPopup('<i>Чтобы получить предмет дающий задание (Письмо Никоса) требуется убить Навигатора Никоса.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ71.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ71.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-76.33,-111.97], {icon: selectedIcon2}).bindPopup('<i>Чтобы получить предмет дающий задание (Карта острова свободы) требуется выполнить перед этим три поручения. Изначально они берутся у Элейн, также по мере прохождения вам будут выдавать слезы нуи в общем их будет три. Также будут давать части карты, после прохождения этих заданий вам будет нужно объединить их в одну которая даёт вам дополнительное задание за которое вы получите ещё одну слезу нуи. Желаю удачно добраться до острова свободы...</i><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/QQ1.jpg"><img src="http://www.aadb.info/images/map/hide_quest/QQ1.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-77.20,-112.12], {icon: selectedIcon6}).bindPopup('<i>Осторожно! Венценосные олени стали буйными и агрессивными. Были случаи нападения на всадников и дилижансы.</i><br><br>Убить 5 Венценосных оленей.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ18.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ18.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-77.19,-109.74], {icon: selectedIcon6}).bindPopup('<i>Осторожно! Из повозки, направлявшейся к гладиаторской арене, сбежали львы!</i><br><br>Убить 5 cбежавших львов.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ19.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ19.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-76.88,-106.87], {icon: selectedIcon6}).bindPopup('<i>Духи озера постепенно разрушают плотину. Пришлите стражу, иначе крепость лишится пресной воды. - Школяр Энио</i><br><br>Убить 5 духов озера.<br><div style="float: right;"><i>Найдено: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ20.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ20.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-79.61,-78.41], {icon: selectedIcon2}).bindPopup('<i>Забравшись по виноградной лозе, вы попадете в комнату с запертым сундуком, изучение которого является стартером для задания!</i><br><div style="float: right;"><i>Найдено: Анхесенамон</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/QQ2.jpg"><img src="http://www.aadb.info/images/map/hide_quest/QQ2.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-78.74,-53.43], {icon: selectedIcon6}).bindPopup('<i>Отсутствует внутриигровой текст.</i><br><br>Убить 5 духов земли.<br><div style="float: right;"><i>Найдено: Эрголиолголисса</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ6.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ6.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-80.05,-52.69], {icon: selectedIcon6}).bindPopup('<i>Око Дня - священная земля, и крысам на ней не место. Воины и охотники, повелеваю очистить его берега от проклятого племени. - Мара Эмшейес.</i><br><br>Убить 8 крысозубов.<br><div style="float: right;"><i>Найдено: Эрголиолголисса</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ7.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ7.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-79.47,-59.63], {icon: selectedIcon6}).bindPopup('<i>Прошу избавить меня от пиявок. Я для них единственный источник крови в Оке Ночи, и это чересчур.- служитель Эрой</i><br><br>Убить 5 кровавых пиявок.<br><div style="float: right;"><i>Найдено: Эрголиолголисса</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ9.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ9.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-79.72,-57.61], {icon: selectedIcon6}).bindPopup('<i>Кто-нибудь, пугните этих ящериц! Они тащат все, что блестит. Я уже недосчиталась целого мешка болтов и шестеренок.- Мегана</i><br><br>Убить 8 Байям.<br><div style="float: right;"><i>Найдено: Эрголиолголисса</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ10.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ10.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-80.06,-64.11], {icon: selectedIcon6}).bindPopup('<i>Инженерный цех. Любопытствующим вход воспрещен. Нуианским шпионам вход воспрещен. Активистам Я.Т.Т.А. с навозными бомбами вход воспрещен. Наиза, и пусть твои утилизаторы наконец уберут фекалии! - Старший инженер Рашад</i><br><br>Убить 5 Активистов Я.Т.Т.А.<br><div style="float: right;"><i>Найдено: Эрголиолголисса</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ11.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ11.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-79.96,-63.11], {icon: selectedIcon6}).bindPopup('<i>Работа на руднике временно остановлена. Берегитесь кобольдов!</i><br><br>Убить 8 пятнистых кобольдов<br><div style="float: right;"><i>Найдено: Эрголиолголисса</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ12.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ12.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-79.57,-67.29], {icon: selectedIcon6}).bindPopup('<i>Дети, это пещеры кобольдов. Кобольды - опасные существа, которые едят маленьких нарьян. Не подходите близко! - учительница Ясна</i><br><br>Убить 8 кобольдов<br><div style="float: right;"><i>Найдено: Эрголиолголисса</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/TQ13.jpg"><img src="http://www.aadb.info/images/map/hide_quest/TQ13.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-79.90,-51.82], 7500, {color: 'blue'}).bindPopup('<i>Вы уничтожили множество врагов прайда Серой Дымки, отплатив славному поселению добром за гостепреимство.</i><br><br>Убить 5 крысозубов.<br><div style="float: right;"><i>Найдено: Эрголиолголисса</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ33.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ33.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-79.16,-54.35], 7500, {color: 'blue'}).bindPopup('<i>Благодаря вашим усилиям Вольные Соколоы уже не смогут причинить вред прайдам плато Соколиной Охоты.</i><br><br>Убить 7 пауков-людоедов.<br><div style="float: right;"><i>Найдено: Эрголиолголисса</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ34.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ34.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-78.98,-55.57], 7500, {color: 'blue'}).bindPopup('<i>Вы уничтожили много гарронов на плато Соколиной Охоты.</i><br><br>Убить 6 гарронов.<br><div style="float: right;"><i>Найдено: Эрголиолголисса</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ35.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ35.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-79.56,-59.22], 7500, {color: 'blue'}).bindPopup('<i>Вы уничтожили множество зловещих обитателей Ока Ночи, и смотритель алтаря может вздохнуть с облегчением.</i><br><br>Убить 14 кровавых пиявок.<br><div style="float: right;"><i>Найдено: Эрголиолголисса</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ44.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ44.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-80.00,-57.57], 7500, {color: 'blue'}).bindPopup('<i>Вы уничтожили множество врагов прайда Белых Облаков. Защита плато - долг каждого воина.</i><br><br>Убить 16 воинов утукку.<br><div style="float: right;"><i>Найдено: Эрголиолголисса</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ45.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ45.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-79.88,-62.82], 7500, {color: 'blue'}).bindPopup('<i>Вы постарались сделать все возможное для того, чтобы мастерские Аль-Хадида вернулись к работе.</i><br><br>Убить 16 пятнистых кобольдов.<br><div style="float: right;"><i>Найдено: Эрголиолголисса</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ46.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ46.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-80.29,-68.97], 7500, {color: 'blue'}).bindPopup('<i>Вы уничтожили множество обитателей Оплетенного леса. Харанийцы Аль-Хадида будут рады, а Я.Т.Т.А. вряд ли погладит вас за это по голове.</i><br><br>Убить 8 Речных аллигаторов.<br><div style="float: right;"><i>Найдено: Эрголиолголисса</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ47.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ47.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-80.03,-69.51], 7500, {color: 'blue'}).bindPopup('<i>Вы приложили все усилия, чтобы сделать дорогу, ведущую через Тигриный хребет на запад, немного безопаснее.</i><br><br>Убить 16 двухглавых кобр.<br><div style="float: right;"><i>Найдено: Эрголиолголисса</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ48.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ48.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.circle([-79.79,-68.94], 7500, {color: 'blue'}).bindPopup('<i>Вашими стараниями в верховьях Деби поубавилось диких зверей. Осталось уничтожить растения - и можно будет устраивать свалку. Вы же этого добивались, да?</i><br><br>Убить 17 тигров.<br><div style="float: right;"><i>Найдено: Эрголиолголисса</i></div><a class="quickbox" href="http://www.aadb.info/images/map/hide_quest/HQ49.jpg"><img src="http://www.aadb.info/images/map/hide_quest/HQ49.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(hideQestLayer);L.marker([-72.21,-95.72], {icon: tearIcon}).bindPopup('<i>Вы залезли на крышу дома старейшины!</i><br><div style="float: right;"><i>Скрин: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W32.jpg"><img src="http://www.aadb.info/images/map/nui/W32.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-72.22,-95.53], {icon: tearIcon}).bindPopup('<i>Вы поднялись на вышку и осмотрели окрестности!</i><br><div style="float: right;"><i>Скрин: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W33.jpg"><img src="http://www.aadb.info/images/map/nui/W33.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-72.83,-96.16], {icon: tearIcon}).bindPopup('<i>Вы нашли дом Майлса!</i><br><div style="float: right;"><i>Скрин: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W34.jpg"><img src="http://www.aadb.info/images/map/nui/W34.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-72.88,-97.99], {icon: tearIcon}).bindPopup('<i>Вы осмотрели мегалит, охраняемый каменными стражами!</i><br><div style="float: right;"><i>Скрин: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W35.jpg"><img src="http://www.aadb.info/images/map/nui/W35.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-73.78,-98.2], {icon: tearIcon}).bindPopup('<i>Вы нашли холм, с которого открывается чудесный вид на крепость Полумесяца!</i><br><div style="float: right;"><i>Скрин: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W36.jpg"><img src="http://www.aadb.info/images/map/nui/W36.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-74.18,-95.42], {icon: tearIcon}).bindPopup('<i>Вы нашли восточный пирс крепости полумесяца!</i><br><div style="float: right;"><i>Скрин: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W38.jpg"><img src="http://www.aadb.info/images/map/nui/W38.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-74.55,-98.03], {icon: tearIcon}).bindPopup('<i>Вы осмотрели порт полумесяца!</i><br><div style="float: right;"><i>Скрин: Lockir [Инавейт]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W39.jpg"><img src="http://www.aadb.info/images/map/nui/W39.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-74.12,-97.12], {icon: tearIcon}).bindPopup('Искупайтесь в городском фонтане.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map2_003.jpg"><img src="http://www.nigetadiru.ru/mmo/map2_003.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-74.08,-96.95], {icon: tearIcon}).bindPopup('<i>В сундуке лежит пожелтевшее письмо. Видно, почтовая сова ошиблась адресом, потому что на конверте написано: (Доставить Сью-Энн Маккензи на ферму к западу от врат Солриона). Вы читаете письмо и понимаете, что эту ошибку непременно нужно исправить...</i><br><div style="float: right;"><i>Скрин: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W37.jpg"><img src="http://www.aadb.info/images/map/nui/W37.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-74.58,-99.76], {icon: tearIcon}).bindPopup('<i>Вы нашли корабль, разбившийся на берегу залива Белой Луны!</i><br><div style="float: right;"><i>Скрин: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W40.jpg"><img src="http://www.aadb.info/images/map/nui/W40.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-73.98,-103.06], {icon: tearIcon}).bindPopup('<i>Вы нашли подводный грот!</i><br><div style="float: right;"><i>Скрин: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W41.jpg"><img src="http://www.aadb.info/images/map/nui/W41.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-73.88,-101.54], {icon: tearIcon}).bindPopup('<i>Вы нашли заброшенный рудник!</i><br><div style="float: right;"><i>Скрин: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W42.jpg"><img src="http://www.aadb.info/images/map/nui/W42.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-72.04,-102.44], {icon: tearIcon}).bindPopup('Заберитесь в дупло.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map1_015.jpg"><img src="http://www.nigetadiru.ru/mmo/map1_015.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-72.09,-102.27], {icon: tearIcon}).bindPopup('Заберитесь под корни дерева.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map1_031.jpg"><img src="http://www.nigetadiru.ru/mmo/map1_031.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-73.36,-106.28], {icon: tearIcon}).bindPopup('Осмотрите каменный обелиск в Ривертоне.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map1_029.jpg"><img src="http://www.nigetadiru.ru/mmo/map1_029.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-72.43,-107.46], {icon: tearIcon}).bindPopup('Прыгните в стремительный ручей.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map1_014.jpg"><img src="http://www.nigetadiru.ru/mmo/map1_014.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-71.96,-105.16], {icon: tearIcon}).bindPopup('Запрыгните на верхушку статуи.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map1_017.jpg"><img src="http://www.nigetadiru.ru/mmo/map1_017.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-72.52,-103.11], {icon: tearIcon}).bindPopup('Спланируйте на самую высокую башню замка.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map1_028.jpg"><img src="http://www.nigetadiru.ru/mmo/map1_028.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-71.94,-111.4], {icon: tearIcon}).bindPopup('Осмотрите крестьянскую хижину.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map3_020.jpg"><img src="http://www.nigetadiru.ru/mmo/map3_020.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-71.99,-110.75], {icon: tearIcon}).bindPopup('Заберитесь на верхушку мельницы.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map3_012.jpg"><img src="http://www.nigetadiru.ru/mmo/map3_012.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-71.64,-106.23], {icon: tearIcon}).bindPopup('Заберитесь на разрушенную осадную башню.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map3_014.jpg"><img src="http://www.nigetadiru.ru/mmo/map3_014.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-71.56,-106.57], {icon: tearIcon}).bindPopup('Заберитесь на разрушенную стену.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map3_002.jpg"><img src="http://www.nigetadiru.ru/mmo/map3_002.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-70.85,-104.27], {icon: tearIcon}).bindPopup('Посетите хижину. 1<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map3_015.jpg"><img src="http://www.nigetadiru.ru/mmo/map3_015.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-70.63,-104.49], {icon: tearIcon}).bindPopup('Отыщите алтарь с множеством светящихся предметов. Зачерпните воды из ведра и примените на котёл. Далее примените на котёл предметы в такой последовательности: зелёный камень, красная банка, череп. используйте котёл и проведите обряд по вызову демона. С его трупа возьмётся квест на слезу, который нужно сдать в деревне Виндилоу.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map3_026.jpg"><img src="http://www.nigetadiru.ru/mmo/map3_026.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-71.98,-114.62], {icon: tearIcon}).bindPopup('Осмотрите лагерь мобов.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map3_013.jpg"><img src="http://www.nigetadiru.ru/mmo/map3_013.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-70.61,-108.18], {icon: tearIcon}).bindPopup('Посетите указанную точку.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map3_007.jpg"><img src="http://www.nigetadiru.ru/mmo/map3_007.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-70.36,-114.88], {icon: tearIcon}).bindPopup('В орочей пещере исследуйте руины неизвестной конструкции.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map3_009.jpg"><img src="http://www.nigetadiru.ru/mmo/map3_009.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-71.76,-106.02], {icon: tearIcon}).bindPopup('Спланируйте на верхушку замка.<br><div style="float: right;"><i>Скрин: Kiankas [Battle Elite]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W4.jpg"><img src="http://www.aadb.info/images/map/nui/W4.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-70.14,-112.51], {icon: tearIcon}).bindPopup('Вы нашли тайное убежище в пещере над водопадом реки Лилиот.<br><div style="float: right;"><i>Скрин: Aknor [Крестоносцы]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W31.jpg"><img src="http://www.aadb.info/images/map/nui/W31.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-70.71,-121.87], {icon: tearIcon}).bindPopup('Заберитесь на холм.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map13_002.jpg"><img src="http://www.nigetadiru.ru/mmo/map13_002.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-70.9,-121.83], {icon: tearIcon}).bindPopup('Спланируйте на самую высокую колонну.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map13_004.jpg"><img src="http://www.nigetadiru.ru/mmo/map13_004.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-70.87,-122.29], {icon: tearIcon}).bindPopup('Заберитесь на крышу домика.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map13_005.jpg"><img src="http://www.nigetadiru.ru/mmo/map13_005.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-71.3,-123.83], {icon: tearIcon}).bindPopup('Заберитесь на каменный выступ.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map13_006.jpg"><img src="http://www.nigetadiru.ru/mmo/map13_006.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-72.02,-124.07], {icon: tearIcon}).bindPopup('Спикируйте в крону дерева.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map13_020.jpg"><img src="http://www.nigetadiru.ru/mmo/map13_020.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-72.89,-123.29], {icon: tearIcon}).bindPopup('Заберитесь на крышу храма.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map13_008.jpg"><img src="http://www.nigetadiru.ru/mmo/map13_008.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-71.93,-122.65], {icon: tearIcon}).bindPopup('Заберитесь на крышу дома.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map13_011.jpg"><img src="http://www.nigetadiru.ru/mmo/map13_011.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-71.79,-122.1], {icon: tearIcon}).bindPopup('Спланируйте на верхушку башни.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map13_012.jpg"><img src="http://www.nigetadiru.ru/mmo/map13_012.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-71.9,-121], {icon: tearIcon}).bindPopup('Приземлитесь на голову статуи.<br><div style="float: right;"><i>Скрин: Жулик</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W2.jpg"><img src="http://www.aadb.info/images/map/nui/W2.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-72.28,-120.36], {icon: tearIcon}).bindPopup('Заберитесь на корму недостроенного корабля.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map13_018.jpg"><img src="http://www.nigetadiru.ru/mmo/map13_018.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-71.44,-119.29], {icon: tearIcon}).bindPopup('Посетите альков позади монаха.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map13_028.jpg"><img src="http://www.nigetadiru.ru/mmo/map13_028.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-72.69,-118.59], {icon: tearIcon}).bindPopup('Заберитесь на арку.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map13_027.jpg"><img src="http://www.nigetadiru.ru/mmo/map13_027.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-73.09,-116.22], {icon: tearIcon}).bindPopup('Заберитесь на громадный шип.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map13_037.jpg"><img src="http://www.nigetadiru.ru/mmo/map13_037.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-72.02,-121.28], {icon: tearIcon}).bindPopup('Искупайтесь под водопадом.<br><div style="float: right;"><i>Скрин: Жулик</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W1.jpg"><img src="http://www.aadb.info/images/map/nui/W1.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-72.66,-120.97], {icon: tearIcon}).bindPopup('Посетите площадь забытого города.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map21_001.jpg"><img src="http://www.nigetadiru.ru/mmo/map21_001.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-72.86,-120.99], {icon: tearIcon}).bindPopup('Спикируйте на один из каменных выступов.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map13_033.jpg"><img src="http://www.nigetadiru.ru/mmo/map13_033.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-73.26,-113.8], {icon: tearIcon}).bindPopup('Посетите тайную пещеру.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map4_007.jpg"><img src="http://www.nigetadiru.ru/mmo/map4_007.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-73.94,-116.84], {icon: tearIcon}).bindPopup('В глубине лагеря орков есть пещера. Изучите место рядом с сундуком предводителя орков.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map4_023.jpg"><img src="http://www.nigetadiru.ru/mmo/map4_023.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-74.45,-113.8], {icon: tearIcon}).bindPopup('Заберитесь на каменный выступ.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map4_025.jpg"><img src="http://www.nigetadiru.ru/mmo/map4_025.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-74.85,-113.19], {icon: tearIcon}).bindPopup('Заберитесь на бочки.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map4_032.jpg"><img src="http://www.nigetadiru.ru/mmo/map4_032.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.15,-113.06], {icon: tearIcon}).bindPopup('Исследуйте небольшой островок.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map4_005.jpg"><img src="http://www.nigetadiru.ru/mmo/map4_005.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.72,-113.23], {icon: tearIcon}).bindPopup('Спланируйте на голову голема.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map4_004.jpg"><img src="http://www.nigetadiru.ru/mmo/map4_004.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-73.25,-113.31], {icon: tearIcon}).bindPopup('Посетите указанное место.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map4_008.jpg"><img src="http://www.nigetadiru.ru/mmo/map4_008.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-73.57,-112.05], {icon: tearIcon}).bindPopup('Спланируйте на каменный столп.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map4_016.jpg"><img src="http://www.nigetadiru.ru/mmo/map4_016.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-74.76,-113.25], {icon: tearIcon}).bindPopup('Спланируйте на крышу мельницы.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map4_012.jpg"><img src="http://www.nigetadiru.ru/mmo/map4_012.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-74.84,-109.72], {icon: tearIcon}).bindPopup('Посетите остров.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map4_019.jpg"><img src="http://www.nigetadiru.ru/mmo/map4_019.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.28,-115.46], {icon: tearIcon}).bindPopup('Посетите площадку дозорной вышки.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map4_030.jpg"><img src="http://www.nigetadiru.ru/mmo/map4_030.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-74.76,-112.97], {icon: tearIcon}).bindPopup('<i>Вы покорили неприступный каменный утес Сэндхевена!</i><br><div style="float: right;"><i>Найдено: Aknor</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W29.jpg"><img src="http://www.aadb.info/images/map/nui/W29.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.08,-109.26], {icon: tearIcon}).bindPopup('<i>Прибытие на маленький остров моря Полумесяца!</i><br><div style="float: right;"><i>Найдено: Aknor</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W30.jpg"><img src="http://www.aadb.info/images/map/nui/W30.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-74.96,-120.92], {icon: tearIcon}).bindPopup('Изучите дно колодца.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map5_002.jpg"><img src="http://www.nigetadiru.ru/mmo/map5_002.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-74.74,-121.53], {icon: tearIcon}).bindPopup('Приземлитесь на верхушку монумента.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map5_014.jpg"><img src="http://www.nigetadiru.ru/mmo/map5_014.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-74.72,-120.57], {icon: tearIcon}).bindPopup('Спрыгните на голову статуи.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map5_012.jpg"><img src="http://www.nigetadiru.ru/mmo/map5_012.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.29,-121.46], {icon: tearIcon}).bindPopup('Изучите место охраняемое стражей.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map5_003.jpg"><img src="http://www.nigetadiru.ru/mmo/map5_003.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.97,-123.2], {icon: tearIcon}).bindPopup('Заберитесь в тележку.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map5_015.jpg"><img src="http://www.nigetadiru.ru/mmo/map5_015.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.77,-125.75], {icon: tearIcon}).bindPopup('<i>Вы нашли беседку с видом на цветочные поля!</i><br><div style="float: right;"><i>Скрин: Кукарямба [Золотая Орда]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W25.jpg"><img src="http://www.aadb.info/images/map/nui/W25.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.15,-125.47], {icon: tearIcon}).bindPopup('<i>Вы нашли обелиск Перепутья!</i><br><div style="float: right;"><i>Скрин: Кукарямба [Золотая Орда]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W24.jpg"><img src="http://www.aadb.info/images/map/nui/W24.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-74.73,-128.51], {icon: tearIcon}).bindPopup('Пробегитесь по пещере против часовой стрелки.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map5_001.jpg"><img src="http://www.nigetadiru.ru/mmo/map5_001.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.23,-130.29], {icon: tearIcon}).bindPopup('<i>Вы полюбовались знаменитыми радугами Маренского водопада!.</i><br><div style="float: right;"><i>Скрин: Кукарямба [Золотая Орда]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W20.jpg"><img src="http://www.aadb.info/images/map/nui/W20.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.04,-129.22], {icon: tearIcon}).bindPopup('<i>Обнаружение щели в камнях банкетного зала для Дня Рождения.</i><br><div style="float: right;"><i>Скрин: Кукарямба [Золотая Орда]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W22.jpg"><img src="http://www.aadb.info/images/map/nui/W22.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.08,-129.94], {icon: tearIcon}).bindPopup('<i>Вы забрались на верхушку алхимической лаборатории Кунберта!</i><br><div style="float: right;"><i>Скрин: Кукарямба [Золотая Орда]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W23.jpg"><img src="http://www.aadb.info/images/map/nui/W23.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.14,-127.06], {icon: tearIcon}).bindPopup('<i>Вам удалось вскарабкаться на самую верхушку гигантских сот!.</i><br><div style="float: right;"><i>Скрин: Кукарямба [Золотая Орда]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W21.jpg"><img src="http://www.aadb.info/images/map/nui/W21.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.57,-125.73], {icon: tearIcon}).bindPopup('<i>Вы сумели забраться на крышу мельницы Белого леса</i><br><div style="float: right;"><i>Скрин: Leonika [ORDA West]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W3_1.jpg"><img src="http://www.aadb.info/images/map/nui/W3_1.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.77,-118.45], {icon: tearIcon}).bindPopup('Заберитесь на купол циркового шатра.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map6_001.jpg"><img src="http://www.nigetadiru.ru/mmo/map6_001.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.89,-119.69], {icon: tearIcon}).bindPopup('Осмотрите дом.<br><i>Вы нашли убежище Рейнива!</i><br><div style="float: right;"><i>Скрин: Strepirella [PREDATORS]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W6.jpg"><img src="http://www.aadb.info/images/map/nui/W6.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.83,-119.85], {icon: tearIcon}).bindPopup('Заберитесь под бельевые веревки.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map6_007.jpg"><img src="http://www.nigetadiru.ru/mmo/map6_007.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.89,-115.66], {icon: tearIcon}).bindPopup('Заберитесь под потолок амбара.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map6_002.jpg"><img src="http://www.nigetadiru.ru/mmo/map6_002.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.87,-116.53], {icon: tearIcon}).bindPopup('Заберитесь на мельницу.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map6_011.jpg"><img src="http://www.nigetadiru.ru/mmo/map6_011.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.28,-118.27], {icon: tearIcon}).bindPopup('Осмотрите городскую площадь с балкона.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map7_004.jpg"><img src="http://www.nigetadiru.ru/mmo/map7_004.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.41,-117.51], {icon: tearIcon}).bindPopup('Пообщайтесь с НПС и пройдите в портал позади него.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map7_003.jpg"><img src="http://www.nigetadiru.ru/mmo/map7_003.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.2,-118.6], {icon: tearIcon}).bindPopup('Посетите указанную точку.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map7_009.jpg"><img src="http://www.nigetadiru.ru/mmo/map7_009.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.22,-119.58], {icon: tearIcon}).bindPopup('Проберитесь под городской стеной через канализационный сток.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map7_001.jpg"><img src="http://www.nigetadiru.ru/mmo/map7_001.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.36,-118.22], {icon: tearIcon}).bindPopup('Спланируйте на голову статуи.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map7_010.jpg"><img src="http://www.nigetadiru.ru/mmo/map7_010.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.18,-118.27], {icon: tearIcon}).bindPopup('Заберитесь на крышу. 1<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map7_012.jpg"><img src="http://www.nigetadiru.ru/mmo/map7_012.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.93,-109.09], {icon: tearIcon}).bindPopup('Спланируйте на крышу амбара.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map14_004.jpg"><img src="http://www.nigetadiru.ru/mmo/map14_004.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.93,-109.09], {icon: tearIcon}).bindPopup('Спланируйте на крышу амбара.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map14_004.jpg"><img src="http://www.nigetadiru.ru/mmo/map14_004.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.13,-111.07], {icon: tearIcon}).bindPopup('Осмотрите монумент идолопоклонников.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map14_008.jpg"><img src="http://www.nigetadiru.ru/mmo/map14_008.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.46,-110.63], {icon: tearIcon}).bindPopup('Изучите верхушку обрушившегося маяка.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map14_022.jpg"><img src="http://www.nigetadiru.ru/mmo/map14_022.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.04,-105.67], {icon: tearIcon}).bindPopup('Спланируйте на одну из городских башен.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map14_002.jpg"><img src="http://www.nigetadiru.ru/mmo/map14_002.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.37,-109.59], {icon: tearIcon}).bindPopup('Спланируйте на верхушку маяка.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map14_001.jpg"><img src="http://www.nigetadiru.ru/mmo/map14_001.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.48,-108.26], {icon: tearIcon}).bindPopup('<i>Оглядевшись вокруг, вы видите, как прекрасно Золотое море!</i><a class="quickbox" href="http://www.nigetadiru.ru/mmo/map14_025.jpg"><img src="http://www.nigetadiru.ru/mmo/map14_025.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.5,-103.26], {icon: tearIcon}).bindPopup('Заберитесь на скалистый выступ в воде.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map14_026.jpg"><img src="http://www.nigetadiru.ru/mmo/map14_026.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.21,-111.93], {icon: tearIcon}).bindPopup('<i>Вы поднялись на дозорную башню и осмотрели окрестности!</i><br><div style="float: right;"><i>Скрин: Nasid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W28.jpg"><img src="http://www.aadb.info/images/map/nui/W28.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.95,-105.91], {icon: tearIcon}).bindPopup('Найдите алтарь культистов.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map14_011.jpg"><img src="http://www.nigetadiru.ru/mmo/map14_011.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.91,-106.3], {icon: tearIcon}).bindPopup('Доберитесь до недр городской канализации.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map14_013.jpg"><img src="http://www.nigetadiru.ru/mmo/map14_013.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.19,-105.45], {icon: tearIcon}).bindPopup('<i>Обнаружение моста, ведущего к богине Нуи.</i><br><a class="quickbox" href="http://www.nigetadiru.ru/mmo/map14_020.jpg"><img src="http://www.nigetadiru.ru/mmo/map14_020.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.24,-105.81], {icon: tearIcon}).bindPopup('<i>Обнаружение секретного сада Изны.</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W11.jpg"><img src="http://www.aadb.info/images/map/nui/W11.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.9,-106.48], {icon: tearIcon}).bindPopup('Найдите в канализации скульптуру головы льва.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map14_016.jpg"><img src="http://www.nigetadiru.ru/mmo/map14_016.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.85,-106.48], {icon: tearIcon}).bindPopup('Спланируйте на голову статуи.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map8_001.jpg"><img src="http://www.nigetadiru.ru/mmo/map8_001.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.14,-102.27], {icon: tearIcon}).bindPopup('<i>Вы поднялись на вышку передовой заставы и посмотрели, не приближается ли враг!</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W14.jpg"><img src="http://www.aadb.info/images/map/nui/W14.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.51,-101.89], {icon: tearIcon}).bindPopup('<i>Теперь вы знаете, что деревня была заброшена десятки лет назад!</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W13.jpg"><img src="http://www.aadb.info/images/map/nui/W13.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.88,-101.38], {icon: tearIcon}).bindPopup('<i>Покорение вершины Холма хранителей крепости.</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W15.jpg"><img src="http://www.aadb.info/images/map/nui/W15.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.74,-102.6], {icon: tearIcon}).bindPopup('<i>Покорение вершины равнины Затмения.</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W16.jpg"><img src="http://www.aadb.info/images/map/nui/W16.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.57,-98.48], {icon: tearIcon}).bindPopup('<i>Достижение края застывшей лавы кратера Полной луны.</i><br><div style="float: right;"><i>Скрин: Наоцугу [Burunduki]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E86.jpg"><img src="http://aadb.info/images/map/nui/E86.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.62,-98.45], {icon: tearIcon}).bindPopup('Перелетите через лаву.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map12_009.jpg"><img src="http://www.nigetadiru.ru/mmo/map12_009.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.96,-96.21], {icon: tearIcon}).bindPopup('Заберитесь на крышу маяка.<a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.73,-95.44], {icon: tearIcon}).bindPopup('<i>Вы провели рекогносцировку Сожженной крепости и теперь знаете, как и когда нанести удар!</i><br><div style="float: right;"><i>Скрин: Атлика</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W9.jpg"><img src="http://www.aadb.info/images/map/nui/W9.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.61,-98.76], {icon: tearIcon}).bindPopup('<i>Обнаружение старшего из окровавленных рук!</i><br><div style="float: right;"><i>Скрин: Наоцугу [Burunduki]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W8.jpg"><img src="http://www.aadb.info/images/map/nui/W8.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.94,-99.79], {icon: tearIcon}).bindPopup('<i>Обнаружение бурлящего подводного кратера.</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W12.jpg"><img src="http://www.aadb.info/images/map/nui/W12.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.56,-115.32], {icon: tearIcon}).bindPopup('<i>Вы нашли смотровую башню Уотерфорта!</i><br><div style="float: right;"><i>Скрин: Свити [Insane]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W10.jpg"><img src="http://www.aadb.info/images/map/nui/W10.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.67,-115.61], {icon: tearIcon}).bindPopup('<i>Вы покорили неприступную вышку Уотерфорта!</i><br><div style="float: right;"><i>Скрин: Тана [Google]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W7.jpg"><img src="http://www.aadb.info/images/map/nui/W7.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.8,-117.21], {icon: tearIcon}).bindPopup('Посетите амбар в Саммерфилде.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map10_005.jpg"><img src="http://www.nigetadiru.ru/mmo/map10_005.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.07,-122], {icon: tearIcon}).bindPopup('Загляните в одинокую хижину.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map10_015.jpg"><img src="http://www.nigetadiru.ru/mmo/map10_015.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.19,-125.34], {icon: tearIcon}).bindPopup('Спланируйте на крышу амбара.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map10_004.jpg"><img src="http://www.nigetadiru.ru/mmo/map10_004.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.83,-128.66], {icon: tearIcon}).bindPopup('Искупайтесь в водопаде.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map10_010.jpg"><img src="http://www.nigetadiru.ru/mmo/map10_010.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.52,-129.45], {icon: tearIcon}).bindPopup('Посетите домик местного населения.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map10_002.jpg"><img src="http://www.nigetadiru.ru/mmo/map10_002.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.61,-129.54], {icon: tearIcon}).bindPopup('Выберитесь на нос грузовой стрелы.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map10_006.jpg"><img src="http://www.nigetadiru.ru/mmo/map10_006.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.65,-129.69], {icon: tearIcon}).bindPopup('<i>Достигните головы летающего корабля.</i><br><div style="float: right;"><i>Скрин: Mert [NoFear]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W5.jpg"><img src="http://www.aadb.info/images/map/nui/W5.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.87,-131.96], {icon: tearIcon}).bindPopup('Заберитесь на шпиль Стоунхольда.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map10_018.jpg"><img src="http://www.nigetadiru.ru/mmo/map10_018.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.26,-134.62], {icon: tearIcon}).bindPopup('Спланируйте на разрушенную статую.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map9_011.jpg"><img src="http://www.nigetadiru.ru/mmo/map9_011.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.68,-136.52], {icon: tearIcon}).bindPopup('Осмотрите дом где было совершено убийство.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map9_001.jpg"><img src="http://www.nigetadiru.ru/mmo/map9_001.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.45,-136.91], {icon: tearIcon}).bindPopup('Спланируйте на улей.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map9_008.jpg"><img src="http://www.nigetadiru.ru/mmo/map9_008.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.86,-137.37], {icon: tearIcon}).bindPopup('Спланируйте на пень облепленный ульями.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map9_013.jpg"><img src="http://www.nigetadiru.ru/mmo/map9_013.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.03,-138.1], {icon: tearIcon}).bindPopup('Искупайтесь в струях водопада.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map9_006.jpg"><img src="http://www.nigetadiru.ru/mmo/map9_006.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.69,-135.85], {icon: tearIcon}).bindPopup('Заберитесь как можно выше на дерево.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map9_015.jpg"><img src="http://www.nigetadiru.ru/mmo/map9_015.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.87,-137.71], {icon: tearIcon}).bindPopup('Проберитесь под крепостной стеной через канализационный сток.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map9_003.jpg"><img src="http://www.nigetadiru.ru/mmo/map9_003.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.31,-138.39], {icon: tearIcon}).bindPopup('Осмотрите печи.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map9_010.jpg"><img src="http://www.nigetadiru.ru/mmo/map9_010.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.3,-136.52], {icon: tearIcon}).bindPopup('Заберитесь на верхушку грибной поросли.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map9_018.jpg"><img src="http://www.nigetadiru.ru/mmo/map9_018.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.59,-134.75], {icon: tearIcon}).bindPopup('Заберитесь в тележку.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map9_005.jpg"><img src="http://www.nigetadiru.ru/mmo/map9_005.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.61,-128.89], {icon: tearIcon}).bindPopup('Доберитесь до штурвала пиратского брига.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map9_002.jpg"><img src="http://www.nigetadiru.ru/mmo/map9_002.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.07,-129.09], {icon: tearIcon}).bindPopup('Заберитесь в караулку.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map11_003.jpg"><img src="http://www.nigetadiru.ru/mmo/map11_003.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.1,-128.31], {icon: tearIcon}).bindPopup('Посетите указанную точку.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map11_002.jpg"><img src="http://www.nigetadiru.ru/mmo/map11_002.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.53,-126.68], {icon: tearIcon}).bindPopup('Потопчитесь по шкуре белого медведя в гостеприимном доме.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map11_008.jpg"><img src="http://www.nigetadiru.ru/mmo/map11_008.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.43,-129.91], {icon: tearIcon}).bindPopup('Заберитесь по серпантинному подъему.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map11_001.jpg"><img src="http://www.nigetadiru.ru/mmo/map11_001.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.69,-124.2], {icon: tearIcon}).bindPopup('Заберитесь на нос свадебного корабля.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map11_006.jpg"><img src="http://www.nigetadiru.ru/mmo/map11_006.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.15,-125.65], {icon: tearIcon}).bindPopup('Погрейтесь у камина.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map11_005.jpg"><img src="http://www.nigetadiru.ru/mmo/map11_005.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.63,-124.09], {icon: tearIcon}).bindPopup('Осмотритесь в тайной пещере.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map11_009.jpg"><img src="http://www.nigetadiru.ru/mmo/map11_009.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.38,-120.73], {icon: tearIcon}).bindPopup('Посетите гостинную особняка.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map11_012.jpg"><img src="http://www.nigetadiru.ru/mmo/map11_012.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.93,-119.61], {icon: tearIcon}).bindPopup('Прыгните в пруд и проплывите в центр.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map11_011.jpg"><img src="http://www.nigetadiru.ru/mmo/map11_011.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.99,-119.52], {icon: tearIcon}).bindPopup('Спланируйте на крышу особняка.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map11_014.jpg"><img src="http://www.nigetadiru.ru/mmo/map11_014.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.18,-119.88], {icon: tearIcon}).bindPopup('Спланируйте на крышу маяка.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map11_016.jpg"><img src="http://www.nigetadiru.ru/mmo/map11_016.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-70.57,-110.38], {icon: tearIcon}).bindPopup('Вы сумели забраться на крышу часовой башни крепости Ронвен!<br><div style="float: right;"><i>Найдено: Святогор [Insane]</i><br><i>Скрин: Ckelet [DragonZ]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W17.jpg"><img src="http://www.aadb.info/images/map/nui/W17.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.87,-120.86], {icon: tearIcon}).bindPopup('<i>Вы еще никогда не видели такой огромной мельницы!</i><br><div style="float: right;"><i>Найдено: Saltek [Inritmo]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W18.jpg"><img src="http://www.aadb.info/images/map/nui/W18.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-67.83,-126.43], {icon: tearIcon}).bindPopup('<i>Вы поднялись нанаблюдательную вышку деревни черепов!</i><br><div style="float: right;"><i>Найдено: Lockir [TheMercenaries]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W43.jpg"><img src="http://www.aadb.info/images/map/nui/W43.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-69.01,-125.11], {icon: tearIcon}).bindPopup('<i>Вы нашли древний алтарь ноунов!</i><br><div style="float: right;"><i>Найдено: Кукарямба [Золотая Орда]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W19.jpg"><img src="http://www.aadb.info/images/map/nui/W19.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-68.41,-115.96], {icon: tearIcon}).bindPopup('<i>Вы нашли таинствениий таинственный монумент ноунов в Безымянной крепости!</i><br><div style="float: right;"><i>Найдено: Асур</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W42.jpg"><img src="http://www.aadb.info/images/map/nui/W42.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-69.71,-119.85], {icon: tearIcon}).bindPopup('<i>Вы достигли вершины гигантского тотема минотавров!</i><br><div style="float: right;"><i>Найдено: Bawarez [Freedom]</i><br><i>Скрин: Prize</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W26.jpg"><img src="http://www.aadb.info/images/map/nui/W26.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-68.71,-120.43], {icon: tearIcon}).bindPopup('Вы нашли утес с видом на форт Лавион!<br><br><div style="float: right;"><i>Найдено: Bawarez [Freedom]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/W27.jpg"><img src="http://www.aadb.info/images/map/nui/W27.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.60,-75.96], {icon: tearIcon}).bindPopup('<i>Вы забрались на самый верх башни дирижаблей Аль-Харбы!<br><div style="float: right;">Найдено: Чурека</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E127.jpg"><img src="http://www.aadb.info/images/map/nui/E127.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.82,-51.77], {icon: tearIcon}).bindPopup('<i>Вы сумели забраться на священное дерево Ока Дня!<br><div style="float: right;">Найдено: Crokid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E120.jpg"><img src="http://www.aadb.info/images/map/nui/E120.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.32,-65.13], {icon: tearIcon}).bindPopup('<i>Вы сумели покорить вершину мозаичной башни Аль-Хадида!<br><div style="float: right;">Найдено: Crokid</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E121.jpg"><img src="http://www.aadb.info/images/map/nui/E121.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.80,-75.76], {icon: tearIcon}).bindPopup('<i>Вы нашли место, с которого открывается отличный вид на Гранитный карьер!<br><div style="float: right;">Найдено: Анхесенамон</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E125.jpg"><img src="http://www.aadb.info/images/map/nui/E125.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.38,-64.36], {icon: tearIcon}).bindPopup('<i>Обнаружение огромного бревна на ферме общины.<br><div style="float: right;">Найдено: Чурека</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E126.jpg"><img src="http://www.aadb.info/images/map/nui/E126.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.7,-62.08], {icon: tearIcon}).bindPopup('<i>Вы прошли по рельсам до самого конца и обнаружили... тупик!<br><div style="float: right;">Найдено: Lockir [TheMercenaries]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E131.jpg"><img src="http://www.aadb.info/images/map/nui/E131.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.61,-31.44], {icon: tearIcon}).bindPopup('<i>Вы нашли исток Нефритовых водопадов!<br><div style="float: right;">Найдено: Lockir [TheMercenaries]</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.8,-45.97], {icon: tearIcon}).bindPopup('<i>Вы покорили Срединный Столп!</i><br><div style="float: right;"><i>Cкрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E84.jpg"><img src="http://www.aadb.info/images/map/nui/E84.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80,-47.4], {icon: tearIcon}).bindPopup('Заберитесь на гору. 9<a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.38,-41.57], {icon: tearIcon}).bindPopup('<i>Вы покорили второй снежный пик Рокочущих перевалов!</i><br><div style="float: right;"><i>Cкрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E105.jpg"><img src="http://www.aadb.info/images/map/nui/E105.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.90,-43.07], {icon: tearIcon}).bindPopup('<i>Вы покорили третий снежный пик Рокочущих перевалов!</i><br><div style="float: right;"><i>Найдено: Mugi [Fairy Tail]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E124.jpg"><img src="http://www.aadb.info/images/map/nui/E124.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.43,-42.65], {icon: tearIcon}).bindPopup('<i>Вы отважно спустились по рокочущим порогам!</i><br><div style="float: right;"><i>Cкрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E104.jpg"><img src="http://www.aadb.info/images/map/nui/E104.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.38,-44.58], {icon: tearIcon}).bindPopup('<i>Вы покорили одну из колонн Каменного леса!</i><br><div style="float: right;"><i>Cкрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E90.jpg"><img src="http://www.aadb.info/images/map/nui/E90.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.78,-41.56], {icon: tearIcon}).bindPopup('<i>Вы нашли ужасный питомник ол-хоргоев!</i><br><div style="float: right;"><i>Найдено: Вжик<br>Скрин: Файзел</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E129.jpg"><img src="http://www.aadb.info/images/map/nui/E129.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.71,-39], {icon: tearIcon}).bindPopup('<i>Вы покорили первый снежный пик Рокочущих перевалов!</i><br><div style="float: right;"><i>Найдено: Файзел</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E128.jpg"><img src="http://www.aadb.info/images/map/nui/E128.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.24,-46.25], {icon: tearIcon}).bindPopup('<i>Обнаружение водопада реки Рока!</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E96.jpg"><img src="http://www.aadb.info/images/map/nui/E96.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.06,-54.46], {icon: tearIcon}).bindPopup('<i>Вы покорили вершину самого большого баобаба Саванны!</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E95.jpg"><img src="http://www.aadb.info/images/map/nui/E95.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.98,-43.81], {icon: tearIcon}).bindPopup('<i>Вы нашли Сердце саванны!</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E99.jpg"><img src="http://www.aadb.info/images/map/nui/E99.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.96,-50.36], {icon: tearIcon}).bindPopup('<i>Вы нашли высокий камень, на котором можно спастись от аллигаторов!</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E98.jpg"><img src="http://www.aadb.info/images/map/nui/E98.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.19,-46.55], {icon: tearIcon}).bindPopup('<i>Вы поднялись на крышу вышки дирижаблей Саванны!</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E102.jpg"><img src="http://www.aadb.info/images/map/nui/E102.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.98,-52.99], {icon: tearIcon}).bindPopup('Отсутствует внутриигровое литературное описание.<br>Необходимо обновить изображение на более информативное (момент получения слезы).<br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E103.jpg"><img src="http://www.aadb.info/images/map/nui/E103.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.42,-48.37], {icon: tearIcon}).bindPopup('<i>Вы осмотрели загон со всех сторон и продумали идеальный план спасения ятт!</i><br><div style="float: right;"><i>Cкрин: Кукарямба [Золотая Орда]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E91.jpg"><img src="http://www.aadb.info/images/map/nui/E91.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.29,-52.8], {icon: tearIcon}).bindPopup('<i>Вы нашли древний знак, отмечающий границу владений прайда Огненного Дыхания!</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E100.jpg"><img src="http://www.aadb.info/images/map/nui/E100.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.60,-50.60], {icon: tearIcon}).bindPopup('<i>Вы поднялись на самую вершину Львиного утеса!</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E97.jpg"><img src="http://www.aadb.info/images/map/nui/E97.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.39,-42.13], {icon: tearIcon}).bindPopup('<i>Вы забрались на один из камней святилища ветра!</i><br><div style="float: right;"><i>Найдено: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E101.jpg"><img src="http://www.aadb.info/images/map/nui/E101.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.39,-50.61], {icon: tearIcon}).bindPopup('<i>Вы сумели забраться на вершину баобаба!</i><br><div style="float: right;"><i>Найдено: Lockir [TheMercenaries]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E132.jpg"><img src="http://www.aadb.info/images/map/nui/E132.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.02,-67.58], {icon: tearIcon}).bindPopup('<i>Теперь вы знаете, как выглядит баобаб в пору цветения!</i><br><div style="float: right;"><i>Найдено: Lockir</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E133.jpg"><img src="http://www.aadb.info/images/map/nui/E133.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.98,-59.04], {icon: tearIcon}).bindPopup('<i>Прибытие к логову байямов горного хребта.</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E62.jpg"><img src="http://aadb.info/images/map/nui/E62.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.11,-62.87], {icon: tearIcon}).bindPopup('<i>Вы нашли северную сторожевую башню Эль-Модина!</i><br><div style="float: right;"><i>Скрин: Worlon [OC]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E73.jpg"><img src="http://aadb.info/images/map/nui/E73.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.17,-62.82], {icon: tearIcon}).bindPopup('Встаньте на остров в пруду.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map22_004.jpg"><img src="http://www.nigetadiru.ru/mmo/map22_004.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.22,-64.9], {icon: tearIcon}).bindPopup('<i>Восхождение на огромную скалу, с которой видна пустыня!</i><br>Необходимо обновить изображение на более информативное.<br><div style="float: right;"><i>Скрин: Tanz [Chaos]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E41.jpg"><img src="http://aadb.info/images/map/nui/E41.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.53,-66.61], {icon: tearIcon}).bindPopup('<i>Восхождение на крышу змеиной щели.</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E61.jpg"><img src="http://aadb.info/images/map/nui/E61.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.89,-68.44], {icon: tearIcon}).bindPopup('<i>Вы выяснили, что Сухая равнина местами довольно мокрая!</i><br><div style="float: right;"><i>Скрин: Tanz [Chaos]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E40.jpg"><img src="http://aadb.info/images/map/nui/E40.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.91,-69.91], {icon: tearIcon}).bindPopup('<i>Вы нашли место, с которого вся Сухая равнина видна как на ладони.</i><br><div style="float: right;"><i>Скрин: Tanz [Chaos]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E39.jpg"><img src="http://aadb.info/images/map/nui/E39.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.1,-71.19], {icon: tearIcon}).bindPopup('Заберитесь на башню. 1<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map22_012.jpg"><img src="http://www.nigetadiru.ru/mmo/map22_012.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.74,-73.69], {icon: tearIcon}).bindPopup('Пробегите по правой стене до прохода.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map22_015.jpg"><img src="http://www.nigetadiru.ru/mmo/map22_015.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.73,-73.89], {icon: tearIcon}).bindPopup('Заберитесь на крышу дома.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map22_014.jpg"><img src="http://www.nigetadiru.ru/mmo/map22_014.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.67,-74.6], {icon: tearIcon}).bindPopup('<i>Вы нашли дерево, с вершины которого вся Хатора видна как на ладони!</i><br><div style="float: right;"><i>Скрин: Dcversus</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E38.jpg"><img src="http://aadb.info/images/map/nui/E38.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.7,-76.9], {icon: tearIcon}).bindPopup('<i>Вы убедились, что Безлюдные холмы оправдывают свое название!</i><br><div style="float: right;"><i>Скрин: Leipreachan [HandOfGod]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E123.jpg"><img src="http://aadb.info/images/map/nui/E123.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.86,-76.74], {icon: tearIcon}).bindPopup('Заберитесь на гору. 2<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map22_020.jpg"><img src="http://www.nigetadiru.ru/mmo/map22_020.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.79,-76.84], {icon: tearIcon}).bindPopup('Заберитесь на камень.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map22_021.jpg"><img src="http://www.nigetadiru.ru/mmo/map22_021.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.54,-68.87], {icon: tearIcon}).bindPopup('Заберитесь на ветку.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map17_004.jpg"><img src="http://www.nigetadiru.ru/mmo/map17_004.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.88,-67.42], {icon: tearIcon}).bindPopup('<i>Теперь вы знаете, как должно выглядеть идеальное стойло для ятт!</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E60.jpg"><img src="http://aadb.info/images/map/nui/E60.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.9,-68.36], {icon: tearIcon}).bindPopup('<i>Восхождение на сломанную деревянную колонну Кристального озера.</i><br><div style="float: right;"><i>Скрин: Рак [HearMeRoar]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E68.jpg"><img src="http://aadb.info/images/map/nui/E68.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.12,-68.33], {icon: tearIcon}).bindPopup('Зайдите в полуразрушеную башню.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map17_016.jpg"><img src="http://www.nigetadiru.ru/mmo/map17_016.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.12,-67.31], {icon: tearIcon}).bindPopup('<i>Восхождение на вершину огромного зубчатого колеса!</i><br><div style="float: right;"><i>Скрин: Tanz [Chaos]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E50.jpg"><img src="http://aadb.info/images/map/nui/E50.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.39,-67.7], {icon: tearIcon}).bindPopup('<i>Вы взобрались на верхушку самого высокого дерева Оплетенного леса!</i><br><div style="float: right;"><i>Скрин: Tanz [Chaos]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E49.jpg"><img src="http://aadb.info/images/map/nui/E49.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.25,-62.16], {icon: tearIcon}).bindPopup('<i>Обнаружение естественного подземного пути через Соколиное ущелье.</i><br><div style="float: right;"><i>Скрин: Tanz [Chaos]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E48.jpg"><img src="http://aadb.info/images/map/nui/E48.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.07,-63.65], {icon: tearIcon}).bindPopup('Залетите на башню.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map17_009.jpg"><img src="http://www.nigetadiru.ru/mmo/map17_009.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.16,-64.62], {icon: tearIcon}).bindPopup('<i>Глубокий вдох ядовитого газа здания фабрики аппаратов.</i><br><div style="float: right;"><i>Скрин: Рак [HearMeRoar]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E80.jpg"><img src="http://aadb.info/images/map/nui/E80.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.46,-64.54], {icon: tearIcon}).bindPopup('<i>Вы нашли вход в Санхару.</i><br><div style="float: right;"><i>Скрин: Tanz [Chaos]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E52.jpg"><img src="http://aadb.info/images/map/nui/E52.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.71,-64.97], {icon: tearIcon}).bindPopup('<i>Восхождение на крышу Тигрового Глаза.</i><br><div style="float: right;"><i>Скрин: Tanz [Chaos]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E51.jpg"><img src="http://aadb.info/images/map/nui/E51.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.8,-65.3], {icon: tearIcon}).bindPopup('Заберитесь на бушню.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map17_022.jpg"><img src="http://www.nigetadiru.ru/mmo/map17_022.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.06,-54.44], {icon: tearIcon}).bindPopup('Заберитесь на шатер.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map23_001.jpg"><img src="http://www.nigetadiru.ru/mmo/map23_001.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.08,-54.68], {icon: tearIcon}).bindPopup('Запрыгните на выступ.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map23_002.jpg"><img src="http://www.nigetadiru.ru/mmo/map23_002.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.29,-53.65], {icon: tearIcon}).bindPopup('<i>Вы нашли питомник степных львов!</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E58.jpg"><img src="http://aadb.info/images/map/nui/E58.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.29,-53.45], {icon: tearIcon}).bindPopup('<i>Восхождение на крышу тренировочного лагеря снежных львов.</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E59.jpg"><img src="http://aadb.info/images/map/nui/E59.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.94,-52.8], {icon: tearIcon}).bindPopup('<i>Вы совершили прыжок над бездной.</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E57.jpg"><img src="http://aadb.info/images/map/nui/E57.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.04,-51.82], {icon: tearIcon}).bindPopup('<i>Вы забрались на вершину утеса Рождения Воинов!</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E56.jpg"><img src="http://aadb.info/images/map/nui/E56.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.29,-53.14], {icon: tearIcon}).bindPopup('<i>Вы забрались на самую вершину Соколиной горы!</i><br><div style="float: right;"><i>Скрин: Ясногрив [Cartel]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E122.jpg"><img src="http://aadb.info/images/map/nui/E122.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.96,-51.88], {icon: tearIcon}).bindPopup('<i>Обнаружение спуска из Глаза дня.</i><br><div style="float: right;"><i>Скрин: Tanz [Chaos]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E44.jpg"><img src="http://aadb.info/images/map/nui/E44.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.05,-50.16], {icon: tearIcon}).bindPopup('<i>Вы узнали, что скрывается в пещере летучих мышей!</i><br><div style="float: right;"><i>Скрин: Tanz [Chaos]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E43.jpg"><img src="http://aadb.info/images/map/nui/E43.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.17,-53.5], {icon: tearIcon}).bindPopup('<i>Обнаружен жилой квартал с видом на скалистые горы.</i><br><div style="float: right;"><i>Скрин: Рак [HearMeRoar]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E82.jpg"><img src="http://aadb.info/images/map/nui/E82.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.86,-53.92], {icon: tearIcon}).bindPopup('<i>Обнаружение кривого дерева в поселении Серого тумана.</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E55.jpg"><img src="http://aadb.info/images/map/nui/E55.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.44,-55.17], {icon: tearIcon}).bindPopup('<i>Обнаружение места посадки на летающий корабль в Махадеби.</i><br><div style="float: right;"><i>Скрин: Tanz [Chaos]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E45.jpg"><img src="http://aadb.info/images/map/nui/E45.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.55,-56.2], {icon: tearIcon}).bindPopup('<i>Вы нашли шатер Джабабы, короля изгоев!</i><br><div style="float: right;"><i>Скрин: Tanz [Chaos]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E46.jpg"><img src="http://aadb.info/images/map/nui/E46.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.22,-59.62], {icon: tearIcon}).bindPopup('<i>Вы нашли тайные ярусы Туманной пещеры!</i><br><div style="float: right;"><i>Скрин: Tanz [Chaos]</i></div><a class="quickbox" href="http://aadb.info/images/map/nui/E47.jpg"><img src="http://aadb.info/images/map/nui/E47.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.52,-59.43], {icon: tearIcon}).bindPopup('Подбегите к светящемуся дереву.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map23_013.jpg"><img src="http://www.nigetadiru.ru/mmo/map23_013.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.57,-59.24], {icon: tearIcon}).bindPopup('Перелетите через сферу.<a class="quickbox" href="http://www.nigetadiru.ru/mmo/map23_014.jpg"><img src="http://www.nigetadiru.ru/mmo/map23_014.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.68,-78.06], {icon: tearIcon}).bindPopup('<i>Покорите пик скалистого острова порта Махадеби.</i><br><div style="float: right;"><i>Скрин: Riane [Google]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E13.jpg"><img src="http://www.aadb.info/images/map/nui/E13.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.56,-77.61], {icon: tearIcon}).bindPopup('<i>Отважно спуститесь по горным порогам к самому порту.</i><br><div style="float: right;"><i>Скрин: Riane [Google]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E12.jpg"><img src="http://www.aadb.info/images/map/nui/E12.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.34,-76.42], {icon: tearIcon}).bindPopup('Проплывите под мостом.<a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.86,-81.90], {icon: tearIcon}).bindPopup('<i>Вы нашли старый тоннель, ведущий к каменоломне!</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E30.jpg"><img src="http://www.aadb.info/images/map/nui/E30.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.71,-89.65], {icon: tearIcon}).bindPopup('<i>Обнаружение бьющих струй горячих минеральных вод.</i><br><div style="float: right;"><i>Скрин: Либератор</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E67.jpg"><img src="http://www.aadb.info/images/map/nui/E67.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.91,-93.96], {icon: tearIcon}).bindPopup('<i>Вы осмотрели обелиск со всех сторон!</i><br><div style="float: right;"><i>Скрин: Либератор</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E64.jpg"><img src="http://www.aadb.info/images/map/nui/E64.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.34,-90.08], {icon: tearIcon}).bindPopup('<i>Совершите восхождение на крышу двухэтажного дома у колодца странников.</i><br><div style="float: right;"><i>Скрин: Riane [Google]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E10.jpg"><img src="http://www.aadb.info/images/map/nui/E10.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.8,-58.16], {icon: tearIcon}).bindPopup('<i>Вы осмотрели обелиск со всех сторон.</i><br><div style="float: right;"><i>Скрин: Mathers [WolfPack]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E71.jpg"><img src="http://www.aadb.info/images/map/nui/E71.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.93,-59.29], {icon: tearIcon}).bindPopup('Вы забрались на крышу амбара и осмотрели окрестности!</i><br><div style="float: right;"><i>Скрин: Юкари</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E27.jpg"><img src="http://www.aadb.info/images/map/nui/E27.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.22,-66.29], {icon: tearIcon}).bindPopup('<i>Найдите шатер слепого Моро</i><a class="quickbox" href="http://www.aadb.info/images/map/nui/E11.jpg"><img src="http://www.aadb.info/images/map/nui/E11.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.22,-72.31], {icon: tearIcon}).bindPopup('Зайдите в яму с туманом.<br><div style="float: right;"><i>Скрин: Stasselhoff</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E2.jpg"><img src="http://www.aadb.info/images/map/nui/E2.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.76,-77.67], {icon: tearIcon}).bindPopup('<i>Как же в городе крыш не побывать на крыше дворца?</i><br><div style="float: right;"><i>Скрин: Kissshor [Teikoku]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E8.jpg"><img src="http://www.aadb.info/images/map/nui/E8.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.87,-77.09], {icon: tearIcon}).bindPopup('<i>Вы забрались на одну из крыш, увенчанных куполом!</i><br><div style="float: right;"><i>Скрин: Рокк</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E36.jpg"><img src="http://www.aadb.info/images/map/nui/E36.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.99,-77.48], {icon: tearIcon}).bindPopup('<i>Восхождение на красный коврик.</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E37.jpg"><img src="http://www.aadb.info/images/map/nui/E37.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.02,-97.92], {icon: tearIcon}).bindPopup('<i>Прибудьте на скалистый остров к югу от плоскогорья Духов.</i><br><div style="float: right;"><i>Скрин: Riane [Google]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E17.jpg"><img src="http://www.aadb.info/images/map/nui/E17.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.64,-96.22], {icon: tearIcon}).bindPopup('<i>Обнаружение холма с видом на деревню Солнечной короны.</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E63.jpg"><img src="http://www.aadb.info/images/map/nui/E63.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.09,-88.45], {icon: tearIcon}).bindPopup('<i>Достижение вершины места последнего боя Фавитры.</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E35.jpg"><img src="http://www.aadb.info/images/map/nui/E35.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.11,-85.13], {icon: tearIcon}).bindPopup('Заберитесь на маленькую мечеть.<br><div style="float: right;"><i>Скрин: Riane [Google]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E9.jpg"><img src="http://www.aadb.info/images/map/nui/E9.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.94,-91.42], {icon: tearIcon}).bindPopup('<i>Достигните вершины изваяния льва на стройке квартала.</i><br><div style="float: right;"><i>Скрин: Химико [RedAlliance]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E6.jpg"><img src="http://www.aadb.info/images/map/nui/E6.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.25,-97.66], {icon: tearIcon}).bindPopup('<i>Достижение Долины костей Запретного берега.</i><br><div style="float: right;"><i>Скрин: Bodycat [Templar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E65.jpg"><img src="http://www.aadb.info/images/map/nui/E65.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.27,-98.49], {icon: tearIcon}).bindPopup('<i>Совершите восхождение на наблюдательную вышку Запретного берега.</i><br><div style="float: right;"><i>Скрин: Химико [RedAlliance]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E5.jpg"><img src="http://www.aadb.info/images/map/nui/E5.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.40,-98.73], {icon: tearIcon}).bindPopup('<i>Вы узнали, что пятьсот лет назад уровень воды в этой бухте бы гораздо выше!</i><br><div style="float: right;"><i>Скрин: Зварт [ORDA]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E119.jpg"><img src="http://www.aadb.info/images/map/nui/E119.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.06,-52.34], {icon: tearIcon}).bindPopup('Заберитесь на гору. 7<br>(Не проверенно, нет более точных ориентиров.)<a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.32,-60.33], {icon: tearIcon}).bindPopup('Заберитесь по лестнице на леса.<br><div style="float: right;"><i>Скрин: ErokeS</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E1.jpg"><img src="http://www.aadb.info/images/map/nui/E1.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.91,-51.72], {icon: tearIcon}).bindPopup('<i>Вы сумели забраться на самый верх гробницы.</i><br><div style="float: right;"><i>Скрин: Riane [Google]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E20.jpg"><img src="http://www.aadb.info/images/map/nui/E20.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.38,-56.02], {icon: tearIcon}).bindPopup('<i>Вы обнаружили простые блюда для дочери графа.</i><br><div style="float: right;"><i>Найдено: Riane [Google]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E21.jpg"><img src="http://www.aadb.info/images/map/nui/E21.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.82,-53], {icon: tearIcon}).bindPopup('<i>Cовершите восхождение на огромное высохшее дерево.</i><br><div style="float: right;"><i>Скрин: Riane [Google]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E19.jpg"><img src="http://www.aadb.info/images/map/nui/E19.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.3,-58.23], {icon: tearIcon}).bindPopup('<i>Найдите чудесный островок посреди Безмолвного озера</i><br><div style="float: right;"><i>Скрин: Teccka [Templar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E3.jpg"><img src="http://www.aadb.info/images/map/nui/E3.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.18,-58.61], {icon: tearIcon}).bindPopup('<i>Вы отважно прошлись по стволу дерева нависшего над водой.</i><br><div style="float: right;"><i>Скрин: Свити [Insaine]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E88.jpg"><img src="http://www.aadb.info/images/map/nui/E88.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.39,-56.05], {icon: tearIcon}).bindPopup('<i>Обнаружение алтаря пустого дерева.</i><br><div style="float: right;"><i>Скрин: Асинед</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E26.jpg"><img src="http://www.aadb.info/images/map/nui/E26.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.84,-68.8], {icon: tearIcon}).bindPopup('<i>Прибытие на скалистый остров Мандолиновой гавани.</i><br><div style="float: right;"><i>Скрин: Tanz [Chaos]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E23.jpg"><img src="http://www.aadb.info/images/map/nui/E23.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.89,-63.04], {icon: tearIcon}).bindPopup('<i>Обнаружение замка Поющей долины.</i><br><div style="float: right;"><i>Скрин: Tanz [Chaos]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E53.jpg"><img src="http://www.aadb.info/images/map/nui/E53.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.33,-68.24], {icon: tearIcon}).bindPopup('<i>Вы нашли место, с которого открывается прекрасный вид на залив Факелов!</i><br><div style="float: right;"><i>Скрин: Riane [Google]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E22.jpg"><img src="http://www.aadb.info/images/map/nui/E22.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.24,-65.16], {icon: tearIcon}).bindPopup('<i>Обнаружение места хранения пустого бочонка.</i><br><div style="float: right;"><i>Скрин: Darkbeast [Ultima]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E31.jpg"><img src="http://www.aadb.info/images/map/nui/E31.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.16,-64.08], {icon: tearIcon}).bindPopup('<i>Прибытие на вершину, с которой открывается вид на пьяное поле.</i><br><div style="float: right;"><i>Найдено: Darkbeast [Ultima]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E32.jpg"><img src="http://www.aadb.info/images/map/nui/E32.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.42,-69.02], {icon: tearIcon}).bindPopup('<i>Обнаружение внутренней части школы обучения игры на лютне.</i><br><div style="float: right;"><i>Скрин: Zloykay [Chaos]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E15.jpg"><img src="http://www.aadb.info/images/map/nui/E15.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.40,-65.32], {icon: tearIcon}).bindPopup('<i>Обнаружение кровати Квау.</i><br><div style="float: right;"><i>Скрин: Darkbeast [Ultima]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E33.jpg"><img src="http://www.aadb.info/images/map/nui/E33.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.11,-62.08], {icon: tearIcon}).bindPopup('<i>Обнаружение истока поющей реки.</i><br><div style="float: right;"><i>Скрин: Saltek [Inritmo]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E83.jpg"><img src="http://www.aadb.info/images/map/nui/E83.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.72,-59.75], {icon: tearIcon}).bindPopup('<i>Вы забрались на самую вершину храма Воссоединения!</i><br><div style="float: right;"><i>Найдено: Вжик</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E130.jpg"><img src="http://www.aadb.info/images/map/nui/E130.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.25,-63.57], {icon: tearIcon}).bindPopup('<i>Восхождение на крышу места призыва на военную службу.</i><br><div style="float: right;"><i>Скрин: Darkbeast [Ultima]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E29.jpg"><img src="http://www.aadb.info/images/map/nui/E29.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.74,-75.21], {icon: tearIcon}).bindPopup('<i>Вы не побоялись вскарабкаться на башню смерти!</i><br><div style="float: right;"><i>Скрин: Riane [Google]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E87.jpg"><img src="http://www.aadb.info/images/map/nui/E87.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.37,-71.62], {icon: tearIcon}).bindPopup('<i>Вы поднялись на наблюдательную вышку крепости Стольтенберг.</i><br><div style="float: right;"><i>Скрин: Riane [Google]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E66.jpg"><img src="http://www.aadb.info/images/map/nui/E66.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.07,-72.61], {icon: tearIcon}).bindPopup('<i>Вы забрались на вершину дольмена!</i><br><div style="float: right;"><i>Скрин: Химико [RedAlliance]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E25.jpg"><img src="http://www.aadb.info/images/map/nui/E25.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.46,-68.63], {icon: tearIcon}).bindPopup('<i>Обнаружте водопад реки Желания.</i><br><div style="float: right;"><i>Скрин: Безымянный [Illuminati]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E4.jpg"><img src="http://www.aadb.info/images/map/nui/E4.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-74.94,-70.33], {icon: tearIcon}).bindPopup('<i>Достигните вершины оперного театра.</i><br><div style="float: right;"><i>Скрин: Miew [SweetPath]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E16.jpg"><img src="http://www.aadb.info/images/map/nui/E16.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.57,-66.72], {icon: tearIcon}).bindPopup('<i>Вы забрались на крышу самой высокой постройки в деревне маракийцев.</i><br><div style="float: right;"><i>Скрин: Асинед</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E69.jpg"><img src="http://www.aadb.info/images/map/nui/E69.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.07,-66.16], {icon: tearIcon}).bindPopup('<i>Вы осмотрели окрестности Ричдельфа.</i><br><div style="float: right;"><i>Скрин: Darkbeast [Ultima]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E34.jpg"><img src="http://www.aadb.info/images/map/nui/E34.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.15,-64.13], {icon: tearIcon}).bindPopup('<i>Восхождение на крышу ритуальной башни.</i><br><div style="float: right;"><i>Скрин: Valikzub [Bandits Clan]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E79.jpg"><img src="http://www.aadb.info/images/map/nui/E79.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.62,-76.97], {icon: tearIcon}).bindPopup('<i>Вы нашли обелиск Инистера!</i><br><div style="float: right;"><i>Скрин: Асинед</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E70.jpg"><img src="http://www.aadb.info/images/map/nui/E70.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.79,-44.75], {icon: tearIcon}).bindPopup('<i>Теперь вы знаете, как тренируются лучшие охотники перевалов!</i><br><div style="float: right;"><i>Найдено: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E89.jpg"><img src="http://www.aadb.info/images/map/nui/E89.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.06,-35.99], {icon: tearIcon}).bindPopup('<i>Вы осмотрели высокую башню, украшенную высоким барельефом эпохи Фарвати!</i><br><div style="float: right;"><i>Найдено: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E117.jpg"><img src="http://www.aadb.info/images/map/nui/E117.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.92,-38.43], {icon: tearIcon}).bindPopup('<i>Вы поднялись на монумент Трехликого!</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E116.jpg"><img src="http://www.aadb.info/images/map/nui/E116.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.78,-34.85], {icon: tearIcon}).bindPopup('<i>Вы достигли вершины дворца императрицы Фарвати!</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E115.jpg"><img src="http://www.aadb.info/images/map/nui/E115.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.41,-33.79], {icon: tearIcon}).bindPopup('<i>Вы забрались на крышу золоченой беседки сада!</i><br><div style="float: right;"><i>Найдено: Кукарямба [Золотая Орда]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E93.jpg"><img src="http://www.aadb.info/images/map/nui/E93.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.38,-33.65], {icon: tearIcon}).bindPopup('<i>Вы достигли вершины импровизированного театра в руинах Харихараллы!</i><br><div style="float: right;"><i>Cкрин: Кукарямба [Золотая Орда]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E92.jpg"><img src="http://www.aadb.info/images/map/nui/E92.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.25,-34.77], {icon: tearIcon}).bindPopup('<i>Вы поднялись на крышу древнего храма Матери Богов!</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E94.jpg"><img src="http://www.aadb.info/images/map/nui/E94.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.39,-35.13], {icon: tearIcon}).bindPopup('<i>Вы осмотрели конструкцию снаружи и изнутри, но так и не поняли, что это - клетка или строительные леса!</i><br><div style="float: right;"><i>Найдено: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E118.jpg"><img src="http://www.aadb.info/images/map/nui/E118.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.07,-69.53], {icon: tearIcon}).bindPopup('В Каор-Норде(здании с трубами) в подвале, заходя на сцену дают слезу.<br><div style="float: right;"><i>Найдено: DokerZ</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E7.jpg"><img src="http://www.aadb.info/images/map/nui/E7.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-75.92,-74.7], {icon: tearIcon}).bindPopup('<i>Обнаружение Водоворота непреодолимого пролива.</i><br><div style="float: right;"><i>Найдено: DokerZ</i></div><br><div style="float: right;"><i>Скрин: Химико [RedAlliance]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E24.jpg"><img src="http://www.aadb.info/images/map/nui/E24.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.74,-23.91], {icon: tearIcon}).bindPopup('<i>Вы поднялись на крышу Нефритовго дворца!</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E108.jpg"><img src="http://www.aadb.info/images/map/nui/E108.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.83,-22.53], {icon: tearIcon}).bindPopup('<i>Вы нашли чудесную беседку Нефритовго дворца!</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E107.jpg"><img src="http://www.aadb.info/images/map/nui/E107.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.06,-26.42], {icon: tearIcon}).bindPopup('<i>Вы забрались на вершину гробницы генерала Люисиня!</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E110.jpg"><img src="http://www.aadb.info/images/map/nui/E110.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.70,-26.02], {icon: tearIcon}).bindPopup('<i>Вы нашли природный мост через Нефритовые водопады!</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E113.jpg"><img src="http://www.aadb.info/images/map/nui/E113.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.29,-29.12], {icon: tearIcon}).bindPopup('<i>Вы нашли место, с которого открывается чудесный вид на пионовые поля!</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E111.jpg"><img src="http://www.aadb.info/images/map/nui/E111.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.43,-24.74], {icon: tearIcon}).bindPopup('<i>Вы поднялись на дозорную башню у арены львиных бегов!</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E112.jpg"><img src="http://www.aadb.info/images/map/nui/E112.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.63,-24.53], {icon: tearIcon}).bindPopup('<i>Покорение большой скалы со следами Тэми.</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E109.jpg"><img src="http://www.aadb.info/images/map/nui/E109.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.89,-28.18], {icon: tearIcon}).bindPopup('<i>Вы поднялись на вершину деревянных врат Хазиры!</i><br><div style="float: right;"><i>Скрин: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E106.jpg"><img src="http://www.aadb.info/images/map/nui/E106.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.49,-65.28], {icon: tearIcon}).bindPopup('<i>Обнаружение задворок Шепчущей реки.</i><br><div style="float: right;"><i>Найдено: Zloykay [Chaos]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E14.jpg"><img src="http://www.aadb.info/images/map/nui/E14.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.97,-52.76], {icon: tearIcon}).bindPopup('<i>Совершите восхождение на древнюю королевскую гробницу.</i><br><div style="float: right;"><i>Найдено: Riane [Google]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E18.jpg"><img src="http://www.aadb.info/images/map/nui/E18.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.98,-21.12], {icon: tearIcon}).bindPopup('<i>Вы нашли устье Нефритовых водопадов!</i><br><div style="float: right;"><i>Найдено: Tsukihime [DalZone]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E114.jpg"><img src="http://www.aadb.info/images/map/nui/E114.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.75,-72.16], {icon: tearIcon}).bindPopup('<i>Вы отважно спустились по водопаду Деби!</i><br><div style="float: right;"><i>Найдено: Melissara [Templar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E54.jpg"><img src="http://www.aadb.info/images/map/nui/E54.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-57.58,-98.04], {icon: tearIcon}).bindPopup('<i>Обнаружение малого скалистого острова напротив Бухты висельников.</i><br><div style="float: right;"><i>Найдено: Bodycat [Templar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/O1.jpg"><img src="http://www.aadb.info/images/map/nui/O1.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-77.18,-52.46], {icon: tearIcon}).bindPopup('<i>Восхождение на высохшее огромное дерево.</i><br><div style="float: right;"><i>Найдено: Mathers [WolfPack]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E72.jpg"><img src="http://www.aadb.info/images/map/nui/E72.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.70,-90.48], {icon: tearIcon}).bindPopup('<i>Восхождение на крышу театра Остеры.</i><br><div style="float: right;"><i>Найдено: Рак [HearMeRoar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E74.jpg"><img src="http://www.aadb.info/images/map/nui/E74.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.47,-92.05], {icon: tearIcon}).bindPopup('<i>Вы поднялись на вершину маяка и наконец увидели море во всем его великолепии!</i><br><div style="float: right;"><i>Найдено: Рак [HearMeRoar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E75.jpg"><img src="http://www.aadb.info/images/map/nui/E75.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-80.26,-65.24], {icon: tearIcon}).bindPopup('<i>Восхождение на колокольню деревни Железной наковальни.</i><br><div style="float: right;"><i>Найдено: Рак [HearMeRoar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E76.jpg"><img src="http://www.aadb.info/images/map/nui/E76.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-81.14,-71.73], {icon: tearIcon}).bindPopup('<i>Восхождение на скалу, с которой виден Иссушенный солнцем приют.</i><br><div style="float: right;"><i>Найдено: Рак [HearMeRoar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E77.jpg"><img src="http://www.aadb.info/images/map/nui/E77.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-78.13,-68.96], {icon: tearIcon}).bindPopup('<i>Вы поднялись на крышу самого красивого трактира, какой когда-либо видели!</i><br><div style="float: right;"><i>Найдено: Вжик [Black Sails]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E78.jpg"><img src="http://www.aadb.info/images/map/nui/E78.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.19,-53.47], {icon: tearIcon}).bindPopup('<i>Вы нашли гору с которой видно утес Рождения Воинов.</i><br><div style="float: right;"><i>Найдено: Рак [HearMeRoar]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E81.jpg"><img src="http://www.aadb.info/images/map/nui/E81.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-74.85,-70.94], {icon: tearIcon}).bindPopup('<i>Вы поднялись на наблюдательную башню Каор-Норда.</i><br><div style="float: right;"><i>Найдено: Barashdoto</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/E85.jpg"><img src="http://www.aadb.info/images/map/nui/E85.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-59.33,-41.92], {icon: tearIcon}).bindPopup('<i>Обнаружение колонн океана.</i><br><div style="float: right;"><i>Найдено: Фере</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/O2.jpg"><img src="http://www.aadb.info/images/map/nui/O2.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-59.29,-42.25], {icon: tearIcon}).bindPopup('<i>Обнаружение колонн с видом на океан.</i><br><div style="float: right;"><i>Найдено: Фере</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/O3.jpg"><img src="http://www.aadb.info/images/map/nui/O3.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.19,-100.96], {icon: tearIcon}).bindPopup('Отсутствует внутриигровое литературное описание.<br>Необходимо обновить изображение на более информативное (момент получения слезы).<br><br><div style="float: right;"><i>Найдено: Aknor</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/O5.jpg"><img src="http://www.aadb.info/images/map/nui/O5.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-71.55,-93.21], {icon: tearIcon}).bindPopup('Вы нашли скалу с видом на Инистер!<br><br><div style="float: right;"><i>Найдено: Aknor [Крестоносцы]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/O6.jpg"><img src="http://www.aadb.info/images/map/nui/O6.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79,-93.60], {icon: tearIcon}).bindPopup('Обнаружение хижины малого острова!<br><br><div style="float: right;"><i>Найдено: Вжик [Black Sails]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/O7.jpg"><img src="http://www.aadb.info/images/map/nui/O7.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.80,-84.64], {icon: tearIcon}).bindPopup('Вы нашли скалу, с которой открывается отличный вид на остров Пляшущих Костей!<br><br><div style="float: right;"><i>Найдено: Вжик [Black Sails]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/O8.jpg"><img src="http://www.aadb.info/images/map/nui/O8.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.80,-86.07], {icon: tearIcon}).bindPopup('Вы нашли остов "Мерианика"!<br><br><div style="float: right;"><i>Найдено: Вжик [Black Sails]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/O9.jpg"><img src="http://www.aadb.info/images/map/nui/O9.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-74.99,-81.91], {icon: tearIcon}).bindPopup('Обнаружение высокой скалы Кораллового острова!<br><br><div style="float: right;"><i>Найдено: Вжик [Black Sails]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/O11.jpg"><img src="http://www.aadb.info/images/map/nui/O11.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-63.92,-88.36], {icon: tearIcon}).bindPopup('У вас остаётся чувство, что с этим островком не все так просто!<br><br><div style="float: right;"><i>Найдено: Вжик [Black Sails]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/O12.jpg"><img src="http://www.aadb.info/images/map/nui/O12.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-55.15,-65.21], {icon: tearIcon}).bindPopup('Вы высадились на крошечном островке у берегов утраченной земли!<br><br><div style="float: right;"><i>Найдено: Aknor [Крестоносцы]</i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/O13.jpg"><img src="http://www.aadb.info/images/map/nui/O13.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-79.88,-105.59], {icon: tearIcon}).bindPopup('<i>Обнаружение необитаемого скалистого острова.</i><br><div style="float: right;"><i>Найдено: Mcrss<br>Скрин: Lockir [TheMercenaries] </i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/O4.jpg"><img src="http://www.aadb.info/images/map/nui/O4.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-76.79,-85.45], {icon: tearIcon}).bindPopup('<i>Теперь вы знаете, почему этот остров зовут островом Плящущих Костей!</i><br><div style="float: right;"><i>Найдено: Вжик [Black Sails]<br>Скрин: Lockir [TheMercenaries] </i></div><a class="quickbox" href="http://www.aadb.info/images/map/nui/O10.jpg"><img src="http://www.aadb.info/images/map/nui/O10.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(tearsLayer);L.marker([-58.16,-67.17], {icon: shipIcon}).bindPopup('<i>W:0°08\'38"<br>S:6°23\'57"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-57.41,-68.26], {icon: shipIcon}).bindPopup('<i>W:0°21\'26"<br>S:6°07\'01"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-58.98,-68.37], {icon: shipIcon}).bindPopup('<i>W:0°22\'39"<br>S:6°42\'23"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-59.65,-68.33], {icon: shipIcon}).bindPopup('<i>W:0°27\'54"<br>S:6°57\'37"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-57.98,-69.06], {icon: shipIcon}).bindPopup('<i>W:0°30\'44"<br>S:6°19\'48"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-57.49,-69.92], {icon: shipIcon}).bindPopup('<i>W:0°40\'47"<br>S:6°08\'50"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-58.42,-70.72], {icon: shipIcon}).bindPopup('<i>W:0°50\'16"<br>S:6°29\'03"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-58.86,-71.32], {icon: shipIcon}).bindPopup('<i>W:0°56\'80"<br>S:6°39\'40"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-59.61,-70.75], {icon: shipIcon}).bindPopup('<i>W:0°50\'35"<br>S:6°56\'48"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-60.84,-67.50], {icon: shipIcon}).bindPopup('<i>W:0°12\'26"<br>S:7°26\'16"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-61.90,-67.88], {icon: shipIcon}).bindPopup('<i>W:0°17\'01"<br>S:7°52\'22"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-60.42,-69.75], {icon: shipIcon}).bindPopup('<i>W:0°38\'55"<br>S:7°16\'06"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-61.37,-70.57], {icon: shipIcon}).bindPopup('<i>W:0°48\'23"<br>S:7°38\'58"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-60.74,-71.35], {icon: shipIcon}).bindPopup('<i>W:0°57\'36"<br>S:7°23\'48"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-58.96,-72.66], {icon: shipIcon}).bindPopup('<i>W:1°28\'58"<br>S:6°41\'40"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-57.41,-71.91], {icon: shipIcon}).bindPopup('<i>W:1°04\'11"<br>S:6°07\'03"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-57.82,-72.21], {icon: shipIcon}).bindPopup('<i>W:1°07\'42"<br>S:6°16\'08"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-58.34,-72.91], {icon: shipIcon}).bindPopup('<i>W:1°15\'52"<br>S:6°27\'38"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-59.23,-73.99], {icon: shipIcon}).bindPopup('<i>W:1°28\'34"<br>S:6°48\'01"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-59.33,-75.01], {icon: shipIcon}).bindPopup('<i>W:1°40\'29"<br>S:6°50\'15"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-58.90,-75.90], {icon: shipIcon}).bindPopup('<i>W:1°50\'57"<br>S:6°40\'35"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-62.20,-72.48], {icon: shipIcon}).bindPopup('<i>W:1°10\'51"<br>S:7°59\'41"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-60.26,-72.64], {icon: shipIcon}).bindPopup('<i>W:1°12\'47"<br>S:7°12\'08"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-60.85,-72.58], {icon: shipIcon}).bindPopup('<i>W:1°11\'59"<br>S:7°26\'18"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-61.24,-73.17], {icon: shipIcon}).bindPopup('<i>W:1°18\'55"<br>S:7°35\'56"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-59.84,-73.15], {icon: shipIcon}).bindPopup('<i>W:1°18\'39"<br>S:7°02\'17"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-60.42,-74.40], {icon: shipIcon}).bindPopup('<i>W:1°33\'17"<br>S:7°15\'57"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-61.77,-76.10], {icon: shipIcon}).bindPopup('<i>W:1°53\'15"<br>S:7°49\'08"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-60.47,-75.84], {icon: shipIcon}).bindPopup('<i>W:1°50\'15"<br>S:7°17\'09"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-61.92,-74.53], {icon: shipIcon}).bindPopup('<i>W:1°34\'54"<br>S:7°52\'53"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);L.marker([-59.93,-74.61], {icon: shipIcon}).bindPopup('<i>W:1°35\'47"<br>S:7°04\'22"</i><div style="float: right;"><i>Найдено: BobPirat</i></div><a class="quickbox" href="http://www.aadb.info/images/no_image.jpg"><img src="http://www.aadb.info/images/no_image.jpg" width="300" style="border: 1px solid #000; margin-top: 10px;"></a>').addTo(shipLayer);
var cmAttr = '© База знаний Archeage.org.ua', cmUrl = 'http://www.aadb.info/images/map/world/en/{z}/{x}/{y}.jpg'; var minimal = L.tileLayer(cmUrl, {attribution:'<a href="http://aadb.info/doc/" target=_new>руководство</a>',minZoom:1,maxZoom:7,noWrap:true,tms: true});
var map = L.map('map', {center: [-68, -90],zoomControl:false , zoom: 3, layers: [minimal]});
UserCoord.addTo(map);
some_text = "Hidden places";
Line.addTo(map);
L.control.layers({},overlays1).addTo(map);
some_text = "Transport and locations";
Line.addTo(map);
L.control.layers({},overlays2).addTo(map);
some_text = "Resourses";
Line.addTo(map);
L.control.layers({},overlays3).addTo(map);
</script>
<script>
var MapClicker=0;
var Pxl = "";
var MarkerDrw = "";
var GlobalMarkerLatLng = '';
var GlobalMarkerRad = '';
var GlobalMarkerText = '';
var GlobalMarkerIcon = '';
var GlobalMarkerLink = '';
var GlobalMarkerTimer = '';
var MarkerArrayList = new Array;
function CheckEdit(){
if (MapClicker == 1) {editsSwitch = 0; document.getElementById('map').style.cursor = ''; document.getElementById('DrawBtn').innerHTML = '<div class="block" style="margin: 6px 0px 0px 6px;" title="Закончить редактирование"><img src="/map/images/icons/edit_ico.png" width="24" height="24" border="0"></div><div class="block mapButtonLetter"> M</div>';}
else {editsSwitch = 1; document.getElementById('map').style.cursor = 'url("mouse_target.cur"), auto'; document.getElementById('DrawBtn').innerHTML = '<div class="block" style="margin: 6px 0px 0px 6px;" title="Начать редактирование"><img src="images/icons/edit_ico_end.png" width="24" height="24" border="0"></div><div class="block mapButtonLetter">esc</div>';}
MapClicker = editsSwitch;
}
function ChangeIcon (id,type){
if (type != 1){
MarkerArrayList[id-1].setIcon(eval('selectedIcon'+type));
} else {MarkerArrayList[id-1].setIcon(eval('p'+id+'Icon'));}
document.getElementById("gmico"+id).value = type;
}
function DropMarker(){
var we = document.getElementById("we").value;
var r1 = document.getElementById('r1').value;
var m1 = document.getElementById('m1').value;
var s1 = document.getElementById('s1').value;
var ns = document.getElementById('ns').value;
var r2 = document.getElementById('r2').value;
var m2 = document.getElementById('m2').value;
var s2 = document.getElementById('s2').value;
var WESecond = r1*3600+m1*60+s1*1;
var WEPxl = WESecond/7.7253*we;
var NSSecond = r2*3600+m2*60+s2*1;
var NSPxl = NSSecond/7.7922*ns;
var m = {x:10337+WEPxl, y:19973+NSPxl}
var marker = L.marker(map.unproject([m.x, m.y], map.getMaxZoom())).addTo(map);
map.panTo(marker.getLatLng());
}
function OpenEditor(elementid){
if (document.getElementById('gmllnk'+elementid).value == "") {image_link = "http://www.aadb.info/images/no_mini_img.png";} else {image_link = document.getElementById('gmllnk'+elementid).value;}
document.getElementById('editor').innerHTML = "<div class='bckgr_shdw'><div class='pl_marker_edit'><div class='close_wnd'><img src='http://www.aadb.info/images/cancel.png' onClick='CloseEditor()'></div>Edit the marker:<br><br><textarea id='editorfield' name='editorfield' style='resize:none;width:290px;height:100px;font-family:\"Roboto Condensed\", Arial;font-size:12px;'></textarea><div>Icon: <div class='block link' onClick='ChangeIcon("+elementid+", 1)'><img src='images/icons/p"+elementid+".png'></div><div class='block link' onClick='ChangeIcon("+elementid+", 2)'><img src='images/icons/user_icon_1.png'></div><div class='block link' onClick='ChangeIcon("+elementid+", 3)'><img src='images/icons/user_icon_2.png'></div><div class='block link' onClick='ChangeIcon("+elementid+", 4)'><img src='images/icons/user_icon_3.png'></div><div class='block link' onClick='ChangeIcon("+elementid+", 5)'><img src='images/icons/user_icon_4.png'></div><div class='block link' onClick='ChangeIcon("+elementid+", 6)'><img src='images/icons/user_icon_5.png'></div><div class='block link' onClick='ChangeIcon("+elementid+", 7)'><img src='images/icons/user_icon_6.png'></div><div class='block link' onClick='ChangeIcon("+elementid+", 8)'><img src='images/icons/user_icon_7.png'></div><div class='block link' onClick='ChangeIcon("+elementid+", 9)'><img src='images/icons/user_icon_8.png'></div><div class='block link' onClick='ChangeIcon("+elementid+", 10)'><img src='images/icons/user_icon_9.png'></div><div class='block link' onClick='ChangeIcon("+elementid+", 11)'><img src='images/icons/user_icon_10.png'></div><div class='block link' onClick='ChangeIcon("+elementid+", 12)'><img src='images/icons/user_icon_11.png'></div><div class='block link' onClick='ChangeIcon("+elementid+", 13)'><img src='http://www.aadb.info/images/icons/user_icon_12.png'></div></div><div>URL-path for marker image:<br><input type='text' id='editorlink' name='editorlink' class='txtfld_editor_imgurl'><img src='"+image_link+"' width='100' height='61' style='float:left;margin-right:10px;'></div><div class='crtmrk_btn' style='float: right;padding-right: 55px;' onClick='SaveToField("+elementid+")'>Save</div></div></div>";
document.getElementById('editorfield').value = document.getElementById('gmtxt'+elementid).value
document.getElementById('editorlink').value = document.getElementById('gmllnk'+elementid).value
}
function CloseEditor(){
document.getElementById('editor').innerHTML = "";
}
function SaveToField(elementid){
document.getElementById('gmtxt'+elementid).value = document.getElementById('editorfield').value;
document.getElementById('gmllnk'+elementid).value = document.getElementById('editorlink').value;
CloseEditor(); RebuildStrings();
}
function RebuildStrings(){
GlobalMarkerLatLngRebuild = (GlobalMarkerLatLng.slice(0, -1)).split('#');
allsteps = GlobalMarkerLatLngRebuild.length;
GlobalMarkerLatLng = ''; GlobalMarkerRad = ''; GlobalMarkerText = ''; GlobalMarkerIcon = ''; GlobalMarkerLink = ''; GlobalMarkerTimer = '';
for (i = 1; i <= allsteps; i++){
GlobalMarkerLatLng = GlobalMarkerLatLng + document.getElementById('gmlatlng'+i).value + '#';
GlobalMarkerRad = GlobalMarkerRad + document.getElementById('gmrad'+i).value + '#';
GlobalMarkerText = GlobalMarkerText + document.getElementById('gmtxt'+i).value + '#';
GlobalMarkerIcon = GlobalMarkerIcon + document.getElementById('gmico'+i).value + '#';
GlobalMarkerLink = GlobalMarkerLink + document.getElementById('gmllnk'+i).value + '#';
GlobalMarkerTimer = GlobalMarkerTimer + document.getElementById('gmltmr'+i).value + '#';
if (document.getElementById('gmico'+i).value == 1){
MarkerArrayList[i-1].setIcon(eval('p'+i+'Icon'));
}
}
}
function CloseWndAfterSave() {
document.getElementById('results').innerHTML = "";
document.getElementById('map').innerHTML = "";
}
function CheckSave (){
GlobalMarkerLatLng_save=GlobalMarkerLatLng.slice(0, -1);
GlobalMarkerText_save=GlobalMarkerText.slice(0, -1);
GlobalMarkerIcon_save=GlobalMarkerIcon.slice(0, -1);
GlobalMarkerLink_save=GlobalMarkerLink.slice(0, -1);
GlobalMarkerTimer_save=GlobalMarkerTimer.slice(0, -1);
$.ajax({
type: 'POST',
url: 'checksave.php',
data: 'gmlatlng='+GlobalMarkerLatLng_save+'&gmtxt='+GlobalMarkerText_save+'&gmico='+GlobalMarkerIcon_save+'&gmllnk='+GlobalMarkerLink_save+'&gmltmr='+GlobalMarkerTimer_save,
success: function(data) {
$('.results').html(data);
}
});
}
function onClick(e) {
if (MapClicker == 1){
GlobalCount = MarkerArrayList.length;
MarkerDrw = eval("p"+Number(GlobalCount+1)+"Icon");
action = "crtmarker";
MarkerArrayList.push(new L.marker(e.latlng, {id: 'Marker 1', icon: MarkerDrw,}));
MarkerCh = MarkerArrayList[GlobalCount];
mltlng = String(MarkerCh.getLatLng()); var mpxl = String(map.project(MarkerCh.getLatLng(), map.getMaxZoom()));
mltlng = mltlng.replace("LatLng(",""); mpxl = mpxl.replace("Point(","");
mltlng = mltlng.replace(")",""); mpxl = mpxl.replace(")","");
mrkLatLng = mltlng.replace(" ",""); mrkPxl = mpxl.replace(" ","");
markerpopuptext = 'Marker '+Number(GlobalCount+1);
GlobalMarkerLatLng = GlobalMarkerLatLng + mrkLatLng + '#';
GlobalMarkerRad = GlobalMarkerRad + mrkPxl + '#';
GlobalMarkerText = GlobalMarkerText + 'Marker '+Number(GlobalCount+1)+'#';
GlobalMarkerIcon = GlobalMarkerIcon + '1'+ '#';
GlobalMarkerLink = GlobalMarkerLink + '' + '#';
GlobalMarkerTimer = GlobalMarkerTimer + '0:0:0' + '#';
$.ajax({
type: 'POST',
url: 'script.php',
data: 'action='+action+'&gmlatlng='+GlobalMarkerLatLng+'&gmrad='+GlobalMarkerRad+'&gmtxt='+GlobalMarkerText+'&gmico='+GlobalMarkerIcon+'&gmllnk='+GlobalMarkerLink+'&gmltmr='+GlobalMarkerTimer+'&lang=eng',
success: function(data) {
$('.results').html(data);
}
});
MarkerCh.bindPopup(markerpopuptext);
map.addLayer(MarkerCh);
}
};
function key_check() {
window.status=event.keyCode;
if (event.keyCode==77) {
if (MapClicker == 0) {MapClicker = 1; document.getElementById('map').style.cursor = 'url("mouse_target.cur"), auto'; document.getElementById('DrawBtn').innerHTML = '<div class="block" style="margin: 6px 0px 0px 6px;" title="Начать редактирование"><img src="images/icons/edit_ico_end.png" width="24" height="24" border="0"></div><div class="block mapButtonLetter">esc</div>';}
}
if (event.keyCode==27) {
if (MapClicker == 1) {MapClicker = 0; document.getElementById('map').style.cursor = ''; document.getElementById('DrawBtn').innerHTML = '<div class="block" style="margin: 6px 0px 0px 6px;" title="Закончить редактирование"><img src="images/icons/edit_ico.png" width="24" height="24" border="0"></div><div class="block mapButtonLetter"> M</div>';}
}
}
map.on('click', onClick);
document.onkeydown=key_check;
var ouest = <?php echo $_GET['ouest'];?>;
var sud = <?php echo $_GET['sud'];?>;
var r1 = <?php echo $_GET['r1'];?>;
var m1 = <?php echo $_GET['m1'];?>;
var s1 = <?php echo $_GET['s1'];?>;
var r2 = <?php echo $_GET['r2'];?>;
var m2 = <?php echo $_GET['m2'];?>;
var s2 = <?php echo $_GET['s2'];?>;
var WESecond = r1*3600+m1*60+s1*1;
var WEPxl = WESecond/7.7253*ouest;
var NSSecond = r2*3600+m2*60+s2*1;
var NSPxl = NSSecond/7.7922*sud;
var m = {x:10337+WEPxl, y:19973+NSPxl}
var marker = L.marker(map.unproject([m.x, m.y], map.getMaxZoom())).addTo(map);
map.panTo(marker.getLatLng());
</script>
</BODY>
</html>