-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.js
372 lines (363 loc) · 201 KB
/
main.js
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
bounds = new L.LatLngBounds(new L.LatLng(52.615601, 120.101408), new L.LatLng(22.802210, 149.758949));
function landing_coords(){
var hashes = window.location.hash.split("#");
if(hashes[1] === undefined || hashes[2] === undefined){
return L.latLng([35.6804, 139.7717]);
} else {
return [hashes[1],hashes[2]];
}
}
function landing_zoom(){
var hashes = window.location.hash.split("#");
if(hashes[3] === undefined){
return 13;
} else {
return hashes[3];
}
}
var mymap = L.map('mapid', {minZoom: 5, maxZoom: 18, maxBounds: bounds}).setView(landing_coords(), landing_zoom());
var modal = document.getElementById('myModal');
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', {
attribution: 'Map data © <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors, ' +
'<a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, ' +
'Imagery © <a href="https://www.mapbox.com/">Mapbox</a>',
id: 'mapbox.streets'
}).addTo(mymap);
function create_markup(image_url, name, artist) {
return `<div style=\"width: 300px; height: 300px;\"> \
<div style=\"position: absolute; width: 100%; height: 90%; border-radius: 20px 20px 0 0; overflow:hidden; object-fit: cover\"> \
<img style=\"position: absolute; display: block; width: 130%; height: auto; transform: scale(1.5)\" src=\"${image_url}\"/> \
</div> \
<div style=\"position: absolute; width: 300px; height: 80px; border-radius: 0 0 20px 20px; margin-top: 220px; overflow: hidden; background-color: white\"> \
<p style=\"margin: 2%; font-family: Arial,Helvetica Neue,Helvetica,sans-serif; font-weight: bold \"> \
${name}<br/> \
</p> \
<p style=\"margin: 2%; font-family: Arial,Helvetica Neue,Helvetica,sans-serif;\"> \
${artist}
</p> \
</div> \
<div style=\"position: absolute; width: 0; height: 0; margin-top: 300px; margin-left: 140px; border-top: 20px solid white; border-left: 20px solid transparent; border-right: 20px solid transparent;\"></div> \
</div>`;
}
function generate_popup(latlong, image_url, name, artist){
var container = document.getElementById("mapid");
console.log(container)
let HTMLcontainer = document.createElement("div");
HTMLcontainer.id = image_url;
HTMLcontainer.innerHTML = create_markup(image_url, name, artist);
HTMLcontainer.style.position = "absolute";
HTMLcontainer.style.left = (mymap.latLngToContainerPoint(latlong).x - 10) +'px';
HTMLcontainer.style.top = (mymap.latLngToContainerPoint(latlong).y - 4) +'px';
HTMLcontainer.style.webkitTransform = "translate(-50%, -110%)";
HTMLcontainer.style.zIndex = 4000
container.appendChild(HTMLcontainer);
console.log(container)
};
function destroy_popup(image_url){
var HTMLcontainer = document.getElementById(image_url);
HTMLcontainer.parentNode.removeChild(HTMLcontainer);
}
L.circleMarker([35.68402777777777, 139.77444444444447], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#1 - Nihonbashi- Clearing after Snow - ImagePage", [35.68402777777777, 139.77444444444447]) }).on('mouseover', function(event) { generate_popup([35.68402777777777, 139.77444444444447], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/1 - Nihonbashi, Chūō.jpg', 'Nihonbashi: Clearing after Snow', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/1 - Nihonbashi, Chūō.jpg');}); //Nihonbashi: Clearing after Snow
L.circleMarker([35.675666666666665, 139.74897222222222], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#2 - Kasumigaseki - ImagePage", [35.675666666666665, 139.74897222222222]) }).on('mouseover', function(event) { generate_popup([35.675666666666665, 139.74897222222222], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/2 - Kasumigaseki, Chiyoda.jpg', 'Kasumigaseki', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/2 - Kasumigaseki, Chiyoda.jpg');}); //Kasumigaseki
L.circleMarker([35.67222222222222, 139.76102777777777], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#3 - Hibiya and Soto-Sakurada from Yamashita-chō - ImagePage", [35.67222222222222, 139.76102777777777]) }).on('mouseover', function(event) { generate_popup([35.67222222222222, 139.76102777777777], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/3 - Hibiya, Chūō.jpg', 'Hibiya and Soto-Sakurada from Yamashita-chō', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/3 - Hibiya, Chūō.jpg');}); //Hibiya and Soto-Sakurada from Yamashita-chō
L.circleMarker([35.67761111111111, 139.78741666666667], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#4 - Tsukudajima and Eitai Bridge - ImagePage", [35.67761111111111, 139.78741666666667]) }).on('mouseover', function(event) { generate_popup([35.67761111111111, 139.78741666666667], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/4 - Tsukuda, Chūō.jpg', 'Tsukudajima and Eitai Bridge', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/4 - Tsukuda, Chūō.jpg');}); //Tsukudajima and Eitai Bridge
L.circleMarker([35.69333333333333, 139.79194444444445], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#5 - Ekōin Temple in Ryōgoku and Moto-Yanagi Bridge - ImagePage", [35.69333333333333, 139.79194444444445]) }).on('mouseover', function(event) { generate_popup([35.69333333333333, 139.79194444444445], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/5 - Ryōgoku, Sumida.jpg', 'Ekōin Temple in Ryōgoku and Moto-Yanagi Bridge', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/5 - Ryōgoku, Sumida.jpg');}); //Ekōin Temple in Ryōgoku and Moto-Yanagi Bridge
L.circleMarker([35.69461111111111, 139.7831388888889], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#6 - Hatsune Riding Ground in Bakuro-chō - ImagePage", [35.69461111111111, 139.7831388888889]) }).on('mouseover', function(event) { generate_popup([35.69461111111111, 139.7831388888889], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/6 - Nihonbashibakuro-chō, Chūō.jpg', 'Hatsune Riding Ground in Bakuro-chō', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/6 - Nihonbashibakuro-chō, Chūō.jpg');}); //Hatsune Riding Ground in Bakuro-chō
L.circleMarker([35.68852777777777, 139.77636111111113], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#7 - Shops with Cotton Goods in Ōdenma-chō - ImagePage", [35.68852777777777, 139.77636111111113]) }).on('mouseover', function(event) { generate_popup([35.68852777777777, 139.77636111111113], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/7 - Nihonbashiōdenma-chō, Chūō.jpg', 'Shops with Cotton Goods in Ōdenma-chō', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/7 - Nihonbashiōdenma-chō, Chūō.jpg');}); //Shops with Cotton Goods in Ōdenma-chō
L.circleMarker([35.686249999999994, 139.77394444444445], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#8 - Suruga-chō - ImagePage", [35.686249999999994, 139.77394444444445]) }).on('mouseover', function(event) { generate_popup([35.686249999999994, 139.77394444444445], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/8 - Nihonbashimuro-machi, Chūō.jpg', 'Suruga-chō', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/8 - Nihonbashimuro-machi, Chūō.jpg');}); //Suruga-chō
L.circleMarker([35.69736111111111, 139.76922222222223], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#9 - Yatsukōji Inside Sujikai Gate - ImagePage", [35.69736111111111, 139.76922222222223]) }).on('mouseover', function(event) { generate_popup([35.69736111111111, 139.76922222222223], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/9 - Kandata-chō, Chiyoda.jpg', 'Yatsukōji, Inside Sujikai Gate', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/9 - Kandata-chō, Chiyoda.jpg');}); //Yatsukōji, Inside Sujikai Gate
L.circleMarker([35.70194444444445, 139.76791666666668], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#10 - Sunrise at Kanda Myōjin Shrine - ImagePage", [35.70194444444445, 139.76791666666668]) }).on('mouseover', function(event) { generate_popup([35.70194444444445, 139.76791666666668], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/10 - Soto-Kanda, Chiyoda.jpg', 'Sunrise at Kanda Myōjin Shrine', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/10 - Soto-Kanda, Chiyoda.jpg');}); //Sunrise at Kanda Myōjin Shrine
L.circleMarker([35.712611111111116, 139.77355555555556], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#11 - Kiyomizu Hall and Shinobazu Pond at Ueno - ImagePage", [35.712611111111116, 139.77355555555556]) }).on('mouseover', function(event) { generate_popup([35.712611111111116, 139.77355555555556], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/11 - Ueno, Taitō.jpg', 'Kiyomizu Hall and Shinobazu Pond at Ueno', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/11 - Ueno, Taitō.jpg');}); //Kiyomizu Hall and Shinobazu Pond at Ueno
L.circleMarker([35.71055555555556, 139.77347222222224], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#12 - Yamashita ('Beneath the Mountain') District Ueno - ImagePage", [35.71055555555556, 139.77347222222224]) }).on('mouseover', function(event) { generate_popup([35.71055555555556, 139.77347222222224], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/12 - Ueno, Taitō.jpg', 'Yamashita ("Beneath the Mountain") District, Ueno', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/12 - Ueno, Taitō.jpg');}); //Yamashita ("Beneath the Mountain") District, Ueno
L.circleMarker([35.707055555555556, 139.77269444444445], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#13 - Hirokoji Street in Shitaya - ImagePage", [35.707055555555556, 139.77269444444445]) }).on('mouseover', function(event) { generate_popup([35.707055555555556, 139.77269444444445], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/13 - Ueno, Taitō.jpg', 'Hirokoji Street in Shitaya', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/13 - Ueno, Taitō.jpg');}); //Hirokoji Street in Shitaya
L.circleMarker([35.73105555555556, 139.76602777777777], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#14 - Temple Gardens in Nippori - ImagePage", [35.73105555555556, 139.76602777777777]) }).on('mouseover', function(event) { generate_popup([35.73105555555556, 139.76602777777777], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/14 - Nishinippori, Arakawa.jpg', 'Temple Gardens in Nippori', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/14 - Nishinippori, Arakawa.jpg');}); //Temple Gardens in Nippori
L.circleMarker([35.73086111111111, 139.76708333333335], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#15 - Suwa Bluff in Nippori - ImagePage", [35.73086111111111, 139.76708333333335]) }).on('mouseover', function(event) { generate_popup([35.73086111111111, 139.76708333333335], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/15 - Nishinippori, Arakawa.jpg', 'Suwa Bluff in Nippori', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/15 - Nishinippori, Arakawa.jpg');}); //Suwa Bluff in Nippori
L.circleMarker([35.72513888888889, 139.76122222222222], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#16 - Flower Park and Dangozaka Slope in Sendagi - ImagePage", [35.72513888888889, 139.76122222222222]) }).on('mouseover', function(event) { generate_popup([35.72513888888889, 139.76122222222222], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/16 - Sendagi, Bunkyō.jpg', 'Flower Park and Dangozaka Slope in Sendagi', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/16 - Sendagi, Bunkyō.jpg');}); //Flower Park and Dangozaka Slope in Sendagi
L.circleMarker([35.75138888888889, 139.73833333333332], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#17 - View to the North from Asukayama - ImagePage", [35.75138888888889, 139.73833333333332]) }).on('mouseover', function(event) { generate_popup([35.75138888888889, 139.73833333333332], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/17 - Asukayama Park, Kita.jpg', 'View to the North from Asukayama', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/17 - Asukayama Park, Kita.jpg');}); //View to the North from Asukayama
L.circleMarker([35.756083333333336, 139.73333333333332], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#18 - The Ōji Inari Shrine - ImagePage", [35.756083333333336, 139.73333333333332]) }).on('mouseover', function(event) { generate_popup([35.756083333333336, 139.73333333333332], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/18 - Kishi-machi, Kita.jpg', 'The Ōji Inari Shrine', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/18 - Kishi-machi, Kita.jpg');}); //The Ōji Inari Shrine
L.circleMarker([35.75222222222222, 139.73575], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#19 - Dam on the Otonashi River at Ōji known as 'The Great Waterfall' - ImagePage", [35.75222222222222, 139.73575]) }).on('mouseover', function(event) { generate_popup([35.75222222222222, 139.73575], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/19 - Ōji, Kita.jpg', 'Dam on the Otonashi River at Ōji, known as "The Great Waterfall"', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/19 - Ōji, Kita.jpg');}); //Dam on the Otonashi River at Ōji, known as "The Great Waterfall"
L.circleMarker([35.79388888888889, 139.72130555555555], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#20 - The Kawaguchi Ferry and Zenkōji temple - ImagePage", [35.79388888888889, 139.72130555555555]) }).on('mouseover', function(event) { generate_popup([35.79388888888889, 139.72130555555555], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/20 - Kita & Kawaguchi, Saitama.jpg', 'The Kawaguchi Ferry and Zenkōji temple', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/20 - Kita & Kawaguchi, Saitama.jpg');}); //The Kawaguchi Ferry and Zenkōji temple
L.circleMarker([35.66477777777778, 139.74844444444443], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#21 - Mount Atago in Shiba - ImagePage", [35.66477777777778, 139.74844444444443]) }).on('mouseover', function(event) { generate_popup([35.66477777777778, 139.74844444444443], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/21 - Atago, Minato.jpg', 'Mount Atago in Shiba', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/21 - Atago, Minato.jpg');}); //Mount Atago in Shiba
L.circleMarker([35.64713888888889, 139.7316111111111], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#22 - Hiroo on Furukawa River - ImagePage", [35.64713888888889, 139.7316111111111]) }).on('mouseover', function(event) { generate_popup([35.64713888888889, 139.7316111111111], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/22 - Hiroo, Shibuya.jpg', 'Hiroo on Furukawa River', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/22 - Hiroo, Shibuya.jpg');}); //Hiroo on Furukawa River
L.circleMarker([35.6375, 139.71277777777777], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#23 - Chiyogaike Pond in Meguro - ImagePage", [35.6375, 139.71277777777777]) }).on('mouseover', function(event) { generate_popup([35.6375, 139.71277777777777], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/23 - Meguro, Meguro.jpg', 'Chiyogaike Pond in Meguro', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/23 - Meguro, Meguro.jpg');}); //Chiyogaike Pond in Meguro
L.circleMarker([35.64347222222222, 139.7048611111111], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#24 - New Fuji in Meguro - ImagePage", [35.64347222222222, 139.7048611111111]) }).on('mouseover', function(event) { generate_popup([35.64347222222222, 139.7048611111111], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/24 - Nakameguro, Meguro.jpg', 'New Fuji in Meguro', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/24 - Nakameguro, Meguro.jpg');}); //New Fuji in Meguro
L.circleMarker([35.64666666666667, 139.70102777777777], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#25 - The Original Fuji in Meguro - ImagePage", [35.64666666666667, 139.70102777777777]) }).on('mouseover', function(event) { generate_popup([35.64666666666667, 139.70102777777777], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/25 - Kamimeguro, Meguro.jpg', 'The Original Fuji in Meguro', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/25 - Kamimeguro, Meguro.jpg');}); //The Original Fuji in Meguro
L.circleMarker([35.5885, 139.7268611111111], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#26 - The 'Armour-Hanging Pine' at Hakkeizaka Bluff - ImagePage", [35.5885, 139.7268611111111]) }).on('mouseover', function(event) { generate_popup([35.5885, 139.7268611111111], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/26 - Ōmorikita, Ōta.jpg', 'The "Armour-Hanging Pine" at Hakkeizaka Bluff', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/26 - Ōmorikita, Ōta.jpg');}); //The "Armour-Hanging Pine" at Hakkeizaka Bluff
L.circleMarker([35.56472222222222, 139.72694444444446], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#27 - Plum Orchard in Kamada - ImagePage", [35.56472222222222, 139.72694444444446]) }).on('mouseover', function(event) { generate_popup([35.56472222222222, 139.72694444444446], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/27 - Kamata, Ōta.jpg', 'Plum Orchard in Kamada', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/27 - Kamata, Ōta.jpg');}); //Plum Orchard in Kamada
L.circleMarker([35.621027777777776, 139.7395], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#28 - Palace Hill in Shinagawa - ImagePage", [35.621027777777776, 139.7395]) }).on('mouseover', function(event) { generate_popup([35.621027777777776, 139.7395], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/28 - Kita-shinagawa, Shibuya.jpg', 'Palace Hill in Shinagawa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/28 - Kita-shinagawa, Shibuya.jpg');}); //Palace Hill in Shinagawa
L.circleMarker([35.66927777777777, 139.83766666666668], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#29 - Moto-Hachiman Shrine in Sunamura - ImagePage", [35.66927777777777, 139.83766666666668]) }).on('mouseover', function(event) { generate_popup([35.66927777777777, 139.83766666666668], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/29 - Minami-suna, Kōtō.jpg', 'Moto-Hachiman Shrine in Sunamura', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/29 - Minami-suna, Kōtō.jpg');}); //Moto-Hachiman Shrine in Sunamura
L.circleMarker([35.704527777777784, 139.82391666666666], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#30 - Plum Park in Kameido - ImagePage", [35.704527777777784, 139.82391666666666]) }).on('mouseover', function(event) { generate_popup([35.704527777777784, 139.82391666666666], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/30 - Kameido, Kōtō.jpg', 'Plum Park in Kameido', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/30 - Kameido, Kōtō.jpg');}); //Plum Park in Kameido
L.circleMarker([35.70552777777778, 139.82677777777778], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#31 - Azuma no mori Shrine and the Entwined Camphor - ImagePage", [35.70552777777778, 139.82677777777778]) }).on('mouseover', function(event) { generate_popup([35.70552777777778, 139.82677777777778], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/31 - Tachibana, Sumida.jpg', 'Azuma no mori Shrine and the Entwined Camphor', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/31 - Tachibana, Sumida.jpg');}); //Azuma no mori Shrine and the Entwined Camphor
L.circleMarker([35.70758333333334, 139.81830555555555], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#32 - The Yanagishima - ImagePage", [35.70758333333334, 139.81830555555555]) }).on('mouseover', function(event) { generate_popup([35.70758333333334, 139.81830555555555], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/32 - Narihira, Sumida.jpg', 'The Yanagishima', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/32 - Narihira, Sumida.jpg');}); //The Yanagishima
L.circleMarker([35.73547222222222, 139.83444444444444], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#33 - Towboas Along the Yotsugi-dōri Canal - ImagePage", [35.73547222222222, 139.83444444444444]) }).on('mouseover', function(event) { generate_popup([35.73547222222222, 139.83444444444444], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/33 - Yotsugi, Katsushika.jpg', 'Towboas Along the Yotsugi-dōri Canal', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/33 - Yotsugi, Katsushika.jpg');}); //Towboas Along the Yotsugi-dōri Canal
L.circleMarker([35.71591666666667, 139.80647222222223], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#34 - Night View of Matsuchiyama and the San'ya Canal - ImagePage", [35.71591666666667, 139.80647222222223]) }).on('mouseover', function(event) { generate_popup([35.71591666666667, 139.80647222222223], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/34 - Asakusa, Taitō.jpg', 'Night View of Matsuchiyama and the San\'ya Canal', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/34 - Asakusa, Taitō.jpg');}); //Night View of Matsuchiyama and the San'ya Canal
L.circleMarker([35.73277777777778, 139.81272222222222], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#35 - Suijin Shrine and Massaki on the Sumida River - ImagePage", [35.73277777777778, 139.81272222222222]) }).on('mouseover', function(event) { generate_popup([35.73277777777778, 139.81272222222222], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/35 - Tsutsumidōri, Sumida and Minamisenju, Arakawa.jpg', 'Suijin Shrine and Massaki on the Sumida River', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/35 - Tsutsumidōri, Sumida and Minamisenju, Arakawa.jpg');}); //Suijin Shrine and Massaki on the Sumida River
L.circleMarker([35.72972222222222, 139.8084166666667], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#36 - View From Massaki of Suijin Shrine Uchigawa Inlet and Sekiya - ImagePage", [35.72972222222222, 139.8084166666667]) }).on('mouseover', function(event) { generate_popup([35.72972222222222, 139.8084166666667], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/36 - Minamisenju, Arakawa.jpg', 'View From Massaki of Suijin Shrine, Uchigawa Inlet, and Sekiya', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/36 - Minamisenju, Arakawa.jpg');}); //View From Massaki of Suijin Shrine, Uchigawa Inlet, and Sekiya
L.circleMarker([35.72805555555556, 139.80972222222223], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#37 - Kilns and the Hashiba Ferry on the Sumida River - ImagePage", [35.72805555555556, 139.80972222222223]) }).on('mouseover', function(event) { generate_popup([35.72805555555556, 139.80972222222223], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/37 - Minamisenju, Arakawa & Hashiba, Taitō & Tsutsumidōri, Sumida.jpg', 'Kilns and the Hashiba Ferry on the Sumida River', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/37 - Minamisenju, Arakawa & Hashiba, Taitō & Tsutsumidōri, Sumida.jpg');}); //Kilns and the Hashiba Ferry on the Sumida River
L.circleMarker([35.724222222222224, 139.79608333333334], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#38 - Dawn Inside the Yoshiwara - ImagePage", [35.724222222222224, 139.79608333333334]) }).on('mouseover', function(event) { generate_popup([35.724222222222224, 139.79608333333334], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/38 - Asakusa, Taitō.jpg', 'Dawn Inside the Yoshiwara', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/38 - Asakusa, Taitō.jpg');}); //Dawn Inside the Yoshiwara
L.circleMarker([35.714444444444446, 139.80416666666667], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#39 - Distant View of Kinryūzan Temple and the Azuma Bridge - ImagePage", [35.714444444444446, 139.80416666666667]) }).on('mouseover', function(event) { generate_popup([35.714444444444446, 139.80416666666667], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/39 - Asakusa, Taitō.jpg', 'Distant View of Kinryūzan Temple and the Azuma Bridge', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/39 - Asakusa, Taitō.jpg');}); //Distant View of Kinryūzan Temple and the Azuma Bridge
L.circleMarker([35.71230555555556, 139.7235], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#40 - Bashō's Hermitage on Camellia Hill beside the Aqueduct at Sekiguchi - ImagePage", [35.71230555555556, 139.7235]) }).on('mouseover', function(event) { generate_popup([35.71230555555556, 139.7235], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/40 - Sekiguchi, Bunkyō.jpg', 'Bashō\'s Hermitage on Camellia Hill beside the Aqueduct at Sekiguchi', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/40 - Sekiguchi, Bunkyō.jpg');}); //Bashō's Hermitage on Camellia Hill beside the Aqueduct at Sekiguchi
L.circleMarker([35.692722222222216, 139.73375], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#41 - Hachiman Shrine in Ichigaya - ImagePage", [35.692722222222216, 139.73375]) }).on('mouseover', function(event) { generate_popup([35.692722222222216, 139.73375], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/41 - Ichigayahachiman-chō, Shinjuku.jpg', 'Hachiman Shrine in Ichigaya', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/41 - Ichigayahachiman-chō, Shinjuku.jpg');}); //Hachiman Shrine in Ichigaya
L.circleMarker([35.68933333333333, 139.70222222222222], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#42 - Cherry Blossoms on the Banks of the Tama River - ImagePage", [35.68933333333333, 139.70222222222222]) }).on('mouseover', function(event) { generate_popup([35.68933333333333, 139.70222222222222], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/42 - Shinjuku, Shinjuku.jpg', 'Cherry Blossoms on the Banks of the Tama River', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/42 - Shinjuku, Shinjuku.jpg');}); //Cherry Blossoms on the Banks of the Tama River
L.circleMarker([35.68422222222222, 139.7746666666667], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#43 - Nihonbashi Bridge and Edobashi Bridge - ImagePage", [35.68422222222222, 139.7746666666667]) }).on('mouseover', function(event) { generate_popup([35.68422222222222, 139.7746666666667], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/43 - Nihonbashi, Chūō.jpg', 'Nihonbashi Bridge and Edobashi Bridge', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/43 - Nihonbashi, Chūō.jpg');}); //Nihonbashi Bridge and Edobashi Bridge
L.circleMarker([35.6825, 139.77325000000002], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#44 - View of Nihonbashi itchōme Street - ImagePage", [35.6825, 139.77325000000002]) }).on('mouseover', function(event) { generate_popup([35.6825, 139.77325000000002], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/44 - Nihonbashi, Chūō.jpg', 'View of Nihonbashi itchōme Street', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/44 - Nihonbashi, Chūō.jpg');}); //View of Nihonbashi itchōme Street
L.circleMarker([35.684638888888884, 139.77133333333336], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#45 - Yatsumi Bridge - ImagePage", [35.684638888888884, 139.77133333333336]) }).on('mouseover', function(event) { generate_popup([35.684638888888884, 139.77133333333336], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/45 - Yaesu and Nihonbashihongoku-chō, Chūō.jpg', 'Yatsumi Bridge', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/45 - Yaesu and Nihonbashihongoku-chō, Chūō.jpg');}); //Yatsumi Bridge
L.circleMarker([35.682249999999996, 139.77997222222223], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#46 - Yoroi Ferry Koami-chō - ImagePage", [35.682249999999996, 139.77997222222223]) }).on('mouseover', function(event) { generate_popup([35.682249999999996, 139.77997222222223], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/46 - Nihonbashikoami-chō, Chūō.jpg', 'Yoroi Ferry, Koami-chō', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/46 - Nihonbashikoami-chō, Chūō.jpg');}); //Yoroi Ferry, Koami-chō
L.circleMarker([35.69833333333333, 139.7688888888889], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#47 - Seidō and Kanda River from Shōhei Bridge - ImagePage", [35.69833333333333, 139.7688888888889]) }).on('mouseover', function(event) { generate_popup([35.69833333333333, 139.7688888888889], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/47 - Yushima, Bunkyō.jpg', 'Seidō and Kanda River from Shōhei Bridge', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/47 - Yushima, Bunkyō.jpg');}); //Seidō and Kanda River from Shōhei Bridge
L.circleMarker([35.702083333333334, 139.7552777777778], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#48 - Suidō Bridge and the Surugadai Quarter - ImagePage", [35.702083333333334, 139.7552777777778]) }).on('mouseover', function(event) { generate_popup([35.702083333333334, 139.7552777777778], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/48 - Surugadai, Chiyoda.jpg', 'Suidō Bridge and the Surugadai Quarter', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/48 - Surugadai, Chiyoda.jpg');}); //Suidō Bridge and the Surugadai Quarter
L.circleMarker([35.751666666666665, 139.7335], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#49 - Fudō Falls in Ōji - ImagePage", [35.751666666666665, 139.7335]) }).on('mouseover', function(event) { generate_popup([35.751666666666665, 139.7335], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/49 - Ōji, Kita.jpg', 'Fudō Falls in Ōji', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/49 - Ōji, Kita.jpg');}); //Fudō Falls in Ōji
L.circleMarker([35.690416666666664, 139.68819444444443], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#50 - Kumano Jūnisha Shrine at Tsunohazu known as 'Jūnisō' - ImagePage", [35.690416666666664, 139.68819444444443]) }).on('mouseover', function(event) { generate_popup([35.690416666666664, 139.68819444444443], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/50 - Nishi-Shinjuku, Shinjuku.jpg', 'Kumano Jūnisha Shrine at Tsunohazu, known as "Jūnisō"', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/50 - Nishi-Shinjuku, Shinjuku.jpg');}); //Kumano Jūnisha Shrine at Tsunohazu, known as "Jūnisō"
L.circleMarker([35.68138888888889, 139.7448611111111], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#51 - The Sannō Festival Procession at Kōjimachi itchōme - ImagePage", [35.68138888888889, 139.7448611111111]) }).on('mouseover', function(event) { generate_popup([35.68138888888889, 139.7448611111111], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/51 - Kōjimachi, Chiyoda.jpg', 'The Sannō Festival Procession at Kōjimachi itchōme', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/51 - Kōjimachi, Chiyoda.jpg');}); //The Sannō Festival Procession at Kōjimachi itchōme
L.circleMarker([35.674166666666665, 139.73791666666665], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#52 - The Paulownia Garden at Akasaka - ImagePage", [35.674166666666665, 139.73791666666665]) }).on('mouseover', function(event) { generate_popup([35.674166666666665, 139.73791666666665], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/52 - Akasaka, Minato.jpg', 'The Paulownia Garden at Akasaka', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/52 - Akasaka, Minato.jpg');}); //The Paulownia Garden at Akasaka
L.circleMarker([35.65463888888889, 139.74749999999997], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#53 - The Pagoda of Zōjōji Temple and Akabane - ImagePage", [35.65463888888889, 139.74749999999997]) }).on('mouseover', function(event) { generate_popup([35.65463888888889, 139.74749999999997], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/53 - Shibakōen, Minato.jpg', 'The Pagoda of Zōjōji Temple and Akabane', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/53 - Shibakōen, Minato.jpg');}); //The Pagoda of Zōjōji Temple and Akabane
L.circleMarker([35.677305555555556, 139.7506111111111], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#54 - The Benkei Moat from Soto-Sakurada to Kōjimachi - ImagePage", [35.677305555555556, 139.7506111111111]) }).on('mouseover', function(event) { generate_popup([35.677305555555556, 139.7506111111111], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/54 - Kōjimachi, Chiyoda.jpg', 'The Benkei Moat from Soto-Sakurada to Kōjimachi', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/54 - Kōjimachi, Chiyoda.jpg');}); //The Benkei Moat from Soto-Sakurada to Kōjimachi
L.circleMarker([35.668, 139.78333333333333], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#55 - The Sumiyoshi Festival at Tsukudajima - ImagePage", [35.668, 139.78333333333333]) }).on('mouseover', function(event) { generate_popup([35.668, 139.78333333333333], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/55 - Tsukuda, Chūō.jpg', 'The Sumiyoshi Festival at Tsukudajima', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/55 - Tsukuda, Chūō.jpg');}); //The Sumiyoshi Festival at Tsukudajima
L.circleMarker([35.68347222222222, 139.7941111111111], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#56 - Mannen Bridge in Fukagawa - ImagePage", [35.68347222222222, 139.7941111111111]) }).on('mouseover', function(event) { generate_popup([35.68347222222222, 139.7941111111111], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/56 - Tokiwa & Kiyosumi, Kōtō.jpg', 'Mannen Bridge in Fukagawa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/56 - Tokiwa & Kiyosumi, Kōtō.jpg');}); //Mannen Bridge in Fukagawa
L.circleMarker([35.682027777777776, 139.79083333333332], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#57 - The Parting Waters at Mitsumata - ImagePage", [35.682027777777776, 139.79083333333332]) }).on('mouseover', function(event) { generate_popup([35.682027777777776, 139.79083333333332], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/57 - Nihonbashinakasu, Chūō.jpg', 'The Parting Waters at Mitsumata', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/57 - Nihonbashinakasu, Chūō.jpg');}); //The Parting Waters at Mitsumata
L.circleMarker([35.68527777777778, 139.79305555555555], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#58 - Sudden Shower over Shin-Ōhashi bridge and Atake - ImagePage", [35.68527777777778, 139.79305555555555]) }).on('mouseover', function(event) { generate_popup([35.68527777777778, 139.79305555555555], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/58 - Nihonbashihama-chō, Chūō.jpg', 'Sudden Shower over Shin-Ōhashi bridge and Atake', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/58 - Nihonbashihama-chō, Chūō.jpg');}); //Sudden Shower over Shin-Ōhashi bridge and Atake
L.circleMarker([35.69305555555555, 139.78769444444444], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#59 - Ryōgoku Bridge and the Great Riverbank - ImagePage", [35.69305555555555, 139.78769444444444]) }).on('mouseover', function(event) { generate_popup([35.69305555555555, 139.78769444444444], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/59 - Higashi-nihonbashi, Chūō & Ryōgoku, Sumida.jpg', 'Ryōgoku Bridge and the Great Riverbank', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/59 - Higashi-nihonbashi, Chūō & Ryōgoku, Sumida.jpg');}); //Ryōgoku Bridge and the Great Riverbank
L.circleMarker([35.69397222222222, 139.7878888888889], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#60 - Asakusa River Miyato River Great Riverbank - ImagePage", [35.69397222222222, 139.7878888888889]) }).on('mouseover', function(event) { generate_popup([35.69397222222222, 139.7878888888889], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/60 - Tsukuda, Chūō.jpg', 'Asakusa River, Miyato River, Great Riverbank', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/60 - Tsukuda, Chūō.jpg');}); //Asakusa River, Miyato River, Great Riverbank
L.circleMarker([35.70055555555556, 139.79216666666667], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#61 - The 'Pine of Success' and Oumayagashi on the Asakusa River - ImagePage", [35.70055555555556, 139.79216666666667]) }).on('mouseover', function(event) { generate_popup([35.70055555555556, 139.79216666666667], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/61 - Kuramae, Taitō.jpg', 'The "Pine of Success" and Oumayagashi on the Asakusa River', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/61 - Kuramae, Taitō.jpg');}); //The "Pine of Success" and Oumayagashi on the Asakusa River
L.circleMarker([35.70897222222222, 139.79675], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#62 - Komakata Hall and Azuma Bridge - ImagePage", [35.70897222222222, 139.79675]) }).on('mouseover', function(event) { generate_popup([35.70897222222222, 139.79675], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/62 - Asakusa, Taitō.jpg', 'Komakata Hall and Azuma Bridge', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/62 - Asakusa, Taitō.jpg');}); //Komakata Hall and Azuma Bridge
L.circleMarker([35.73972222222222, 139.8152777777778], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#63 - The Ayase River and Kanegafuchi - ImagePage", [35.73972222222222, 139.8152777777778]) }).on('mouseover', function(event) { generate_popup([35.73972222222222, 139.8152777777778], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/63 - Senjuakebono-chō, Adachi.jpg', 'The Ayase River and Kanegafuchi', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/63 - Senjuakebono-chō, Adachi.jpg');}); //The Ayase River and Kanegafuchi
L.circleMarker([35.74794444444444, 139.8287777777778], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#64 - Horikiri Iris Garden - ImagePage", [35.74794444444444, 139.8287777777778]) }).on('mouseover', function(event) { generate_popup([35.74794444444444, 139.8287777777778], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/64 - Horikiri, Katsushika.jpg', 'Horikiri Iris Garden', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/64 - Horikiri, Katsushika.jpg');}); //Horikiri Iris Garden
L.circleMarker([35.702194444444444, 139.82097222222222], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#65 - Inside Kameido Tenjin Shrine - ImagePage", [35.702194444444444, 139.82097222222222]) }).on('mouseover', function(event) { generate_popup([35.702194444444444, 139.82097222222222], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/65 - Kameido, Kōtō.jpg', 'Inside Kameido Tenjin Shrine', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/65 - Kameido, Kōtō.jpg');}); //Inside Kameido Tenjin Shrine
L.circleMarker([35.68958333333333, 139.82666666666665], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#66 - The Sazaidō Hall at the Five Hundred Rakan Temple - ImagePage", [35.68958333333333, 139.82666666666665]) }).on('mouseover', function(event) { generate_popup([35.68958333333333, 139.82666666666665], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/66 - Ōshima, Kōtō.jpg', 'The Sazaidō Hall at the Five Hundred Rakan Temple', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/66 - Ōshima, Kōtō.jpg');}); //The Sazaidō Hall at the Five Hundred Rakan Temple
L.circleMarker([35.695138888888884, 139.84758333333335], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#67 - The Ferry at Sakasai - ImagePage", [35.695138888888884, 139.84758333333335]) }).on('mouseover', function(event) { generate_popup([35.695138888888884, 139.84758333333335], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/67 - Kameido, Kōtō & Hirai, Edogawa.jpg', 'The Ferry at Sakasai', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/67 - Kameido, Kōtō & Hirai, Edogawa.jpg');}); //The Ferry at Sakasai
L.circleMarker([35.67305555555555, 139.79749999999999], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#68 - Open Garden at the Hachiman Shrine in Fukagawa - ImagePage", [35.67305555555555, 139.79749999999999]) }).on('mouseover', function(event) { generate_popup([35.67305555555555, 139.79749999999999], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/68 - Tomioka, Kōtō.jpg', 'Open Garden at the Hachiman Shrine in Fukagawa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/68 - Tomioka, Kōtō.jpg');}); //Open Garden at the Hachiman Shrine in Fukagawa
L.circleMarker([35.671638888888886, 139.80147222222223], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#69 - Sanjusangendō Hall in Fukagawa - ImagePage", [35.671638888888886, 139.80147222222223]) }).on('mouseover', function(event) { generate_popup([35.671638888888886, 139.80147222222223], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/69 - Tomioka, Kōtō.jpg', 'Sanjusangendō Hall in Fukagawa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/69 - Tomioka, Kōtō.jpg');}); //Sanjusangendō Hall in Fukagawa
L.circleMarker([35.686388888888885, 139.84666666666666], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#70 - The mouth of the Nakagawa River - ImagePage", [35.686388888888885, 139.84666666666666]) }).on('mouseover', function(event) { generate_popup([35.686388888888885, 139.84666666666666], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/70 - Higashisuna, Kōtō.jpg', 'The mouth of the Nakagawa River', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/70 - Higashisuna, Kōtō.jpg');}); //The mouth of the Nakagawa River
L.circleMarker([35.67777777777778, 139.8863888888889], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#71 - Scattered Pines on the Tone River - ImagePage", [35.67777777777778, 139.8863888888889]) }).on('mouseover', function(event) { generate_popup([35.67777777777778, 139.8863888888889], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/71 - Higashi-kasai, Edogawa.jpg', 'Scattered Pines on the Tone River', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/71 - Higashi-kasai, Edogawa.jpg');}); //Scattered Pines on the Tone River
L.circleMarker([35.54333333333333, 139.74305555555554], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#72 - The Ferry at Haneda and the Benten Shrine - ImagePage", [35.54333333333333, 139.74305555555554]) }).on('mouseover', function(event) { generate_popup([35.54333333333333, 139.74305555555554], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/72 - Haneda, Ōta.jpg', 'The Ferry at Haneda and the Benten Shrine', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/72 - Haneda, Ōta.jpg');}); //The Ferry at Haneda and the Benten Shrine
L.circleMarker([35.67805555555555, 139.7725], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#73 - The City Flourishing the Tanabata Festival - ImagePage", [35.67805555555555, 139.7725]) }).on('mouseover', function(event) { generate_popup([35.67805555555555, 139.7725], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/73 - Kyōbashi, Chūō.jpg', 'The City Flourishing, the Tanabata Festival', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/73 - Kyōbashi, Chūō.jpg');}); //The City Flourishing, the Tanabata Festival
L.circleMarker([35.690638888888884, 139.78025000000002], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#74 - Silk Shops in Ōdenma-chō - ImagePage", [35.690638888888884, 139.78025000000002]) }).on('mouseover', function(event) { generate_popup([35.690638888888884, 139.78025000000002], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/74 - Nihonbashiōdenma-chō, Chūō.jpg', 'Silk Shops in Ōdenma-chō', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/74 - Nihonbashiōdenma-chō, Chūō.jpg');}); //Silk Shops in Ōdenma-chō
L.circleMarker([35.69166666666666, 139.77444444444447], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#75 - The Dyers' Quarter in Kanda - ImagePage", [35.69166666666666, 139.77444444444447]) }).on('mouseover', function(event) { generate_popup([35.69166666666666, 139.77444444444447], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/75 - Kandakonya-chō, Sumida.jpg', 'The Dyers\' Quarter in Kanda', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/75 - Kandakonya-chō, Sumida.jpg');}); //The Dyers' Quarter in Kanda
L.circleMarker([35.67508333333333, 139.76902777777778], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#76 - Bamboo Quay by Kyōbashi Bridge - ImagePage", [35.67508333333333, 139.76902777777778]) }).on('mouseover', function(event) { generate_popup([35.67508333333333, 139.76902777777778], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/76 - Kyōbashi, Chūō.jpg', 'Bamboo Quay by Kyōbashi Bridge', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/76 - Kyōbashi, Chūō.jpg');}); //Bamboo Quay by Kyōbashi Bridge
L.circleMarker([35.67375, 139.7801388888889], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#77 - Inari Bridge and the Minato Shrine in Teppōzu - ImagePage", [35.67375, 139.7801388888889]) }).on('mouseover', function(event) { generate_popup([35.67375, 139.7801388888889], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/77 - Minato, Chūō.jpg', 'Inari Bridge and the Minato Shrine in Teppōzu', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/77 - Minato, Chūō.jpg');}); //Inari Bridge and the Minato Shrine in Teppōzu
L.circleMarker([35.666666666666664, 139.78069444444446], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#78 - Teppōzu and Tsukiji Monzeki Temple - ImagePage", [35.666666666666664, 139.78069444444446]) }).on('mouseover', function(event) { generate_popup([35.666666666666664, 139.78069444444446], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/78 - Tsukiji, Chūō.jpg', 'Teppōzu and Tsukiji Monzeki Temple', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/78 - Tsukiji, Chūō.jpg');}); //Teppōzu and Tsukiji Monzeki Temple
L.circleMarker([35.65686111111111, 139.75416666666666], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#79 - Shiba Shinmei Shrine and Zōjōji Temple - ImagePage", [35.65686111111111, 139.75416666666666]) }).on('mouseover', function(event) { generate_popup([35.65686111111111, 139.75416666666666], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/79 - Shibakōen, Minato.jpg', 'Shiba Shinmei Shrine and Zōjōji Temple', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/79 - Shibakōen, Minato.jpg');}); //Shiba Shinmei Shrine and Zōjōji Temple
L.circleMarker([35.653055555555554, 139.75405555555557], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#80 - Kanasugi Bridge and Shibaura - ImagePage", [35.653055555555554, 139.75405555555557]) }).on('mouseover', function(event) { generate_popup([35.653055555555554, 139.75405555555557], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/80 - Hamamatsu-chō, Minato.jpg', 'Kanasugi Bridge and Shibaura', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/80 - Hamamatsu-chō, Minato.jpg');}); //Kanasugi Bridge and Shibaura
L.circleMarker([35.63825, 139.7397222222222], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#81 - Ushimachi in Takanawa - ImagePage", [35.63825, 139.7397222222222]) }).on('mouseover', function(event) { generate_popup([35.63825, 139.7397222222222], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/81 - Takanawa, Minato.jpg', 'Ushimachi in Takanawa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/81 - Takanawa, Minato.jpg');}); //Ushimachi in Takanawa
L.circleMarker([35.621944444444445, 139.74041666666665], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#82 - Moon Viewing - ImagePage", [35.621944444444445, 139.74041666666665]) }).on('mouseover', function(event) { generate_popup([35.621944444444445, 139.74041666666665], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/82 - Mita, Minato.jpg', 'Moon Viewing', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/82 - Mita, Minato.jpg');}); //Moon Viewing
L.circleMarker([35.62127777777778, 139.7423333333333], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#83 - Meguro River Benten Shrine Edo Bay with daiba - ImagePage", [35.62127777777778, 139.7423333333333]) }).on('mouseover', function(event) { generate_popup([35.62127777777778, 139.7423333333333], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/83 - Higashi-shinagawa, Shinagawa.jpg', 'Meguro River, Benten Shrine, Edo Bay with daiba', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/83 - Higashi-shinagawa, Shinagawa.jpg');}); //Meguro River, Benten Shrine, Edo Bay with daiba
L.circleMarker([35.640166666666666, 139.7091111111111], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#84 - 'Grandpa's Teahouse' in Meguro - ImagePage", [35.640166666666666, 139.7091111111111]) }).on('mouseover', function(event) { generate_popup([35.640166666666666, 139.7091111111111], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/84 - Mita, Meguro.jpg', '"Grandpa\'s Teahouse" in Meguro', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/84 - Mita, Meguro.jpg');}); //"Grandpa's Teahouse" in Meguro
L.circleMarker([35.67958333333333, 139.73250000000002], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#85 - Kinokuni Hill and Distant View of Akasaka and the Tameike Pond - ImagePage", [35.67958333333333, 139.73250000000002]) }).on('mouseover', function(event) { generate_popup([35.67958333333333, 139.73250000000002], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/85 - Akasaka, Minato.jpg', 'Kinokuni Hill and Distant View of Akasaka and the Tameike Pond', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/85 - Akasaka, Minato.jpg');}); //Kinokuni Hill and Distant View of Akasaka and the Tameike Pond
L.circleMarker([35.68980555555555, 139.70708333333332], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#86 - Naitō Shinjuku in Yotsuya - ImagePage", [35.68980555555555, 139.70708333333332]) }).on('mouseover', function(event) { generate_popup([35.68980555555555, 139.70708333333332], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/86 - Shinjuku, Shinjuku.jpg', 'Naitō Shinjuku in Yotsuya', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/86 - Shinjuku, Shinjuku.jpg');}); //Naitō Shinjuku in Yotsuya
L.circleMarker([35.699527777777774, 139.57475], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#87 - Benten Shrine at the Inokashira Pond - ImagePage", [35.699527777777774, 139.57475]) }).on('mouseover', function(event) { generate_popup([35.699527777777774, 139.57475], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/87 - Inokashira Park, Musashino.jpg', 'Benten Shrine at the Inokashira Pond', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/87 - Inokashira Park, Musashino.jpg');}); //Benten Shrine at the Inokashira Pond
L.circleMarker([35.752, 139.72994444444444], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#88 - Takinogawa in Ōji - ImagePage", [35.752, 139.72994444444444]) }).on('mouseover', function(event) { generate_popup([35.752, 139.72994444444444], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/88 - Ōji, Kita.jpg', 'Takinogawa in Ōji', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/88 - Ōji, Kita.jpg');}); //Takinogawa in Ōji
L.circleMarker([35.712472222222225, 139.77308333333335], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#89 - 'Moon Pine' in Ueno - ImagePage", [35.712472222222225, 139.77308333333335]) }).on('mouseover', function(event) { generate_popup([35.712472222222225, 139.77308333333335], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/89 - Ueno, Taitō.jpg', '"Moon Pine" in Ueno', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/89 - Ueno, Taitō.jpg');}); //"Moon Pine" in Ueno
L.circleMarker([35.7175, 139.80094444444447], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#90 - Night View of Saruwaka-machi - ImagePage", [35.7175, 139.80094444444447]) }).on('mouseover', function(event) { generate_popup([35.7175, 139.80094444444447], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/90 - Asakusa, Taitō.jpg', 'Night View of Saruwaka-machi', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/90 - Asakusa, Taitō.jpg');}); //Night View of Saruwaka-machi
L.circleMarker([35.716944444444444, 139.81286111111112], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#91 - In the Akiba Shrine at Ukeji - ImagePage", [35.716944444444444, 139.81286111111112]) }).on('mouseover', function(event) { generate_popup([35.716944444444444, 139.81286111111112], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/91 - Mukōjima, Sumida.jpg', 'In the Akiba Shrine at Ukeji', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/91 - Mukōjima, Sumida.jpg');}); //In the Akiba Shrine at Ukeji
L.circleMarker([35.73394444444445, 139.81425000000002], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#92 - Mokuboji Temple and Vegetable Fields on Uchigawa Inlet - ImagePage", [35.73394444444445, 139.81425000000002]) }).on('mouseover', function(event) { generate_popup([35.73394444444445, 139.81425000000002], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/92 - Tsutsumidōri, Sumida.jpg', 'Mokuboji Temple and Vegetable Fields on Uchigawa Inlet', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/92 - Tsutsumidōri, Sumida.jpg');}); //Mokuboji Temple and Vegetable Fields on Uchigawa Inlet
L.circleMarker([35.76316666666666, 139.85430555555556], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#93 - Niijuku Ferry - ImagePage", [35.76316666666666, 139.85430555555556]) }).on('mouseover', function(event) { generate_popup([35.76316666666666, 139.85430555555556], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/93 - Niijuku, Katsushika.jpg', 'Niijuku Ferry', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/93 - Niijuku, Katsushika.jpg');}); //Niijuku Ferry
L.circleMarker([35.73833333333334, 139.90922222222224], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#94 - The Maple Trees at Mama the Tekona Shrine and Tsugihashi Bridge - ImagePage", [35.73833333333334, 139.90922222222224]) }).on('mouseover', function(event) { generate_popup([35.73833333333334, 139.90922222222224], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/94 - Mama, Ichikawa, Chiba Prefecture.jpg', 'The Maple Trees at Mama, the Tekona Shrine and Tsugihashi Bridge', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/94 - Mama, Ichikawa, Chiba Prefecture.jpg');}); //The Maple Trees at Mama, the Tekona Shrine and Tsugihashi Bridge
L.circleMarker([35.74777777777778, 139.89749999999998], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#95 - View of Kōnodai and the Tone River - ImagePage", [35.74777777777778, 139.89749999999998]) }).on('mouseover', function(event) { generate_popup([35.74777777777778, 139.89749999999998], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/95 - Kōnodai, Ichikawa, Chiba Prefecture.jpg', 'View of Kōnodai and the Tone River', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/95 - Kōnodai, Ichikawa, Chiba Prefecture.jpg');}); //View of Kōnodai and the Tone River
L.circleMarker([35.659166666666664, 139.89694444444444], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#96 - Horie and Nekozane - ImagePage", [35.659166666666664, 139.89694444444444]) }).on('mouseover', function(event) { generate_popup([35.659166666666664, 139.89694444444444], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/96 - Nekozane, Urayasu, Chiba Prefecture.jpg', 'Horie and Nekozane', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/96 - Nekozane, Urayasu, Chiba Prefecture.jpg');}); //Horie and Nekozane
L.circleMarker([35.685138888888886, 139.81805555555556], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#97 - 'Five Pines' and the Onagi Canal - ImagePage", [35.685138888888886, 139.81805555555556]) }).on('mouseover', function(event) { generate_popup([35.685138888888886, 139.81805555555556], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/97 - Kōtō.jpg', '"Five Pines" and the Onagi Canal', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/97 - Kōtō.jpg');}); //"Five Pines" and the Onagi Canal
L.circleMarker([35.693555555555555, 139.78875], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#98 - Fireworks by Ryōgoku Bridge - ImagePage", [35.693555555555555, 139.78875]) }).on('mouseover', function(event) { generate_popup([35.693555555555555, 139.78875], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/98 - Ryōgoku, Sumida.jpg', 'Fireworks by Ryōgoku Bridge', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/98 - Ryōgoku, Sumida.jpg');}); //Fireworks by Ryōgoku Bridge
L.circleMarker([35.711111111111116, 139.79638888888888], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#99 - Kinryūzan Temple in Asakusa - ImagePage", [35.711111111111116, 139.79638888888888]) }).on('mouseover', function(event) { generate_popup([35.711111111111116, 139.79638888888888], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/99 - Asakusa, Taitō.jpg', 'Kinryūzan Temple in Asakusa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/99 - Asakusa, Taitō.jpg');}); //Kinryūzan Temple in Asakusa
L.circleMarker([35.724583333333335, 139.79727777777777], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#100 - Nihon Embankment and Yoshiwara - ImagePage", [35.724583333333335, 139.79727777777777]) }).on('mouseover', function(event) { generate_popup([35.724583333333335, 139.79727777777777], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/100 - Asakusa, Taitō.jpg', 'Nihon Embankment and Yoshiwara', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/100 - Asakusa, Taitō.jpg');}); //Nihon Embankment and Yoshiwara
L.circleMarker([35.722500000000004, 139.79194444444445], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#101 - Asakusa Ricefields and Torinomachi Festival - ImagePage", [35.722500000000004, 139.79194444444445]) }).on('mouseover', function(event) { generate_popup([35.722500000000004, 139.79194444444445], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/101 - Asakusa, Taitō.jpg', 'Asakusa Ricefields and Torinomachi Festival', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/101 - Asakusa, Taitō.jpg');}); //Asakusa Ricefields and Torinomachi Festival
L.circleMarker([35.731944444444444, 139.77944444444447], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#102 - Minowa Kanasugi and Mikawashima - ImagePage", [35.731944444444444, 139.77944444444447]) }).on('mouseover', function(event) { generate_popup([35.731944444444444, 139.77944444444447], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/102 - Asakusa, Taitō.jpg', 'Minowa, Kanasugi and Mikawashima', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/102 - Asakusa, Taitō.jpg');}); //Minowa, Kanasugi and Mikawashima
L.circleMarker([35.739444444444445, 139.79749999999999], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#103 - Senju Great Bridge - ImagePage", [35.739444444444445, 139.79749999999999]) }).on('mouseover', function(event) { generate_popup([35.739444444444445, 139.79749999999999], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/103 - Senjuhashido-machi, Adachi & Minamisenju, Arakawa.jpg', 'Senju Great Bridge', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/103 - Senjuhashido-machi, Adachi & Minamisenju, Arakawa.jpg');}); //Senju Great Bridge
L.circleMarker([35.710638888888894, 139.80833333333334], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#104 - Koume Embankment - ImagePage", [35.710638888888894, 139.80833333333334]) }).on('mouseover', function(event) { generate_popup([35.710638888888894, 139.80833333333334], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/104 - Oshiage, Sumida.jpg', 'Koume Embankment', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/104 - Oshiage, Sumida.jpg');}); //Koume Embankment
L.circleMarker([35.70366666666667, 139.79380555555556], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#105 - Sumida River - ImagePage", [35.70366666666667, 139.79380555555556]) }).on('mouseover', function(event) { generate_popup([35.70366666666667, 139.79380555555556], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/105 - Kuramae, Taitō.jpg', 'Sumida River', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/105 - Kuramae, Taitō.jpg');}); //Sumida River
L.circleMarker([35.67638888888889, 139.80833333333334], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#106 - The Fukagawa Lumberyards - ImagePage", [35.67638888888889, 139.80833333333334]) }).on('mouseover', function(event) { generate_popup([35.67638888888889, 139.80833333333334], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/106 - Kiba, Kōtō.jpg', 'The Fukagawa Lumberyards', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/106 - Kiba, Kōtō.jpg');}); //The Fukagawa Lumberyards
L.circleMarker([35.66611111111111, 139.8090277777778], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#107 - Fukagawa Susaki and Jūmantsubo - ImagePage", [35.66611111111111, 139.8090277777778]) }).on('mouseover', function(event) { generate_popup([35.66611111111111, 139.8090277777778], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/107 - Tōyō, Kōtō.jpg', 'Fukagawa Susaki and Jūmantsubo', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/107 - Tōyō, Kōtō.jpg');}); //Fukagawa Susaki and Jūmantsubo
L.circleMarker([35.65888888888889, 139.7686111111111], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#108 - View of Shiba Coast - ImagePage", [35.65888888888889, 139.7686111111111]) }).on('mouseover', function(event) { generate_popup([35.65888888888889, 139.7686111111111], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/108 - Shibaura, Minato.jpg', 'View of Shiba Coast', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/108 - Shibaura, Minato.jpg');}); //View of Shiba Coast
L.circleMarker([35.60638888888889, 139.74527777777777], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#109 - Minami Shinagawa and Samezu Coast - ImagePage", [35.60638888888889, 139.74527777777777]) }).on('mouseover', function(event) { generate_popup([35.60638888888889, 139.74527777777777], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/109 - Higashi-Ōi, Shinagawa.jpg', 'Minami Shinagawa and Samezu Coast', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/109 - Higashi-Ōi, Shinagawa.jpg');}); //Minami Shinagawa and Samezu Coast
L.circleMarker([35.60125, 139.69166666666666], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#110 - 'Robe-Hanging Pine' at Senzoku no ike - ImagePage", [35.60125, 139.69166666666666]) }).on('mouseover', function(event) { generate_popup([35.60125, 139.69166666666666], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/110 - Minami-Senzoku, Ōta.jpg', '"Robe-Hanging Pine" at Senzoku no ike', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/110 - Minami-Senzoku, Ōta.jpg');}); //"Robe-Hanging Pine" at Senzoku no ike
L.circleMarker([35.63227777777778, 139.7122222222222], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#111 - Meguro Drum Bridge and Sunset Hill - ImagePage", [35.63227777777778, 139.7122222222222]) }).on('mouseover', function(event) { generate_popup([35.63227777777778, 139.7122222222222], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/111 - Shimomeguro, Meguro.jpg', 'Meguro Drum Bridge and Sunset Hill', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/111 - Shimomeguro, Meguro.jpg');}); //Meguro Drum Bridge and Sunset Hill
L.circleMarker([35.668055555555554, 139.7507222222222], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#112 - Atagoshita and Yabu Lane - ImagePage", [35.668055555555554, 139.7507222222222]) }).on('mouseover', function(event) { generate_popup([35.668055555555554, 139.7507222222222], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/112 - Nishi-Shinbashi & Toranomon, Minato.jpg', 'Atagoshita and Yabu Lane', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/112 - Nishi-Shinbashi & Toranomon, Minato.jpg');}); //Atagoshita and Yabu Lane
L.circleMarker([35.66961111111111, 139.74769444444442], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#113 - Aoi Slope outside Toranomon gate - ImagePage", [35.66961111111111, 139.74769444444442]) }).on('mouseover', function(event) { generate_popup([35.66961111111111, 139.74769444444442], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/113 - Toranomon, Minato.jpg', 'Aoi Slope outside Toranomon gate', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/113 - Toranomon, Minato.jpg');}); //Aoi Slope outside Toranomon gate
L.circleMarker([35.675916666666666, 139.76644444444443], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#114 - Bikuni Bridge in Snow - ImagePage", [35.675916666666666, 139.76644444444443]) }).on('mouseover', function(event) { generate_popup([35.675916666666666, 139.76644444444443], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/114 - Ginza, Chūō.jpg', 'Bikuni Bridge in Snow', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/114 - Ginza, Chūō.jpg');}); //Bikuni Bridge in Snow
L.circleMarker([35.71, 139.71499999999997], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#115 - The Takata Riding Grounds - ImagePage", [35.71, 139.71499999999997]) }).on('mouseover', function(event) { generate_popup([35.71, 139.71499999999997], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/115 - Waseda-machi, Shinjuku.jpg', 'The Takata Riding Grounds', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/115 - Waseda-machi, Shinjuku.jpg');}); //The Takata Riding Grounds
L.circleMarker([35.71325, 139.71425], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#116 - Sugatami Bridge Omokage Bridge and Jariba at Takata - ImagePage", [35.71325, 139.71425]) }).on('mouseover', function(event) { generate_popup([35.71325, 139.71425], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/116 - Takada, Toshima.jpg', 'Sugatami Bridge, Omokage Bridge and Jariba at Takata', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/116 - Takada, Toshima.jpg');}); //Sugatami Bridge, Omokage Bridge and Jariba at Takata
L.circleMarker([35.7075, 139.7683888888889], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#117 - View from the Hilltop of Yushima Tenjin Shrine - ImagePage", [35.7075, 139.7683888888889]) }).on('mouseover', function(event) { generate_popup([35.7075, 139.7683888888889], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/117 - Yushima, Bunkyō.jpg', 'View from the Hilltop of Yushima Tenjin Shrine', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/117 - Yushima, Bunkyō.jpg');}); //View from the Hilltop of Yushima Tenjin Shrine
L.circleMarker([35.75641666666667, 139.7378611111111], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#118 - Kitsunebi on New Year's Night under the Enoki Tree near Ōji - ImagePage", [35.75641666666667, 139.7378611111111]) }).on('mouseover', function(event) { generate_popup([35.75641666666667, 139.7378611111111], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/118 - Ōji, Kita.jpg', 'Kitsunebi on New Year\'s Night under the Enoki Tree near Ōji', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/118 - Ōji, Kita.jpg');}); //Kitsunebi on New Year's Night under the Enoki Tree near Ōji
L.circleMarker([35.67761111111111, 139.73624999999998], {radius: 10, color: '#ff0000'}).addTo(mymap).on('click', function() { open_image("Hiroshige#One Hundred Famous Views of Edo#~#119 - View of the Paulownia Imperiales Trees at Akasaka on a Rainy Evening - ImagePage", [35.67761111111111, 139.73624999999998]) }).on('mouseover', function(event) { generate_popup([35.67761111111111, 139.73624999999998], 'Image Content/Hiroshige/One Hundred Famous Views of Edo/small/119 - Akasaka, Minato.jpg', 'View of the Paulownia Imperiales Trees at Akasaka on a Rainy Evening', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/One Hundred Famous Views of Edo/small/119 - Akasaka, Minato.jpg');}); //View of the Paulownia Imperiales Trees at Akasaka on a Rainy Evening
L.circleMarker([35.01277777777778, 135.67777777777778], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#1 - Yamashiro - ImagePage", [35.01277777777778, 135.67777777777778]) }).on('mouseover', function(event) { generate_popup([35.01277777777778, 135.67777777777778], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/1 - Yamashiro Province.jpg', 'Yamashiro', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/1 - Yamashiro Province.jpg');}); //Yamashiro
L.circleMarker([34.61666666666667, 135.73333333333332], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#2 - Yamato - ImagePage", [34.61666666666667, 135.73333333333332]) }).on('mouseover', function(event) { generate_popup([34.61666666666667, 135.73333333333332], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/2 - Yamato Province.jpg', 'Yamato', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/2 - Yamato Province.jpg');}); //Yamato
L.circleMarker([34.81666666666667, 135.65], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#3 - Kawachi - ImagePage", [34.81666666666667, 135.65]) }).on('mouseover', function(event) { generate_popup([34.81666666666667, 135.65], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/3 - Kawachi Province.jpg', 'Kawachi', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/3 - Kawachi Province.jpg');}); //Kawachi
L.circleMarker([35.67761111111111, 139.78741666666667], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#4 - Izumi - ImagePage", [35.67761111111111, 139.78741666666667]) }).on('mouseover', function(event) { generate_popup([35.67761111111111, 139.78741666666667], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/4 - Izumi Province.jpg', 'Izumi', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/4 - Izumi Province.jpg');}); //Izumi
L.circleMarker([34.61277777777778, 135.49305555555554], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#5 - Settsu - ImagePage", [34.61277777777778, 135.49305555555554]) }).on('mouseover', function(event) { generate_popup([34.61277777777778, 135.49305555555554], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/5 - Settsu Province.jpg', 'Settsu', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/5 - Settsu Province.jpg');}); //Settsu
L.circleMarker([34.770091666666666, 136.12719444444446], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#6 - Iga - ImagePage", [34.770091666666666, 136.12719444444446]) }).on('mouseover', function(event) { generate_popup([34.770091666666666, 136.12719444444446], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/6 - Iga Province.jpg', 'Iga', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/6 - Iga Province.jpg');}); //Iga
L.circleMarker([36.4, 138.51666666666668], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#7 - Ise - ImagePage", [36.4, 138.51666666666668]) }).on('mouseover', function(event) { generate_popup([36.4, 138.51666666666668], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/7 - Ise Province.jpg', 'Ise', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/7 - Ise Province.jpg');}); //Ise
L.circleMarker([35.686249999999994, 139.77394444444445], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#8 - Shima - ImagePage", [35.686249999999994, 139.77394444444445]) }).on('mouseover', function(event) { generate_popup([35.686249999999994, 139.77394444444445], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/8 - Shima Province.jpg', 'Shima', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/8 - Shima Province.jpg');}); //Shima
L.circleMarker([35.177055555555555, 136.74127777777775], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#9 - Owari - ImagePage", [35.177055555555555, 136.74127777777775]) }).on('mouseover', function(event) { generate_popup([35.177055555555555, 136.74127777777775], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/9 - Owari Province.jpg', 'Owari', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/9 - Owari Province.jpg');}); //Owari
L.circleMarker([34.978944444444444, 137.58619444444446], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#10 - Mikawa - ImagePage", [34.978944444444444, 137.58619444444446]) }).on('mouseover', function(event) { generate_popup([34.978944444444444, 137.58619444444446], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/10 - Mikawa Province.jpg', 'Mikawa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/10 - Mikawa Province.jpg');}); //Mikawa
L.circleMarker([34.768166666666666, 137.613], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#11 - Totomi - ImagePage", [34.768166666666666, 137.613]) }).on('mouseover', function(event) { generate_popup([34.768166666666666, 137.613], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/11 - Totomi Province.jpg', 'Totomi', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/11 - Totomi Province.jpg');}); //Totomi
L.circleMarker([34.995444444444445, 138.52475], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#12 - Suruga - ImagePage", [34.995444444444445, 138.52475]) }).on('mouseover', function(event) { generate_popup([34.995444444444445, 138.52475], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/12 - Suruga Province.jpg', 'Suruga', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/12 - Suruga Province.jpg');}); //Suruga
L.circleMarker([35.615744444444445, 138.98022222222224], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#13 - Kai - ImagePage", [35.615744444444445, 138.98022222222224]) }).on('mouseover', function(event) { generate_popup([35.615744444444445, 138.98022222222224], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/13 - Kai Province.jpg', 'Kai', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/13 - Kai Province.jpg');}); //Kai
L.circleMarker([34.97152777777778, 138.92755555555556], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#14 - Izu - ImagePage", [34.97152777777778, 138.92755555555556]) }).on('mouseover', function(event) { generate_popup([34.97152777777778, 138.92755555555556], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/14 - Izu Province.jpg', 'Izu', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/14 - Izu Province.jpg');}); //Izu
L.circleMarker([35.29805555555556, 139.47672222222224], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#15 - Sagami - ImagePage", [35.29805555555556, 139.47672222222224]) }).on('mouseover', function(event) { generate_popup([35.29805555555556, 139.47672222222224], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/15 - Sagami Province.jpg', 'Sagami', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/15 - Sagami Province.jpg');}); //Sagami
L.circleMarker([35.790305555555555, 139.68658333333335], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#16 - Musashi - ImagePage", [35.790305555555555, 139.68658333333335]) }).on('mouseover', function(event) { generate_popup([35.790305555555555, 139.68658333333335], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/16 - Musashi Province.jpg', 'Musashi', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/16 - Musashi Province.jpg');}); //Musashi
L.circleMarker([35.71405555555556, 139.79666666666665], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#17 - Edo - ImagePage", [35.71405555555556, 139.79666666666665]) }).on('mouseover', function(event) { generate_popup([35.71405555555556, 139.79666666666665], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/17 - Edo.jpg', 'Edo', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/17 - Edo.jpg');}); //Edo
L.circleMarker([34.360055555555554, 133.32419444444443], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#18 - Awa - ImagePage", [34.360055555555554, 133.32419444444443]) }).on('mouseover', function(event) { generate_popup([34.360055555555554, 133.32419444444443], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/18 - Awa Province.jpg', 'Awa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/18 - Awa Province.jpg');}); //Awa
L.circleMarker([35.556805555555556, 140.47625], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#19 - Kazusa - ImagePage", [35.556805555555556, 140.47625]) }).on('mouseover', function(event) { generate_popup([35.556805555555556, 140.47625], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/19 - Kazusa Province.jpg', 'Kazusa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/19 - Kazusa Province.jpg');}); //Kazusa
L.circleMarker([35.72952777777778, 140.8275], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#20 - Shimosa - ImagePage", [35.72952777777778, 140.8275]) }).on('mouseover', function(event) { generate_popup([35.72952777777778, 140.8275], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/20 - Province.jpg', 'Shimosa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/20 - Province.jpg');}); //Shimosa
L.circleMarker([35.99613888888889, 140.60197222222223], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#21 - Hitachi - ImagePage", [35.99613888888889, 140.60197222222223]) }).on('mouseover', function(event) { generate_popup([35.99613888888889, 140.60197222222223], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/21 - Hitachi Province.jpg', 'Hitachi', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/21 - Hitachi Province.jpg');}); //Hitachi
L.circleMarker([35.333333333333336, 136.16666666666666], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#22 - Omi - ImagePage", [35.333333333333336, 136.16666666666666]) }).on('mouseover', function(event) { generate_popup([35.333333333333336, 136.16666666666666], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/22 - Omi Province.jpg', 'Omi', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/22 - Omi Province.jpg');}); //Omi
L.circleMarker([35.28, 136.53416666666666], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#23 - Mino - ImagePage", [35.28, 136.53416666666666]) }).on('mouseover', function(event) { generate_popup([35.28, 136.53416666666666], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/23 - Mino Province.jpg', 'Mino', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/23 - Mino Province.jpg');}); //Mino
L.circleMarker([34.538333333333334, 136.7302777777778], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#24 - Hida - ImagePage", [34.538333333333334, 136.7302777777778]) }).on('mouseover', function(event) { generate_popup([34.538333333333334, 136.7302777777778], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/24 - Hida Province.jpg', 'Hida', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/24 - Hida Province.jpg');}); //Hida
L.circleMarker([36.53333333333333, 137.6], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#25 - Shinano - ImagePage", [36.53333333333333, 137.6]) }).on('mouseover', function(event) { generate_popup([36.53333333333333, 137.6], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/25 - Shinano Province.jpg', 'Shinano', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/25 - Shinano Province.jpg');}); //Shinano
L.circleMarker([36.36666388888889, 139.11666666666667], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#26 - Kozuke - ImagePage", [36.36666388888889, 139.11666666666667]) }).on('mouseover', function(event) { generate_popup([36.36666388888889, 139.11666666666667], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/26 - Kozuke Province.jpg', 'Kozuke', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/26 - Kozuke Province.jpg');}); //Kozuke
L.circleMarker([36.75680555555556, 139.5563888888889], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#27 - Shimotsuke - ImagePage", [36.75680555555556, 139.5563888888889]) }).on('mouseover', function(event) { generate_popup([36.75680555555556, 139.5563888888889], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/27 - Shimotsuke Province.jpg', 'Shimotsuke', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/27 - Shimotsuke Province.jpg');}); //Shimotsuke
L.circleMarker([35.098888888888894, 139.8813888888889], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#28 - Mutsu - ImagePage", [35.098888888888894, 139.8813888888889]) }).on('mouseover', function(event) { generate_popup([35.098888888888894, 139.8813888888889], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/28 - Mutsu Province.jpg', 'Mutsu', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/28 - Mutsu Province.jpg');}); //Mutsu
L.circleMarker([38.92305555555555, 139.8088888888889], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#29 - Dewa - ImagePage", [38.92305555555555, 139.8088888888889]) }).on('mouseover', function(event) { generate_popup([38.92305555555555, 139.8088888888889], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/29 - Dewa Province.jpg', 'Dewa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/29 - Dewa Province.jpg');}); //Dewa
L.circleMarker([36.561055555555555, 136.65641666666667], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#30 - Wakasa - ImagePage", [36.561055555555555, 136.65641666666667]) }).on('mouseover', function(event) { generate_popup([36.561055555555555, 136.65641666666667], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/30 - Wakasa Province.jpg', 'Wakasa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/30 - Wakasa Province.jpg');}); //Wakasa
L.circleMarker([35.64519444444444, 136.05550000000002], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#31 - Echizen - ImagePage", [35.64519444444444, 136.05550000000002]) }).on('mouseover', function(event) { generate_popup([35.64519444444444, 136.05550000000002], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/31 - Echizen Province.jpg', 'Echizen', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/31 - Echizen Province.jpg');}); //Echizen
L.circleMarker([36.561055555555555, 136.65641666666667], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#32 - Kaga - ImagePage", [36.561055555555555, 136.65641666666667]) }).on('mouseover', function(event) { generate_popup([36.561055555555555, 136.65641666666667], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/32 - Kaga Province.jpg', 'Kaga', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/32 - Kaga Province.jpg');}); //Kaga
L.circleMarker([37.230916666666666, 136.91227777777777], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#33 - Noto - ImagePage", [37.230916666666666, 136.91227777777777]) }).on('mouseover', function(event) { generate_popup([37.230916666666666, 136.91227777777777], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/33 - Noto Province.jpg', 'Noto', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/33 - Noto Province.jpg');}); //Noto
L.circleMarker([36.75405555555555, 137.02566666666667], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#34 - Etchu - ImagePage", [36.75405555555555, 137.02566666666667]) }).on('mouseover', function(event) { generate_popup([36.75405555555555, 137.02566666666667], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/34 - Etchu Province.jpg', 'Etchu', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/34 - Etchu Province.jpg');}); //Etchu
L.circleMarker([36.99316666666667, 137.6975], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#35 - Echigo - ImagePage", [36.99316666666667, 137.6975]) }).on('mouseover', function(event) { generate_popup([36.99316666666667, 137.6975], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/35 - Echigo Province.jpg', 'Echigo', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/35 - Echigo Province.jpg');}); //Echigo
L.circleMarker([38.03884166666666, 138.25588055555556], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#36 - Sado - ImagePage", [38.03884166666666, 138.25588055555556]) }).on('mouseover', function(event) { generate_popup([38.03884166666666, 138.25588055555556], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/36 - Sado Province.jpg', 'Sado', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/36 - Sado Province.jpg');}); //Sado
L.circleMarker([34.88444444444444, 135.79972222222221], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#37 - Tanba - ImagePage", [34.88444444444444, 135.79972222222221]) }).on('mouseover', function(event) { generate_popup([34.88444444444444, 135.79972222222221], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/37 - Tanba Province.jpg', 'Tanba', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/37 - Tanba Province.jpg');}); //Tanba
L.circleMarker([35.53333333333333, 135.2], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#38 - Tango - ImagePage", [35.53333333333333, 135.2]) }).on('mouseover', function(event) { generate_popup([35.53333333333333, 135.2], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/38 - Tango Province.jpg', 'Tango', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/38 - Tango Province.jpg');}); //Tango
L.circleMarker([35.63333333333333, 134.63333333333333], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#39 - Tajima - ImagePage", [35.63333333333333, 134.63333333333333]) }).on('mouseover', function(event) { generate_popup([35.63333333333333, 134.63333333333333], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/39 - Tajima Province.jpg', 'Tajima', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/39 - Tajima Province.jpg');}); //Tajima
L.circleMarker([35.5, 134.23333333333332], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#40 - Inaba - ImagePage", [35.5, 134.23333333333332]) }).on('mouseover', function(event) { generate_popup([35.5, 134.23333333333332], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/40 - Inaba Province.jpg', 'Inaba', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/40 - Inaba Province.jpg');}); //Inaba
L.circleMarker([35.45266666666667, 133.73569444444442], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#41 - Hoki - ImagePage", [35.45266666666667, 133.73569444444442]) }).on('mouseover', function(event) { generate_popup([35.45266666666667, 133.73569444444442], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/41 - Hoki Province.jpg', 'Hoki', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/41 - Hoki Province.jpg');}); //Hoki
L.circleMarker([35.46666666666667, 133.05], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#42 - Izumo - ImagePage", [35.46666666666667, 133.05]) }).on('mouseover', function(event) { generate_popup([35.46666666666667, 133.05], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/42 - Izumo Province.jpg', 'Izumo', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/42 - Izumo Province.jpg');}); //Izumo
L.circleMarker([34.9, 132.08333333333334], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#43 - Iwami - ImagePage", [34.9, 132.08333333333334]) }).on('mouseover', function(event) { generate_popup([34.9, 132.08333333333334], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/43 - Iwami Province.jpg', 'Iwami', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/43 - Iwami Province.jpg');}); //Iwami
L.circleMarker([36.1, 133.1], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#44 - Oki - ImagePage", [36.1, 133.1]) }).on('mouseover', function(event) { generate_popup([36.1, 133.1], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/44 - Oki Province.jpg', 'Oki', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/44 - Oki Province.jpg');}); //Oki
L.circleMarker([34.751666666666665, 134.39305555555555], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#45 - Harima - ImagePage", [34.751666666666665, 134.39305555555555]) }).on('mouseover', function(event) { generate_popup([34.751666666666665, 134.39305555555555], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/45 - Harima Province.jpg', 'Harima', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/45 - Harima Province.jpg');}); //Harima
L.circleMarker([34.60055555555556, 133.9725], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#46 - Mimasaka - ImagePage", [34.60055555555556, 133.9725]) }).on('mouseover', function(event) { generate_popup([34.60055555555556, 133.9725], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/46 - Mimasaka Province.jpg', 'Mimasaka', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/46 - Mimasaka Province.jpg');}); //Mimasaka
L.circleMarker([34.75, 134.18333333333334], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#47 - Bizen - ImagePage", [34.75, 134.18333333333334]) }).on('mouseover', function(event) { generate_popup([34.75, 134.18333333333334], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/47 - Bizen Province.jpg', 'Bizen', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/47 - Bizen Province.jpg');}); //Bizen
L.circleMarker([35.11792400833333, 133.679498], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#48 - Bitchu - ImagePage", [35.11792400833333, 133.679498]) }).on('mouseover', function(event) { generate_popup([35.11792400833333, 133.679498], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/48 - Bitchu Province.jpg', 'Bitchu', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/48 - Bitchu Province.jpg');}); //Bitchu
L.circleMarker([34.21666666666667, 132.45], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#49 - Bingo - ImagePage", [34.21666666666667, 132.45]) }).on('mouseover', function(event) { generate_popup([34.21666666666667, 132.45], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/49 - Bingo Province.jpg', 'Bingo', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/49 - Bingo Province.jpg');}); //Bingo
L.circleMarker([34.416666666666664, 133.2], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#50 - Aki - ImagePage", [34.416666666666664, 133.2]) }).on('mouseover', function(event) { generate_popup([34.416666666666664, 133.2], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/50 - Aki Province.jpg', 'Aki', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/50 - Aki Province.jpg');}); //Aki
L.circleMarker([34.16760277777777, 132.17836666666665], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#51 - Suo - ImagePage", [34.16760277777777, 132.17836666666665]) }).on('mouseover', function(event) { generate_popup([34.16760277777777, 132.17836666666665], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/51 - Suo Province.jpg', 'Suo', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/51 - Suo Province.jpg');}); //Suo
L.circleMarker([34.18333333333333, 131.46666666666667], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#52 - Nagato - ImagePage", [34.18333333333333, 131.46666666666667]) }).on('mouseover', function(event) { generate_popup([34.18333333333333, 131.46666666666667], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/52 - Nagato Province.jpg', 'Nagato', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/52 - Nagato Province.jpg');}); //Nagato
L.circleMarker([34.30277777777778, 135.95499999999998], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#53 - Kii - ImagePage", [34.30277777777778, 135.95499999999998]) }).on('mouseover', function(event) { generate_popup([34.30277777777778, 135.95499999999998], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/53 - Kii Province.jpg', 'Kii', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/53 - Kii Province.jpg');}); //Kii
L.circleMarker([34.38333333333333, 134.83333333333334], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#54 - Awaji - ImagePage", [34.38333333333333, 134.83333333333334]) }).on('mouseover', function(event) { generate_popup([34.38333333333333, 134.83333333333334], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/54 - Awaji Province.jpg', 'Awaji', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/54 - Awaji Province.jpg');}); //Awaji
L.circleMarker([35.52257777777778, 139.90956944444446], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#55 - Awa - ImagePage", [35.52257777777778, 139.90956944444446]) }).on('mouseover', function(event) { generate_popup([35.52257777777778, 139.90956944444446], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/55 - Awa Province.jpg', 'Awa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/55 - Awa Province.jpg');}); //Awa
L.circleMarker([34.15, 133.7], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#56 - Sanuki - ImagePage", [34.15, 133.7]) }).on('mouseover', function(event) { generate_popup([34.15, 133.7], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/56 - Sanuki Province.jpg', 'Sanuki', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/56 - Sanuki Province.jpg');}); //Sanuki
L.circleMarker([33.7675, 133.11499999999998], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#57 - Iyo - ImagePage", [33.7675, 133.11499999999998]) }).on('mouseover', function(event) { generate_popup([33.7675, 133.11499999999998], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/57 - Iyo Province.jpg', 'Iyo', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/57 - Iyo Province.jpg');}); //Iyo
L.circleMarker([33.016666666666666, 133.01666666666668], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#58 - Tosa - ImagePage", [33.016666666666666, 133.01666666666668]) }).on('mouseover', function(event) { generate_popup([33.016666666666666, 133.01666666666668], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/58 - Tosa Province.jpg', 'Tosa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/58 - Tosa Province.jpg');}); //Tosa
L.circleMarker([33.416666666666664, 130.66666666666666], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#59 - Chikuzen - ImagePage", [33.416666666666664, 130.66666666666666]) }).on('mouseover', function(event) { generate_popup([33.416666666666664, 130.66666666666666], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/59 - Chikuzen Province.jpg', 'Chikuzen', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/59 - Chikuzen Province.jpg');}); //Chikuzen
L.circleMarker([33.193, 130.56674999999998], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#60 - Chikugo - ImagePage", [33.193, 130.56674999999998]) }).on('mouseover', function(event) { generate_popup([33.193, 130.56674999999998], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/60 - Chikugo Province.jpg', 'Chikugo', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/60 - Chikugo Province.jpg');}); //Chikugo
L.circleMarker([33.15972222222222, 130.40805555555556], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#61 - Buzen - ImagePage", [33.15972222222222, 130.40805555555556]) }).on('mouseover', function(event) { generate_popup([33.15972222222222, 130.40805555555556], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/61 - Buzen Province.jpg', 'Buzen', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/61 - Buzen Province.jpg');}); //Buzen
L.circleMarker([33.31944444444445, 131.62083333333334], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#62 - Bungo - ImagePage", [33.31944444444445, 131.62083333333334]) }).on('mouseover', function(event) { generate_popup([33.31944444444445, 131.62083333333334], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/62 - Bungo Province.jpg', 'Bungo', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/62 - Bungo Province.jpg');}); //Bungo
L.circleMarker([32.75277777777778, 129.84944444444446], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#63 - Hizen - ImagePage", [32.75277777777778, 129.84944444444446]) }).on('mouseover', function(event) { generate_popup([32.75277777777778, 129.84944444444446], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/63 - Hizen Province.jpg', 'Hizen', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/63 - Hizen Province.jpg');}); //Hizen
L.circleMarker([32.88444444444444, 131.1038888888889], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#64 - Higo - ImagePage", [32.88444444444444, 131.1038888888889]) }).on('mouseover', function(event) { generate_popup([32.88444444444444, 131.1038888888889], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/64 - Higo Province.jpg', 'Higo', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/64 - Higo Province.jpg');}); //Higo
L.circleMarker([32.03333333333333, 130.81666666666666], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#65 - Hyuga - ImagePage", [32.03333333333333, 130.81666666666666]) }).on('mouseover', function(event) { generate_popup([32.03333333333333, 130.81666666666666], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/65 - Hyuga Province.jpg', 'Hyuga', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/65 - Hyuga Province.jpg');}); //Hyuga
L.circleMarker([31.580555555555556, 130.65805555555556], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#66 - Osumi - ImagePage", [31.580555555555556, 130.65805555555556]) }).on('mouseover', function(event) { generate_popup([31.580555555555556, 130.65805555555556], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/66 - Osumi Province.jpg', 'Osumi', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/66 - Osumi Province.jpg');}); //Osumi
L.circleMarker([31.46972222222222, 130.63555555555556], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#67 - Satsuma - ImagePage", [31.46972222222222, 130.63555555555556]) }).on('mouseover', function(event) { generate_popup([31.46972222222222, 130.63555555555556], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/67 - Satsuma Province.jpg', 'Satsuma', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/67 - Satsuma Province.jpg');}); //Satsuma
L.circleMarker([33.723055555555554, 129.64888888888888], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#68 - Iki - ImagePage", [33.723055555555554, 129.64888888888888]) }).on('mouseover', function(event) { generate_popup([33.723055555555554, 129.64888888888888], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/68 - Iki Province.jpg', 'Iki', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/68 - Iki Province.jpg');}); //Iki
L.circleMarker([34.416666666666664, 129.33333333333334], {radius: 10, color: '#00ff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Famous Views of the Sixty-odd Provinces#~#69 - Tsushima - ImagePage", [34.416666666666664, 129.33333333333334]) }).on('mouseover', function(event) { generate_popup([34.416666666666664, 129.33333333333334], 'Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/69 - Tsushima Province.jpg', 'Tsushima', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Famous Views of the Sixty-odd Provinces/small/69 - Tsushima Province.jpg');}); //Tsushima
L.circleMarker([35.684058, 139.774501377979], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#1 - Leaving Edo - Nihonbashi (The bridge of Japan) - ImagePage", [35.684058, 139.774501377979]) }).on('mouseover', function(event) { generate_popup([35.684058, 139.774501377979], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/1 - Nihonbashi - 日本橋.jpg', 'Leaving Edo : Nihonbashi , (The bridge of Japan)', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/1 - Nihonbashi - 日本橋.jpg');}); //Leaving Edo : Nihonbashi , (The bridge of Japan)
L.circleMarker([35.599252, 139.73891], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#2 - 1st station - Shinagawa. [N 2] - ImagePage", [35.599252, 139.73891]) }).on('mouseover', function(event) { generate_popup([35.599252, 139.73891], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/2 - Shinagawa - 品川.jpg', '1st station : Shinagawa. [N 2]', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/2 - Shinagawa - 品川.jpg');}); //1st station : Shinagawa. [N 2]
L.circleMarker([35.523142, 139.708024], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#3 - 2nd station - Kawasaki - ImagePage", [35.523142, 139.708024]) }).on('mouseover', function(event) { generate_popup([35.523142, 139.708024], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/3 - Kawasaki - 川崎.jpg', '2nd station : Kawasaki', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/3 - Kawasaki - 川崎.jpg');}); //2nd station : Kawasaki
L.circleMarker([35.4437, 139.638], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#4 - 3rd station - Kanagawa - ImagePage", [35.4437, 139.638]) }).on('mouseover', function(event) { generate_popup([35.4437, 139.638], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/4 - Kanagawa - 神奈川.jpg', '3rd station : Kanagawa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/4 - Kanagawa - 神奈川.jpg');}); //3rd station : Kanagawa
L.circleMarker([35.4466889, 139.5997021], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#5 - 4th station - Hodogaya - ImagePage", [35.4466889, 139.5997021]) }).on('mouseover', function(event) { generate_popup([35.4466889, 139.5997021], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/5 - Hodogaya - 程ヶ谷, 保土ヶ谷.jpg', '4th station : Hodogaya', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/5 - Hodogaya - 程ヶ谷, 保土ヶ谷.jpg');}); //4th station : Hodogaya
L.circleMarker([35.4005483, 139.534215], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#6 - 5th station - Totsuka - ImagePage", [35.4005483, 139.534215]) }).on('mouseover', function(event) { generate_popup([35.4005483, 139.534215], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/6 - Totsuka - 戸塚.jpg', '5th station : Totsuka', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/6 - Totsuka - 戸塚.jpg');}); //5th station : Totsuka
L.circleMarker([35.364842, 139.465077], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#7 - 6th station - Fujisawa - ImagePage", [35.364842, 139.465077]) }).on('mouseover', function(event) { generate_popup([35.364842, 139.465077], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/7 - Fujisawa - 藤沢.jpg', '6th station : Fujisawa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/7 - Fujisawa - 藤沢.jpg');}); //6th station : Fujisawa
L.circleMarker([35.3351, 139.3495], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#8 - 7th station - Hiratsuka - ImagePage", [35.3351, 139.3495]) }).on('mouseover', function(event) { generate_popup([35.3351, 139.3495], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/8 - Hiratsuka - 平塚.jpg', '7th station : Hiratsuka', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/8 - Hiratsuka - 平塚.jpg');}); //7th station : Hiratsuka
L.circleMarker([35.318263, 139.284042], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#9 - 8th station - Oiso (Rain on a town by the coast) - ImagePage", [35.318263, 139.284042]) }).on('mouseover', function(event) { generate_popup([35.318263, 139.284042], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/9 - Oiso - 大磯.jpg', '8th station : Oiso (Rain on a town by the coast)', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/9 - Oiso - 大磯.jpg');}); //8th station : Oiso (Rain on a town by the coast)
L.circleMarker([35.263676, 139.150229], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#10 - 9th station - Odawara (Crossing the Sakawa river at a ford) - ImagePage", [35.263676, 139.150229]) }).on('mouseover', function(event) { generate_popup([35.263676, 139.150229], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/10 - Odawara - 小田原.jpg', '9th station : Odawara (Crossing the Sakawa river at a ford)', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/10 - Odawara - 小田原.jpg');}); //9th station : Odawara (Crossing the Sakawa river at a ford)
L.circleMarker([35.222919, 139.031616], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#11 - 10th station - Hakone (High rocks by a lake) - ImagePage", [35.222919, 139.031616]) }).on('mouseover', function(event) { generate_popup([35.222919, 139.031616], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/11 - Hakone - 箱根.jpg', '10th station : Hakone (High rocks by a lake)', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/11 - Hakone - 箱根.jpg');}); //10th station : Hakone (High rocks by a lake)
L.circleMarker([35.147361, 138.948903], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#12 - 11th station - Mishima (Travellers passing a shrine in the mist) - ImagePage", [35.147361, 138.948903]) }).on('mouseover', function(event) { generate_popup([35.147361, 138.948903], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/12 - Mishima - 三島.jpg', '11th station : Mishima (Travellers passing a shrine in the mist)', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/12 - Mishima - 三島.jpg');}); //11th station : Mishima (Travellers passing a shrine in the mist)
L.circleMarker([35.1030306, 138.859806], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#13 - 12th station - Numazu - ImagePage", [35.1030306, 138.859806]) }).on('mouseover', function(event) { generate_popup([35.1030306, 138.859806], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/13 - Numazu - 沼津.jpg', '12th station : Numazu', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/13 - Numazu - 沼津.jpg');}); //12th station : Numazu
L.circleMarker([35.0956, 138.8635], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#14 - 13th station - Hara (Travellers passing Mount Fuji) - ImagePage", [35.0956, 138.8635]) }).on('mouseover', function(event) { generate_popup([35.0956, 138.8635], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/14 - Hara - 原.jpg', '13th station : Hara (Travellers passing Mount Fuji)', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/14 - Hara - 原.jpg');}); //13th station : Hara (Travellers passing Mount Fuji)
L.circleMarker([35.1435562, 138.7040631], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#15 - 14th station - Yoshiwara - ImagePage", [35.1435562, 138.7040631]) }).on('mouseover', function(event) { generate_popup([35.1435562, 138.7040631], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/15 - Yoshiwara - 吉原.jpg', '14th station : Yoshiwara', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/15 - Yoshiwara - 吉原.jpg');}); //14th station : Yoshiwara
L.circleMarker([35.0159, 138.4595], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#16 - 15th station - Kanbara (A village in the snow) - ImagePage", [35.0159, 138.4595]) }).on('mouseover', function(event) { generate_popup([35.0159, 138.4595], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/16 - Kanbara - 蒲原.jpg', '15th station : Kanbara (A village in the snow)', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/16 - Kanbara - 蒲原.jpg');}); //15th station : Kanbara (A village in the snow)
L.circleMarker([35.0976803, 138.5532813], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#17 - 16th station - Yui (Travellers on a high cliff by the sea) - ImagePage", [35.0976803, 138.5532813]) }).on('mouseover', function(event) { generate_popup([35.0976803, 138.5532813], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/17 - Yui - 由井, 由比.jpg', '16th station : Yui (Travellers on a high cliff by the sea)', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/17 - Yui - 由井, 由比.jpg');}); //16th station : Yui (Travellers on a high cliff by the sea)
L.circleMarker([35.0525502, 138.5219809], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#18 - 17th station - Okitsu - ImagePage", [35.0525502, 138.5219809]) }).on('mouseover', function(event) { generate_popup([35.0525502, 138.5219809], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/18 - Okitsu - 興津.jpg', '17th station : Okitsu', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/18 - Okitsu - 興津.jpg');}); //17th station : Okitsu
L.circleMarker([35.0159, 138.4895], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#19 - 18th station - Ejiri - ImagePage", [35.0159, 138.4895]) }).on('mouseover', function(event) { generate_popup([35.0159, 138.4895], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/19 - Ejiri - 江尻.jpg', '18th station : Ejiri', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/19 - Ejiri - 江尻.jpg');}); //18th station : Ejiri
L.circleMarker([34.9751, 138.3832], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#20 - 19th station - Fuchū - ImagePage", [34.9751, 138.3832]) }).on('mouseover', function(event) { generate_popup([34.9751, 138.3832], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/20 - Fuchū - 府中, 駿府.jpg', '19th station : Fuchū', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/20 - Fuchū - 府中, 駿府.jpg');}); //19th station : Fuchū
L.circleMarker([34.9607, 138.404], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#21 - 20th station - Mariko (A roadside restaurant) - ImagePage", [34.9607, 138.404]) }).on('mouseover', function(event) { generate_popup([34.9607, 138.404], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/21 - Mariko - 鞠子, 丸子.jpg', '20th station : Mariko (A roadside restaurant)', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/21 - Mariko - 鞠子, 丸子.jpg');}); //20th station : Mariko (A roadside restaurant)
L.circleMarker([34.8674, 138.2575], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#22 - 21st station - Okabe - ImagePage", [34.8674, 138.2575]) }).on('mouseover', function(event) { generate_popup([34.8674, 138.2575], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/22 - Okabe - 岡部.jpg', '21st station : Okabe', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/22 - Okabe - 岡部.jpg');}); //21st station : Okabe
L.circleMarker([34.929493, 138.233691], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#23 - 22nd station - Fujieda - ImagePage", [34.929493, 138.233691]) }).on('mouseover', function(event) { generate_popup([34.929493, 138.233691], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/23 - Fujieda - 藤枝.jpg', '22nd station : Fujieda', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/23 - Fujieda - 藤枝.jpg');}); //22nd station : Fujieda
L.circleMarker([34.879912, 138.146599], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#24 - 23rd station - Shimada - ImagePage", [34.879912, 138.146599]) }).on('mouseover', function(event) { generate_popup([34.879912, 138.146599], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/24 - Shimada - 島田.jpg', '23rd station : Shimada', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/24 - Shimada - 島田.jpg');}); //23rd station : Shimada
L.circleMarker([34.8190977, 138.1254959], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#25 - 24th station - Kanaya (Crossing a wide river) - ImagePage", [34.8190977, 138.1254959]) }).on('mouseover', function(event) { generate_popup([34.8190977, 138.1254959], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/25 - Kanaya - 金屋, 金谷.jpg', '24th station : Kanaya (Crossing a wide river)', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/25 - Kanaya - 金屋, 金谷.jpg');}); //24th station : Kanaya (Crossing a wide river)
L.circleMarker([34.76869444444444, 137.99841666666666], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#26 - 25th station - Nissaka - ImagePage", [34.76869444444444, 137.99841666666666]) }).on('mouseover', function(event) { generate_popup([34.76869444444444, 137.99841666666666], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/26 - Nissaka - 日坂.jpg', '25th station : Nissaka', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/26 - Nissaka - 日坂.jpg');}); //25th station : Nissaka
L.circleMarker([34.793469, 138.018733], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#27 - 26th station - Kakegawa - ImagePage", [34.793469, 138.018733]) }).on('mouseover', function(event) { generate_popup([34.793469, 138.018733], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/27 - Kakegawa - 掛川.jpg', '26th station : Kakegawa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/27 - Kakegawa - 掛川.jpg');}); //26th station : Kakegawa
L.circleMarker([34.749989, 137.926123], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#28 - 27th station - Fukuroi - ImagePage", [34.749989, 137.926123]) }).on('mouseover', function(event) { generate_popup([34.749989, 137.926123], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/28 - Fukuroi - 袋井.jpg', '27th station : Fukuroi', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/28 - Fukuroi - 袋井.jpg');}); //27th station : Fukuroi
L.circleMarker([34.706481, 137.851285], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#29 - 28th station - Mitsuke - ImagePage", [34.706481, 137.851285]) }).on('mouseover', function(event) { generate_popup([34.706481, 137.851285], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/29 - Mitsuke - 見附.jpg', '28th station : Mitsuke', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/29 - Mitsuke - 見附.jpg');}); //28th station : Mitsuke
L.circleMarker([34.7109786, 137.7259431], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#30 - 29th station - Hamamatsu - ImagePage", [34.7109786, 137.7259431]) }).on('mouseover', function(event) { generate_popup([34.7109786, 137.7259431], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/30 - Hamamatsu - 浜松.jpg', '29th station : Hamamatsu', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/30 - Hamamatsu - 浜松.jpg');}); //29th station : Hamamatsu
L.circleMarker([34.6856368, 137.6270776], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#31 - 30th station - Maisaka - ImagePage", [34.6856368, 137.6270776]) }).on('mouseover', function(event) { generate_popup([34.6856368, 137.6270776], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/31 - Maisaka - 舞阪.jpg', '30th station : Maisaka', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/31 - Maisaka - 舞阪.jpg');}); //30th station : Maisaka
L.circleMarker([34.7185, 137.5316], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#32 - 31st station - Arai - ImagePage", [34.7185, 137.5316]) }).on('mouseover', function(event) { generate_popup([34.7185, 137.5316], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/32 - Arai - 荒井, 新居.jpg', '31st station : Arai', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/32 - Arai - 荒井, 新居.jpg');}); //31st station : Arai
L.circleMarker([34.7221045, 137.5044113], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#33 - 32nd station - Shirasuka - ImagePage", [34.7221045, 137.5044113]) }).on('mouseover', function(event) { generate_popup([34.7221045, 137.5044113], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/33 - Shirasuka - 白須賀.jpg', '32nd station : Shirasuka', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/33 - Shirasuka - 白須賀.jpg');}); //32nd station : Shirasuka
L.circleMarker([34.725834, 137.4389256], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#34 - 33rd station - Futagawa - ImagePage", [34.725834, 137.4389256]) }).on('mouseover', function(event) { generate_popup([34.725834, 137.4389256], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/34 - Futagawa - 二川.jpg', '33rd station : Futagawa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/34 - Futagawa - 二川.jpg');}); //33rd station : Futagawa
L.circleMarker([34.773775, 138.260321], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#35 - 34th station - Yoshida - ImagePage", [34.773775, 138.260321]) }).on('mouseover', function(event) { generate_popup([34.773775, 138.260321], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/35 - Yoshida - 吉田.jpg', '34th station : Yoshida', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/35 - Yoshida - 吉田.jpg');}); //34th station : Yoshida
L.circleMarker([34.8468687, 137.311907806938], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#36 - 35th station - Goyu - ImagePage", [34.8468687, 137.311907806938]) }).on('mouseover', function(event) { generate_popup([34.8468687, 137.311907806938], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/36 - Goyu - 御油.jpg', '35th station : Goyu', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/36 - Goyu - 御油.jpg');}); //35th station : Goyu
L.circleMarker([34.8269, 137.3755], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#37 - 36th station - Akasaka - ImagePage", [34.8269, 137.3755]) }).on('mouseover', function(event) { generate_popup([34.8269, 137.3755], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/37 - Akasaka - 赤坂.jpg', '36th station : Akasaka', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/37 - Akasaka - 赤坂.jpg');}); //36th station : Akasaka
L.circleMarker([34.9544, 137.1743], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#38 - 37th station - Fujikawa - ImagePage", [34.9544, 137.1743]) }).on('mouseover', function(event) { generate_popup([34.9544, 137.1743], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/38 - Fujikawa - 藤川.jpg', '37th station : Fujikawa', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/38 - Fujikawa - 藤川.jpg');}); //37th station : Fujikawa
L.circleMarker([34.950974, 137.260842], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#39 - 38th station - Okazaki - ImagePage", [34.950974, 137.260842]) }).on('mouseover', function(event) { generate_popup([34.950974, 137.260842], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/39 - Okazaki - 岡崎.jpg', '38th station : Okazaki', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/39 - Okazaki - 岡崎.jpg');}); //38th station : Okazaki
L.circleMarker([35.001553, 137.05557], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#40 - 39th station - Chiryu - ImagePage", [35.001553, 137.05557]) }).on('mouseover', function(event) { generate_popup([35.001553, 137.05557], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/40 - Chiryu - 池鯉鮒, 知立.jpg', '39th station : Chiryu', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/40 - Chiryu - 池鯉鮒, 知立.jpg');}); //39th station : Chiryu
L.circleMarker([35.0708, 136.9522], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#41 - 40th station - Narumi - ImagePage", [35.0708, 136.9522]) }).on('mouseover', function(event) { generate_popup([35.0708, 136.9522], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/41 - Narumi - 鳴海.jpg', '40th station : Narumi', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/41 - Narumi - 鳴海.jpg');}); //40th station : Narumi
L.circleMarker([35.1285, 136.9103], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#42 - 41st station - Miya - ImagePage", [35.1285, 136.9103]) }).on('mouseover', function(event) { generate_popup([35.1285, 136.9103], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/42 - Miya - 宮.jpg', '41st station : Miya', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/42 - Miya - 宮.jpg');}); //41st station : Miya
L.circleMarker([35.0666099, 136.6843004], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#43 - 42nd station - Kuwana - ImagePage", [35.0666099, 136.6843004]) }).on('mouseover', function(event) { generate_popup([35.0666099, 136.6843004], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/43 - Kuwana - 桑名.jpg', '42nd station : Kuwana', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/43 - Kuwana - 桑名.jpg');}); //42nd station : Kuwana
L.circleMarker([34.9648428, 136.624845], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#44 - 43rd station - Yokkaichi - ImagePage", [34.9648428, 136.624845]) }).on('mouseover', function(event) { generate_popup([34.9648428, 136.624845], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/44 - Yokkaichi - 四日市.jpg', '43rd station : Yokkaichi', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/44 - Yokkaichi - 四日市.jpg');}); //43rd station : Yokkaichi
L.circleMarker([35.02774525, 135.766760974871], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#45 - 44th station - Ishiyakushi - ImagePage", [35.02774525, 135.766760974871]) }).on('mouseover', function(event) { generate_popup([35.02774525, 135.766760974871], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/45 - Ishiyakushi - 石薬師.jpg', '44th station : Ishiyakushi', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/45 - Ishiyakushi - 石薬師.jpg');}); //44th station : Ishiyakushi
L.circleMarker([34.8819, 136.5842], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#46 - 45th station - Shōno [N 3] (Travellers surprised by sudden rain) - ImagePage", [34.8819, 136.5842]) }).on('mouseover', function(event) { generate_popup([34.8819, 136.5842], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/46 - Shōno - 庄野.jpg', '45th station : Shōno [N 3] (Travellers surprised by sudden rain)', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/46 - Shōno - 庄野.jpg');}); //45th station : Shōno [N 3] (Travellers surprised by sudden rain)
L.circleMarker([34.8619883, 136.446694], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#47 - 46th station - Kameyama (A castle on a snow-covered slope) - ImagePage", [34.8619883, 136.446694]) }).on('mouseover', function(event) { generate_popup([34.8619883, 136.446694], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/47 - Kameyama - 亀山.jpg', '46th station : Kameyama (A castle on a snow-covered slope)', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/47 - Kameyama - 亀山.jpg');}); //46th station : Kameyama (A castle on a snow-covered slope)
L.circleMarker([34.8453, 136.4616], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#48 - 47th station - Seki (Departure from the inn) - ImagePage", [34.8453, 136.4616]) }).on('mouseover', function(event) { generate_popup([34.8453, 136.4616], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/48 - Seki - 関.jpg', '47th station : Seki (Departure from the inn)', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/48 - Seki - 関.jpg');}); //47th station : Seki (Departure from the inn)
L.circleMarker([34.8558, 136.4516], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#49 - 48th station - Sakashita - ImagePage", [34.8558, 136.4516]) }).on('mouseover', function(event) { generate_popup([34.8558, 136.4516], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/49 - Sakashita - 坂下.jpg', '48th station : Sakashita', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/49 - Sakashita - 坂下.jpg');}); //48th station : Sakashita
L.circleMarker([34.9661, 136.1663], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#50 - 49th station - Tsuchiyama - ImagePage", [34.9661, 136.1663]) }).on('mouseover', function(event) { generate_popup([34.9661, 136.1663], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/50 - Tsuchiyama - 土山.jpg', '49th station : Tsuchiyama', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/50 - Tsuchiyama - 土山.jpg');}); //49th station : Tsuchiyama
L.circleMarker([34.9666324, 136.1658387], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#51 - 50th station - Minakuchi - ImagePage", [34.9666324, 136.1658387]) }).on('mouseover', function(event) { generate_popup([34.9666324, 136.1658387], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/51 - Minakuchi - 水口.jpg', '50th station : Minakuchi', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/51 - Minakuchi - 水口.jpg');}); //50th station : Minakuchi
L.circleMarker([35.0176627, 136.0528809], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#52 - 51st station - Ishibe - ImagePage", [35.0176627, 136.0528809]) }).on('mouseover', function(event) { generate_popup([35.0176627, 136.0528809], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/52 - Ishibe - 石部.jpg', '51st station : Ishibe', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/52 - Ishibe - 石部.jpg');}); //51st station : Ishibe
L.circleMarker([35.0179088, 135.96046], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#53 - 52nd station - Kusatsu - ImagePage", [35.0179088, 135.96046]) }).on('mouseover', function(event) { generate_popup([35.0179088, 135.96046], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/53 - Kusatsu - 草津.jpg', '52nd station : Kusatsu', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/53 - Kusatsu - 草津.jpg');}); //52nd station : Kusatsu
L.circleMarker([35.016666666666666, 135.85], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#54 - 53rd station - Otsu - ImagePage", [35.016666666666666, 135.85]) }).on('mouseover', function(event) { generate_popup([35.016666666666666, 135.85], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/54 - Otsu - 大津.jpg', '53rd station : Otsu', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/54 - Otsu - 大津.jpg');}); //53rd station : Otsu
L.circleMarker([35.00907222222222, 135.77173611111112], {radius: 10, color: '#0000ff'}).addTo(mymap).on('click', function() { open_image("Hiroshige#The Fifty-three Stations of the Tōkaidō#~#55 - The end of the Tōkaidō- arriving at Kyoto. - ImagePage", [35.00907222222222, 135.77173611111112]) }).on('mouseover', function(event) { generate_popup([35.00907222222222, 135.77173611111112], 'Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/55 - Sanjō Ōhashi at Keishi - 京師.jpg', 'The end of the Tōkaidō: arriving at Kyoto.', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/The Fifty-three Stations of the Tōkaidō/small/55 - Sanjō Ōhashi at Keishi - 京師.jpg');}); //The end of the Tōkaidō: arriving at Kyoto.
L.circleMarker([35.43875, 139.71238888888888], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#1 - The Great Wave off Kanagawa - ImagePage", [35.43875, 139.71238888888888]) }).on('mouseover', function(event) { generate_popup([35.43875, 139.71238888888888], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/1 - The Great Wave off Kanagawa.jpg', 'The Great Wave off Kanagawa', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/1 - The Great Wave off Kanagawa.jpg');}); //The Great Wave off Kanagawa
L.circleMarker([35.55036111111111, 138.81050000000002], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#2 - Fine Wind Clear Morning also known as South Wind Clear Sky or Red Fuji - ImagePage", [35.55036111111111, 138.81050000000002]) }).on('mouseover', function(event) { generate_popup([35.55036111111111, 138.81050000000002], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/2 - Fine Wind, Clear Morning, also known as South Wind, Clear Sky or Red Fuji.jpg', 'Fine Wind, Clear Morning, also known as South Wind, Clear Sky or Red Fuji', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/2 - Fine Wind, Clear Morning, also known as South Wind, Clear Sky or Red Fuji.jpg');}); //Fine Wind, Clear Morning, also known as South Wind, Clear Sky or Red Fuji
L.circleMarker([35.155722222222224, 138.66525000000001], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#3 - Rainstorm Beneath the Summit - ImagePage", [35.155722222222224, 138.66525000000001]) }).on('mouseover', function(event) { generate_popup([35.155722222222224, 138.66525000000001], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/3 - Rainstorm Beneath the Summit.jpg', 'Rainstorm Beneath the Summit', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/3 - Rainstorm Beneath the Summit.jpg');}); //Rainstorm Beneath the Summit
L.circleMarker([35.683499999999995, 139.79469444444445], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#4 - Under Mannen Bridge at Fukagawa - ImagePage", [35.683499999999995, 139.79469444444445]) }).on('mouseover', function(event) { generate_popup([35.683499999999995, 139.79469444444445], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/4 - Under Mannen Bridge at Fukagawa.jpg', 'Under Mannen Bridge at Fukagawa', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/4 - Under Mannen Bridge at Fukagawa.jpg');}); //Under Mannen Bridge at Fukagawa
L.circleMarker([35.70277777777778, 139.75841666666668], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#5 - Sundai Edo - ImagePage", [35.70277777777778, 139.75841666666668]) }).on('mouseover', function(event) { generate_popup([35.70277777777778, 139.75841666666668], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/5 - Sundai, Edo.jpg', 'Sundai, Edo', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/5 - Sundai, Edo.jpg');}); //Sundai, Edo
L.circleMarker([35.67386111111111, 139.71305555555554], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#6 - Cushion Pine at Aoyama - ImagePage", [35.67386111111111, 139.71305555555554]) }).on('mouseover', function(event) { generate_popup([35.67386111111111, 139.71305555555554], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/6 - Cushion Pine at Aoyama.jpg', 'Cushion Pine at Aoyama', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/6 - Cushion Pine at Aoyama.jpg');}); //Cushion Pine at Aoyama
L.circleMarker([35.74136111111111, 139.81230555555555], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#7 - Senju Musashi - ImagePage", [35.74136111111111, 139.81230555555555]) }).on('mouseover', function(event) { generate_popup([35.74136111111111, 139.81230555555555], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/7 - Senju, Musashi.jpg', 'Senju, Musashi', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/7 - Senju, Musashi.jpg');}); //Senju, Musashi
L.circleMarker([35.62638888888889, 139.034], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#8 - Inume Pass Kōshū - ImagePage", [35.62638888888889, 139.034]) }).on('mouseover', function(event) { generate_popup([35.62638888888889, 139.034], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/8 - Inume Pass, Kōshū.jpg', 'Inume Pass, Kōshū', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/8 - Inume Pass, Kōshū.jpg');}); //Inume Pass, Kōshū
L.circleMarker([35.15183333333333, 136.90841666666668], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#9 - Fuji View Field in Owari Province - ImagePage", [35.15183333333333, 136.90841666666668]) }).on('mouseover', function(event) { generate_popup([35.15183333333333, 136.90841666666668], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/9 - Fuji View Field in Owari Province.jpg', 'Fuji View Field in Owari Province', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/9 - Fuji View Field in Owari Province.jpg');}); //Fuji View Field in Owari Province
L.circleMarker([35.01819444444445, 138.4860833333333], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#10 - Ejiri in Suruga Province - ImagePage", [35.01819444444445, 138.4860833333333]) }).on('mouseover', function(event) { generate_popup([35.01819444444445, 138.4860833333333], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/10 - Ejiri in Suruga Province.jpg', 'Ejiri in Suruga Province', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/10 - Ejiri in Suruga Province.jpg');}); //Ejiri in Suruga Province
L.circleMarker([35.68855555555555, 139.77286111111113], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#11 - A sketch of the Mitsui shop in Suruga in Edo - ImagePage", [35.68855555555555, 139.77286111111113]) }).on('mouseover', function(event) { generate_popup([35.68855555555555, 139.77286111111113], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/11 - A sketch of the Mitsui shop in Suruga in Edo.jpg', 'A sketch of the Mitsui shop in Suruga in Edo', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/11 - A sketch of the Mitsui shop in Suruga in Edo.jpg');}); //A sketch of the Mitsui shop in Suruga in Edo
L.circleMarker([35.69425, 139.7891111111111], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#12 - Sunset across the Ryōgoku bridge from the bank of the Sumida River at Onmayagashi - ImagePage", [35.69425, 139.7891111111111]) }).on('mouseover', function(event) { generate_popup([35.69425, 139.7891111111111], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/12 - Sunset across the Ryōgoku bridge from the bank of the Sumida River at Onmayagashi.jpg', 'Sunset across the Ryōgoku bridge from the bank of the Sumida River at Onmayagashi', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/12 - Sunset across the Ryōgoku bridge from the bank of the Sumida River at Onmayagashi.jpg');}); //Sunset across the Ryōgoku bridge from the bank of the Sumida River at Onmayagashi
L.circleMarker([35.62872222222222, 139.7091111111111], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#13 - Sazai hall - Temple of Five Hundred Rakan - ImagePage", [35.62872222222222, 139.7091111111111]) }).on('mouseover', function(event) { generate_popup([35.62872222222222, 139.7091111111111], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/13 - Sazai hall - Temple of Five Hundred Rakan.jpg', 'Sazai hall - Temple of Five Hundred Rakan', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/13 - Sazai hall - Temple of Five Hundred Rakan.jpg');}); //Sazai hall - Temple of Five Hundred Rakan
L.circleMarker([35.70761111111111, 139.7464722222222], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#14 - Tea house at Koishikawa. The morning after a snowfall - ImagePage", [35.70761111111111, 139.7464722222222]) }).on('mouseover', function(event) { generate_popup([35.70761111111111, 139.7464722222222], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/14 - Tea house at Koishikawa. The morning after a snowfall.jpg', 'Tea house at Koishikawa. The morning after a snowfall', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/14 - Tea house at Koishikawa. The morning after a snowfall.jpg');}); //Tea house at Koishikawa. The morning after a snowfall
L.circleMarker([35.63480555555555, 139.71505555555555], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#15 - Shimomeguro - ImagePage", [35.63480555555555, 139.71505555555555]) }).on('mouseover', function(event) { generate_popup([35.63480555555555, 139.71505555555555], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/15 - Shimomeguro.jpg', 'Shimomeguro', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/15 - Shimomeguro.jpg');}); //Shimomeguro
L.circleMarker([35.66822222222222, 139.70716666666667], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#16 - Watermill at Onden - ImagePage", [35.66822222222222, 139.70716666666667]) }).on('mouseover', function(event) { generate_popup([35.66822222222222, 139.70716666666667], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/16 - Watermill at Onden.jpg', 'Watermill at Onden', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/16 - Watermill at Onden.jpg');}); //Watermill at Onden
L.circleMarker([35.30197222222222, 139.47972222222222], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#17 - Enoshima in Sagami Province - ImagePage", [35.30197222222222, 139.47972222222222]) }).on('mouseover', function(event) { generate_popup([35.30197222222222, 139.47972222222222], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/17 - Enoshima in Sagami Province.jpg', 'Enoshima in Sagami Province', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/17 - Enoshima in Sagami Province.jpg');}); //Enoshima in Sagami Province
L.circleMarker([35.1305, 138.70374999999999], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#18 - Shore of Tago Bay Ejiri at Tōkaidō - ImagePage", [35.1305, 138.70374999999999]) }).on('mouseover', function(event) { generate_popup([35.1305, 138.70374999999999], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/18 - Shore of Tago Bay, Ejiri at Tōkaidō.jpg', 'Shore of Tago Bay, Ejiri at Tōkaidō', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/18 - Shore of Tago Bay, Ejiri at Tōkaidō.jpg');}); //Shore of Tago Bay, Ejiri at Tōkaidō
L.circleMarker([34.767916666666665, 137.39038888888888], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#19 - Yoshida at Tōkaidō - ImagePage", [34.767916666666665, 137.39038888888888]) }).on('mouseover', function(event) { generate_popup([34.767916666666665, 137.39038888888888], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/19 - Yoshida at Tōkaidō.jpg', 'Yoshida at Tōkaidō', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/19 - Yoshida at Tōkaidō.jpg');}); //Yoshida at Tōkaidō
L.circleMarker([35.29577777777778, 139.76383333333334], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#20 - The Kazusa Province sea route - ImagePage", [35.29577777777778, 139.76383333333334]) }).on('mouseover', function(event) { generate_popup([35.29577777777778, 139.76383333333334], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/20 - The Kazusa Province sea route.jpg', 'The Kazusa Province sea route', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/20 - The Kazusa Province sea route.jpg');}); //The Kazusa Province sea route
L.circleMarker([35.68405555555555, 139.77447222222224], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#21 - Nihonbashi bridge in Edo - ImagePage", [35.68405555555555, 139.77447222222224]) }).on('mouseover', function(event) { generate_popup([35.68405555555555, 139.77447222222224], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/21 - Nihonbashi bridge in Edo.jpg', 'Nihonbashi bridge in Edo', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/21 - Nihonbashi bridge in Edo.jpg');}); //Nihonbashi bridge in Edo
L.circleMarker([35.747638888888886, 139.7987222222222], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#22 - Barrier Town on the Sumida River - ImagePage", [35.747638888888886, 139.7987222222222]) }).on('mouseover', function(event) { generate_popup([35.747638888888886, 139.7987222222222], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/22 - Barrier Town on the Sumida River.jpg', 'Barrier Town on the Sumida River', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/22 - Barrier Town on the Sumida River.jpg');}); //Barrier Town on the Sumida River
L.circleMarker([35.61127777777778, 140.10566666666665], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#23 - Bay of Noboto - ImagePage", [35.61127777777778, 140.10566666666665]) }).on('mouseover', function(event) { generate_popup([35.61127777777778, 140.10566666666665], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/23 - Bay of Noboto.jpg', 'Bay of Noboto', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/23 - Bay of Noboto.jpg');}); //Bay of Noboto
L.circleMarker([35.20030555555556, 139.0318611111111], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#24 - The lake of Hakone in Sagami Province - ImagePage", [35.20030555555556, 139.0318611111111]) }).on('mouseover', function(event) { generate_popup([35.20030555555556, 139.0318611111111], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/24 - The lake of Hakone in Sagami Province.jpg', 'The lake of Hakone in Sagami Province', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/24 - The lake of Hakone in Sagami Province.jpg');}); //The lake of Hakone in Sagami Province
L.circleMarker([35.54152777777777, 138.77330555555557], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#25 - Mount Fuji reflects in Lake Kawaguchi seen from the Misaka Pass in Kai Province - ImagePage", [35.54152777777777, 138.77330555555557]) }).on('mouseover', function(event) { generate_popup([35.54152777777777, 138.77330555555557], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/25 - Mount Fuji reflects in Lake Kawaguchi, seen from the Misaka Pass in Kai Province.jpg', 'Mount Fuji reflects in Lake Kawaguchi, seen from the Misaka Pass in Kai Province', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/25 - Mount Fuji reflects in Lake Kawaguchi, seen from the Misaka Pass in Kai Province.jpg');}); //Mount Fuji reflects in Lake Kawaguchi, seen from the Misaka Pass in Kai Province
L.circleMarker([35.46030555555556, 139.60825], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#26 - Hodogaya on the Tōkaidō - ImagePage", [35.46030555555556, 139.60825]) }).on('mouseover', function(event) { generate_popup([35.46030555555556, 139.60825], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/26 - Hodogaya on the Tōkaidō.jpg', 'Hodogaya on the Tōkaidō', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/26 - Hodogaya on the Tōkaidō.jpg');}); //Hodogaya on the Tōkaidō
L.circleMarker([35.541444444444444, 139.71752777777778], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#27 - Tama River in Musashi Province - ImagePage", [35.541444444444444, 139.71752777777778]) }).on('mouseover', function(event) { generate_popup([35.541444444444444, 139.71752777777778], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/27 - Tama River in Musashi Province.jpg', 'Tama River in Musashi Province', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/27 - Tama River in Musashi Province.jpg');}); //Tama River in Musashi Province
L.circleMarker([35.71147222222223, 139.78941666666665], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#28 - Asakusa Hongan-ji temple in the Eastern capital - ImagePage", [35.71147222222223, 139.78941666666665]) }).on('mouseover', function(event) { generate_popup([35.71147222222223, 139.78941666666665], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/28 - Asakusa Hongan-ji temple in the Eastern capital.jpg', 'Asakusa Hongan-ji temple in the Eastern capital', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/28 - Asakusa Hongan-ji temple in the Eastern capital.jpg');}); //Asakusa Hongan-ji temple in the Eastern capital
L.circleMarker([35.665194444444445, 139.78386111111112], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#29 - Tsukuda Island in Musashi Province - ImagePage", [35.665194444444445, 139.78386111111112]) }).on('mouseover', function(event) { generate_popup([35.665194444444445, 139.78386111111112], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/29 - Tsukuda Island in Musashi Province.jpg', 'Tsukuda Island in Musashi Province', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/29 - Tsukuda Island in Musashi Province.jpg');}); //Tsukuda Island in Musashi Province
L.circleMarker([35.304805555555554, 139.5114722222222], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#30 - Shichiri beach in Sagami Province - ImagePage", [35.304805555555554, 139.5114722222222]) }).on('mouseover', function(event) { generate_popup([35.304805555555554, 139.5114722222222], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/30 - Shichiri beach in Sagami Province.jpg', 'Shichiri beach in Sagami Province', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/30 - Shichiri beach in Sagami Province.jpg');}); //Shichiri beach in Sagami Province
L.circleMarker([35.30036111111111, 139.25033333333334], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#31 - Umezawa in Sagami Province - ImagePage", [35.30036111111111, 139.25033333333334]) }).on('mouseover', function(event) { generate_popup([35.30036111111111, 139.25033333333334], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/31 - Umezawa in Sagami Province.jpg', 'Umezawa in Sagami Province', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/31 - Umezawa in Sagami Province.jpg');}); //Umezawa in Sagami Province
L.circleMarker([35.54344444444444, 138.46441666666666], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#32 - Kajikazawa in Kai Province - ImagePage", [35.54344444444444, 138.46441666666666]) }).on('mouseover', function(event) { generate_popup([35.54344444444444, 138.46441666666666], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/32 - Kajikazawa in Kai Province.jpg', 'Kajikazawa in Kai Province', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/32 - Kajikazawa in Kai Province.jpg');}); //Kajikazawa in Kai Province
L.circleMarker([35.394083333333334, 138.86374999999998], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#33 - Mishima Pass in Kai Province - ImagePage", [35.394083333333334, 138.86374999999998]) }).on('mouseover', function(event) { generate_popup([35.394083333333334, 138.86374999999998], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/33 - Mishima Pass in Kai Province.jpg', 'Mishima Pass in Kai Province', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/33 - Mishima Pass in Kai Province.jpg');}); //Mishima Pass in Kai Province
L.circleMarker([35.195138888888884, 138.04930555555555], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#34 - Mount Fuji from the mountains of Tōtōmi - ImagePage", [35.195138888888884, 138.04930555555555]) }).on('mouseover', function(event) { generate_popup([35.195138888888884, 138.04930555555555], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/34 - Mount Fuji from the mountains of Tōtōmi.jpg', 'Mount Fuji from the mountains of Tōtōmi', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/34 - Mount Fuji from the mountains of Tōtōmi.jpg');}); //Mount Fuji from the mountains of Tōtōmi
L.circleMarker([36.05405555555555, 138.05516666666668], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#35 - A View of Mount Fuji Across Lake Suwa - ImagePage", [36.05405555555555, 138.05516666666668]) }).on('mouseover', function(event) { generate_popup([36.05405555555555, 138.05516666666668], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/35 - A View of Mount Fuji Across Lake Suwa.jpg', 'A View of Mount Fuji Across Lake Suwa', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/35 - A View of Mount Fuji Across Lake Suwa.jpg');}); //A View of Mount Fuji Across Lake Suwa
L.circleMarker([35.961444444444446, 140.51194444444445], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#36 - Ushibori in Hitachi Province - ImagePage", [35.961444444444446, 140.51194444444445]) }).on('mouseover', function(event) { generate_popup([35.961444444444446, 140.51194444444445], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/36 - Ushibori in Hitachi Province.jpg', 'Ushibori in Hitachi Province', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/36 - Ushibori in Hitachi Province.jpg');}); //Ushibori in Hitachi Province
L.circleMarker([35.61836111111111, 139.7399722222222], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#37 - Goten-yama-hill Shinagawa on the Tōkaidō - ImagePage", [35.61836111111111, 139.7399722222222]) }).on('mouseover', function(event) { generate_popup([35.61836111111111, 139.7399722222222], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/37 - Goten-yama-hill, Shinagawa on the Tōkaidō.jpg', 'Goten-yama-hill, Shinagawa on the Tōkaidō', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/37 - Goten-yama-hill, Shinagawa on the Tōkaidō.jpg');}); //Goten-yama-hill, Shinagawa on the Tōkaidō
L.circleMarker([35.69252777777778, 139.80572222222224], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#38 - Honjo Tatekawa the timberyard at Honjo Sumida - ImagePage", [35.69252777777778, 139.80572222222224]) }).on('mouseover', function(event) { generate_popup([35.69252777777778, 139.80572222222224], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/38 - Honjo Tatekawa, the timberyard at Honjo, Sumida.jpg', 'Honjo Tatekawa, the timberyard at Honjo, Sumida', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/38 - Honjo Tatekawa, the timberyard at Honjo, Sumida.jpg');}); //Honjo Tatekawa, the timberyard at Honjo, Sumida
L.circleMarker([35.75347222222222, 139.78775], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#39 - Pleasure District at Senju - ImagePage", [35.75347222222222, 139.78775]) }).on('mouseover', function(event) { generate_popup([35.75347222222222, 139.78775], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/39 - Pleasure District at Senju.jpg', 'Pleasure District at Senju', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/39 - Pleasure District at Senju.jpg');}); //Pleasure District at Senju
L.circleMarker([35.34066666666667, 139.33786111111112], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#40 - Nakahara in Sagami Province - ImagePage", [35.34066666666667, 139.33786111111112]) }).on('mouseover', function(event) { generate_popup([35.34066666666667, 139.33786111111112], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/40 - Nakahara in Sagami Province.jpg', 'Nakahara in Sagami Province', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/40 - Nakahara in Sagami Province.jpg');}); //Nakahara in Sagami Province
L.circleMarker([35.13794444444444, 138.7305], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#41 - Ōno Shinden in Suruga Province - ImagePage", [35.13794444444444, 138.7305]) }).on('mouseover', function(event) { generate_popup([35.13794444444444, 138.7305], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/41 - Ōno Shinden in Suruga Province.jpg', 'Ōno Shinden in Suruga Province', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/41 - Ōno Shinden in Suruga Province.jpg');}); //Ōno Shinden in Suruga Province
L.circleMarker([35.374027777777776, 138.7414722222222], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#42 - Climbing on Fuji - ImagePage", [35.374027777777776, 138.7414722222222]) }).on('mouseover', function(event) { generate_popup([35.374027777777776, 138.7414722222222], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/42 - Climbing on Fuji.jpg', 'Climbing on Fuji', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/42 - Climbing on Fuji.jpg');}); //Climbing on Fuji
L.circleMarker([35.21061111111111, 138.6867777777778], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#43 - The Tea plantation of Katakura in Suruga Province - ImagePage", [35.21061111111111, 138.6867777777778]) }).on('mouseover', function(event) { generate_popup([35.21061111111111, 138.6867777777778], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/43 - The Tea plantation of Katakura in Suruga Province.jpg', 'The Tea plantation of Katakura in Suruga Province', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/43 - The Tea plantation of Katakura in Suruga Province.jpg');}); //The Tea plantation of Katakura in Suruga Province
L.circleMarker([34.829, 138.14058333333332], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#44 - The Fuji from Kanaya on the Tōkaidō - ImagePage", [34.829, 138.14058333333332]) }).on('mouseover', function(event) { generate_popup([34.829, 138.14058333333332], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/44 - The Fuji from Kanaya on the Tōkaidō.jpg', 'The Fuji from Kanaya on the Tōkaidō', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/44 - The Fuji from Kanaya on the Tōkaidō.jpg');}); //The Fuji from Kanaya on the Tōkaidō
L.circleMarker([35.65705555555555, 138.6353611111111], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#45 - Dawn at Isawa in Kai Province - ImagePage", [35.65705555555555, 138.6353611111111]) }).on('mouseover', function(event) { generate_popup([35.65705555555555, 138.6353611111111], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/45 - Dawn at Isawa in Kai Province.jpg', 'Dawn at Isawa in Kai Province', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/45 - Dawn at Isawa in Kai Province.jpg');}); //Dawn at Isawa in Kai Province
L.circleMarker([35.38163888888889, 138.43175], {radius: 10, color: '#75347f'}).addTo(mymap).on('click', function() { open_image("Hokusai#Thirty-six Views of Mount Fuji#~#46 - The back of Fuji from the Minobu river - ImagePage", [35.38163888888889, 138.43175]) }).on('mouseover', function(event) { generate_popup([35.38163888888889, 138.43175], 'Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/46 - The back of Fuji from the Minobu river.jpg', 'The back of Fuji from the Minobu river', 'Katsushika Hokusai');}).on('mouseout', function(event) { destroy_popup('Image Content/Hokusai/Thirty-six Views of Mount Fuji/small/46 - The back of Fuji from the Minobu river.jpg');}); //The back of Fuji from the Minobu river
L.circleMarker([35.007341, 135.921158], {radius: 10, color: '#ffff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Eight Views of Ōmi#~#1 - Returning sails at Yabase - ImagePage", [35.007341, 135.921158]) }).on('mouseover', function(event) { generate_popup([35.007341, 135.921158], 'Image Content/Hiroshige/Eight Views of Ōmi/small/1 - Returning sails at Yabase.jpg', 'Returning sails at Yabase', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Eight Views of Ōmi/small/1 - Returning sails at Yabase.jpg');}); //Returning sails at Yabase
L.circleMarker([34.973023000000005, 135.906425], {radius: 10, color: '#ffff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Eight Views of Ōmi#~#2 - Evening glow at Seta - ImagePage", [34.973023000000005, 135.906425]) }).on('mouseover', function(event) { generate_popup([34.973023000000005, 135.906425], 'Image Content/Hiroshige/Eight Views of Ōmi/small/2 - Evening glow at Seta.jpg', 'Evening glow at Seta', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Eight Views of Ōmi/small/2 - Evening glow at Seta.jpg');}); //Evening glow at Seta
L.circleMarker([34.961299000000004, 135.90635500000002], {radius: 10, color: '#ffff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Eight Views of Ōmi#~#3 - Autumn moon at Ishiyama - ImagePage", [34.961299000000004, 135.90635500000002]) }).on('mouseover', function(event) { generate_popup([34.961299000000004, 135.90635500000002], 'Image Content/Hiroshige/Eight Views of Ōmi/small/3 - Autumn moon at Ishiyama.jpg', 'Autumn moon at Ishiyama', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Eight Views of Ōmi/small/3 - Autumn moon at Ishiyama.jpg');}); //Autumn moon at Ishiyama
L.circleMarker([34.983023, 135.904053], {radius: 10, color: '#ffff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Eight Views of Ōmi#~#4 - Clear breeze at Awazu - ImagePage", [34.983023, 135.904053]) }).on('mouseover', function(event) { generate_popup([34.983023, 135.904053], 'Image Content/Hiroshige/Eight Views of Ōmi/small/4 - Clear breeze at Awazu.jpg', 'Clear breeze at Awazu', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Eight Views of Ōmi/small/4 - Clear breeze at Awazu.jpg');}); //Clear breeze at Awazu
L.circleMarker([35.013388, 135.852856], {radius: 10, color: '#ffff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Eight Views of Ōmi#~#5 - Evening bell at Miidera - ImagePage", [35.013388, 135.852856]) }).on('mouseover', function(event) { generate_popup([35.013388, 135.852856], 'Image Content/Hiroshige/Eight Views of Ōmi/small/5 - Evening bell at Miidera.jpg', 'Evening bell at Miidera', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Eight Views of Ōmi/small/5 - Evening bell at Miidera.jpg');}); //Evening bell at Miidera
L.circleMarker([35.047273, 135.874782], {radius: 10, color: '#ffff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Eight Views of Ōmi#~#6 - Evening rain at Karasaki - ImagePage", [35.047273, 135.874782]) }).on('mouseover', function(event) { generate_popup([35.047273, 135.874782], 'Image Content/Hiroshige/Eight Views of Ōmi/small/6 - Evening rain at Karasaki.jpg', 'Evening rain at Karasaki', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Eight Views of Ōmi/small/6 - Evening rain at Karasaki.jpg');}); //Evening rain at Karasaki
L.circleMarker([35.10980555555556, 135.92094444444444], {radius: 10, color: '#ffff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Eight Views of Ōmi#~#7 - Wild geese returning home at Katata - ImagePage", [35.10980555555556, 135.92094444444444]) }).on('mouseover', function(event) { generate_popup([35.10980555555556, 135.92094444444444], 'Image Content/Hiroshige/Eight Views of Ōmi/small/7 - Wild geese returning home at Katata.jpg', 'Wild geese returning home at Katata', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Eight Views of Ōmi/small/7 - Wild geese returning home at Katata.jpg');}); //Wild geese returning home at Katata
L.circleMarker([35.208258, 135.88707399999998], {radius: 10, color: '#ffff00'}).addTo(mymap).on('click', function() { open_image("Hiroshige#Eight Views of Ōmi#~#8 - Evening snow at Hira - ImagePage", [35.208258, 135.88707399999998]) }).on('mouseover', function(event) { generate_popup([35.208258, 135.88707399999998], 'Image Content/Hiroshige/Eight Views of Ōmi/small/8 - Evening snow at Hira.jpg', 'Evening snow at Hira', 'Utagawa Hiroshige');}).on('mouseout', function(event) { destroy_popup('Image Content/Hiroshige/Eight Views of Ōmi/small/8 - Evening snow at Hira.jpg');}); //Evening snow at Hira
function open_image(url, coords){
var artist = url.substring(0, url.indexOf("#"));
var series = url.substring(url.indexOf("#")+1, url.indexOf("#~#"));
var work = url.substring(url.indexOf("#~#")+3);
window.location.hash = mymap.getCenter().lat + "#" + mymap.getCenter().lng + "#" + mymap.getZoom();
window.open((artist + '/' + series + '/' + work + ".html").replace("%20", " "), '_self');
}