Skip to content

Instantly share code, notes, and snippets.

@psychemedia
Last active July 23, 2020 01:52
Show Gist options
  • Save psychemedia/0b5e6d7b51750b63a1041c66264e51c2 to your computer and use it in GitHub Desktop.
Save psychemedia/0b5e6d7b51750b63a1041c66264e51c2 to your computer and use it in GitHub Desktop.
Venue map
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.5.1/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.5.1/dist/leaflet.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
<link rel="stylesheet" href="https://rawcdn.githack.com/python-visualization/folium/master/folium/templates/leaflet.awesome.rotate.css"/>
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
#map_65f20fe5282a4ba2b61badd488d65629 {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
</style>
</head>
<body>
<div class="folium-map" id="map_65f20fe5282a4ba2b61badd488d65629" ></div>
</body>
<script>
var map_65f20fe5282a4ba2b61badd488d65629 = L.map(
"map_65f20fe5282a4ba2b61badd488d65629",
{
center: [55.0, 0.0],
crs: L.CRS.EPSG3857,
zoom: 5,
zoomControl: true,
preferCanvas: false,
}
);
var tile_layer_d91dca5859c34eb48e78665aeec8d19c = L.tileLayer(
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
{"attribution": "Data by \u0026copy; \u003ca href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca href=\"http://www.openstreetmap.org/copyright\"\u003eODbL\u003c/a\u003e.", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var marker_343f38a4c0c741179f8e16aa8f4d08e8 = L.marker(
[51.4948, -0.0989],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_1fa4e76693d74217ada90b442ae3f43c = L.popup({"maxWidth": "100%"});
var html_efda7d0d1cb745e7af52f5f38f77d513 = $(`<div id="html_efda7d0d1cb745e7af52f5f38f77d513" style="width: 100.0%; height: 100.0%;">The Coronet</div>`)[0];
popup_1fa4e76693d74217ada90b442ae3f43c.setContent(html_efda7d0d1cb745e7af52f5f38f77d513);
marker_343f38a4c0c741179f8e16aa8f4d08e8.bindPopup(popup_1fa4e76693d74217ada90b442ae3f43c)
;
var marker_e5890db48c994fc59f3e23494b076707 = L.marker(
[51.5095, -0.135],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_ac5163ed6577475b8daa93eee25110b6 = L.popup({"maxWidth": "100%"});
var html_3296a848896e426daf8a5349a4cdc725 = $(`<div id="html_3296a848896e426daf8a5349a4cdc725" style="width: 100.0%; height: 100.0%;">Pigalle Club</div>`)[0];
popup_ac5163ed6577475b8daa93eee25110b6.setContent(html_3296a848896e426daf8a5349a4cdc725);
marker_e5890db48c994fc59f3e23494b076707.bindPopup(popup_ac5163ed6577475b8daa93eee25110b6)
;
var marker_bf067f57cb6b4ef3aa2e5524c49e36eb = L.marker(
[51.5197, -0.0747222],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_7c14b5b274c64b5c977bf281cd0f6131 = L.popup({"maxWidth": "100%"});
var html_57d0a7a5b3dd4728bed9aeb97c1a2339 = $(`<div id="html_57d0a7a5b3dd4728bed9aeb97c1a2339" style="width: 100.0%; height: 100.0%;">The Spitz</div>`)[0];
popup_7c14b5b274c64b5c977bf281cd0f6131.setContent(html_57d0a7a5b3dd4728bed9aeb97c1a2339);
marker_bf067f57cb6b4ef3aa2e5524c49e36eb.bindPopup(popup_7c14b5b274c64b5c977bf281cd0f6131)
;
var marker_cf2f4d4e7205426ab12a615d3c1c5d01 = L.marker(
[53.8031, -1.54222],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_ec0fd08d71974678bfababb1991ce210 = L.popup({"maxWidth": "100%"});
var html_3b346b9df6174735bc429d9e1e43da4b = $(`<div id="html_3b346b9df6174735bc429d9e1e43da4b" style="width: 100.0%; height: 100.0%;">First Direct Arena</div>`)[0];
popup_ec0fd08d71974678bfababb1991ce210.setContent(html_3b346b9df6174735bc429d9e1e43da4b);
marker_cf2f4d4e7205426ab12a615d3c1c5d01.bindPopup(popup_ec0fd08d71974678bfababb1991ce210)
;
var marker_159a5a561e51439396bf99d79cdc5984 = L.marker(
[53.8031, -1.54222],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_cbad073be6da4627960e0b7fb025adf8 = L.popup({"maxWidth": "100%"});
var html_40b6bfbc8db74095b200739b6d8619d4 = $(`<div id="html_40b6bfbc8db74095b200739b6d8619d4" style="width: 100.0%; height: 100.0%;">First Direct Arena</div>`)[0];
popup_cbad073be6da4627960e0b7fb025adf8.setContent(html_40b6bfbc8db74095b200739b6d8619d4);
marker_159a5a561e51439396bf99d79cdc5984.bindPopup(popup_cbad073be6da4627960e0b7fb025adf8)
;
var marker_9087797f58224f26b666230be0218415 = L.marker(
[53.543, -0.006],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_bb6bacc56cd34323a04661083cd4266b = L.popup({"maxWidth": "100%"});
var html_3c0d712ed9bf40f986ea5d744c9e8061 = $(`<div id="html_3c0d712ed9bf40f986ea5d744c9e8061" style="width: 100.0%; height: 100.0%;">Meridian Park (Cleethorpes)</div>`)[0];
popup_bb6bacc56cd34323a04661083cd4266b.setContent(html_3c0d712ed9bf40f986ea5d744c9e8061);
marker_9087797f58224f26b666230be0218415.bindPopup(popup_bb6bacc56cd34323a04661083cd4266b)
;
var marker_6315f72054d647a8ac7d7f044372b20b = L.marker(
[53.477, -2.231],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_df9a232c698a443cb63db252a921244e = L.popup({"maxWidth": "100%"});
var html_ce67382908214d778c59e6f574a23b06 = $(`<div id="html_ce67382908214d778c59e6f574a23b06" style="width: 100.0%; height: 100.0%;">The Warehouse Project</div>`)[0];
popup_df9a232c698a443cb63db252a921244e.setContent(html_ce67382908214d778c59e6f574a23b06);
marker_6315f72054d647a8ac7d7f044372b20b.bindPopup(popup_df9a232c698a443cb63db252a921244e)
;
var marker_2f0964bb52b241f5b71b8272c8f06d80 = L.marker(
[52.4346, -1.89355],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_8d8116a059d24cf98db102b82a861eb7 = L.popup({"maxWidth": "100%"});
var html_6b096131b3f44c1e917ef4c0d0130351 = $(`<div id="html_6b096131b3f44c1e917ef4c0d0130351" style="width: 100.0%; height: 100.0%;">Ritz Ballroom, Kings Heath</div>`)[0];
popup_8d8116a059d24cf98db102b82a861eb7.setContent(html_6b096131b3f44c1e917ef4c0d0130351);
marker_2f0964bb52b241f5b71b8272c8f06d80.bindPopup(popup_8d8116a059d24cf98db102b82a861eb7)
;
var marker_4c2b2f6db8f44dc198b20c1a0e10c650 = L.marker(
[51.5121, -0.138611],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_9942c3f906a14af0a55a350a2339e540 = L.popup({"maxWidth": "100%"});
var html_88669f247fac4465a72b16df00e7a8ef = $(`<div id="html_88669f247fac4465a72b16df00e7a8ef" style="width: 100.0%; height: 100.0%;">The Cat's Whisker</div>`)[0];
popup_9942c3f906a14af0a55a350a2339e540.setContent(html_88669f247fac4465a72b16df00e7a8ef);
marker_4c2b2f6db8f44dc198b20c1a0e10c650.bindPopup(popup_9942c3f906a14af0a55a350a2339e540)
;
var marker_439e6edd401a4f1480d2fdb76947dffc = L.marker(
[51.5512, -0.110462],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_85a49f6254c64f15bb924ea6f43338f5 = L.popup({"maxWidth": "100%"});
var html_a862c461e7c044068365e2ff5ecd315d = $(`<div id="html_a862c461e7c044068365e2ff5ecd315d" style="width: 100.0%; height: 100.0%;">12 Bar Club</div>`)[0];
popup_85a49f6254c64f15bb924ea6f43338f5.setContent(html_a862c461e7c044068365e2ff5ecd315d);
marker_439e6edd401a4f1480d2fdb76947dffc.bindPopup(popup_85a49f6254c64f15bb924ea6f43338f5)
;
var marker_13a7839fc12647c98db7f6c84664f861 = L.marker(
[51.5159, -0.130825],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_549cc0a9529d4cc9ad8468c06a9520de = L.popup({"maxWidth": "100%"});
var html_4a77a9b1e10740f7ae2e2bc920423918 = $(`<div id="html_4a77a9b1e10740f7ae2e2bc920423918" style="width: 100.0%; height: 100.0%;">Astoria 2</div>`)[0];
popup_549cc0a9529d4cc9ad8468c06a9520de.setContent(html_4a77a9b1e10740f7ae2e2bc920423918);
marker_13a7839fc12647c98db7f6c84664f861.bindPopup(popup_549cc0a9529d4cc9ad8468c06a9520de)
;
var marker_ca1d371293c04fdf8c9c7bc2e1b9a820 = L.marker(
[53.5905, -0.659],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_3815f26ed3a54815b841bca63647b050 = L.popup({"maxWidth": "100%"});
var html_3135167caaf846a38fd0721b9fe0e953 = $(`<div id="html_3135167caaf846a38fd0721b9fe0e953" style="width: 100.0%; height: 100.0%;">Baths Hall</div>`)[0];
popup_3815f26ed3a54815b841bca63647b050.setContent(html_3135167caaf846a38fd0721b9fe0e953);
marker_ca1d371293c04fdf8c9c7bc2e1b9a820.bindPopup(popup_3815f26ed3a54815b841bca63647b050)
;
var marker_5c2a0f0791ac48e99e2cd9463219bd3c = L.marker(
[50.8211, -0.146111],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_8cd57e242245472788de70d65df53809 = L.popup({"maxWidth": "100%"});
var html_5764c7f1e98d406f8a506a56025aa049 = $(`<div id="html_5764c7f1e98d406f8a506a56025aa049" style="width: 100.0%; height: 100.0%;">Brighton Centre</div>`)[0];
popup_8cd57e242245472788de70d65df53809.setContent(html_5764c7f1e98d406f8a506a56025aa049);
marker_5c2a0f0791ac48e99e2cd9463219bd3c.bindPopup(popup_8cd57e242245472788de70d65df53809)
;
var marker_903fc2e5cbe2453a9d77dc5a9aeb850c = L.marker(
[51.5413, -0.1458],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_d353944b15a24230995bd01b5cae1fc2 = L.popup({"maxWidth": "100%"});
var html_9643b7c4f6774a678a48d91adebf4c49 = $(`<div id="html_9643b7c4f6774a678a48d91adebf4c49" style="width: 100.0%; height: 100.0%;">Dingwalls</div>`)[0];
popup_d353944b15a24230995bd01b5cae1fc2.setContent(html_9643b7c4f6774a678a48d91adebf4c49);
marker_903fc2e5cbe2453a9d77dc5a9aeb850c.bindPopup(popup_d353944b15a24230995bd01b5cae1fc2)
;
var marker_c29bd44e734941d78910c989dc3db90c = L.marker(
[50.905, -1.39611],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_ae23b4e9b811414190403dc8e3768893 = L.popup({"maxWidth": "100%"});
var html_7c2561d30f414d029e28f70bf22ae2de = $(`<div id="html_7c2561d30f414d029e28f70bf22ae2de" style="width: 100.0%; height: 100.0%;">Joiners Arms</div>`)[0];
popup_ae23b4e9b811414190403dc8e3768893.setContent(html_7c2561d30f414d029e28f70bf22ae2de);
marker_c29bd44e734941d78910c989dc3db90c.bindPopup(popup_ae23b4e9b811414190403dc8e3768893)
;
var marker_8c1e6c3595d3466ebda0e1db459e65b3 = L.marker(
[52.9556, -1.15139],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_8d5534a66b7d4a6691347ff3fd8408c0 = L.popup({"maxWidth": "100%"});
var html_8e12ecef66604da88f04074a608639d2 = $(`<div id="html_8e12ecef66604da88f04074a608639d2" style="width: 100.0%; height: 100.0%;">Nottingham Royal Concert Hall</div>`)[0];
popup_8d5534a66b7d4a6691347ff3fd8408c0.setContent(html_8e12ecef66604da88f04074a608639d2);
marker_8c1e6c3595d3466ebda0e1db459e65b3.bindPopup(popup_8d5534a66b7d4a6691347ff3fd8408c0)
;
var marker_ca6e1c7dfe1f4046994fb85c5c875cd4 = L.marker(
[51.4542, -2.6004],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_f4c5e52944fb4a3c91cbb9b9dc709867 = L.popup({"maxWidth": "100%"});
var html_87a38de9aa354a7dae76e47d0376455e = $(`<div id="html_87a38de9aa354a7dae76e47d0376455e" style="width: 100.0%; height: 100.0%;">O2 Academy Bristol</div>`)[0];
popup_f4c5e52944fb4a3c91cbb9b9dc709867.setContent(html_87a38de9aa354a7dae76e47d0376455e);
marker_ca6e1c7dfe1f4046994fb85c5c875cd4.bindPopup(popup_f4c5e52944fb4a3c91cbb9b9dc709867)
;
var marker_41c36695b643485b87ddccefd731e805 = L.marker(
[52.4074, -1.51868],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_ae2e69ded4364cbba8318c6440b962ea = L.popup({"maxWidth": "100%"});
var html_48c4ffaaea10430d9be9a3efd34c41ad = $(`<div id="html_48c4ffaaea10430d9be9a3efd34c41ad" style="width: 100.0%; height: 100.0%;">SkyDome Arena</div>`)[0];
popup_ae2e69ded4364cbba8318c6440b962ea.setContent(html_48c4ffaaea10430d9be9a3efd34c41ad);
marker_41c36695b643485b87ddccefd731e805.bindPopup(popup_ae2e69ded4364cbba8318c6440b962ea)
;
var marker_66353a02f481447bbbb08beff4daafa9 = L.marker(
[51.5389, -0.143333],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_f4edf6fbd89e453ea3ed00803affbfc0 = L.popup({"maxWidth": "100%"});
var html_fa3fe0fefa0f412d945ce894830c11e0 = $(`<div id="html_fa3fe0fefa0f412d945ce894830c11e0" style="width: 100.0%; height: 100.0%;">The Jazz Café</div>`)[0];
popup_f4edf6fbd89e453ea3ed00803affbfc0.setContent(html_fa3fe0fefa0f412d945ce894830c11e0);
marker_66353a02f481447bbbb08beff4daafa9.bindPopup(popup_f4edf6fbd89e453ea3ed00803affbfc0)
;
var marker_dfe52e09a528454caf26b9923d000937 = L.marker(
[51.445, 0.205556],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_85300413205f4a55971d0aa131e6236a = L.popup({"maxWidth": "100%"});
var html_a7a3d71a3949499da79ca29eb9755941 = $(`<div id="html_a7a3d71a3949499da79ca29eb9755941" style="width: 100.0%; height: 100.0%;">The Mick Jagger Centre</div>`)[0];
popup_85300413205f4a55971d0aa131e6236a.setContent(html_a7a3d71a3949499da79ca29eb9755941);
marker_dfe52e09a528454caf26b9923d000937.bindPopup(popup_85300413205f4a55971d0aa131e6236a)
;
var marker_83138d02faf14c6c83dabe9649e9948c = L.marker(
[53.025, -2.17833],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_298ac0071efa429a94b8d28cc57914ef = L.popup({"maxWidth": "100%"});
var html_f62fc48e8c5d4f15a215f87c7f2bcf87 = $(`<div id="html_f62fc48e8c5d4f15a215f87c7f2bcf87" style="width: 100.0%; height: 100.0%;">The Sugarmill</div>`)[0];
popup_298ac0071efa429a94b8d28cc57914ef.setContent(html_f62fc48e8c5d4f15a215f87c7f2bcf87);
marker_83138d02faf14c6c83dabe9649e9948c.bindPopup(popup_298ac0071efa429a94b8d28cc57914ef)
;
var marker_2ec30ec0bf674ac69266eea94a16a237 = L.marker(
[51.4515, -2.59802],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_8b109a956a1f45158abe7f6e5d7394b4 = L.popup({"maxWidth": "100%"});
var html_f2831311de3240bb871890aa38665ff7 = $(`<div id="html_f2831311de3240bb871890aa38665ff7" style="width: 100.0%; height: 100.0%;">Watershed (Bristol)</div>`)[0];
popup_8b109a956a1f45158abe7f6e5d7394b4.setContent(html_f2831311de3240bb871890aa38665ff7);
marker_2ec30ec0bf674ac69266eea94a16a237.bindPopup(popup_8b109a956a1f45158abe7f6e5d7394b4)
;
var marker_3b6a10581d3d42c59146ed602e60dad8 = L.marker(
[50.8242, -0.1451],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_3dccb9f03895441fa9bb927a6f8dd7ce = L.popup({"maxWidth": "100%"});
var html_95b9e65d99d448d79b9f59cae328a881 = $(`<div id="html_95b9e65d99d448d79b9f59cae328a881" style="width: 100.0%; height: 100.0%;">11 Dyke Road, Brighton</div>`)[0];
popup_3dccb9f03895441fa9bb927a6f8dd7ce.setContent(html_95b9e65d99d448d79b9f59cae328a881);
marker_3b6a10581d3d42c59146ed602e60dad8.bindPopup(popup_3dccb9f03895441fa9bb927a6f8dd7ce)
;
var marker_6ab816c638904b25b6ab5acb2070f4e3 = L.marker(
[50.7167, -1.87806],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_2c16414d47224fe7a49119f34a6d76ea = L.popup({"maxWidth": "100%"});
var html_13d171ecf45542598c0a756a66d839e1 = $(`<div id="html_13d171ecf45542598c0a756a66d839e1" style="width: 100.0%; height: 100.0%;">Bournemouth International Centre</div>`)[0];
popup_2c16414d47224fe7a49119f34a6d76ea.setContent(html_13d171ecf45542598c0a756a66d839e1);
marker_6ab816c638904b25b6ab5acb2070f4e3.bindPopup(popup_2c16414d47224fe7a49119f34a6d76ea)
;
var marker_1c908e5155494a1c93ddc55f478ed44c = L.marker(
[51.5159, -0.1201],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_58bea73faeda4c7896e5e40413365709 = L.popup({"maxWidth": "100%"});
var html_e65842fa850a4a748a5d07b4033be4da = $(`<div id="html_e65842fa850a4a748a5d07b4033be4da" style="width: 100.0%; height: 100.0%;">Kingsway Hall</div>`)[0];
popup_58bea73faeda4c7896e5e40413365709.setContent(html_e65842fa850a4a748a5d07b4033be4da);
marker_1c908e5155494a1c93ddc55f478ed44c.bindPopup(popup_58bea73faeda4c7896e5e40413365709)
;
var marker_466cdb0200ee4c11b6d5b86fd0931df4 = L.marker(
[51.5621, -0.108023],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_2a8e72237c0e4304a2589efcc8fbb973 = L.popup({"maxWidth": "100%"});
var html_870a5d21ea1a4a5c873e1b0ea10b4c56 = $(`<div id="html_870a5d21ea1a4a5c873e1b0ea10b4c56" style="width: 100.0%; height: 100.0%;">Rainbow Theatre</div>`)[0];
popup_2a8e72237c0e4304a2589efcc8fbb973.setContent(html_870a5d21ea1a4a5c873e1b0ea10b4c56);
marker_466cdb0200ee4c11b6d5b86fd0931df4.bindPopup(popup_2a8e72237c0e4304a2589efcc8fbb973)
;
var marker_d18f26c0e98843b2baa5227d27d6a603 = L.marker(
[50.3542, -4.641],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_5ed70cfd06b946fba5e73a6672e4f6e5 = L.popup({"maxWidth": "100%"});
var html_b709f1460deb4084a9c176b344df9d63 = $(`<div id="html_b709f1460deb4084a9c176b344df9d63" style="width: 100.0%; height: 100.0%;">Sawmills Studios</div>`)[0];
popup_5ed70cfd06b946fba5e73a6672e4f6e5.setContent(html_b709f1460deb4084a9c176b344df9d63);
marker_d18f26c0e98843b2baa5227d27d6a603.bindPopup(popup_5ed70cfd06b946fba5e73a6672e4f6e5)
;
var marker_6e0d9f08b2f140969fa9cb5493a229b1 = L.marker(
[53.7622, -0.355278],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_b4ea312f6f954870b19ee183acf93fd8 = L.popup({"maxWidth": "100%"});
var html_5a63386b7e1542a28402fea1bca95dba = $(`<div id="html_5a63386b7e1542a28402fea1bca95dba" style="width: 100.0%; height: 100.0%;">The New Adelphi Club</div>`)[0];
popup_b4ea312f6f954870b19ee183acf93fd8.setContent(html_5a63386b7e1542a28402fea1bca95dba);
marker_6e0d9f08b2f140969fa9cb5493a229b1.bindPopup(popup_b4ea312f6f954870b19ee183acf93fd8)
;
var marker_6f0c50a7ed5749869d5bd4a164c4c9d9 = L.marker(
[53.2586, -1.9157],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_89505c3206da4b58ad7d95a851cd4459 = L.popup({"maxWidth": "100%"});
var html_676330628e74434b95b9b7948ba228e7 = $(`<div id="html_676330628e74434b95b9b7948ba228e7" style="width: 100.0%; height: 100.0%;">Buxton Opera House</div>`)[0];
popup_89505c3206da4b58ad7d95a851cd4459.setContent(html_676330628e74434b95b9b7948ba228e7);
marker_6f0c50a7ed5749869d5bd4a164c4c9d9.bindPopup(popup_89505c3206da4b58ad7d95a851cd4459)
;
var marker_93e4f2bd1e8c48878db360b981137f2c = L.marker(
[51.5159, -0.1307],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_c232bcba9f30468a940bcdf8849a265a = L.popup({"maxWidth": "100%"});
var html_69ddc0ad0a6345e7a74b5c3f4c36957f = $(`<div id="html_69ddc0ad0a6345e7a74b5c3f4c36957f" style="width: 100.0%; height: 100.0%;">G-A-Y</div>`)[0];
popup_c232bcba9f30468a940bcdf8849a265a.setContent(html_69ddc0ad0a6345e7a74b5c3f4c36957f);
marker_93e4f2bd1e8c48878db360b981137f2c.bindPopup(popup_c232bcba9f30468a940bcdf8849a265a)
;
var marker_dd4771290db04b66bddcd48cffd6b965 = L.marker(
[51.2484, -0.56288],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_78d8804b004b4eb9b57181d2da81f375 = L.popup({"maxWidth": "100%"});
var html_82dcd77013634f6d9d0fb02be7b1c214 = $(`<div id="html_82dcd77013634f6d9d0fb02be7b1c214" style="width: 100.0%; height: 100.0%;">Guildford Spectrum</div>`)[0];
popup_78d8804b004b4eb9b57181d2da81f375.setContent(html_82dcd77013634f6d9d0fb02be7b1c214);
marker_dd4771290db04b66bddcd48cffd6b965.bindPopup(popup_78d8804b004b4eb9b57181d2da81f375)
;
var marker_ea2e0a554a754790b46cdf97dd11fe6d = L.marker(
[51.7552, -1.2532],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_4f232e1d7a9b4bdb9d0442100c115cc2 = L.popup({"maxWidth": "100%"});
var html_7b635dd33b184e938144d64461da755d = $(`<div id="html_7b635dd33b184e938144d64461da755d" style="width: 100.0%; height: 100.0%;">Holywell Music Room</div>`)[0];
popup_4f232e1d7a9b4bdb9d0442100c115cc2.setContent(html_7b635dd33b184e938144d64461da755d);
marker_ea2e0a554a754790b46cdf97dd11fe6d.bindPopup(popup_4f232e1d7a9b4bdb9d0442100c115cc2)
;
var marker_1a81d0961a5a4d04a2fec37921613b3d = L.marker(
[51.4967, -0.01484],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_f277e8a5077d458998391da5f81f8ab2 = L.popup({"maxWidth": "100%"});
var html_dbf2c7beed454b178df11f95e515815e = $(`<div id="html_dbf2c7beed454b178df11f95e515815e" style="width: 100.0%; height: 100.0%;">London Arena</div>`)[0];
popup_f277e8a5077d458998391da5f81f8ab2.setContent(html_dbf2c7beed454b178df11f95e515815e);
marker_1a81d0961a5a4d04a2fec37921613b3d.bindPopup(popup_f277e8a5077d458998391da5f81f8ab2)
;
var marker_5334b569913a491a9176a3ae8d96bfb7 = L.marker(
[51.7471, -1.2352],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_7aacb6d8103e4f8eb7163e404377fec9 = L.popup({"maxWidth": "100%"});
var html_2e5b0a2967d44369a38a4318de00ed8d = $(`<div id="html_2e5b0a2967d44369a38a4318de00ed8d" style="width: 100.0%; height: 100.0%;">O2 Academy Oxford</div>`)[0];
popup_7aacb6d8103e4f8eb7163e404377fec9.setContent(html_2e5b0a2967d44369a38a4318de00ed8d);
marker_5334b569913a491a9176a3ae8d96bfb7.bindPopup(popup_7aacb6d8103e4f8eb7163e404377fec9)
;
var marker_d36c2f5bbcd142e0a68c667ce7797e74 = L.marker(
[53.4696, -2.22222],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_07fce4700bba4c9c99291358ead8ea15 = L.popup({"maxWidth": "100%"});
var html_d5908651ce3c4c1a81f4a5fd99a6f120 = $(`<div id="html_d5908651ce3c4c1a81f4a5fd99a6f120" style="width: 100.0%; height: 100.0%;">O2 Apollo Manchester</div>`)[0];
popup_07fce4700bba4c9c99291358ead8ea15.setContent(html_d5908651ce3c4c1a81f4a5fd99a6f120);
marker_d36c2f5bbcd142e0a68c667ce7797e74.bindPopup(popup_07fce4700bba4c9c99291358ead8ea15)
;
var marker_9235a54276c8465292b9ea11e2a36652 = L.marker(
[51.5067, -0.116361],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_f508aab339064ca5ad58756a91295d2d = L.popup({"maxWidth": "100%"});
var html_0971c1b476344ae9a123e4be8654fe2a = $(`<div id="html_0971c1b476344ae9a123e4be8654fe2a" style="width: 100.0%; height: 100.0%;">Queen Elizabeth Hall</div>`)[0];
popup_f508aab339064ca5ad58756a91295d2d.setContent(html_0971c1b476344ae9a123e4be8654fe2a);
marker_9235a54276c8465292b9ea11e2a36652.bindPopup(popup_f508aab339064ca5ad58756a91295d2d)
;
var marker_eca1279c9ae442d48d636dafd66c3f41 = L.marker(
[51.4872, -0.155278],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_9fe6293d9be246ab87a383ef12617dd3 = L.popup({"maxWidth": "100%"});
var html_4cab2c947d114fde9a9d6eb82b0398ac = $(`<div id="html_4cab2c947d114fde9a9d6eb82b0398ac" style="width: 100.0%; height: 100.0%;">Ranelagh Gardens</div>`)[0];
popup_9fe6293d9be246ab87a383ef12617dd3.setContent(html_4cab2c947d114fde9a9d6eb82b0398ac);
marker_eca1279c9ae442d48d636dafd66c3f41.bindPopup(popup_9fe6293d9be246ab87a383ef12617dd3)
;
var marker_a7a5d7a1de924997ae1ccf1417ea8ece = L.marker(
[51.445, 0.352],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_c5fd8d2985b84ff9808bf9030d008cf7 = L.popup({"maxWidth": "100%"});
var html_c2b3bf7bcd1f4a168eefb9ded1a1e8b5 = $(`<div id="html_c2b3bf7bcd1f4a168eefb9ded1a1e8b5" style="width: 100.0%; height: 100.0%;">Rosherville Gardens</div>`)[0];
popup_c5fd8d2985b84ff9808bf9030d008cf7.setContent(html_c2b3bf7bcd1f4a168eefb9ded1a1e8b5);
marker_a7a5d7a1de924997ae1ccf1417ea8ece.bindPopup(popup_c5fd8d2985b84ff9808bf9030d008cf7)
;
var marker_506c97a9337e4dcab7cba6320205e136 = L.marker(
[51.5191, -0.096946],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_150e70f45b7b4d32a0cea66f1d514ee7 = L.popup({"maxWidth": "100%"});
var html_904df7a055094eb8b7677f93acf32aeb = $(`<div id="html_904df7a055094eb8b7677f93acf32aeb" style="width: 100.0%; height: 100.0%;">Rutland House</div>`)[0];
popup_150e70f45b7b4d32a0cea66f1d514ee7.setContent(html_904df7a055094eb8b7677f93acf32aeb);
marker_506c97a9337e4dcab7cba6320205e136.bindPopup(popup_150e70f45b7b4d32a0cea66f1d514ee7)
;
var marker_21091f87a058497fbac6651a222ad32d = L.marker(
[51.5035, -0.22433],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_20b3340faeb44b4699bca680a6b674cc = L.popup({"maxWidth": "100%"});
var html_eab807b99c3e4a34815b5817b97db7e3 = $(`<div id="html_eab807b99c3e4a34815b5817b97db7e3" style="width: 100.0%; height: 100.0%;">Shepherd's Bush Empire</div>`)[0];
popup_20b3340faeb44b4699bca680a6b674cc.setContent(html_eab807b99c3e4a34815b5817b97db7e3);
marker_21091f87a058497fbac6651a222ad32d.bindPopup(popup_20b3340faeb44b4699bca680a6b674cc)
;
var marker_8d60ce2c048f416d9cc577ccdcb905c7 = L.marker(
[53.3762, -1.4649],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_d0f46a61af9248a4bbccebe4d2f199c0 = L.popup({"maxWidth": "100%"});
var html_c0c150c817024df9990a3949a09e5971 = $(`<div id="html_c0c150c817024df9990a3949a09e5971" style="width: 100.0%; height: 100.0%;">The Leadmill</div>`)[0];
popup_d0f46a61af9248a4bbccebe4d2f199c0.setContent(html_c0c150c817024df9990a3949a09e5971);
marker_8d60ce2c048f416d9cc577ccdcb905c7.bindPopup(popup_d0f46a61af9248a4bbccebe4d2f199c0)
;
var marker_8655a1f7b56345db9e33d37999e67ee0 = L.marker(
[53.796, -1.564],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_2880aad59c014410bf18db8ca67a9df3 = L.popup({"maxWidth": "100%"});
var html_e25cdb50b8e74bb39f78e178a44054e4 = $(`<div id="html_e25cdb50b8e74bb39f78e178a44054e4" style="width: 100.0%; height: 100.0%;">The Wendy House</div>`)[0];
popup_2880aad59c014410bf18db8ca67a9df3.setContent(html_e25cdb50b8e74bb39f78e178a44054e4);
marker_8655a1f7b56345db9e33d37999e67ee0.bindPopup(popup_2880aad59c014410bf18db8ca67a9df3)
;
var marker_41e16af2e542459b87921f50b2351dc4 = L.marker(
[53.799, -1.553],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_386ab1f9be004f1aada50a89098cd00b = L.popup({"maxWidth": "100%"});
var html_268a1425537647f1908821c7d8d4b543 = $(`<div id="html_268a1425537647f1908821c7d8d4b543" style="width: 100.0%; height: 100.0%;">Vague club, Leeds</div>`)[0];
popup_386ab1f9be004f1aada50a89098cd00b.setContent(html_268a1425537647f1908821c7d8d4b543);
marker_41e16af2e542459b87921f50b2351dc4.bindPopup(popup_386ab1f9be004f1aada50a89098cd00b)
;
var marker_4e4bb2309967414aaef0028e8e86afa4 = L.marker(
[53.799, -1.553],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_119be552c3d543b68fda13900fbb2beb = L.popup({"maxWidth": "100%"});
var html_a7923f0eac2149e8ad453f646602ac43 = $(`<div id="html_a7923f0eac2149e8ad453f646602ac43" style="width: 100.0%; height: 100.0%;">Vague club, Leeds</div>`)[0];
popup_119be552c3d543b68fda13900fbb2beb.setContent(html_a7923f0eac2149e8ad453f646602ac43);
marker_4e4bb2309967414aaef0028e8e86afa4.bindPopup(popup_119be552c3d543b68fda13900fbb2beb)
;
var marker_08e0ac01981d401986b660baf27b0ae8 = L.marker(
[51.4867, -0.121833],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_1093f778c76547a6ac7daf0ce9d8e0c1 = L.popup({"maxWidth": "100%"});
var html_d2396e8f986742d79bf891e911fa2345 = $(`<div id="html_d2396e8f986742d79bf891e911fa2345" style="width: 100.0%; height: 100.0%;">Vauxhall Gardens</div>`)[0];
popup_1093f778c76547a6ac7daf0ce9d8e0c1.setContent(html_d2396e8f986742d79bf891e911fa2345);
marker_08e0ac01981d401986b660baf27b0ae8.bindPopup(popup_1093f778c76547a6ac7daf0ce9d8e0c1)
;
var marker_4a0b5fc7d8d8407493b5cb0d48e48d55 = L.marker(
[53.0231, -2.1752],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_6d1b8a5e04524455b842ebb0a0a573d2 = L.popup({"maxWidth": "100%"});
var html_61d1acb0a5174287a8aa8682df94d314 = $(`<div id="html_61d1acb0a5174287a8aa8682df94d314" style="width: 100.0%; height: 100.0%;">Victoria Hall, Stoke-on-Trent</div>`)[0];
popup_6d1b8a5e04524455b842ebb0a0a573d2.setContent(html_61d1acb0a5174287a8aa8682df94d314);
marker_4a0b5fc7d8d8407493b5cb0d48e48d55.bindPopup(popup_6d1b8a5e04524455b842ebb0a0a573d2)
;
var marker_d151aae8cdec4f5e857ac6248a491f9b = L.marker(
[51.4522, -0.121667],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_14105ef63f314e3485aec25159e14ecf = L.popup({"maxWidth": "100%"});
var html_220e636afa5d4a56b7209ea240f9cfb0 = $(`<div id="html_220e636afa5d4a56b7209ea240f9cfb0" style="width: 100.0%; height: 100.0%;">George IV, Brixton</div>`)[0];
popup_14105ef63f314e3485aec25159e14ecf.setContent(html_220e636afa5d4a56b7209ea240f9cfb0);
marker_d151aae8cdec4f5e857ac6248a491f9b.bindPopup(popup_14105ef63f314e3485aec25159e14ecf)
;
var marker_9defe4344a6841e5b0ab722ac261a597 = L.marker(
[52.5136, -2.07556],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_664bd832bb3f4e0f80f12f5b3f0858a6 = L.popup({"maxWidth": "100%"});
var html_5105fee2670c4dd196ee8242eda31c07 = $(`<div id="html_5105fee2670c4dd196ee8242eda31c07" style="width: 100.0%; height: 100.0%;">JB's Dudley</div>`)[0];
popup_664bd832bb3f4e0f80f12f5b3f0858a6.setContent(html_5105fee2670c4dd196ee8242eda31c07);
marker_9defe4344a6841e5b0ab722ac261a597.bindPopup(popup_664bd832bb3f4e0f80f12f5b3f0858a6)
;
var marker_bb4fc6656d4e4949bea0043b0a6edaf0 = L.marker(
[53.3965, -1.468],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_cd9e924bca724ecd8b92de3031df3871 = L.popup({"maxWidth": "100%"});
var html_cb42a1d949b84ee4955acf1eb980da39 = $(`<div id="html_cb42a1d949b84ee4955acf1eb980da39" style="width: 100.0%; height: 100.0%;">King Mojo Club</div>`)[0];
popup_cd9e924bca724ecd8b92de3031df3871.setContent(html_cb42a1d949b84ee4955acf1eb980da39);
marker_bb4fc6656d4e4949bea0043b0a6edaf0.bindPopup(popup_cd9e924bca724ecd8b92de3031df3871)
;
var marker_8d347e2fdc91420eb0cfb4c199eb13a8 = L.marker(
[51.4464, 0.154444],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_c6c473a85b034aa4a78cdb7e82f7db4b = L.popup({"maxWidth": "100%"});
var html_da296c0fa2054d849d983be466ef3ddd = $(`<div id="html_da296c0fa2054d849d983be466ef3ddd" style="width: 100.0%; height: 100.0%;">Black Prince, Bexley</div>`)[0];
popup_c6c473a85b034aa4a78cdb7e82f7db4b.setContent(html_da296c0fa2054d849d983be466ef3ddd);
marker_8d347e2fdc91420eb0cfb4c199eb13a8.bindPopup(popup_c6c473a85b034aa4a78cdb7e82f7db4b)
;
var marker_2e6d459064604bdfb896340a0a774733 = L.marker(
[51.4464, 0.154444],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_498624cbe6004a929fc241793edc5842 = L.popup({"maxWidth": "100%"});
var html_0eeb629fa65f455b9c521110bbcebc37 = $(`<div id="html_0eeb629fa65f455b9c521110bbcebc37" style="width: 100.0%; height: 100.0%;">Black Prince, Bexley</div>`)[0];
popup_498624cbe6004a929fc241793edc5842.setContent(html_0eeb629fa65f455b9c521110bbcebc37);
marker_2e6d459064604bdfb896340a0a774733.bindPopup(popup_498624cbe6004a929fc241793edc5842)
;
var marker_2f0bb11612504c7abea2337ba3590dae = L.marker(
[51.4526, -0.1006],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_87045eba75aa4df89934533ab75ddac5 = L.popup({"maxWidth": "100%"});
var html_98330e649d874c7084cbfc98de12f5f3 = $(`<div id="html_98330e649d874c7084cbfc98de12f5f3" style="width: 100.0%; height: 100.0%;">Half Moon, Herne Hill</div>`)[0];
popup_87045eba75aa4df89934533ab75ddac5.setContent(html_98330e649d874c7084cbfc98de12f5f3);
marker_2f0bb11612504c7abea2337ba3590dae.bindPopup(popup_87045eba75aa4df89934533ab75ddac5)
;
var marker_382d18072e1a410fb845c6e8b971939e = L.marker(
[51.3728, 1.1367],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_f627daa2c6874cd196fe475afc35f54d = L.popup({"maxWidth": "100%"});
var html_56cf8565986f4b518ae14f0e2d5ea219 = $(`<div id="html_56cf8565986f4b518ae14f0e2d5ea219" style="width: 100.0%; height: 100.0%;">King's Hall, Herne Bay</div>`)[0];
popup_f627daa2c6874cd196fe475afc35f54d.setContent(html_56cf8565986f4b518ae14f0e2d5ea219);
marker_382d18072e1a410fb845c6e8b971939e.bindPopup(popup_f627daa2c6874cd196fe475afc35f54d)
;
var marker_03800f0ed0c24250a210e34628f2ea38 = L.marker(
[51.4672, -0.220172],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_8130a286da9340779e2355699eccca86 = L.popup({"maxWidth": "100%"});
var html_bd5a878ede9942ffb0a9f2d270bd368e = $(`<div id="html_bd5a878ede9942ffb0a9f2d270bd368e" style="width: 100.0%; height: 100.0%;">The Half Moon, Putney</div>`)[0];
popup_8130a286da9340779e2355699eccca86.setContent(html_bd5a878ede9942ffb0a9f2d270bd368e);
marker_03800f0ed0c24250a210e34628f2ea38.bindPopup(popup_8130a286da9340779e2355699eccca86)
;
var marker_8987410e84d740ef98afa75d35abdff0 = L.marker(
[53.55, -2.63],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_3bd5a15b47a84bb59f89587f5ffc2e1a = L.popup({"maxWidth": "100%"});
var html_ed4081908fe64f6e9f817cd1f8a26d3f = $(`<div id="html_ed4081908fe64f6e9f817cd1f8a26d3f" style="width: 100.0%; height: 100.0%;">Wigan Casino</div>`)[0];
popup_3bd5a15b47a84bb59f89587f5ffc2e1a.setContent(html_ed4081908fe64f6e9f817cd1f8a26d3f);
marker_8987410e84d740ef98afa75d35abdff0.bindPopup(popup_3bd5a15b47a84bb59f89587f5ffc2e1a)
;
var marker_30e3010621eb49ac9e9e79a0b8a5f0b4 = L.marker(
[51.44, -2.62028],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_529d9319934a4fc8873b6bcb8e86f9d0 = L.popup({"maxWidth": "100%"});
var html_c29b7213128546788596f25f45eec609 = $(`<div id="html_c29b7213128546788596f25f45eec609" style="width: 100.0%; height: 100.0%;">Ashton Gate Stadium</div>`)[0];
popup_529d9319934a4fc8873b6bcb8e86f9d0.setContent(html_c29b7213128546788596f25f45eec609);
marker_30e3010621eb49ac9e9e79a0b8a5f0b4.bindPopup(popup_529d9319934a4fc8873b6bcb8e86f9d0)
;
var marker_0d41f36f98fd496d9f575178ecacca39 = L.marker(
[51.5134, -0.1339],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_2edb3f5156b74f149192f1050556ec42 = L.popup({"maxWidth": "100%"});
var html_7ac619aa7dbe4c47a95acf9112f3c79c = $(`<div id="html_7ac619aa7dbe4c47a95acf9112f3c79c" style="width: 100.0%; height: 100.0%;">Marquee Club</div>`)[0];
popup_2edb3f5156b74f149192f1050556ec42.setContent(html_7ac619aa7dbe4c47a95acf9112f3c79c);
marker_0d41f36f98fd496d9f575178ecacca39.bindPopup(popup_2edb3f5156b74f149192f1050556ec42)
;
var marker_517a0834fecb41fe8a07a7d2acf59252 = L.marker(
[52.4767, -1.91333],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_6f86459e94e54c07b3505e85d31d575b = L.popup({"maxWidth": "100%"});
var html_c68bc1b480404573baae6a3a803eec87 = $(`<div id="html_c68bc1b480404573baae6a3a803eec87" style="width: 100.0%; height: 100.0%;">Barbarella's</div>`)[0];
popup_6f86459e94e54c07b3505e85d31d575b.setContent(html_c68bc1b480404573baae6a3a803eec87);
marker_517a0834fecb41fe8a07a7d2acf59252.bindPopup(popup_6f86459e94e54c07b3505e85d31d575b)
;
var marker_b63ad058a3cf411da132a2875429cfa9 = L.marker(
[51.4981, -0.1332],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_10b4f3d6e8e24dae979dde7a43a1a682 = L.popup({"maxWidth": "100%"});
var html_ee3b26c08b024989bd4b7bfdb0d72ef9 = $(`<div id="html_ee3b26c08b024989bd4b7bfdb0d72ef9" style="width: 100.0%; height: 100.0%;">The Venue (Victoria Street, London)</div>`)[0];
popup_10b4f3d6e8e24dae979dde7a43a1a682.setContent(html_ee3b26c08b024989bd4b7bfdb0d72ef9);
marker_b63ad058a3cf411da132a2875429cfa9.bindPopup(popup_10b4f3d6e8e24dae979dde7a43a1a682)
;
var marker_62838204a7a64826b8c14672366cf7c5 = L.marker(
[54.0688, -2.27905],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_cc1c3cddd2a1480ebb784d4a363620dc = L.popup({"maxWidth": "100%"});
var html_fd2fc6bab4fd4817b9773e785e51b8c1 = $(`<div id="html_fd2fc6bab4fd4817b9773e785e51b8c1" style="width: 100.0%; height: 100.0%;">Victoria Hall, Settle</div>`)[0];
popup_cc1c3cddd2a1480ebb784d4a363620dc.setContent(html_fd2fc6bab4fd4817b9773e785e51b8c1);
marker_62838204a7a64826b8c14672366cf7c5.bindPopup(popup_cc1c3cddd2a1480ebb784d4a363620dc)
;
var marker_e47ea64481b44dbbb92d1053567bee9c = L.marker(
[52.5396, -2.1704],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_3b6e86444f4f4ab799182cb66adf6ed9 = L.popup({"maxWidth": "100%"});
var html_a297257af9824780af7e1d4f93aeeb35 = $(`<div id="html_a297257af9824780af7e1d4f93aeeb35" style="width: 100.0%; height: 100.0%;">The Wodehouse</div>`)[0];
popup_3b6e86444f4f4ab799182cb66adf6ed9.setContent(html_a297257af9824780af7e1d4f93aeeb35);
marker_e47ea64481b44dbbb92d1053567bee9c.bindPopup(popup_3b6e86444f4f4ab799182cb66adf6ed9)
;
var marker_df38ef6a8f70468990d20b5fc4129350 = L.marker(
[51.5414, -0.146389],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_9e418faa106a4265920cc5008fe47dcb = L.popup({"maxWidth": "100%"});
var html_840f61588a65487a99b1671ec787b497 = $(`<div id="html_840f61588a65487a99b1671ec787b497" style="width: 100.0%; height: 100.0%;">InSpiral Lounge</div>`)[0];
popup_9e418faa106a4265920cc5008fe47dcb.setContent(html_840f61588a65487a99b1671ec787b497);
marker_df38ef6a8f70468990d20b5fc4129350.bindPopup(popup_9e418faa106a4265920cc5008fe47dcb)
;
var marker_0d76242988a74025b97ab754adb66834 = L.marker(
[54.9782, -1.60656],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_3f290adf07344ab696773452f23791b3 = L.popup({"maxWidth": "100%"});
var html_6c80c68072e54b8ea9372f31eefac495 = $(`<div id="html_6c80c68072e54b8ea9372f31eefac495" style="width: 100.0%; height: 100.0%;">Sport Central</div>`)[0];
popup_3f290adf07344ab696773452f23791b3.setContent(html_6c80c68072e54b8ea9372f31eefac495);
marker_0d76242988a74025b97ab754adb66834.bindPopup(popup_3f290adf07344ab696773452f23791b3)
;
var marker_b2317f2773014a21bdf49d6b1146b4f0 = L.marker(
[52.4797, -1.915],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_ae4aef44d03f40589a216d01d5812d04 = L.popup({"maxWidth": "100%"});
var html_8147b72307cf4e5ab2b1217c9a63c65c = $(`<div id="html_8147b72307cf4e5ab2b1217c9a63c65c" style="width: 100.0%; height: 100.0%;">Barclaycard Arena</div>`)[0];
popup_ae4aef44d03f40589a216d01d5812d04.setContent(html_8147b72307cf4e5ab2b1217c9a63c65c);
marker_b2317f2773014a21bdf49d6b1146b4f0.bindPopup(popup_ae4aef44d03f40589a216d01d5812d04)
;
var marker_ef4f4efc171f4f9fa55cd9d1c148cdf9 = L.marker(
[52.4796, -1.90377],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_b9806dca86344027b1d282091b7d26a6 = L.popup({"maxWidth": "100%"});
var html_cce325d0690a4ee39c2396d518b1fb74 = $(`<div id="html_cce325d0690a4ee39c2396d518b1fb74" style="width: 100.0%; height: 100.0%;">Birmingham Town Hall</div>`)[0];
popup_b9806dca86344027b1d282091b7d26a6.setContent(html_cce325d0690a4ee39c2396d518b1fb74);
marker_ef4f4efc171f4f9fa55cd9d1c148cdf9.bindPopup(popup_b9806dca86344027b1d282091b7d26a6)
;
var marker_6ff0eddd21e1482eb0510e6e7711a11d = L.marker(
[52.4796, -1.90377],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_b42533e8d69149efa1aa77204c360c64 = L.popup({"maxWidth": "100%"});
var html_660f1689369d44dfafe94ec2ab3b816a = $(`<div id="html_660f1689369d44dfafe94ec2ab3b816a" style="width: 100.0%; height: 100.0%;">Birmingham Town Hall</div>`)[0];
popup_b42533e8d69149efa1aa77204c360c64.setContent(html_660f1689369d44dfafe94ec2ab3b816a);
marker_6ff0eddd21e1482eb0510e6e7711a11d.bindPopup(popup_b42533e8d69149efa1aa77204c360c64)
;
var marker_4924c6a8f32e4a90a385a3f5618cd8b3 = L.marker(
[51.4517, -2.6007],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_6f9a72488c6648d08a1d48557f99a92c = L.popup({"maxWidth": "100%"});
var html_bf93911c69ae48988069bc61143b7be7 = $(`<div id="html_bf93911c69ae48988069bc61143b7be7" style="width: 100.0%; height: 100.0%;">Bristol Cathedral</div>`)[0];
popup_6f9a72488c6648d08a1d48557f99a92c.setContent(html_bf93911c69ae48988069bc61143b7be7);
marker_4924c6a8f32e4a90a385a3f5618cd8b3.bindPopup(popup_6f9a72488c6648d08a1d48557f99a92c)
;
var marker_340310ff85994b5ca8a9af68e8da1129 = L.marker(
[53.4831, -2.20028],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_2f0d705db6e24fa3b180502525bc5e0d = L.popup({"maxWidth": "100%"});
var html_66dad85a6e80427fa80154d6c3b642e0 = $(`<div id="html_66dad85a6e80427fa80154d6c3b642e0" style="width: 100.0%; height: 100.0%;">City of Manchester Stadium</div>`)[0];
popup_2f0d705db6e24fa3b180502525bc5e0d.setContent(html_66dad85a6e80427fa80154d6c3b642e0);
marker_340310ff85994b5ca8a9af68e8da1129.bindPopup(popup_2f0d705db6e24fa3b180502525bc5e0d)
;
var marker_edf71290ab1d48638be2cc9f03da34a1 = L.marker(
[51.4597, -2.6163],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_7005f57f40dd4f8daa590da3847a6a49 = L.popup({"maxWidth": "100%"});
var html_d923db2b33da4e32a7646dd3f44f8fe6 = $(`<div id="html_d923db2b33da4e32a7646dd3f44f8fe6" style="width: 100.0%; height: 100.0%;">Clifton Cathedral</div>`)[0];
popup_7005f57f40dd4f8daa590da3847a6a49.setContent(html_d923db2b33da4e32a7646dd3f44f8fe6);
marker_edf71290ab1d48638be2cc9f03da34a1.bindPopup(popup_7005f57f40dd4f8daa590da3847a6a49)
;
var marker_ebac4afdc71644a581a68c6d5317aabe = L.marker(
[53.4881, -2.24389],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_6cbbc7be521b4479bcc733d14bc9ab42 = L.popup({"maxWidth": "100%"});
var html_9d3f0022a84840c7bf58655753a2475e = $(`<div id="html_9d3f0022a84840c7bf58655753a2475e" style="width: 100.0%; height: 100.0%;">Manchester Arena</div>`)[0];
popup_6cbbc7be521b4479bcc733d14bc9ab42.setContent(html_9d3f0022a84840c7bf58655753a2475e);
marker_ebac4afdc71644a581a68c6d5317aabe.bindPopup(popup_6cbbc7be521b4479bcc733d14bc9ab42)
;
var marker_fce9c497315544528f12f89e19065676 = L.marker(
[52.5232, -1.84034],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_f9dc8b24951a4ecf90b5a5441130b528 = L.popup({"maxWidth": "100%"});
var html_39157d85b1db4eb9b2af934266143ee5 = $(`<div id="html_39157d85b1db4eb9b2af934266143ee5" style="width: 100.0%; height: 100.0%;">Mothers (music venue)</div>`)[0];
popup_f9dc8b24951a4ecf90b5a5441130b528.setContent(html_39157d85b1db4eb9b2af934266143ee5);
marker_fce9c497315544528f12f89e19065676.bindPopup(popup_f9dc8b24951a4ecf90b5a5441130b528)
;
var marker_b79010e1e8e2417490490ab3ad7aef5e = L.marker(
[54.9144, -1.3882],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_d98a770d91dd4d49b6da73866bd144d0 = L.popup({"maxWidth": "100%"});
var html_3cfc978fbc544c99bbc7a5b89081f39b = $(`<div id="html_3cfc978fbc544c99bbc7a5b89081f39b" style="width: 100.0%; height: 100.0%;">Stadium of Light</div>`)[0];
popup_d98a770d91dd4d49b6da73866bd144d0.setContent(html_3cfc978fbc544c99bbc7a5b89081f39b);
marker_b79010e1e8e2417490490ab3ad7aef5e.bindPopup(popup_d98a770d91dd4d49b6da73866bd144d0)
;
var marker_0ca528d6070e48dca2c8cebfef9b1f25 = L.marker(
[52.4786, -1.91056],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_a5847cb3a5b2408ea466c329dbf459a3 = L.popup({"maxWidth": "100%"});
var html_71ec391a39d3454885f17e48cf60cac9 = $(`<div id="html_71ec391a39d3454885f17e48cf60cac9" style="width: 100.0%; height: 100.0%;">Symphony Hall, Birmingham</div>`)[0];
popup_a5847cb3a5b2408ea466c329dbf459a3.setContent(html_71ec391a39d3454885f17e48cf60cac9);
marker_0ca528d6070e48dca2c8cebfef9b1f25.bindPopup(popup_a5847cb3a5b2408ea466c329dbf459a3)
;
var marker_87c3094bf2d9436cb08ab9bd2dabbf87 = L.marker(
[52.4786, -1.91056],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_be60e1c5cef245eea049b785eaa2aac0 = L.popup({"maxWidth": "100%"});
var html_e5f3fad073d048d88c0dc74acd43e4c5 = $(`<div id="html_e5f3fad073d048d88c0dc74acd43e4c5" style="width: 100.0%; height: 100.0%;">Symphony Hall, Birmingham</div>`)[0];
popup_be60e1c5cef245eea049b785eaa2aac0.setContent(html_e5f3fad073d048d88c0dc74acd43e4c5);
marker_87c3094bf2d9436cb08ab9bd2dabbf87.bindPopup(popup_be60e1c5cef245eea049b785eaa2aac0)
;
var marker_177dd308c3314885b10964dc19d1ad73 = L.marker(
[51.4561, -0.341667],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_615003ef1b154b65b64a1b24bddfdb10 = L.popup({"maxWidth": "100%"});
var html_6776cb1ccfa34e9580370ec7f30f0a0b = $(`<div id="html_6776cb1ccfa34e9580370ec7f30f0a0b" style="width: 100.0%; height: 100.0%;">Twickenham Stadium</div>`)[0];
popup_615003ef1b154b65b64a1b24bddfdb10.setContent(html_6776cb1ccfa34e9580370ec7f30f0a0b);
marker_177dd308c3314885b10964dc19d1ad73.bindPopup(popup_615003ef1b154b65b64a1b24bddfdb10)
;
var marker_2df2a70e46f7490c866d7c7bf106c766 = L.marker(
[51.5581, -0.282972],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_2558915444ca400d9e44921af26be61c = L.popup({"maxWidth": "100%"});
var html_a72ec6db33164ac4b5ca89cd4dd14b5f = $(`<div id="html_a72ec6db33164ac4b5ca89cd4dd14b5f" style="width: 100.0%; height: 100.0%;">Wembley Arena</div>`)[0];
popup_2558915444ca400d9e44921af26be61c.setContent(html_a72ec6db33164ac4b5ca89cd4dd14b5f);
marker_2df2a70e46f7490c866d7c7bf106c766.bindPopup(popup_2558915444ca400d9e44921af26be61c)
;
var marker_58e2f21ba037417a84d19ce625482854 = L.marker(
[51.5556, -0.279722],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_00380e732336483482d39211355fc940 = L.popup({"maxWidth": "100%"});
var html_70ba18676d72478c9de78a828598b0a5 = $(`<div id="html_70ba18676d72478c9de78a828598b0a5" style="width: 100.0%; height: 100.0%;">Wembley Stadium (1923)</div>`)[0];
popup_00380e732336483482d39211355fc940.setContent(html_70ba18676d72478c9de78a828598b0a5);
marker_58e2f21ba037417a84d19ce625482854.bindPopup(popup_00380e732336483482d39211355fc940)
;
var marker_7419a919f2e44ac38fe857ecc8cfffaa = L.marker(
[52.5866, -2.1307],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_493badeb273c43a4852ddfe7e8f17a6b = L.popup({"maxWidth": "100%"});
var html_b4ffef21c8ce48f4a91b350a0ff64e21 = $(`<div id="html_b4ffef21c8ce48f4a91b350a0ff64e21" style="width: 100.0%; height: 100.0%;">Wolverhampton Civic Hall</div>`)[0];
popup_493badeb273c43a4852ddfe7e8f17a6b.setContent(html_b4ffef21c8ce48f4a91b350a0ff64e21);
marker_7419a919f2e44ac38fe857ecc8cfffaa.bindPopup(popup_493badeb273c43a4852ddfe7e8f17a6b)
;
var marker_7ff7673d7ce24ee5962c75776a7e3999 = L.marker(
[51.4492, -2.5972],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_9f15926927684beab4b5359513fbe2ff = L.popup({"maxWidth": "100%"});
var html_68618738b881471cb2e9f61c30e5fef3 = $(`<div id="html_68618738b881471cb2e9f61c30e5fef3" style="width: 100.0%; height: 100.0%;">Arnolfini</div>`)[0];
popup_9f15926927684beab4b5359513fbe2ff.setContent(html_68618738b881471cb2e9f61c30e5fef3);
marker_7ff7673d7ce24ee5962c75776a7e3999.bindPopup(popup_9f15926927684beab4b5359513fbe2ff)
;
var marker_258e578f0a0e45be89aac31adca00acb = L.marker(
[51.4889, -0.197778],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_1346785acb934ee4be91c0e4ea8d4ca9 = L.popup({"maxWidth": "100%"});
var html_c23f0e775c29425db5e5b54c112514a2 = $(`<div id="html_c23f0e775c29425db5e5b54c112514a2" style="width: 100.0%; height: 100.0%;">Earls Court Exhibition Centre</div>`)[0];
popup_1346785acb934ee4be91c0e4ea8d4ca9.setContent(html_c23f0e775c29425db5e5b54c112514a2);
marker_258e578f0a0e45be89aac31adca00acb.bindPopup(popup_1346785acb934ee4be91c0e4ea8d4ca9)
;
var marker_a5816605ab4c441197f07ae994a91a09 = L.marker(
[54.9639, -1.62333],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_e4244f9e6834474cb3bbfe6721d6434e = L.popup({"maxWidth": "100%"});
var html_067a171ad00b4fd6a987ba2d1db9522e = $(`<div id="html_067a171ad00b4fd6a987ba2d1db9522e" style="width: 100.0%; height: 100.0%;">Metro Radio Arena</div>`)[0];
popup_e4244f9e6834474cb3bbfe6721d6434e.setContent(html_067a171ad00b4fd6a987ba2d1db9522e);
marker_a5816605ab4c441197f07ae994a91a09.bindPopup(popup_e4244f9e6834474cb3bbfe6721d6434e)
;
var marker_2fb4bf745b554e20813021283af9c360 = L.marker(
[54.9639, -1.62333],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_db545193df7244008273b1c2b46568d1 = L.popup({"maxWidth": "100%"});
var html_800a2dcd8a4e454ca7ce284d2edaa051 = $(`<div id="html_800a2dcd8a4e454ca7ce284d2edaa051" style="width: 100.0%; height: 100.0%;">Metro Radio Arena</div>`)[0];
popup_db545193df7244008273b1c2b46568d1.setContent(html_800a2dcd8a4e454ca7ce284d2edaa051);
marker_2fb4bf745b554e20813021283af9c360.bindPopup(popup_db545193df7244008273b1c2b46568d1)
;
var marker_eb36bad4b09f4dc4be1b974148c8c44a = L.marker(
[51.578, -0.99],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_36022d86912c4f3abb5273913f8c7cd2 = L.popup({"maxWidth": "100%"});
var html_87acfd36edb24a6cad4d38f96d0f458f = $(`<div id="html_87acfd36edb24a6cad4d38f96d0f458f" style="width: 100.0%; height: 100.0%;">Nettlebed</div>`)[0];
popup_36022d86912c4f3abb5273913f8c7cd2.setContent(html_87acfd36edb24a6cad4d38f96d0f458f);
marker_eb36bad4b09f4dc4be1b974148c8c44a.bindPopup(popup_36022d86912c4f3abb5273913f8c7cd2)
;
var marker_43275a6f2cef45e68e986cb93124b171 = L.marker(
[52.9561, -1.1544],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_8b876b10d7784b1e9da5091f9c7305a7 = L.popup({"maxWidth": "100%"});
var html_e8a6fbac515a43b28de73ee0cdc40a15 = $(`<div id="html_e8a6fbac515a43b28de73ee0cdc40a15" style="width: 100.0%; height: 100.0%;">Rock City (venue)</div>`)[0];
popup_8b876b10d7784b1e9da5091f9c7305a7.setContent(html_e8a6fbac515a43b28de73ee0cdc40a15);
marker_43275a6f2cef45e68e986cb93124b171.bindPopup(popup_8b876b10d7784b1e9da5091f9c7305a7)
;
var marker_964780edefe84afcadb419680e43e4ff = L.marker(
[53.3999, -1.41876],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_d47a10701c1e4330ae342ca7b7c3b6c0 = L.popup({"maxWidth": "100%"});
var html_c40e20c598be43ec8461004cc18a825a = $(`<div id="html_c40e20c598be43ec8461004cc18a825a" style="width: 100.0%; height: 100.0%;">Sheffield Arena</div>`)[0];
popup_d47a10701c1e4330ae342ca7b7c3b6c0.setContent(html_c40e20c598be43ec8461004cc18a825a);
marker_964780edefe84afcadb419680e43e4ff.bindPopup(popup_d47a10701c1e4330ae342ca7b7c3b6c0)
;
var marker_8f9b11e7cd3b4399b00a22e08387f6d1 = L.marker(
[51.5057, -0.116761],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_37e59e093ef94685b21eac7c09d94049 = L.popup({"maxWidth": "100%"});
var html_e82d1d11e0244e21be9e978d42ed8b86 = $(`<div id="html_e82d1d11e0244e21be9e978d42ed8b86" style="width: 100.0%; height: 100.0%;">Southbank Centre</div>`)[0];
popup_37e59e093ef94685b21eac7c09d94049.setContent(html_e82d1d11e0244e21be9e978d42ed8b86);
marker_8f9b11e7cd3b4399b00a22e08387f6d1.bindPopup(popup_37e59e093ef94685b21eac7c09d94049)
;
var marker_e9b30aa852014053b2ad6862ce3c2479 = L.marker(
[51.4979, -0.109976],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_64de12c77427420ba537eff1f450514e = L.popup({"maxWidth": "100%"});
var html_45fdfea355524542a67b35896d79c3bf = $(`<div id="html_45fdfea355524542a67b35896d79c3bf" style="width: 100.0%; height: 100.0%;">Centre for Young Musicians</div>`)[0];
popup_64de12c77427420ba537eff1f450514e.setContent(html_45fdfea355524542a67b35896d79c3bf);
marker_e9b30aa852014053b2ad6862ce3c2479.bindPopup(popup_64de12c77427420ba537eff1f450514e)
;
var marker_4923491d2f1f4c77aac4b4a5e4cc57cf = L.marker(
[53.7546, -0.3489],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_4524326684fc4425af8b48a113ffda72 = L.popup({"maxWidth": "100%"});
var html_f8f243662253448e8adfceca47e64977 = $(`<div id="html_f8f243662253448e8adfceca47e64977" style="width: 100.0%; height: 100.0%;">Club Déjà Vu</div>`)[0];
popup_4524326684fc4425af8b48a113ffda72.setContent(html_f8f243662253448e8adfceca47e64977);
marker_4923491d2f1f4c77aac4b4a5e4cc57cf.bindPopup(popup_4524326684fc4425af8b48a113ffda72)
;
var marker_0202fec119c54cccb57030cee354e9e5 = L.marker(
[53.7546, -0.3489],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_313230b69e3c40ad9bb6f1a08917d2bc = L.popup({"maxWidth": "100%"});
var html_2a0dc59deec84dbb93a400da8f019162 = $(`<div id="html_2a0dc59deec84dbb93a400da8f019162" style="width: 100.0%; height: 100.0%;">Club Déjà Vu</div>`)[0];
popup_313230b69e3c40ad9bb6f1a08917d2bc.setContent(html_2a0dc59deec84dbb93a400da8f019162);
marker_0202fec119c54cccb57030cee354e9e5.bindPopup(popup_313230b69e3c40ad9bb6f1a08917d2bc)
;
var marker_dec3f66a0c704fd0a848edbbf147b3da = L.marker(
[51.2819, 1.08072],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_7330d051023d46ffb4c5165b9d8926d8 = L.popup({"maxWidth": "100%"});
var html_cff182270a6d40df8ff918ccb4ea6c22 = $(`<div id="html_cff182270a6d40df8ff918ccb4ea6c22" style="width: 100.0%; height: 100.0%;">Old Synagogue (Canterbury)</div>`)[0];
popup_7330d051023d46ffb4c5165b9d8926d8.setContent(html_cff182270a6d40df8ff918ccb4ea6c22);
marker_dec3f66a0c704fd0a848edbbf147b3da.bindPopup(popup_7330d051023d46ffb4c5165b9d8926d8)
;
var marker_714e68a0fa6544b6b4acbaa67f5466d9 = L.marker(
[51.5113, -0.1322],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_178054461ec748aebcf96ec79f8fc3c2 = L.popup({"maxWidth": "100%"});
var html_4fda42ddb4814e9a8fddf98becc89126 = $(`<div id="html_4fda42ddb4814e9a8fddf98becc89126" style="width: 100.0%; height: 100.0%;">The Flamingo Club</div>`)[0];
popup_178054461ec748aebcf96ec79f8fc3c2.setContent(html_4fda42ddb4814e9a8fddf98becc89126);
marker_714e68a0fa6544b6b4acbaa67f5466d9.bindPopup(popup_178054461ec748aebcf96ec79f8fc3c2)
;
var marker_fae6cf880d2149a78f71b5c2f0f06f2d = L.marker(
[51.5467, -0.103889],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_a52f26fe912f4e06bb810727e06cad5d = L.popup({"maxWidth": "100%"});
var html_fd84db51641e4e1d9fdf3fae755a13ad = $(`<div id="html_fd84db51641e4e1d9fdf3fae755a13ad" style="width: 100.0%; height: 100.0%;">The Garage, London</div>`)[0];
popup_a52f26fe912f4e06bb810727e06cad5d.setContent(html_fd84db51641e4e1d9fdf3fae755a13ad);
marker_fae6cf880d2149a78f71b5c2f0f06f2d.bindPopup(popup_a52f26fe912f4e06bb810727e06cad5d)
;
var marker_4abd67101ace4e52970f44fd71f44b41 = L.marker(
[53.3967, -2.99096],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_3e42565ce53e4270b7f743ed7edb901f = L.popup({"maxWidth": "100%"});
var html_e7437a44bdd34480b79e7fe3aadccb27 = $(`<div id="html_e7437a44bdd34480b79e7fe3aadccb27" style="width: 100.0%; height: 100.0%;">Echo Arena Liverpool</div>`)[0];
popup_3e42565ce53e4270b7f743ed7edb901f.setContent(html_e7437a44bdd34480b79e7fe3aadccb27);
marker_4abd67101ace4e52970f44fd71f44b41.bindPopup(popup_3e42565ce53e4270b7f743ed7edb901f)
;
var marker_f3bf34a99f9f4ca19ab33725de344251 = L.marker(
[51.5124, -0.13889],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_a0c16feaf1f2467f80c51b03045f6b6f = L.popup({"maxWidth": "100%"});
var html_70bc141a36c44912bf97ef73f52fb38b = $(`<div id="html_70bc141a36c44912bf97ef73f52fb38b" style="width: 100.0%; height: 100.0%;">The Bag O'Nails</div>`)[0];
popup_a0c16feaf1f2467f80c51b03045f6b6f.setContent(html_70bc141a36c44912bf97ef73f52fb38b);
marker_f3bf34a99f9f4ca19ab33725de344251.bindPopup(popup_a0c16feaf1f2467f80c51b03045f6b6f)
;
var marker_d5e88d632f214ad6851872d7c4374f1b = L.marker(
[51.5124, -0.138889],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_8357542dbb7e4cad9e7dbfd49645a8db = L.popup({"maxWidth": "100%"});
var html_78139885f8bd48cb98b615e88b1a9a2b = $(`<div id="html_78139885f8bd48cb98b615e88b1a9a2b" style="width: 100.0%; height: 100.0%;">The Bag O'Nails</div>`)[0];
popup_8357542dbb7e4cad9e7dbfd49645a8db.setContent(html_78139885f8bd48cb98b615e88b1a9a2b);
marker_d5e88d632f214ad6851872d7c4374f1b.bindPopup(popup_8357542dbb7e4cad9e7dbfd49645a8db)
;
var marker_54aa2b0ac1fe41a09464c38e7e9d783e = L.marker(
[51.5078, -0.1371],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_0746f1c09da9457d89c00100b1fc9a2c = L.popup({"maxWidth": "100%"});
var html_877526c875c04cdd9f8c121fb1b2942f = $(`<div id="html_877526c875c04cdd9f8c121fb1b2942f" style="width: 100.0%; height: 100.0%;">The Scotch of St. James</div>`)[0];
popup_0746f1c09da9457d89c00100b1fc9a2c.setContent(html_877526c875c04cdd9f8c121fb1b2942f);
marker_54aa2b0ac1fe41a09464c38e7e9d783e.bindPopup(popup_0746f1c09da9457d89c00100b1fc9a2c)
;
var marker_7de9f7d9f3b14998bbca553abe28b33f = L.marker(
[52.0085, -0.732876],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_218fa593081c434985c693ba1cf01be7 = L.popup({"maxWidth": "100%"});
var html_cd78c62cd0f44cfe928c96c4d9432259 = $(`<div id="html_cd78c62cd0f44cfe928c96c4d9432259" style="width: 100.0%; height: 100.0%;">Arena MK</div>`)[0];
popup_218fa593081c434985c693ba1cf01be7.setContent(html_cd78c62cd0f44cfe928c96c4d9432259);
marker_7de9f7d9f3b14998bbca553abe28b33f.bindPopup(popup_218fa593081c434985c693ba1cf01be7)
;
var marker_c1785c5689de4c2893b9a2cb59aa04c3 = L.marker(
[53.5792, -2.53917],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_3717c2cde4a84f71bcc151efc4d782e6 = L.popup({"maxWidth": "100%"});
var html_b43cca29e701427c98976957683c464c = $(`<div id="html_b43cca29e701427c98976957683c464c" style="width: 100.0%; height: 100.0%;">Bolton Arena</div>`)[0];
popup_3717c2cde4a84f71bcc151efc4d782e6.setContent(html_b43cca29e701427c98976957683c464c);
marker_c1785c5689de4c2893b9a2cb59aa04c3.bindPopup(popup_3717c2cde4a84f71bcc151efc4d782e6)
;
var marker_19b51d621edd4a64a1a2b25590c67e42 = L.marker(
[51.5244, -0.16],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_cb375d7499ef44bbb5f3b8774f05e4c4 = L.popup({"maxWidth": "100%"});
var html_557c8142b7ed4423ad3ac81861989286 = $(`<div id="html_557c8142b7ed4423ad3ac81861989286" style="width: 100.0%; height: 100.0%;">St Cyprian's, Clarence Gate</div>`)[0];
popup_cb375d7499ef44bbb5f3b8774f05e4c4.setContent(html_557c8142b7ed4423ad3ac81861989286);
marker_19b51d621edd4a64a1a2b25590c67e42.bindPopup(popup_cb375d7499ef44bbb5f3b8774f05e4c4)
;
var marker_68d591e0e3474480b39a342f30c99313 = L.marker(
[52.8058, -1.6275],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_5319dd38fbfe43a29573b22f692d77c2 = L.popup({"maxWidth": "100%"});
var html_a69a6c70ee38481ca8ebcb1253857ffd = $(`<div id="html_a69a6c70ee38481ca8ebcb1253857ffd" style="width: 100.0%; height: 100.0%;">76 Club</div>`)[0];
popup_5319dd38fbfe43a29573b22f692d77c2.setContent(html_a69a6c70ee38481ca8ebcb1253857ffd);
marker_68d591e0e3474480b39a342f30c99313.bindPopup(popup_5319dd38fbfe43a29573b22f692d77c2)
;
var marker_8932b011610f4f2aae6ed06a0e185e0d = L.marker(
[51.7528, -0.336389],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_f5975ac11fb344a6b4bbfed6684277bf = L.popup({"maxWidth": "100%"});
var html_941374b5a6ed4e86b58290952a5fca8c = $(`<div id="html_941374b5a6ed4e86b58290952a5fca8c" style="width: 100.0%; height: 100.0%;">Alban Arena</div>`)[0];
popup_f5975ac11fb344a6b4bbfed6684277bf.setContent(html_941374b5a6ed4e86b58290952a5fca8c);
marker_8932b011610f4f2aae6ed06a0e185e0d.bindPopup(popup_f5975ac11fb344a6b4bbfed6684277bf)
;
var marker_f7545a59e04d45d89f7a7326fe735fe5 = L.marker(
[53.7438, -0.340146],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_2a08ace043ea4d9f9da995a9cb984e6f = L.popup({"maxWidth": "100%"});
var html_6d3cbe55223b4445b2243b983a333bd5 = $(`<div id="html_6d3cbe55223b4445b2243b983a333bd5" style="width: 100.0%; height: 100.0%;">Hull City Hall</div>`)[0];
popup_2a08ace043ea4d9f9da995a9cb984e6f.setContent(html_6d3cbe55223b4445b2243b983a333bd5);
marker_f7545a59e04d45d89f7a7326fe735fe5.bindPopup(popup_2a08ace043ea4d9f9da995a9cb984e6f)
;
var marker_8553be16cb9f4e858a4c25bea120696b = L.marker(
[52.6217, -1.12527],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_66ed3c137275453cba2b660764d74aa2 = L.popup({"maxWidth": "100%"});
var html_f9133401f18f4ee1afd06d488a9da5bb = $(`<div id="html_f9133401f18f4ee1afd06d488a9da5bb" style="width: 100.0%; height: 100.0%;">O2 Academy Leicester</div>`)[0];
popup_66ed3c137275453cba2b660764d74aa2.setContent(html_f9133401f18f4ee1afd06d488a9da5bb);
marker_8553be16cb9f4e858a4c25bea120696b.bindPopup(popup_66ed3c137275453cba2b660764d74aa2)
;
var marker_b1bd604ea9d046c28bbda7bacabe68d0 = L.marker(
[52.8248, -2.0653],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_e842e01c2d4d4d6d8d94f301b3718af3 = L.popup({"maxWidth": "100%"});
var html_5b4ff9d4e9b24b3c89bc344d0d15a0a4 = $(`<div id="html_5b4ff9d4e9b24b3c89bc344d0d15a0a4" style="width: 100.0%; height: 100.0%;">Bingley Hall, Stafford</div>`)[0];
popup_e842e01c2d4d4d6d8d94f301b3718af3.setContent(html_5b4ff9d4e9b24b3c89bc344d0d15a0a4);
marker_b1bd604ea9d046c28bbda7bacabe68d0.bindPopup(popup_e842e01c2d4d4d6d8d94f301b3718af3)
;
var marker_e078e800acdc4b378ef50914194012b9 = L.marker(
[51.4644, 0.00963889],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_263059a5f4c24ed48665d91d96130838 = L.popup({"maxWidth": "100%"});
var html_9919367d0205446e8d90affb01933766 = $(`<div id="html_9919367d0205446e8d90affb01933766" style="width: 100.0%; height: 100.0%;">Blackheath Halls</div>`)[0];
popup_263059a5f4c24ed48665d91d96130838.setContent(html_9919367d0205446e8d90affb01933766);
marker_e078e800acdc4b378ef50914194012b9.bindPopup(popup_263059a5f4c24ed48665d91d96130838)
;
var marker_01d9750a9cc1429cb4001ca98cf91b89 = L.marker(
[51.5065, -0.231609],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_86f598bea8ed43f29c2f8a0e0c696592 = L.popup({"maxWidth": "100%"});
var html_43a84e3be8bb40cc9160d0b472d28623 = $(`<div id="html_43a84e3be8bb40cc9160d0b472d28623" style="width: 100.0%; height: 100.0%;">Bush Hall</div>`)[0];
popup_86f598bea8ed43f29c2f8a0e0c696592.setContent(html_43a84e3be8bb40cc9160d0b472d28623);
marker_01d9750a9cc1429cb4001ca98cf91b89.bindPopup(popup_86f598bea8ed43f29c2f8a0e0c696592)
;
var marker_fbe31bf81d5f4e16b108d85a726619c2 = L.marker(
[51.5373, -0.14112],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_3199ac0babdb41ecb30251a9464e06ec = L.popup({"maxWidth": "100%"});
var html_321b389f8ae24c2cb6a76d835090bcfd = $(`<div id="html_321b389f8ae24c2cb6a76d835090bcfd" style="width: 100.0%; height: 100.0%;">Camden Head</div>`)[0];
popup_3199ac0babdb41ecb30251a9464e06ec.setContent(html_321b389f8ae24c2cb6a76d835090bcfd);
marker_fbe31bf81d5f4e16b108d85a726619c2.bindPopup(popup_3199ac0babdb41ecb30251a9464e06ec)
;
var marker_c68534a3155749078f786584b1cf4260 = L.marker(
[52.9127, -1.4464],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_f1a9ba69dd4544388bf85f0bad605188 = L.popup({"maxWidth": "100%"});
var html_10e9cd8ed5a54c06849479ebbf5fcef6 = $(`<div id="html_10e9cd8ed5a54c06849479ebbf5fcef6" style="width: 100.0%; height: 100.0%;">Derby Arena</div>`)[0];
popup_f1a9ba69dd4544388bf85f0bad605188.setContent(html_10e9cd8ed5a54c06849479ebbf5fcef6);
marker_c68534a3155749078f786584b1cf4260.bindPopup(popup_f1a9ba69dd4544388bf85f0bad605188)
;
var marker_b32770e4b7924b70992723a8433643f1 = L.marker(
[51.5143, -0.132687],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_73de2bf1885b441b8daed353df1b0e80 = L.popup({"maxWidth": "100%"});
var html_0ec59bb61dc4416299bfa8fac88f03a9 = $(`<div id="html_0ec59bb61dc4416299bfa8fac88f03a9" style="width: 100.0%; height: 100.0%;">PizzaExpress Jazz Club</div>`)[0];
popup_73de2bf1885b441b8daed353df1b0e80.setContent(html_0ec59bb61dc4416299bfa8fac88f03a9);
marker_b32770e4b7924b70992723a8433643f1.bindPopup(popup_73de2bf1885b441b8daed353df1b0e80)
;
var marker_50990777460040a99187a2d6ee786613 = L.marker(
[51.7544, -1.25507],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_16f89ee7d4f34bcebe1b86b46e580560 = L.popup({"maxWidth": "100%"});
var html_d9daa6aeb10d458b93995fc4934209e6 = $(`<div id="html_d9daa6aeb10d458b93995fc4934209e6" style="width: 100.0%; height: 100.0%;">Sheldonian Theatre</div>`)[0];
popup_16f89ee7d4f34bcebe1b86b46e580560.setContent(html_d9daa6aeb10d458b93995fc4934209e6);
marker_50990777460040a99187a2d6ee786613.bindPopup(popup_16f89ee7d4f34bcebe1b86b46e580560)
;
var marker_68b3e6648c25475cb4b0617a49f43f43 = L.marker(
[51.7544, -1.25507],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_4962d35a99e449ca87cf51fb9b3f06fc = L.popup({"maxWidth": "100%"});
var html_e38184b079de4c30aa216d35ea9e50d6 = $(`<div id="html_e38184b079de4c30aa216d35ea9e50d6" style="width: 100.0%; height: 100.0%;">Sheldonian Theatre</div>`)[0];
popup_4962d35a99e449ca87cf51fb9b3f06fc.setContent(html_e38184b079de4c30aa216d35ea9e50d6);
marker_68b3e6648c25475cb4b0617a49f43f43.bindPopup(popup_4962d35a99e449ca87cf51fb9b3f06fc)
;
var marker_86f109257ae04865b818b6ddb521e963 = L.marker(
[51.5392, -0.1422],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_1ec3406d92a5477ea73a867677f1d231 = L.popup({"maxWidth": "100%"});
var html_6ad8931c17de48fea366a7901ea5d8c7 = $(`<div id="html_6ad8931c17de48fea366a7901ea5d8c7" style="width: 100.0%; height: 100.0%;">Camden Underworld</div>`)[0];
popup_1ec3406d92a5477ea73a867677f1d231.setContent(html_6ad8931c17de48fea366a7901ea5d8c7);
marker_86f109257ae04865b818b6ddb521e963.bindPopup(popup_1ec3406d92a5477ea73a867677f1d231)
;
var marker_1db9557d9547427b974f17094e3641c6 = L.marker(
[52.4533, -1.71944],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_bccb398aed47446ab12c89a45c8c6e8b = L.popup({"maxWidth": "100%"});
var html_a90d112992fd4740bc329c068c2ba3e2 = $(`<div id="html_a90d112992fd4740bc329c068c2ba3e2" style="width: 100.0%; height: 100.0%;">National Exhibition Centre</div>`)[0];
popup_bccb398aed47446ab12c89a45c8c6e8b.setContent(html_a90d112992fd4740bc329c068c2ba3e2);
marker_1db9557d9547427b974f17094e3641c6.bindPopup(popup_bccb398aed47446ab12c89a45c8c6e8b)
;
var marker_8814227844414a91aa8e69cd5dfa718f = L.marker(
[53.4563, -2.28676],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_cf92776631744b31b56702930344c28c = L.popup({"maxWidth": "100%"});
var html_2aa3244b4b67423a91113404feff9759 = $(`<div id="html_2aa3244b4b67423a91113404feff9759" style="width: 100.0%; height: 100.0%;">Old Trafford Cricket Ground</div>`)[0];
popup_cf92776631744b31b56702930344c28c.setContent(html_2aa3244b4b67423a91113404feff9759);
marker_8814227844414a91aa8e69cd5dfa718f.bindPopup(popup_cf92776631744b31b56702930344c28c)
;
var marker_3f277d4a410d48d9b2d48251e5b410bb = L.marker(
[53.196, -2.89],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_d33d03887a3140868ff339a6d20de7ba = L.popup({"maxWidth": "100%"});
var html_6cb724787e354258ba7ed52b27257e9f = $(`<div id="html_6cb724787e354258ba7ed52b27257e9f" style="width: 100.0%; height: 100.0%;">Northgate Arena</div>`)[0];
popup_d33d03887a3140868ff339a6d20de7ba.setContent(html_6cb724787e354258ba7ed52b27257e9f);
marker_3f277d4a410d48d9b2d48251e5b410bb.bindPopup(popup_d33d03887a3140868ff339a6d20de7ba)
;
var marker_414014e1f4fd49faaf953dcbced6ae62 = L.marker(
[51.5252, -0.0940583],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_3072fea84034448eabf816b8b87a20af = L.popup({"maxWidth": "100%"});
var html_3fb71bb6fb1742c39321818d44112290 = $(`<div id="html_3fb71bb6fb1742c39321818d44112290" style="width: 100.0%; height: 100.0%;">St Luke Old Street</div>`)[0];
popup_3072fea84034448eabf816b8b87a20af.setContent(html_3fb71bb6fb1742c39321818d44112290);
marker_414014e1f4fd49faaf953dcbced6ae62.bindPopup(popup_3072fea84034448eabf816b8b87a20af)
;
var marker_765e31a553ab42a3962deaccf77b94a7 = L.marker(
[51.7708, 0.0894444],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_7ea42b9a158e435986a8368a06d6ecbb = L.popup({"maxWidth": "100%"});
var html_0f5bf5024021453d94c540422a98e4e2 = $(`<div id="html_0f5bf5024021453d94c540422a98e4e2" style="width: 100.0%; height: 100.0%;">The Square, Harlow</div>`)[0];
popup_7ea42b9a158e435986a8368a06d6ecbb.setContent(html_0f5bf5024021453d94c540422a98e4e2);
marker_765e31a553ab42a3962deaccf77b94a7.bindPopup(popup_7ea42b9a158e435986a8368a06d6ecbb)
;
var marker_fde77f1f2aae420e96e0539f155a8a0a = L.marker(
[51.4772, -2.58416],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_121dddb549c74818860c9783cdf1a924 = L.popup({"maxWidth": "100%"});
var html_83383e32a9ff4f5ba1f24073dc7a9985 = $(`<div id="html_83383e32a9ff4f5ba1f24073dc7a9985" style="width: 100.0%; height: 100.0%;">Bristol County Ground</div>`)[0];
popup_121dddb549c74818860c9783cdf1a924.setContent(html_83383e32a9ff4f5ba1f24073dc7a9985);
marker_fde77f1f2aae420e96e0539f155a8a0a.bindPopup(popup_121dddb549c74818860c9783cdf1a924)
;
var marker_e7b1287f4bca42de8c75c147c539e7e6 = L.marker(
[52.2042, 0.1198],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_af2fad20b9ae40ff8b49b7347c09af73 = L.popup({"maxWidth": "100%"});
var html_b0ecf6f822b945bba87d1ec6c99f5447 = $(`<div id="html_b0ecf6f822b945bba87d1ec6c99f5447" style="width: 100.0%; height: 100.0%;">Cambridge Corn Exchange</div>`)[0];
popup_af2fad20b9ae40ff8b49b7347c09af73.setContent(html_b0ecf6f822b945bba87d1ec6c99f5447);
marker_e7b1287f4bca42de8c75c147c539e7e6.bindPopup(popup_af2fad20b9ae40ff8b49b7347c09af73)
;
var marker_06a5a4da68bc4f549879f71635add60d = L.marker(
[50.4726, -4.5565],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_be61002d20e944298c6e00162ef1db1a = L.popup({"maxWidth": "100%"});
var html_3ac7e8bb5cb54edb935001e4f0f73343 = $(`<div id="html_3ac7e8bb5cb54edb935001e4f0f73343" style="width: 100.0%; height: 100.0%;">Carnglaze Caverns</div>`)[0];
popup_be61002d20e944298c6e00162ef1db1a.setContent(html_3ac7e8bb5cb54edb935001e4f0f73343);
marker_06a5a4da68bc4f549879f71635add60d.bindPopup(popup_be61002d20e944298c6e00162ef1db1a)
;
var marker_36c9483c238440d2a1e58cde3726dd85 = L.marker(
[51.4633, -0.3025],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_737731f4515d441f812da80fe09988b9 = L.popup({"maxWidth": "100%"});
var html_25ea789f9e3345b8bd453252bb22c89f = $(`<div id="html_25ea789f9e3345b8bd453252bb22c89f" style="width: 100.0%; height: 100.0%;">Crawdaddy Club</div>`)[0];
popup_737731f4515d441f812da80fe09988b9.setContent(html_25ea789f9e3345b8bd453252bb22c89f);
marker_36c9483c238440d2a1e58cde3726dd85.bindPopup(popup_737731f4515d441f812da80fe09988b9)
;
var marker_88c2a72826454f81b780be24e8c8180f = L.marker(
[51.4798, -0.17834],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_0e205b1551ae4fdd8aab0dd559af0392 = L.popup({"maxWidth": "100%"});
var html_813906aa5b18452eadf982ab7be49258 = $(`<div id="html_813906aa5b18452eadf982ab7be49258" style="width: 100.0%; height: 100.0%;">Cremorne Gardens, London</div>`)[0];
popup_0e205b1551ae4fdd8aab0dd559af0392.setContent(html_813906aa5b18452eadf982ab7be49258);
marker_88c2a72826454f81b780be24e8c8180f.bindPopup(popup_0e205b1551ae4fdd8aab0dd559af0392)
;
var marker_848919ca2a9040c4be2310b4a4cd3d4d = L.marker(
[53.3983, -1.42444],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_f9208135af864ed794593a48364d67be = L.popup({"maxWidth": "100%"});
var html_653356e532f64e259d7bfca40e0bca8e = $(`<div id="html_653356e532f64e259d7bfca40e0bca8e" style="width: 100.0%; height: 100.0%;">English Institute of Sport, Sheffield</div>`)[0];
popup_f9208135af864ed794593a48364d67be.setContent(html_653356e532f64e259d7bfca40e0bca8e);
marker_848919ca2a9040c4be2310b4a4cd3d4d.bindPopup(popup_f9208135af864ed794593a48364d67be)
;
var marker_e714e10103224b3f8b144c7924260e96 = L.marker(
[53.8, -1.5408],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_2b47328349994a6fb2089d19d608b736 = L.popup({"maxWidth": "100%"});
var html_4f0685eea604482b86a0d56eab442bd7 = $(`<div id="html_4f0685eea604482b86a0d56eab442bd7" style="width: 100.0%; height: 100.0%;">Grand Theatre, Leeds</div>`)[0];
popup_2b47328349994a6fb2089d19d608b736.setContent(html_4f0685eea604482b86a0d56eab442bd7);
marker_e714e10103224b3f8b144c7924260e96.bindPopup(popup_2b47328349994a6fb2089d19d608b736)
;
var marker_37965a5ac6b54a4cbb3eca008eeca66a = L.marker(
[50.779, -1.08539],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_228d9253b5874ed69c4070fd71b0bdbb = L.popup({"maxWidth": "100%"});
var html_ec5114ea127c4437af42692a374a23d2 = $(`<div id="html_ec5114ea127c4437af42692a374a23d2" style="width: 100.0%; height: 100.0%;">Portsmouth Pyramids Centre</div>`)[0];
popup_228d9253b5874ed69c4070fd71b0bdbb.setContent(html_ec5114ea127c4437af42692a374a23d2);
marker_37965a5ac6b54a4cbb3eca008eeca66a.bindPopup(popup_228d9253b5874ed69c4070fd71b0bdbb)
;
var marker_ae26f805e6f543d4bd787d993dc90938 = L.marker(
[54.6205, -1.0726],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_cedce842d0a241868eddfa1e0e0f7b8b = L.popup({"maxWidth": "100%"});
var html_5fc5e864d0e1452eaf6039ef0c51bfb0 = $(`<div id="html_5fc5e864d0e1452eaf6039ef0c51bfb0" style="width: 100.0%; height: 100.0%;">Redcar Jazz Club</div>`)[0];
popup_cedce842d0a241868eddfa1e0e0f7b8b.setContent(html_5fc5e864d0e1452eaf6039ef0c51bfb0);
marker_ae26f805e6f543d4bd787d993dc90938.bindPopup(popup_cedce842d0a241868eddfa1e0e0f7b8b)
;
var marker_83f6e72fe3c840ffaee31ff3b01abb1d = L.marker(
[51.485, -0.61],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_4723d551606a4e1aae318dedbc31eb16 = L.popup({"maxWidth": "100%"});
var html_47b02c9bb0784c5c9bf447e64203e053 = $(`<div id="html_47b02c9bb0784c5c9bf447e64203e053" style="width: 100.0%; height: 100.0%;">Ricky-Tick</div>`)[0];
popup_4723d551606a4e1aae318dedbc31eb16.setContent(html_47b02c9bb0784c5c9bf447e64203e053);
marker_83f6e72fe3c840ffaee31ff3b01abb1d.bindPopup(popup_4723d551606a4e1aae318dedbc31eb16)
;
var marker_8524651ff47c473a90e1107c4f7d3f1e = L.marker(
[51.5431, -0.149167],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_80efcb24a52f4e21b306c77d6130afc4 = L.popup({"maxWidth": "100%"});
var html_7f638678057b4876849f9bfdffb2fa82 = $(`<div id="html_7f638678057b4876849f9bfdffb2fa82" style="width: 100.0%; height: 100.0%;">The Barfly</div>`)[0];
popup_80efcb24a52f4e21b306c77d6130afc4.setContent(html_7f638678057b4876849f9bfdffb2fa82);
marker_8524651ff47c473a90e1107c4f7d3f1e.bindPopup(popup_80efcb24a52f4e21b306c77d6130afc4)
;
var marker_c3867494a33e4da6bd4fe871e1e9efc4 = L.marker(
[52.6313, -1.1372],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_3ee37f59bda14b44a8d4558e92472160 = L.popup({"maxWidth": "100%"});
var html_0012a41236204dbca8e6c80f2c673131 = $(`<div id="html_0012a41236204dbca8e6c80f2c673131" style="width: 100.0%; height: 100.0%;">The Charlotte</div>`)[0];
popup_3ee37f59bda14b44a8d4558e92472160.setContent(html_0012a41236204dbca8e6c80f2c673131);
marker_c3867494a33e4da6bd4fe871e1e9efc4.bindPopup(popup_3ee37f59bda14b44a8d4558e92472160)
;
var marker_a3564536d62e4b61821fe98eadb9c24f = L.marker(
[51.2728, 0.523333],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_8e1f16d62d0b4b36b30915024b5b8162 = L.popup({"maxWidth": "100%"});
var html_cc6fe0ca23114b5e8a741f96bd3829dc = $(`<div id="html_cc6fe0ca23114b5e8a741f96bd3829dc" style="width: 100.0%; height: 100.0%;">The Loft (Kent)</div>`)[0];
popup_8e1f16d62d0b4b36b30915024b5b8162.setContent(html_cc6fe0ca23114b5e8a741f96bd3829dc);
marker_a3564536d62e4b61821fe98eadb9c24f.bindPopup(popup_8e1f16d62d0b4b36b30915024b5b8162)
;
var marker_36757953541944858e67929cc3fc7a96 = L.marker(
[51.549, -0.076],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_3e945f7547a649ddad380536a25c3887 = L.popup({"maxWidth": "100%"});
var html_3b52787174514c41a275f60e1bd2fc58 = $(`<div id="html_3b52787174514c41a275f60e1bd2fc58" style="width: 100.0%; height: 100.0%;">Vortex Jazz Club</div>`)[0];
popup_3e945f7547a649ddad380536a25c3887.setContent(html_3b52787174514c41a275f60e1bd2fc58);
marker_36757953541944858e67929cc3fc7a96.bindPopup(popup_3e945f7547a649ddad380536a25c3887)
;
var marker_a44f90c894914d518cc856b2fa9d1e1f = L.marker(
[52.9544, -1.15639],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_331280115a5743ea850404281386010b = L.popup({"maxWidth": "100%"});
var html_5aed180b04224083b98cc4125268e8dc = $(`<div id="html_5aed180b04224083b98cc4125268e8dc" style="width: 100.0%; height: 100.0%;">Albert Hall, Nottingham</div>`)[0];
popup_331280115a5743ea850404281386010b.setContent(html_5aed180b04224083b98cc4125268e8dc);
marker_a44f90c894914d518cc856b2fa9d1e1f.bindPopup(popup_331280115a5743ea850404281386010b)
;
var marker_015682d9d3fc4ecea973f990e167faf4 = L.marker(
[53.81, -1.57],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_4c64df97a89b4cc39299ef5a69478b20 = L.popup({"maxWidth": "100%"});
var html_9a5335dc30f445c8a53b3cabd7914667 = $(`<div id="html_9a5335dc30f445c8a53b3cabd7914667" style="width: 100.0%; height: 100.0%;">Brudenell Social Club</div>`)[0];
popup_4c64df97a89b4cc39299ef5a69478b20.setContent(html_9a5335dc30f445c8a53b3cabd7914667);
marker_015682d9d3fc4ecea973f990e167faf4.bindPopup(popup_4c64df97a89b4cc39299ef5a69478b20)
;
var marker_05aaea60adce4731bec2523954bfbe90 = L.marker(
[51.5143, -0.053],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_9e69d7bcd0d444e980845142be99032b = L.popup({"maxWidth": "100%"});
var html_ddf5224a30604315b2a167188c34e8b3 = $(`<div id="html_ddf5224a30604315b2a167188c34e8b3" style="width: 100.0%; height: 100.0%;">George Tavern</div>`)[0];
popup_9e69d7bcd0d444e980845142be99032b.setContent(html_ddf5224a30604315b2a167188c34e8b3);
marker_05aaea60adce4731bec2523954bfbe90.bindPopup(popup_9e69d7bcd0d444e980845142be99032b)
;
var marker_4f221b4340de4fd295a7386cea2b2920 = L.marker(
[51.4632, -2.58952],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_e5733a867c74406d9af1de567e37af0a = L.popup({"maxWidth": "100%"});
var html_8c28980092e448b6a7464e2080f0eccc = $(`<div id="html_8c28980092e448b6a7464e2080f0eccc" style="width: 100.0%; height: 100.0%;">Lakota (club)</div>`)[0];
popup_e5733a867c74406d9af1de567e37af0a.setContent(html_8c28980092e448b6a7464e2080f0eccc);
marker_4f221b4340de4fd295a7386cea2b2920.bindPopup(popup_e5733a867c74406d9af1de567e37af0a)
;
var marker_4cc152f541154742bdb9227667e8cb98 = L.marker(
[51.4632, -2.58952],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_83c9f2ef088d46418aa22b293eba342e = L.popup({"maxWidth": "100%"});
var html_1b16902c8f6d4f36ada134e0a508aff7 = $(`<div id="html_1b16902c8f6d4f36ada134e0a508aff7" style="width: 100.0%; height: 100.0%;">Lakota (club)</div>`)[0];
popup_83c9f2ef088d46418aa22b293eba342e.setContent(html_1b16902c8f6d4f36ada134e0a508aff7);
marker_4cc152f541154742bdb9227667e8cb98.bindPopup(popup_83c9f2ef088d46418aa22b293eba342e)
;
var marker_b74d6d27781c4ede983ad6ec46283ed7 = L.marker(
[53.802, -1.54707],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_38bf5a4d926d4df2a4df48ef848a8424 = L.popup({"maxWidth": "100%"});
var html_de0e94503c2247e1a70dad77187ac0eb = $(`<div id="html_de0e94503c2247e1a70dad77187ac0eb" style="width: 100.0%; height: 100.0%;">O2 Academy Leeds</div>`)[0];
popup_38bf5a4d926d4df2a4df48ef848a8424.setContent(html_de0e94503c2247e1a70dad77187ac0eb);
marker_b74d6d27781c4ede983ad6ec46283ed7.bindPopup(popup_38bf5a4d926d4df2a4df48ef848a8424)
;
var marker_955857a5436a4f9888d44e139c8c1732 = L.marker(
[53.382, -1.4655],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_45bb14efd10548c49e549d18d53f3386 = L.popup({"maxWidth": "100%"});
var html_01bc07b0b2614d038698448512237b65 = $(`<div id="html_01bc07b0b2614d038698448512237b65" style="width: 100.0%; height: 100.0%;">O2 Academy Sheffield</div>`)[0];
popup_45bb14efd10548c49e549d18d53f3386.setContent(html_01bc07b0b2614d038698448512237b65);
marker_955857a5436a4f9888d44e139c8c1732.bindPopup(popup_45bb14efd10548c49e549d18d53f3386)
;
var marker_95586e0da6814405988c996f3f9b1780 = L.marker(
[54.0793, -0.19643],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_dcfca30fa9f24fe19b225f51fe050831 = L.popup({"maxWidth": "100%"});
var html_26e8677053e746e7be04d7f7d08db1da = $(`<div id="html_26e8677053e746e7be04d7f7d08db1da" style="width: 100.0%; height: 100.0%;">The Spa, Bridlington</div>`)[0];
popup_dcfca30fa9f24fe19b225f51fe050831.setContent(html_26e8677053e746e7be04d7f7d08db1da);
marker_95586e0da6814405988c996f3f9b1780.bindPopup(popup_dcfca30fa9f24fe19b225f51fe050831)
;
var marker_975662cfa5e948699bffa520e59a5524 = L.marker(
[51.4889, -0.191667],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_e2d5f2da2d5141369df5cee0b9ce6307 = L.popup({"maxWidth": "100%"});
var html_8f0360597cbf43f0adc6defc46ae665c = $(`<div id="html_8f0360597cbf43f0adc6defc46ae665c" style="width: 100.0%; height: 100.0%;">The Troubadour, London</div>`)[0];
popup_e2d5f2da2d5141369df5cee0b9ce6307.setContent(html_8f0360597cbf43f0adc6defc46ae665c);
marker_975662cfa5e948699bffa520e59a5524.bindPopup(popup_e2d5f2da2d5141369df5cee0b9ce6307)
;
var marker_4271cd0d179e432bbf19681368b8a16e = L.marker(
[51.4538, -0.12191],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_4b56273d0f1647d4ab8474ef1f76a72c = L.popup({"maxWidth": "100%"});
var html_f22a27ea782045388a12f17bafeb0985 = $(`<div id="html_f22a27ea782045388a12f17bafeb0985" style="width: 100.0%; height: 100.0%;">The Windmill, Brixton</div>`)[0];
popup_4b56273d0f1647d4ab8474ef1f76a72c.setContent(html_f22a27ea782045388a12f17bafeb0985);
marker_4271cd0d179e432bbf19681368b8a16e.bindPopup(popup_4b56273d0f1647d4ab8474ef1f76a72c)
;
var marker_032812762efc430bb80313e2e0145ccf = L.marker(
[51.424, -0.0691],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_6d69dbef650a4c2383420aae3e838edf = L.popup({"maxWidth": "100%"});
var html_0522ecacdd34467d96e4d3750f9168bb = $(`<div id="html_0522ecacdd34467d96e4d3750f9168bb" style="width: 100.0%; height: 100.0%;">Crystal Palace Park Concert Platform</div>`)[0];
popup_6d69dbef650a4c2383420aae3e838edf.setContent(html_0522ecacdd34467d96e4d3750f9168bb);
marker_032812762efc430bb80313e2e0145ccf.bindPopup(popup_6d69dbef650a4c2383420aae3e838edf)
;
var marker_dec35774eb4b44069b3581e63f1d26a1 = L.marker(
[50.7645, 0.289444],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_04e14be1b85e42e28183f540517a0f8c = L.popup({"maxWidth": "100%"});
var html_2d44f19bbf2d47b6accd3a7a8b297176 = $(`<div id="html_2d44f19bbf2d47b6accd3a7a8b297176" style="width: 100.0%; height: 100.0%;">Eastbourne Bandstand</div>`)[0];
popup_04e14be1b85e42e28183f540517a0f8c.setContent(html_2d44f19bbf2d47b6accd3a7a8b297176);
marker_dec35774eb4b44069b3581e63f1d26a1.bindPopup(popup_04e14be1b85e42e28183f540517a0f8c)
;
var marker_333173d1948e44e580c48986453e07f0 = L.marker(
[51.4533, -2.60167],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_f1300746539947f6921ec9a05f68d8c6 = L.popup({"maxWidth": "100%"});
var html_468b9ce56e3347a1bf5abbc880cbd1fc = $(`<div id="html_468b9ce56e3347a1bf5abbc880cbd1fc" style="width: 100.0%; height: 100.0%;">Mauretania Public House</div>`)[0];
popup_f1300746539947f6921ec9a05f68d8c6.setContent(html_468b9ce56e3347a1bf5abbc880cbd1fc);
marker_333173d1948e44e580c48986453e07f0.bindPopup(popup_f1300746539947f6921ec9a05f68d8c6)
;
var marker_425d7a9600084af284ddf77cbd05edab = L.marker(
[51.5608, -0.123611],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_fdedc5d4f67f417fbcb5c1b0c9d2f7bd = L.popup({"maxWidth": "100%"});
var html_a0035c6ee0684836b60b04a513f6f59e = $(`<div id="html_a0035c6ee0684836b60b04a513f6f59e" style="width: 100.0%; height: 100.0%;">Nambucca (venue)</div>`)[0];
popup_fdedc5d4f67f417fbcb5c1b0c9d2f7bd.setContent(html_a0035c6ee0684836b60b04a513f6f59e);
marker_425d7a9600084af284ddf77cbd05edab.bindPopup(popup_fdedc5d4f67f417fbcb5c1b0c9d2f7bd)
;
var marker_3f951a3fc69945519a9b6bf1f79e6106 = L.marker(
[52.6316, 1.2878],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_730ca8e1380e43a991dee00a0ae16c32 = L.popup({"maxWidth": "100%"});
var html_91066217b5d440f0963cdb64a8e93ec2 = $(`<div id="html_91066217b5d440f0963cdb64a8e93ec2" style="width: 100.0%; height: 100.0%;">Norwich Arts Centre</div>`)[0];
popup_730ca8e1380e43a991dee00a0ae16c32.setContent(html_91066217b5d440f0963cdb64a8e93ec2);
marker_3f951a3fc69945519a9b6bf1f79e6106.bindPopup(popup_730ca8e1380e43a991dee00a0ae16c32)
;
var marker_20de4d0046ba45e68ef7c7708056babc = L.marker(
[51.912, -2.06735],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_ef1f9652d6f04e0e87aeb4dbb0d847c4 = L.popup({"maxWidth": "100%"});
var html_767334ab40ea4c3695c0a21a19fa9570 = $(`<div id="html_767334ab40ea4c3695c0a21a19fa9570" style="width: 100.0%; height: 100.0%;">Pittville Pump Room</div>`)[0];
popup_ef1f9652d6f04e0e87aeb4dbb0d847c4.setContent(html_767334ab40ea4c3695c0a21a19fa9570);
marker_20de4d0046ba45e68ef7c7708056babc.bindPopup(popup_ef1f9652d6f04e0e87aeb4dbb0d847c4)
;
var marker_918b9c7602b041d9810762d96e7a5381 = L.marker(
[51.5117, -0.0765278],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_89396a5ad10f4d0fb5349a275d8aeb2c = L.popup({"maxWidth": "100%"});
var html_ade4c0c758ad4593a1ce93939ee0e38f = $(`<div id="html_ade4c0c758ad4593a1ce93939ee0e38f" style="width: 100.0%; height: 100.0%;">The Wayout Club</div>`)[0];
popup_89396a5ad10f4d0fb5349a275d8aeb2c.setContent(html_ade4c0c758ad4593a1ce93939ee0e38f);
marker_918b9c7602b041d9810762d96e7a5381.bindPopup(popup_89396a5ad10f4d0fb5349a275d8aeb2c)
;
var marker_37fe0cbd5da4472692132d7e4e1cebba = L.marker(
[51.4887, -0.2372],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_c3e8095baf7445c3a941223e9dd104a3 = L.popup({"maxWidth": "100%"});
var html_df82b299f7cb41548b3705975830757e = $(`<div id="html_df82b299f7cb41548b3705975830757e" style="width: 100.0%; height: 100.0%;">Wathen Hall</div>`)[0];
popup_c3e8095baf7445c3a941223e9dd104a3.setContent(html_df82b299f7cb41548b3705975830757e);
marker_37fe0cbd5da4472692132d7e4e1cebba.bindPopup(popup_c3e8095baf7445c3a941223e9dd104a3)
;
var marker_b98372e7d0b24258acc420548837fc1c = L.marker(
[53.4753, -2.24583],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_e1dbe97dab814fc2816d292b90fd9906 = L.popup({"maxWidth": "100%"});
var html_ba04733d83664a3e92d6a252eea2fad3 = $(`<div id="html_ba04733d83664a3e92d6a252eea2fad3" style="width: 100.0%; height: 100.0%;">Bridgewater Hall</div>`)[0];
popup_e1dbe97dab814fc2816d292b90fd9906.setContent(html_ba04733d83664a3e92d6a252eea2fad3);
marker_b98372e7d0b24258acc420548837fc1c.bindPopup(popup_e1dbe97dab814fc2816d292b90fd9906)
;
var marker_b257ed2c9f164bb0bb3bcb14d8f91673 = L.marker(
[51.3722, -0.0958333],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_6527a2c0751c4cddb50ed49b745f64e5 = L.popup({"maxWidth": "100%"});
var html_871ad6337a984458993012f50cc3211b = $(`<div id="html_871ad6337a984458993012f50cc3211b" style="width: 100.0%; height: 100.0%;">Fairfield Halls</div>`)[0];
popup_6527a2c0751c4cddb50ed49b745f64e5.setContent(html_871ad6337a984458993012f50cc3211b);
marker_b257ed2c9f164bb0bb3bcb14d8f91673.bindPopup(popup_6527a2c0751c4cddb50ed49b745f64e5)
;
var marker_4bf157667c2f40339e7918b8067acbeb = L.marker(
[51.4907, -0.224458],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_f8221d17684c493a8ed173abe0007087 = L.popup({"maxWidth": "100%"});
var html_4b9f834e6049466b89847d0384055f18 = $(`<div id="html_4b9f834e6049466b89847d0384055f18" style="width: 100.0%; height: 100.0%;">Hammersmith Apollo</div>`)[0];
popup_f8221d17684c493a8ed173abe0007087.setContent(html_4b9f834e6049466b89847d0384055f18);
marker_4bf157667c2f40339e7918b8067acbeb.bindPopup(popup_f8221d17684c493a8ed173abe0007087)
;
var marker_f40c754d8432442dba9976627c2c563e = L.marker(
[51.5158, -0.130556],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_236a69ef73594e78a9fb236d5bb6910e = L.popup({"maxWidth": "100%"});
var html_5c2769bda70842da88dd4a498a97a0ff = $(`<div id="html_5c2769bda70842da88dd4a498a97a0ff" style="width: 100.0%; height: 100.0%;">London Astoria</div>`)[0];
popup_236a69ef73594e78a9fb236d5bb6910e.setContent(html_5c2769bda70842da88dd4a498a97a0ff);
marker_f40c754d8432442dba9976627c2c563e.bindPopup(popup_236a69ef73594e78a9fb236d5bb6910e)
;
var marker_60b1fb39eb1c4934b28e8fd2bf2b5ae9 = L.marker(
[52.4529, -1.9039],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_f4a9cbaba7fb457ba5d1398864a71c54 = L.popup({"maxWidth": "100%"});
var html_96db294204234d729efcce88d9e5fc6e = $(`<div id="html_96db294204234d729efcce88d9e5fc6e" style="width: 100.0%; height: 100.0%;">Mac (Birmingham)</div>`)[0];
popup_f4a9cbaba7fb457ba5d1398864a71c54.setContent(html_96db294204234d729efcce88d9e5fc6e);
marker_60b1fb39eb1c4934b28e8fd2bf2b5ae9.bindPopup(popup_f4a9cbaba7fb457ba5d1398864a71c54)
;
var marker_04204fa3adb04497baa658f9b91d7fe0 = L.marker(
[54.9717, -1.6051],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_04f1553ac9df42a8a11a962030164a0b = L.popup({"maxWidth": "100%"});
var html_25c5f481b59b4907a74f4e5063b1bc4c = $(`<div id="html_25c5f481b59b4907a74f4e5063b1bc4c" style="width: 100.0%; height: 100.0%;">Riverside (music venue)</div>`)[0];
popup_04f1553ac9df42a8a11a962030164a0b.setContent(html_25c5f481b59b4907a74f4e5063b1bc4c);
marker_04204fa3adb04497baa658f9b91d7fe0.bindPopup(popup_04f1553ac9df42a8a11a962030164a0b)
;
var marker_01312d16eb2749ea9ce826ec039ec641 = L.marker(
[51.4883, -0.228083],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_980006411cba4f15a1e268f1ac4228a8 = L.popup({"maxWidth": "100%"});
var html_58b6040e81a246a29bca9ccc70b697ef = $(`<div id="html_58b6040e81a246a29bca9ccc70b697ef" style="width: 100.0%; height: 100.0%;">Riverside Studios</div>`)[0];
popup_980006411cba4f15a1e268f1ac4228a8.setContent(html_58b6040e81a246a29bca9ccc70b697ef);
marker_01312d16eb2749ea9ce826ec039ec641.bindPopup(popup_980006411cba4f15a1e268f1ac4228a8)
;
var marker_5477246987e24d07812dca93027710eb = L.marker(
[40.7647, -73.9778],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_69943d652d8d46afaee38246588bc54b = L.popup({"maxWidth": "100%"});
var html_e51a8b63fe774826a891d4dcb18263d6 = $(`<div id="html_e51a8b63fe774826a891d4dcb18263d6" style="width: 100.0%; height: 100.0%;">Steinway Hall</div>`)[0];
popup_69943d652d8d46afaee38246588bc54b.setContent(html_e51a8b63fe774826a891d4dcb18263d6);
marker_5477246987e24d07812dca93027710eb.bindPopup(popup_69943d652d8d46afaee38246588bc54b)
;
var marker_46b013121b4d443aae8a25216f1a6aa1 = L.marker(
[51.5522, -0.1422],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_9f0173bc5776430586070c3deb8615cc = L.popup({"maxWidth": "100%"});
var html_11622326eb584d1c9c029d34d353ad4d = $(`<div id="html_11622326eb584d1c9c029d34d353ad4d" style="width: 100.0%; height: 100.0%;">The Forum, London</div>`)[0];
popup_9f0173bc5776430586070c3deb8615cc.setContent(html_11622326eb584d1c9c029d34d353ad4d);
marker_46b013121b4d443aae8a25216f1a6aa1.bindPopup(popup_9f0173bc5776430586070c3deb8615cc)
;
var marker_afc592177ca1465391e08b9cb1589237 = L.marker(
[51.505, -0.0791667],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_e1ae53c770ca4385bb1df779d16147d6 = L.popup({"maxWidth": "100%"});
var html_1a8cdf5bb18146f29554fc28c9759bdb = $(`<div id="html_1a8cdf5bb18146f29554fc28c9759bdb" style="width: 100.0%; height: 100.0%;">The Scoop</div>`)[0];
popup_e1ae53c770ca4385bb1df779d16147d6.setContent(html_1a8cdf5bb18146f29554fc28c9759bdb);
marker_afc592177ca1465391e08b9cb1589237.bindPopup(popup_e1ae53c770ca4385bb1df779d16147d6)
;
var marker_e9903a7808394deba8ad832a96684a5b = L.marker(
[53.0226, -2.1805],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_0b153a29b2d241eb9e06bf16d5f636db = L.popup({"maxWidth": "100%"});
var html_5b4ad196246242dd8b95af54684def70 = $(`<div id="html_5b4ad196246242dd8b95af54684def70" style="width: 100.0%; height: 100.0%;">The Underground (Stoke concert venue)</div>`)[0];
popup_0b153a29b2d241eb9e06bf16d5f636db.setContent(html_5b4ad196246242dd8b95af54684def70);
marker_e9903a7808394deba8ad832a96684a5b.bindPopup(popup_0b153a29b2d241eb9e06bf16d5f636db)
;
var marker_cdd9d26abf4d4c528db8ecadaa29ba49 = L.marker(
[51.1269, 0.258333],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_e110e97c60c745ff841591a3091eb87e = L.popup({"maxWidth": "100%"});
var html_e9c3d56600424526866f6500f95e7110 = $(`<div id="html_e9c3d56600424526866f6500f95e7110" style="width: 100.0%; height: 100.0%;">Tunbridge Wells Forum</div>`)[0];
popup_e110e97c60c745ff841591a3091eb87e.setContent(html_e9c3d56600424526866f6500f95e7110);
marker_cdd9d26abf4d4c528db8ecadaa29ba49.bindPopup(popup_e110e97c60c745ff841591a3091eb87e)
;
var marker_97f15ac301ed4627a4b33d03d2cc0405 = L.marker(
[52.38, -1.56138],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_ee4140f15c8d47c89798e57884cae41c = L.popup({"maxWidth": "100%"});
var html_f24866cf9c8243cb88b3d0b27c81f971 = $(`<div id="html_f24866cf9c8243cb88b3d0b27c81f971" style="width: 100.0%; height: 100.0%;">Warwick Arts Centre</div>`)[0];
popup_ee4140f15c8d47c89798e57884cae41c.setContent(html_f24866cf9c8243cb88b3d0b27c81f971);
marker_97f15ac301ed4627a4b33d03d2cc0405.bindPopup(popup_ee4140f15c8d47c89798e57884cae41c)
;
var marker_c4ea57b0e6da45cda52b2ab9c1f16121 = L.marker(
[51.5161, -0.135361],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_6305c240700b4c95ab659d115892dc20 = L.popup({"maxWidth": "100%"});
var html_9bacf31030044116be725c906b79f7bd = $(`<div id="html_9bacf31030044116be725c906b79f7bd" style="width: 100.0%; height: 100.0%;">100 Club</div>`)[0];
popup_6305c240700b4c95ab659d115892dc20.setContent(html_9bacf31030044116be725c906b79f7bd);
marker_c4ea57b0e6da45cda52b2ab9c1f16121.bindPopup(popup_6305c240700b4c95ab659d115892dc20)
;
var marker_239116bf2f114fc5971a3fe04870a1b9 = L.marker(
[51.5939, -0.13],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_055ffd0e82ae46e1a04f26b591701130 = L.popup({"maxWidth": "100%"});
var html_60b437254df246529d11d20cc7d31c0e = $(`<div id="html_60b437254df246529d11d20cc7d31c0e" style="width: 100.0%; height: 100.0%;">Alexandra Palace</div>`)[0];
popup_055ffd0e82ae46e1a04f26b591701130.setContent(html_60b437254df246529d11d20cc7d31c0e);
marker_239116bf2f114fc5971a3fe04870a1b9.bindPopup(popup_055ffd0e82ae46e1a04f26b591701130)
;
var marker_20a1c9f6889546e6b65ac2c4800340ac = L.marker(
[52.4504, -1.92773],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_276a26ee268944da873003fe601f6662 = L.popup({"maxWidth": "100%"});
var html_67231ca2476a46108917de97a30b3b98 = $(`<div id="html_67231ca2476a46108917de97a30b3b98" style="width: 100.0%; height: 100.0%;">Barber Institute of Fine Arts</div>`)[0];
popup_276a26ee268944da873003fe601f6662.setContent(html_67231ca2476a46108917de97a30b3b98);
marker_20a1c9f6889546e6b65ac2c4800340ac.bindPopup(popup_276a26ee268944da873003fe601f6662)
;
var marker_64f82776179f45b3af30ff95e143c5ea = L.marker(
[51.4633, -2.62222],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_8f447d40370f48c8845e96bbd3eb0921 = L.popup({"maxWidth": "100%"});
var html_97421f6608c14224a18552837a3f6839 = $(`<div id="html_97421f6608c14224a18552837a3f6839" style="width: 100.0%; height: 100.0%;">Bristol Zoo</div>`)[0];
popup_8f447d40370f48c8845e96bbd3eb0921.setContent(html_97421f6608c14224a18552837a3f6839);
marker_64f82776179f45b3af30ff95e143c5ea.bindPopup(popup_8f447d40370f48c8845e96bbd3eb0921)
;
var marker_06b498d8a15e4b35b334f28830ac318a = L.marker(
[51.4651, -0.114922],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_bdae4247c94644cbb038e61facddcf54 = L.popup({"maxWidth": "100%"});
var html_19209cac3f5b43b4a2a8755c46f6c7aa = $(`<div id="html_19209cac3f5b43b4a2a8755c46f6c7aa" style="width: 100.0%; height: 100.0%;">Brixton Academy</div>`)[0];
popup_bdae4247c94644cbb038e61facddcf54.setContent(html_19209cac3f5b43b4a2a8755c46f6c7aa);
marker_06b498d8a15e4b35b334f28830ac318a.bindPopup(popup_bdae4247c94644cbb038e61facddcf54)
;
var marker_c4a93e93aee149959ae8ea74504a3e51 = L.marker(
[52.6249, -1.12163],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_63e64f6708914bbf970e1a7f54c42138 = L.popup({"maxWidth": "100%"});
var html_e1c4e3fa769f4e8bb12b4baf1328ce60 = $(`<div id="html_e1c4e3fa769f4e8bb12b4baf1328ce60" style="width: 100.0%; height: 100.0%;">De Montfort Hall</div>`)[0];
popup_63e64f6708914bbf970e1a7f54c42138.setContent(html_e1c4e3fa769f4e8bb12b4baf1328ce60);
marker_c4a93e93aee149959ae8ea74504a3e51.bindPopup(popup_63e64f6708914bbf970e1a7f54c42138)
;
var marker_f25dbdb7ef234758a63387cde393699b = L.marker(
[51.5397, -0.143056],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_7c34b350ea3242be904928df6f65eea6 = L.popup({"maxWidth": "100%"});
var html_1e78a1be52c944cc8e013c7482b877af = $(`<div id="html_1e78a1be52c944cc8e013c7482b877af" style="width: 100.0%; height: 100.0%;">Electric Ballroom</div>`)[0];
popup_7c34b350ea3242be904928df6f65eea6.setContent(html_1e78a1be52c944cc8e013c7482b877af);
marker_f25dbdb7ef234758a63387cde393699b.bindPopup(popup_7c34b350ea3242be904928df6f65eea6)
;
var marker_77313c0efa31414e96056ba0a0b41bb5 = L.marker(
[50.8783, 0.0638889],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_04947aeedccd488885f8321e984f9def = L.popup({"maxWidth": "100%"});
var html_146ab62bcaa74b788d6a3b396dbf38aa = $(`<div id="html_146ab62bcaa74b788d6a3b396dbf38aa" style="width: 100.0%; height: 100.0%;">Glyndebourne</div>`)[0];
popup_04947aeedccd488885f8321e984f9def.setContent(html_146ab62bcaa74b788d6a3b396dbf38aa);
marker_77313c0efa31414e96056ba0a0b41bb5.bindPopup(popup_04947aeedccd488885f8321e984f9def)
;
var marker_143b3bd3320c4c41b2c71132122147e4 = L.marker(
[51.9203, -2.0578],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_4925505a4ada44cf84c86d0a99a23536 = L.popup({"maxWidth": "100%"});
var html_76b9960205024b428d32c8697bd3da58 = $(`<div id="html_76b9960205024b428d32c8697bd3da58" style="width: 100.0%; height: 100.0%;">Greenbelt Festival</div>`)[0];
popup_4925505a4ada44cf84c86d0a99a23536.setContent(html_76b9960205024b428d32c8697bd3da58);
marker_143b3bd3320c4c41b2c71132122147e4.bindPopup(popup_4925505a4ada44cf84c86d0a99a23536)
;
var marker_1c5ce77df10d40f791be0e5b324b170b = L.marker(
[52.4735, -1.89985],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_66f3af5a733141cdbf374647aaeaad75 = L.popup({"maxWidth": "100%"});
var html_8474ad05918446ff83b6114115084389 = $(`<div id="html_8474ad05918446ff83b6114115084389" style="width: 100.0%; height: 100.0%;">O2 Academy Birmingham</div>`)[0];
popup_66f3af5a733141cdbf374647aaeaad75.setContent(html_8474ad05918446ff83b6114115084389);
marker_1c5ce77df10d40f791be0e5b324b170b.bindPopup(popup_66f3af5a733141cdbf374647aaeaad75)
;
var marker_8e38fcb678db4848afa835728bbde80c = L.marker(
[51.5432, -0.1519],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_1b4475bc383f46179854d1173458eeee = L.popup({"maxWidth": "100%"});
var html_36f310cb7dff420abc52bf7d01270266 = $(`<div id="html_36f310cb7dff420abc52bf7d01270266" style="width: 100.0%; height: 100.0%;">Roundhouse (venue)</div>`)[0];
popup_1b4475bc383f46179854d1173458eeee.setContent(html_36f310cb7dff420abc52bf7d01270266);
marker_8e38fcb678db4848afa835728bbde80c.bindPopup(popup_1b4475bc383f46179854d1173458eeee)
;
var marker_ce5f873f35bb40d6b2f83c533145a2b6 = L.marker(
[51.5129, -0.122767],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_7b9befa6f4a5421f98636ca1cc7f9efd = L.popup({"maxWidth": "100%"});
var html_b528550ad4fa4b37b7dd3c3e7b35673c = $(`<div id="html_b528550ad4fa4b37b7dd3c3e7b35673c" style="width: 100.0%; height: 100.0%;">Royal Opera House</div>`)[0];
popup_7b9befa6f4a5421f98636ca1cc7f9efd.setContent(html_b528550ad4fa4b37b7dd3c3e7b35673c);
marker_ce5f873f35bb40d6b2f83c533145a2b6.bindPopup(popup_7b9befa6f4a5421f98636ca1cc7f9efd)
;
var marker_83fe4e73e0334139a169f15397ad1286 = L.marker(
[54.9677, -1.602],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_8746e59a6703484ca45ebb7b40a08b39 = L.popup({"maxWidth": "100%"});
var html_ecabac2cd6e54493a143002acb256177 = $(`<div id="html_ecabac2cd6e54493a143002acb256177" style="width: 100.0%; height: 100.0%;">Sage Gateshead</div>`)[0];
popup_8746e59a6703484ca45ebb7b40a08b39.setContent(html_ecabac2cd6e54493a143002acb256177);
marker_83fe4e73e0334139a169f15397ad1286.bindPopup(popup_8746e59a6703484ca45ebb7b40a08b39)
;
var marker_fa3d77d5ba804860be30bfc58faafeeb = L.marker(
[52.499, -1.8946],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_530cb8aba9304708ba60bf362720cffd = L.popup({"maxWidth": "100%"});
var html_b75cccb8996e43339b4c8fe225677dfc = $(`<div id="html_b75cccb8996e43339b4c8fe225677dfc" style="width: 100.0%; height: 100.0%;">The Drum (Arts Centre)</div>`)[0];
popup_530cb8aba9304708ba60bf362720cffd.setContent(html_b75cccb8996e43339b4c8fe225677dfc);
marker_fa3d77d5ba804860be30bfc58faafeeb.bindPopup(popup_530cb8aba9304708ba60bf362720cffd)
;
var marker_0fc25af5537741359512dfaa121b18d7 = L.marker(
[53.4743, -2.24768],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_55a86dc03747411b9d60d781b22adb03 = L.popup({"maxWidth": "100%"});
var html_777e00e03ca04017a26ca708a07463dc = $(`<div id="html_777e00e03ca04017a26ca708a07463dc" style="width: 100.0%; height: 100.0%;">The Haçienda</div>`)[0];
popup_55a86dc03747411b9d60d781b22adb03.setContent(html_777e00e03ca04017a26ca708a07463dc);
marker_0fc25af5537741359512dfaa121b18d7.bindPopup(popup_55a86dc03747411b9d60d781b22adb03)
;
var marker_9c0f370da4824193957b2744601af317 = L.marker(
[51.5167, -0.141389],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_e5747405c119442e8670ccca4e284135 = L.popup({"maxWidth": "100%"});
var html_617e1aa4f81244bcbebb741352302829 = $(`<div id="html_617e1aa4f81244bcbebb741352302829" style="width: 100.0%; height: 100.0%;">The Speakeasy Club</div>`)[0];
popup_e5747405c119442e8670ccca4e284135.setContent(html_617e1aa4f81244bcbebb741352302829);
marker_9c0f370da4824193957b2744601af317.bindPopup(popup_e5747405c119442e8670ccca4e284135)
;
var marker_e4b0f25fef0d498b9ab5725b1a5871ce = L.marker(
[51.522, -0.1059],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_4ca3f408b83e43f58c2cfac649797789 = L.popup({"maxWidth": "100%"});
var html_361cea98aa0e4dfbad5e77d02d79fcd3 = $(`<div id="html_361cea98aa0e4dfbad5e77d02d79fcd3" style="width: 100.0%; height: 100.0%;">Turnmills</div>`)[0];
popup_4ca3f408b83e43f58c2cfac649797789.setContent(html_361cea98aa0e4dfbad5e77d02d79fcd3);
marker_e4b0f25fef0d498b9ab5725b1a5871ce.bindPopup(popup_4ca3f408b83e43f58c2cfac649797789)
;
var marker_9d59dc7e74954de2a2f9060dd4e25403 = L.marker(
[51.4569, -2.6084],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_65bef0b4a8da428b9d38a4cd4672f440 = L.popup({"maxWidth": "100%"});
var html_8f60214f80e242e3b0a5232149a42760 = $(`<div id="html_8f60214f80e242e3b0a5232149a42760" style="width: 100.0%; height: 100.0%;">University of Bristol Union</div>`)[0];
popup_65bef0b4a8da428b9d38a4cd4672f440.setContent(html_8f60214f80e242e3b0a5232149a42760);
marker_9d59dc7e74954de2a2f9060dd4e25403.bindPopup(popup_65bef0b4a8da428b9d38a4cd4672f440)
;
var marker_5054e3d70f4d4f12ab5b9577550ccb21 = L.marker(
[53.693, -0.44291],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_76b62e2d293d4f36a67ca5c0e31e3ca7 = L.popup({"maxWidth": "100%"});
var html_bc7ef602f14b4fada8534071e5b74f8a = $(`<div id="html_bc7ef602f14b4fada8534071e5b74f8a" style="width: 100.0%; height: 100.0%;">Ropewalk Barton upon Humber</div>`)[0];
popup_76b62e2d293d4f36a67ca5c0e31e3ca7.setContent(html_bc7ef602f14b4fada8534071e5b74f8a);
marker_5054e3d70f4d4f12ab5b9577550ccb21.bindPopup(popup_76b62e2d293d4f36a67ca5c0e31e3ca7)
;
var marker_98cea9a03cb14c26ad924587c1497603 = L.marker(
[51.4482, -2.5899],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_0d4aafac15b347e4b66563ef2a9ca37e = L.popup({"maxWidth": "100%"});
var html_4c7020c6e97940e5a581109ced12f383 = $(`<div id="html_4c7020c6e97940e5a581109ced12f383" style="width: 100.0%; height: 100.0%;">St Mary Redcliffe</div>`)[0];
popup_0d4aafac15b347e4b66563ef2a9ca37e.setContent(html_4c7020c6e97940e5a581109ced12f383);
marker_98cea9a03cb14c26ad924587c1497603.bindPopup(popup_0d4aafac15b347e4b66563ef2a9ca37e)
;
var marker_da24ddef0d8a4cca93b6e85274bb1895 = L.marker(
[53.4012, -2.9701],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_dbbc568440704159959446ea7c6e40bf = L.popup({"maxWidth": "100%"});
var html_68c7ee049c724d2fad1a1f6792b7d34e = $(`<div id="html_68c7ee049c724d2fad1a1f6792b7d34e" style="width: 100.0%; height: 100.0%;">Philharmonic Hall, Liverpool</div>`)[0];
popup_dbbc568440704159959446ea7c6e40bf.setContent(html_68c7ee049c724d2fad1a1f6792b7d34e);
marker_da24ddef0d8a4cca93b6e85274bb1895.bindPopup(popup_dbbc568440704159959446ea7c6e40bf)
;
var marker_6141120a13c2457c85cfb6441e10e943 = L.marker(
[51.5053, -0.113889],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_4ff1a3f0aaf34c6ab8369b797e2c2f7a = L.popup({"maxWidth": "100%"});
var html_23af85bccc904dd385df48981476c85e = $(`<div id="html_23af85bccc904dd385df48981476c85e" style="width: 100.0%; height: 100.0%;">Cuper's Gardens</div>`)[0];
popup_4ff1a3f0aaf34c6ab8369b797e2c2f7a.setContent(html_23af85bccc904dd385df48981476c85e);
marker_6141120a13c2457c85cfb6441e10e943.bindPopup(popup_4ff1a3f0aaf34c6ab8369b797e2c2f7a)
;
var marker_4d0d0865a78c46f68ca72627b009adf9 = L.marker(
[53.059, -2.21134],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_2169c8ad7ded42fe96a045815db495fa = L.popup({"maxWidth": "100%"});
var html_e1409638ca9d4986a6fcb89ea0a51537 = $(`<div id="html_e1409638ca9d4986a6fcb89ea0a51537" style="width: 100.0%; height: 100.0%;">Golden Torch</div>`)[0];
popup_2169c8ad7ded42fe96a045815db495fa.setContent(html_e1409638ca9d4986a6fcb89ea0a51537);
marker_4d0d0865a78c46f68ca72627b009adf9.bindPopup(popup_2169c8ad7ded42fe96a045815db495fa)
;
var marker_9645d8ea05a245dfbd727a6039edce6e = L.marker(
[53.7989, -1.54278],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_f77f3c8a7bf04d0985c723cb535796f6 = L.popup({"maxWidth": "100%"});
var html_85714095320749bf99bf4b0f01a93dd7 = $(`<div id="html_85714095320749bf99bf4b0f01a93dd7" style="width: 100.0%; height: 100.0%;">Leeds City Varieties</div>`)[0];
popup_f77f3c8a7bf04d0985c723cb535796f6.setContent(html_85714095320749bf99bf4b0f01a93dd7);
marker_9645d8ea05a245dfbd727a6039edce6e.bindPopup(popup_f77f3c8a7bf04d0985c723cb535796f6)
;
var marker_6cc611e617ca4cd0a8e15700233c6953 = L.marker(
[51.5345, -0.1058],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_c8ac8781819941eb8c24d8bd76a7b539 = L.popup({"maxWidth": "100%"});
var html_8e3d98b1eb0f4130bee75e1af11ae35f = $(`<div id="html_8e3d98b1eb0f4130bee75e1af11ae35f" style="width: 100.0%; height: 100.0%;">O2 Academy Islington</div>`)[0];
popup_c8ac8781819941eb8c24d8bd76a7b539.setContent(html_8e3d98b1eb0f4130bee75e1af11ae35f);
marker_6cc611e617ca4cd0a8e15700233c6953.bindPopup(popup_c8ac8781819941eb8c24d8bd76a7b539)
;
var marker_5497fdfb981449a7a6e8f296a89f2626 = L.marker(
[50.3689, -4.15],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_c0d9ba6df420401b9f2a0c7fdfb0b3d6 = L.popup({"maxWidth": "100%"});
var html_4eff0fd07f4f41e8bd98b8727569f2b9 = $(`<div id="html_4eff0fd07f4f41e8bd98b8727569f2b9" style="width: 100.0%; height: 100.0%;">Plymouth Pavilions</div>`)[0];
popup_c0d9ba6df420401b9f2a0c7fdfb0b3d6.setContent(html_4eff0fd07f4f41e8bd98b8727569f2b9);
marker_5497fdfb981449a7a6e8f296a89f2626.bindPopup(popup_c0d9ba6df420401b9f2a0c7fdfb0b3d6)
;
var marker_d45af1a639284b21b1628d163135fcca = L.marker(
[50.8258, -0.442553],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_fb8070a7c44840b68ea17c5a49b3011c = L.popup({"maxWidth": "100%"});
var html_bec61bd6537b44168eb6d9dfe4a5abf8 = $(`<div id="html_bec61bd6537b44168eb6d9dfe4a5abf8" style="width: 100.0%; height: 100.0%;">Sterns Nightclub</div>`)[0];
popup_fb8070a7c44840b68ea17c5a49b3011c.setContent(html_bec61bd6537b44168eb6d9dfe4a5abf8);
marker_d45af1a639284b21b1628d163135fcca.bindPopup(popup_fb8070a7c44840b68ea17c5a49b3011c)
;
var marker_298d05e9ed5a4ed3bd4c6b01af1c7fec = L.marker(
[51.5125, -0.132778],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_51350ba90d674b9cb030c2484f40d54e = L.popup({"maxWidth": "100%"});
var html_c4458b50110c425cbf0f149e8a4c0c70 = $(`<div id="html_c4458b50110c425cbf0f149e8a4c0c70" style="width: 100.0%; height: 100.0%;">The 2i's Coffee Bar</div>`)[0];
popup_51350ba90d674b9cb030c2484f40d54e.setContent(html_c4458b50110c425cbf0f149e8a4c0c70);
marker_298d05e9ed5a4ed3bd4c6b01af1c7fec.bindPopup(popup_51350ba90d674b9cb030c2484f40d54e)
;
var marker_fc0d26ffc4ac49b6aac625e11a7b3ed5 = L.marker(
[53.4825, -2.23528],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_c3547f6223d14e488fdb803e4e413b5d = L.popup({"maxWidth": "100%"});
var html_76b889ed988f459a860302d815dc754c = $(`<div id="html_76b889ed988f459a860302d815dc754c" style="width: 100.0%; height: 100.0%;">The Night and Day Café</div>`)[0];
popup_c3547f6223d14e488fdb803e4e413b5d.setContent(html_76b889ed988f459a860302d815dc754c);
marker_fc0d26ffc4ac49b6aac625e11a7b3ed5.bindPopup(popup_c3547f6223d14e488fdb803e4e413b5d)
;
var marker_fa6df8eee3204b5b8241f44874631b35 = L.marker(
[51.5121, -0.1443],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_c2b8e8c926ba4b0bb03f62030eb8ef49 = L.popup({"maxWidth": "100%"});
var html_cad56bc177954a88a21e4d6708939a8f = $(`<div id="html_cad56bc177954a88a21e4d6708939a8f" style="width: 100.0%; height: 100.0%;">Aeolian Hall, London</div>`)[0];
popup_c2b8e8c926ba4b0bb03f62030eb8ef49.setContent(html_cad56bc177954a88a21e4d6708939a8f);
marker_fa6df8eee3204b5b8241f44874631b35.bindPopup(popup_c2b8e8c926ba4b0bb03f62030eb8ef49)
;
var marker_21341fd571b74a41a8099a1d61663f2a = L.marker(
[52.4756, -1.90936],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_6e3955ad2f7446fe96af30bd38f9ba6a = L.popup({"maxWidth": "100%"});
var html_f6f917a045724ec7b8a7b64170b45d79 = $(`<div id="html_f6f917a045724ec7b8a7b64170b45d79" style="width: 100.0%; height: 100.0%;">CBSO Centre</div>`)[0];
popup_6e3955ad2f7446fe96af30bd38f9ba6a.setContent(html_f6f917a045724ec7b8a7b64170b45d79);
marker_21341fd571b74a41a8099a1d61663f2a.bindPopup(popup_6e3955ad2f7446fe96af30bd38f9ba6a)
;
var marker_d1723974fa0e4c9ea0d2e3a1375385ff = L.marker(
[53.802, -1.556],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_23e30bb1603449178d70ec05a6388d84 = L.popup({"maxWidth": "100%"});
var html_08ae117a6b3c4718a270dd9f6746e4f1 = $(`<div id="html_08ae117a6b3c4718a270dd9f6746e4f1" style="width: 100.0%; height: 100.0%;">Josephs Well</div>`)[0];
popup_23e30bb1603449178d70ec05a6388d84.setContent(html_08ae117a6b3c4718a270dd9f6746e4f1);
marker_d1723974fa0e4c9ea0d2e3a1375385ff.bindPopup(popup_23e30bb1603449178d70ec05a6388d84)
;
var marker_decafd28dcd140fc82f9b1035b97ffb9 = L.marker(
[51.5141, -0.1311],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_7bbb5c9748e34626a6581a68ed8d3594 = L.popup({"maxWidth": "100%"});
var html_1cdc1bb840ce4bbf948588b99d22db9a = $(`<div id="html_1cdc1bb840ce4bbf948588b99d22db9a" style="width: 100.0%; height: 100.0%;">Les Cousins (music club)</div>`)[0];
popup_7bbb5c9748e34626a6581a68ed8d3594.setContent(html_1cdc1bb840ce4bbf948588b99d22db9a);
marker_decafd28dcd140fc82f9b1035b97ffb9.bindPopup(popup_7bbb5c9748e34626a6581a68ed8d3594)
;
var marker_3ca656d92bef44e69437c2f50bb297ae = L.marker(
[53.388, -2.597],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_5abde1e356684d6fb22c79dbcdd7ee86 = L.popup({"maxWidth": "100%"});
var html_a6afb252450e4b158786e8ed232f60b2 = $(`<div id="html_a6afb252450e4b158786e8ed232f60b2" style="width: 100.0%; height: 100.0%;">Parr Hall</div>`)[0];
popup_5abde1e356684d6fb22c79dbcdd7ee86.setContent(html_a6afb252450e4b158786e8ed232f60b2);
marker_3ca656d92bef44e69437c2f50bb297ae.bindPopup(popup_5abde1e356684d6fb22c79dbcdd7ee86)
;
var marker_4658c6361c734b3ca4be8d1e065fa4ac = L.marker(
[50.7977, -1.09289],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_d97572a38b3f4a70a7ca64f544582288 = L.popup({"maxWidth": "100%"});
var html_8d2a13341a264905973d5580b97e81a1 = $(`<div id="html_8d2a13341a264905973d5580b97e81a1" style="width: 100.0%; height: 100.0%;">Portsmouth Guildhall</div>`)[0];
popup_d97572a38b3f4a70a7ca64f544582288.setContent(html_8d2a13341a264905973d5580b97e81a1);
marker_4658c6361c734b3ca4be8d1e065fa4ac.bindPopup(popup_d97572a38b3f4a70a7ca64f544582288)
;
var marker_95c314d18383478eae0546f1951ba5ce = L.marker(
[50.787, -1.075],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_f0480b085c7441588d9bca1e865db5cb = L.popup({"maxWidth": "100%"});
var html_70f653b82a0f4c7d910b201dadc58677 = $(`<div id="html_70f653b82a0f4c7d910b201dadc58677" style="width: 100.0%; height: 100.0%;">The Wedgewood Rooms</div>`)[0];
popup_f0480b085c7441588d9bca1e865db5cb.setContent(html_70f653b82a0f4c7d910b201dadc58677);
marker_95c314d18383478eae0546f1951ba5ce.bindPopup(popup_f0480b085c7441588d9bca1e865db5cb)
;
var marker_3cc721efcecd425495d209650a52641b = L.marker(
[51.4402, 0.3687],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_31737c35e8cf494ca8ac393a1fed2aa8 = L.popup({"maxWidth": "100%"});
var html_424927469026453aa9a584364cbbfb77 = $(`<div id="html_424927469026453aa9a584364cbbfb77" style="width: 100.0%; height: 100.0%;">Woodville Halls Theatre</div>`)[0];
popup_31737c35e8cf494ca8ac393a1fed2aa8.setContent(html_424927469026453aa9a584364cbbfb77);
marker_3cc721efcecd425495d209650a52641b.bindPopup(popup_31737c35e8cf494ca8ac393a1fed2aa8)
;
var marker_475f018223b5406d8a3d56d831e2944f = L.marker(
[53.4818, -2.26339],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_97723f66b9774884bc0eba868b1aae00 = L.popup({"maxWidth": "100%"});
var html_11b07be9e47f4cc6a85f202dea5ef224 = $(`<div id="html_11b07be9e47f4cc6a85f202dea5ef224" style="width: 100.0%; height: 100.0%;">Islington Mill</div>`)[0];
popup_97723f66b9774884bc0eba868b1aae00.setContent(html_11b07be9e47f4cc6a85f202dea5ef224);
marker_475f018223b5406d8a3d56d831e2944f.bindPopup(popup_97723f66b9774884bc0eba868b1aae00)
;
var marker_e278cb1beef042138c8e72eed2f70df7 = L.marker(
[52.4533, -1.71944],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_537d9d3f2afd496cae124ce41f68a1d4 = L.popup({"maxWidth": "100%"});
var html_828a78bab09a431cb4b7e1b55e773157 = $(`<div id="html_828a78bab09a431cb4b7e1b55e773157" style="width: 100.0%; height: 100.0%;">Genting Arena</div>`)[0];
popup_537d9d3f2afd496cae124ce41f68a1d4.setContent(html_828a78bab09a431cb4b7e1b55e773157);
marker_e278cb1beef042138c8e72eed2f70df7.bindPopup(popup_537d9d3f2afd496cae124ce41f68a1d4)
;
var marker_eb5a9265a75241d7981dc94e1cc04042 = L.marker(
[51.4739, -0.173611],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_a49a7889c8ef408e9fa73b746f763702 = L.popup({"maxWidth": "100%"});
var html_8f90c6bb89fa49d7b6d2ffaf764d207f = $(`<div id="html_8f90c6bb89fa49d7b6d2ffaf764d207f" style="width: 100.0%; height: 100.0%;">Le QuecumBar</div>`)[0];
popup_a49a7889c8ef408e9fa73b746f763702.setContent(html_8f90c6bb89fa49d7b6d2ffaf764d207f);
marker_eb5a9265a75241d7981dc94e1cc04042.bindPopup(popup_a49a7889c8ef408e9fa73b746f763702)
;
var marker_16e6b1fe159b42afa91917c0c9dc1cef = L.marker(
[51.5372, -0.145556],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_514fb314cff74e18aea104f32c242813 = L.popup({"maxWidth": "100%"});
var html_208d0407a5024934ae87f65d3fc6ba08 = $(`<div id="html_208d0407a5024934ae87f65d3fc6ba08" style="width: 100.0%; height: 100.0%;">Dublin Castle, Camden</div>`)[0];
popup_514fb314cff74e18aea104f32c242813.setContent(html_208d0407a5024934ae87f65d3fc6ba08);
marker_16e6b1fe159b42afa91917c0c9dc1cef.bindPopup(popup_514fb314cff74e18aea104f32c242813)
;
var marker_28ea620d41fb49f092f306a278ca6532 = L.marker(
[54.972, -1.616],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_23078ff0cbbf4228b43f7a7054dcc0b3 = L.popup({"maxWidth": "100%"});
var html_2c2b2444a8ab4e7781dd19a5e68e660f = $(`<div id="html_2c2b2444a8ab4e7781dd19a5e68e660f" style="width: 100.0%; height: 100.0%;">Mayfair Ballroom</div>`)[0];
popup_23078ff0cbbf4228b43f7a7054dcc0b3.setContent(html_2c2b2444a8ab4e7781dd19a5e68e660f);
marker_28ea620d41fb49f092f306a278ca6532.bindPopup(popup_23078ff0cbbf4228b43f7a7054dcc0b3)
;
var marker_01a19e261e404533b0c0102ba1519362 = L.marker(
[52.7234, -1.3741],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_4762c59ec89d4966bc0c63da1a069180 = L.popup({"maxWidth": "100%"});
var html_b9249109d955477b8db44da88f05dc50 = $(`<div id="html_b9249109d955477b8db44da88f05dc50" style="width: 100.0%; height: 100.0%;">The Emporium, Leicestershire</div>`)[0];
popup_4762c59ec89d4966bc0c63da1a069180.setContent(html_b9249109d955477b8db44da88f05dc50);
marker_01a19e261e404533b0c0102ba1519362.bindPopup(popup_4762c59ec89d4966bc0c63da1a069180)
;
var marker_cfefc59a61c94fa3ab607b7ca097794f = L.marker(
[51.4492, -2.59518],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_d88fc8705e454decbfcb00742beeaa22 = L.popup({"maxWidth": "100%"});
var html_63597a507aa442fda5bca1c1582e0df6 = $(`<div id="html_63597a507aa442fda5bca1c1582e0df6" style="width: 100.0%; height: 100.0%;">The Thekla</div>`)[0];
popup_d88fc8705e454decbfcb00742beeaa22.setContent(html_63597a507aa442fda5bca1c1582e0df6);
marker_cfefc59a61c94fa3ab607b7ca097794f.bindPopup(popup_d88fc8705e454decbfcb00742beeaa22)
;
var marker_b3cf7d75577b4abfb56a6f29eaff12c2 = L.marker(
[51.8972, -2.0778],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_b8560c370e174c90997db55b06c4ca80 = L.popup({"maxWidth": "100%"});
var html_30b276575af94ce4a395335f61abd138 = $(`<div id="html_30b276575af94ce4a395335f61abd138" style="width: 100.0%; height: 100.0%;">Cheltenham Town Hall</div>`)[0];
popup_b8560c370e174c90997db55b06c4ca80.setContent(html_30b276575af94ce4a395335f61abd138);
marker_b3cf7d75577b4abfb56a6f29eaff12c2.bindPopup(popup_b8560c370e174c90997db55b06c4ca80)
;
var marker_56d8b65cd9ff47b385c62444b5fc5515 = L.marker(
[51.6408, 0.0934],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_f0549fb19e604cdcab20204bb771c4fe = L.popup({"maxWidth": "100%"});
var html_741898e74ee2499db8b5ef57638feb20 = $(`<div id="html_741898e74ee2499db8b5ef57638feb20" style="width: 100.0%; height: 100.0%;">Epping Forest Country Club</div>`)[0];
popup_f0549fb19e604cdcab20204bb771c4fe.setContent(html_741898e74ee2499db8b5ef57638feb20);
marker_56d8b65cd9ff47b385c62444b5fc5515.bindPopup(popup_f0549fb19e604cdcab20204bb771c4fe)
;
var marker_941c9f9ca4d94fdb87ee16433016def4 = L.marker(
[53.8003, -1.5497],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_980ae935a7734eb7a491b174f03f651b = L.popup({"maxWidth": "100%"});
var html_6345d2cfc027434babece6fbb9afd4b4 = $(`<div id="html_6345d2cfc027434babece6fbb9afd4b4" style="width: 100.0%; height: 100.0%;">Leeds Town Hall</div>`)[0];
popup_980ae935a7734eb7a491b174f03f651b.setContent(html_6345d2cfc027434babece6fbb9afd4b4);
marker_941c9f9ca4d94fdb87ee16433016def4.bindPopup(popup_980ae935a7734eb7a491b174f03f651b)
;
var marker_fa8b2a4d02ee442e8815813736711d0c = L.marker(
[51.5215, -0.15],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_2f59862a47e24c75bba8dd0904b66644 = L.popup({"maxWidth": "100%"});
var html_1dd7e5b8a3624ed885b85ba8f16a7528 = $(`<div id="html_1dd7e5b8a3624ed885b85ba8f16a7528" style="width: 100.0%; height: 100.0%;">Marylebone Gardens</div>`)[0];
popup_2f59862a47e24c75bba8dd0904b66644.setContent(html_1dd7e5b8a3624ed885b85ba8f16a7528);
marker_fa8b2a4d02ee442e8815813736711d0c.bindPopup(popup_2f59862a47e24c75bba8dd0904b66644)
;
var marker_29288455243241a3b2a81c5649bc68cd = L.marker(
[52.9864, -2.13722],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_ff5acdd23f774edb87a7f661aa6c0b31 = L.popup({"maxWidth": "100%"});
var html_f66db73ee18c475bae7f086f46275b9f = $(`<div id="html_f66db73ee18c475bae7f086f46275b9f" style="width: 100.0%; height: 100.0%;">Shelley's Laserdome</div>`)[0];
popup_ff5acdd23f774edb87a7f661aa6c0b31.setContent(html_f66db73ee18c475bae7f086f46275b9f);
marker_29288455243241a3b2a81c5649bc68cd.bindPopup(popup_ff5acdd23f774edb87a7f661aa6c0b31)
;
var marker_886593e299594f7d9287c41ba7454ed0 = L.marker(
[50.866, -2.186],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_97be9cf80fc941f1a52ea561681bfa97 = L.popup({"maxWidth": "100%"});
var html_eed75ed230834636a96fe06cc64d1751 = $(`<div id="html_eed75ed230834636a96fe06cc64d1751" style="width: 100.0%; height: 100.0%;">The Coade Hall</div>`)[0];
popup_97be9cf80fc941f1a52ea561681bfa97.setContent(html_eed75ed230834636a96fe06cc64d1751);
marker_886593e299594f7d9287c41ba7454ed0.bindPopup(popup_97be9cf80fc941f1a52ea561681bfa97)
;
var marker_13e5d7a4324b4fd998e233a5ef6e6b40 = L.marker(
[52.4783, -1.897],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_85074a0868834e99a2509503bda09337 = L.popup({"maxWidth": "100%"});
var html_3caccc2d93b1405481dee8ef6dde2cc3 = $(`<div id="html_3caccc2d93b1405481dee8ef6dde2cc3" style="width: 100.0%; height: 100.0%;">Birmingham Odeon</div>`)[0];
popup_85074a0868834e99a2509503bda09337.setContent(html_3caccc2d93b1405481dee8ef6dde2cc3);
marker_13e5d7a4324b4fd998e233a5ef6e6b40.bindPopup(popup_85074a0868834e99a2509503bda09337)
;
var marker_b003000353d14e289c07df897a835582 = L.marker(
[51.4464, -2.57829],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_306952727ffc41909946cdd0ed03e115 = L.popup({"maxWidth": "100%"});
var html_b1eecb1d2d6144cc80deac1b5c64c6c7 = $(`<div id="html_b1eecb1d2d6144cc80deac1b5c64c6c7" style="width: 100.0%; height: 100.0%;">Bristol Arena</div>`)[0];
popup_306952727ffc41909946cdd0ed03e115.setContent(html_b1eecb1d2d6144cc80deac1b5c64c6c7);
marker_b003000353d14e289c07df897a835582.bindPopup(popup_306952727ffc41909946cdd0ed03e115)
;
var marker_6bc118521aaa4bd4b8a2fb20d8c33cfa = L.marker(
[51.4986, -0.0938944],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_94392ca3809d40cca540b045654e41cf = L.popup({"maxWidth": "100%"});
var html_aa946533c19d4d1088546bdadde22cf0 = $(`<div id="html_aa946533c19d4d1088546bdadde22cf0" style="width: 100.0%; height: 100.0%;">Henry Wood Hall</div>`)[0];
popup_94392ca3809d40cca540b045654e41cf.setContent(html_aa946533c19d4d1088546bdadde22cf0);
marker_6bc118521aaa4bd4b8a2fb20d8c33cfa.bindPopup(popup_94392ca3809d40cca540b045654e41cf)
;
var marker_e794b1ab51894ce98886fee6f04735dc = L.marker(
[54.5761, -1.23403],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_0d43f479ea484a78a6ae4a6f0a086880 = L.popup({"maxWidth": "100%"});
var html_33e31abc828944919008a01240e2a148 = $(`<div id="html_33e31abc828944919008a01240e2a148" style="width: 100.0%; height: 100.0%;">Middlesbrough Town Hall</div>`)[0];
popup_0d43f479ea484a78a6ae4a6f0a086880.setContent(html_33e31abc828944919008a01240e2a148);
marker_e794b1ab51894ce98886fee6f04735dc.bindPopup(popup_0d43f479ea484a78a6ae4a6f0a086880)
;
var marker_450e6c021d964b589dd10e1dde9112e0 = L.marker(
[53.7596, -2.6975],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_dfdd6b6a9d0b4169ad93e190b18ea70c = L.popup({"maxWidth": "100%"});
var html_ca0476f2c36645f59c19c48697359b7d = $(`<div id="html_ca0476f2c36645f59c19c48697359b7d" style="width: 100.0%; height: 100.0%;">Preston Guild Hall</div>`)[0];
popup_dfdd6b6a9d0b4169ad93e190b18ea70c.setContent(html_ca0476f2c36645f59c19c48697359b7d);
marker_450e6c021d964b589dd10e1dde9112e0.bindPopup(popup_dfdd6b6a9d0b4169ad93e190b18ea70c)
;
var marker_a3830c3905da41219fd2bb6d983d60bd = L.marker(
[54.6192, -1.07642],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_2832c88a2d14459da41ef5c24295c207 = L.popup({"maxWidth": "100%"});
var html_0fc53339c9a84efc868cb0189b7f9c47 = $(`<div id="html_0fc53339c9a84efc868cb0189b7f9c47" style="width: 100.0%; height: 100.0%;">Redcar Bowl</div>`)[0];
popup_2832c88a2d14459da41ef5c24295c207.setContent(html_0fc53339c9a84efc868cb0189b7f9c47);
marker_a3830c3905da41219fd2bb6d983d60bd.bindPopup(popup_2832c88a2d14459da41ef5c24295c207)
;
var marker_adf7a675fc3442ec87518619fec9621a = L.marker(
[51.5097, -0.1228],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_396c99ca86a145fc9223376cb32bc229 = L.popup({"maxWidth": "100%"});
var html_03a7cdf0eb804e8abf76ab7a497c187a = $(`<div id="html_03a7cdf0eb804e8abf76ab7a497c187a" style="width: 100.0%; height: 100.0%;">Tivoli Music Hall (London)</div>`)[0];
popup_396c99ca86a145fc9223376cb32bc229.setContent(html_03a7cdf0eb804e8abf76ab7a497c187a);
marker_adf7a675fc3442ec87518619fec9621a.bindPopup(popup_396c99ca86a145fc9223376cb32bc229)
;
var marker_198f8ffecbd649f3ad788f0074944849 = L.marker(
[53.8069, -1.5564],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_c908a46c69fe4b05916ba0e48cdb3787 = L.popup({"maxWidth": "100%"});
var html_dcd642c86b4f4ea3a87cc0de3f737fc8 = $(`<div id="html_dcd642c86b4f4ea3a87cc0de3f737fc8" style="width: 100.0%; height: 100.0%;">University Refectory</div>`)[0];
popup_c908a46c69fe4b05916ba0e48cdb3787.setContent(html_dcd642c86b4f4ea3a87cc0de3f737fc8);
marker_198f8ffecbd649f3ad788f0074944849.bindPopup(popup_c908a46c69fe4b05916ba0e48cdb3787)
;
var marker_72ff5cb15c134daf8668bc0298f8a907 = L.marker(
[52.1927, -2.2317],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_d85e3b62e4d34ff3bd82d7574c773f54 = L.popup({"maxWidth": "100%"});
var html_613193be39ee49f2ae5ad493b9f687f8 = $(`<div id="html_613193be39ee49f2ae5ad493b9f687f8" style="width: 100.0%; height: 100.0%;">University of Worcester Arena</div>`)[0];
popup_d85e3b62e4d34ff3bd82d7574c773f54.setContent(html_613193be39ee49f2ae5ad493b9f687f8);
marker_72ff5cb15c134daf8668bc0298f8a907.bindPopup(popup_d85e3b62e4d34ff3bd82d7574c773f54)
;
var marker_3a91f3ef96aa425f83a977899d28a1ff = L.marker(
[52.5857, -1.98033],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_3124dc4e3bb540ada49b0db56c67bae9 = L.popup({"maxWidth": "100%"});
var html_c9bc15fa92ca4df5910a49834a3b7e51 = $(`<div id="html_c9bc15fa92ca4df5910a49834a3b7e51" style="width: 100.0%; height: 100.0%;">Walsall Town Hall</div>`)[0];
popup_3124dc4e3bb540ada49b0db56c67bae9.setContent(html_c9bc15fa92ca4df5910a49834a3b7e51);
marker_3a91f3ef96aa425f83a977899d28a1ff.bindPopup(popup_3124dc4e3bb540ada49b0db56c67bae9)
;
var marker_2d8ff71fcb5442cdb1b055f621c17e4d = L.marker(
[51.5344, -0.108889],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_91cc091c8e374f4887a80413f9853270 = L.popup({"maxWidth": "100%"});
var html_3ba25a1d26eb45bc81f15f82232afee7 = $(`<div id="html_3ba25a1d26eb45bc81f15f82232afee7" style="width: 100.0%; height: 100.0%;">The Islington</div>`)[0];
popup_91cc091c8e374f4887a80413f9853270.setContent(html_3ba25a1d26eb45bc81f15f82232afee7);
marker_2d8ff71fcb5442cdb1b055f621c17e4d.bindPopup(popup_91cc091c8e374f4887a80413f9853270)
;
var marker_531f3fec17a5431f9c3572d37e44cfaf = L.marker(
[51.489, -0.1642],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_cd8728cc3a66479d9fbce7ee2ca3ce90 = L.popup({"maxWidth": "100%"});
var html_14cfb18a9e3b4ddc836660f5de251e94 = $(`<div id="html_14cfb18a9e3b4ddc836660f5de251e94" style="width: 100.0%; height: 100.0%;">The Pheasantry</div>`)[0];
popup_cd8728cc3a66479d9fbce7ee2ca3ce90.setContent(html_14cfb18a9e3b4ddc836660f5de251e94);
marker_531f3fec17a5431f9c3572d37e44cfaf.bindPopup(popup_cd8728cc3a66479d9fbce7ee2ca3ce90)
;
var marker_a025fd077add4ff0ac8656516c7f8a43 = L.marker(
[53.9534, -1.07424],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_9a69441f6cfc4593ac4732369b94e206 = L.popup({"maxWidth": "100%"});
var html_02ff7afc8d704def99d15425a29e993c = $(`<div id="html_02ff7afc8d704def99d15425a29e993c" style="width: 100.0%; height: 100.0%;">Barbican Centre, York</div>`)[0];
popup_9a69441f6cfc4593ac4732369b94e206.setContent(html_02ff7afc8d704def99d15425a29e993c);
marker_a025fd077add4ff0ac8656516c7f8a43.bindPopup(popup_9a69441f6cfc4593ac4732369b94e206)
;
var marker_13c59cfb41c24091af4655e3a8442302 = L.marker(
[51.4559, -2.5925],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_17872e4f62a5420eb16b15ec27a12da6 = L.popup({"maxWidth": "100%"});
var html_3cd2fbfbab2f447eae5daa8c5fc68ebe = $(`<div id="html_3cd2fbfbab2f447eae5daa8c5fc68ebe" style="width: 100.0%; height: 100.0%;">Bierkeller Theatre</div>`)[0];
popup_17872e4f62a5420eb16b15ec27a12da6.setContent(html_3cd2fbfbab2f447eae5daa8c5fc68ebe);
marker_13c59cfb41c24091af4655e3a8442302.bindPopup(popup_17872e4f62a5420eb16b15ec27a12da6)
;
var marker_3411936718674acc807976c825eb14aa = L.marker(
[52.9528, -1.13944],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_6a831653bb384baaa1473d002977b4e4 = L.popup({"maxWidth": "100%"});
var html_f59ae6f479bf4f63a5782f8dae1372e2 = $(`<div id="html_f59ae6f479bf4f63a5782f8dae1372e2" style="width: 100.0%; height: 100.0%;">Motorpoint Arena Nottingham</div>`)[0];
popup_6a831653bb384baaa1473d002977b4e4.setContent(html_f59ae6f479bf4f63a5782f8dae1372e2);
marker_3411936718674acc807976c825eb14aa.bindPopup(popup_6a831653bb384baaa1473d002977b4e4)
;
var marker_dfe99a8710fa4074bdcce859c1f01661 = L.marker(
[54.9694, -1.6143],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_2ab586cf180b4e06b94daad673814090 = L.popup({"maxWidth": "100%"});
var html_810c11cf389f4b9485e51ae4590ad53b = $(`<div id="html_810c11cf389f4b9485e51ae4590ad53b" style="width: 100.0%; height: 100.0%;">North of England Institute of Mining and Mechanical Engineers</div>`)[0];
popup_2ab586cf180b4e06b94daad673814090.setContent(html_810c11cf389f4b9485e51ae4590ad53b);
marker_dfe99a8710fa4074bdcce859c1f01661.bindPopup(popup_2ab586cf180b4e06b94daad673814090)
;
var marker_f75161b410e34d7a943292a4a703de18 = L.marker(
[51.4489, -0.33],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_25f260ea5bff4382ab60df800ed2cdff = L.popup({"maxWidth": "100%"});
var html_2b98ffcdd0654c54af00839e4e1329a3 = $(`<div id="html_2b98ffcdd0654c54af00839e4e1329a3" style="width: 100.0%; height: 100.0%;">TwickFolk</div>`)[0];
popup_25f260ea5bff4382ab60df800ed2cdff.setContent(html_2b98ffcdd0654c54af00839e4e1329a3);
marker_f75161b410e34d7a943292a4a703de18.bindPopup(popup_25f260ea5bff4382ab60df800ed2cdff)
;
var marker_313eaf2c4f0b4bdca08b215b93f09d9e = L.marker(
[53.4086, -2.9801],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_d37df9e094c14d66805769a7f02b3dd3 = L.popup({"maxWidth": "100%"});
var html_572423b196424d699bdfb5a28d8efe1a = $(`<div id="html_572423b196424d699bdfb5a28d8efe1a" style="width: 100.0%; height: 100.0%;">St George's Hall, Liverpool</div>`)[0];
popup_d37df9e094c14d66805769a7f02b3dd3.setContent(html_572423b196424d699bdfb5a28d8efe1a);
marker_313eaf2c4f0b4bdca08b215b93f09d9e.bindPopup(popup_d37df9e094c14d66805769a7f02b3dd3)
;
var marker_620709b64f97493aab79bcf6867dec0d = L.marker(
[52.4768, -1.9015],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_adef1b43e10248be8a478f427e04f9c4 = L.popup({"maxWidth": "100%"});
var html_c996197559464ceabb9a126bc8ff1154 = $(`<div id="html_c996197559464ceabb9a126bc8ff1154" style="width: 100.0%; height: 100.0%;">Edwards Number Eight</div>`)[0];
popup_adef1b43e10248be8a478f427e04f9c4.setContent(html_c996197559464ceabb9a126bc8ff1154);
marker_620709b64f97493aab79bcf6867dec0d.bindPopup(popup_adef1b43e10248be8a478f427e04f9c4)
;
var marker_31a71348c9e5403a8d1084f582253d8d = L.marker(
[50.727, -1.84],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_575ade092dfb4500a09b64129fc68740 = L.popup({"maxWidth": "100%"});
var html_a4658ebfe8194db0a0a6f27c93d6c1f8 = $(`<div id="html_a4658ebfe8194db0a0a6f27c93d6c1f8" style="width: 100.0%; height: 100.0%;">O2 Academy Bournemouth</div>`)[0];
popup_575ade092dfb4500a09b64129fc68740.setContent(html_a4658ebfe8194db0a0a6f27c93d6c1f8);
marker_31a71348c9e5403a8d1084f582253d8d.bindPopup(popup_575ade092dfb4500a09b64129fc68740)
;
var marker_fb7447e9e7894630b5799d69bdb8fd36 = L.marker(
[51.5447, -0.102503],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_4d5f8cbb61f44b32b02d5eb140f121e9 = L.popup({"maxWidth": "100%"});
var html_4ea173588a534462810426edfc6f9f06 = $(`<div id="html_4ea173588a534462810426edfc6f9f06" style="width: 100.0%; height: 100.0%;">Union Chapel, Islington</div>`)[0];
popup_4d5f8cbb61f44b32b02d5eb140f121e9.setContent(html_4ea173588a534462810426edfc6f9f06);
marker_fb7447e9e7894630b5799d69bdb8fd36.bindPopup(popup_4d5f8cbb61f44b32b02d5eb140f121e9)
;
var marker_303a6059389a46a6b158ec075eec0b3a = L.marker(
[54.9774, -1.61],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_1a4ddf640bbf4c248d9e75827ebf25d0 = L.popup({"maxWidth": "100%"});
var html_ce830aee85114e5f941142a433636ab2 = $(`<div id="html_ce830aee85114e5f941142a433636ab2" style="width: 100.0%; height: 100.0%;">Newcastle City Hall</div>`)[0];
popup_1a4ddf640bbf4c248d9e75827ebf25d0.setContent(html_ce830aee85114e5f941142a433636ab2);
marker_303a6059389a46a6b158ec075eec0b3a.bindPopup(popup_1a4ddf640bbf4c248d9e75827ebf25d0)
;
var marker_01508f28aa7d4b348fd5bb4daa5dc5c3 = L.marker(
[51.5028, 0.00311667],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_eb5de4545dc749b6a77d699c5aaebb04 = L.popup({"maxWidth": "100%"});
var html_fa9a84b361c44d6b921feaef0c8b7223 = $(`<div id="html_fa9a84b361c44d6b921feaef0c8b7223" style="width: 100.0%; height: 100.0%;">The O2</div>`)[0];
popup_eb5de4545dc749b6a77d699c5aaebb04.setContent(html_fa9a84b361c44d6b921feaef0c8b7223);
marker_01508f28aa7d4b348fd5bb4daa5dc5c3.bindPopup(popup_eb5de4545dc749b6a77d699c5aaebb04)
;
var marker_888c1a9cf9fb422ba555e0bbc9a3bdd2 = L.marker(
[51.5558, -0.279722],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_894f97aa1d744e2db591d278c1dce2b9 = L.popup({"maxWidth": "100%"});
var html_3f2b77ac596a494a9ebd7beb71aab481 = $(`<div id="html_3f2b77ac596a494a9ebd7beb71aab481" style="width: 100.0%; height: 100.0%;">Wembley Stadium</div>`)[0];
popup_894f97aa1d744e2db591d278c1dce2b9.setContent(html_3f2b77ac596a494a9ebd7beb71aab481);
marker_888c1a9cf9fb422ba555e0bbc9a3bdd2.bindPopup(popup_894f97aa1d744e2db591d278c1dce2b9)
;
var marker_3727028af2fa4e02b8b20d0655cfb042 = L.marker(
[50.7131, -3.44051],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_8683aff028bb4951a8a98c310afd4788 = L.popup({"maxWidth": "100%"});
var html_6e6e8838456e417186e4166a91958ddd = $(`<div id="html_6e6e8838456e417186e4166a91958ddd" style="width: 100.0%; height: 100.0%;">Westpoint Arena</div>`)[0];
popup_8683aff028bb4951a8a98c310afd4788.setContent(html_6e6e8838456e417186e4166a91958ddd);
marker_3727028af2fa4e02b8b20d0655cfb042.bindPopup(popup_8683aff028bb4951a8a98c310afd4788)
;
var marker_ab18d40cee79491ca22721fb50862545 = L.marker(
[51.5042, 0.0032],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_cf6a7fa9c7ee4cdbba543654031e61de = L.popup({"maxWidth": "100%"});
var html_dcdfafc46fa64a41a7b838aa4444156a = $(`<div id="html_dcdfafc46fa64a41a7b838aa4444156a" style="width: 100.0%; height: 100.0%;">Matter (venue)</div>`)[0];
popup_cf6a7fa9c7ee4cdbba543654031e61de.setContent(html_dcdfafc46fa64a41a7b838aa4444156a);
marker_ab18d40cee79491ca22721fb50862545.bindPopup(popup_cf6a7fa9c7ee4cdbba543654031e61de)
;
var marker_82a2bdc3b9db47139a49029a3998500e = L.marker(
[51.5189, -0.1426],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_34a28bd38ce64b63b35d01d0b8358330 = L.popup({"maxWidth": "100%"});
var html_f0750a651c7242959ca601201ea3dcb5 = $(`<div id="html_f0750a651c7242959ca601201ea3dcb5" style="width: 100.0%; height: 100.0%;">Philharmonic Hall, London</div>`)[0];
popup_34a28bd38ce64b63b35d01d0b8358330.setContent(html_f0750a651c7242959ca601201ea3dcb5);
marker_82a2bdc3b9db47139a49029a3998500e.bindPopup(popup_34a28bd38ce64b63b35d01d0b8358330)
;
var marker_2b1a94889aa745c29182ec5d8d406e7f = L.marker(
[52.2403, -0.899167],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_1ebd9fdb2f1e40f5a28a50957c884896 = L.popup({"maxWidth": "100%"});
var html_85df25e4e3cb48e599902cafb4b531f0 = $(`<div id="html_85df25e4e3cb48e599902cafb4b531f0" style="width: 100.0%; height: 100.0%;">Roadmender (nightclub)</div>`)[0];
popup_1ebd9fdb2f1e40f5a28a50957c884896.setContent(html_85df25e4e3cb48e599902cafb4b531f0);
marker_2b1a94889aa745c29182ec5d8d406e7f.bindPopup(popup_1ebd9fdb2f1e40f5a28a50957c884896)
;
var marker_6f565196011e40b887e27a4c90f3bc2a = L.marker(
[51.878, -0.536],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_eb1ad1479030494b8ec87275cb490ea7 = L.popup({"maxWidth": "100%"});
var html_cb81443245584b04ac115b9e5aec913b = $(`<div id="html_cb81443245584b04ac115b9e5aec913b" style="width: 100.0%; height: 100.0%;">California Ballroom</div>`)[0];
popup_eb1ad1479030494b8ec87275cb490ea7.setContent(html_cb81443245584b04ac115b9e5aec913b);
marker_6f565196011e40b887e27a4c90f3bc2a.bindPopup(popup_eb1ad1479030494b8ec87275cb490ea7)
;
var marker_619750b446974fc992ff70ceed13d600 = L.marker(
[52.136, -0.46746],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_a3338a3d1f504b4490ac31ab693149d8 = L.popup({"maxWidth": "100%"});
var html_aad5362e9866437c959948eeefbe34a3 = $(`<div id="html_aad5362e9866437c959948eeefbe34a3" style="width: 100.0%; height: 100.0%;">Corn Exchange, Bedford</div>`)[0];
popup_a3338a3d1f504b4490ac31ab693149d8.setContent(html_aad5362e9866437c959948eeefbe34a3);
marker_619750b446974fc992ff70ceed13d600.bindPopup(popup_a3338a3d1f504b4490ac31ab693149d8)
;
var marker_422fd13179b246528975d1942c08ccf6 = L.marker(
[52.6251, -1.13284],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_063f3a889b30484fadba6ff7ca016277 = L.popup({"maxWidth": "100%"});
var html_412cf7e838af4911962220bf89d623e9 = $(`<div id="html_412cf7e838af4911962220bf89d623e9" style="width: 100.0%; height: 100.0%;">Granby Halls</div>`)[0];
popup_063f3a889b30484fadba6ff7ca016277.setContent(html_412cf7e838af4911962220bf89d623e9);
marker_422fd13179b246528975d1942c08ccf6.bindPopup(popup_063f3a889b30484fadba6ff7ca016277)
;
var marker_1e764c36f0d34151b6201f40438ae2b3 = L.marker(
[52.9531, -1.17639],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_6eb4d6af85454f1b8e73a9e1113dfb6b = L.popup({"maxWidth": "100%"});
var html_60cf8659aa5e4f2d899ae71dfc0144cc = $(`<div id="html_60cf8659aa5e4f2d899ae71dfc0144cc" style="width: 100.0%; height: 100.0%;">Marcus Garvey Centre</div>`)[0];
popup_6eb4d6af85454f1b8e73a9e1113dfb6b.setContent(html_60cf8659aa5e4f2d899ae71dfc0144cc);
marker_1e764c36f0d34151b6201f40438ae2b3.bindPopup(popup_6eb4d6af85454f1b8e73a9e1113dfb6b)
;
var marker_262fd4175e024ffab45892b3b2d9610b = L.marker(
[52.032, -0.771],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_8b82efbe082f4ed783143d010d48a8c2 = L.popup({"maxWidth": "100%"});
var html_7c273911af9d4f0c8950ca674c8d5182 = $(`<div id="html_7c273911af9d4f0c8950ca674c8d5182" style="width: 100.0%; height: 100.0%;">Planet Ice Milton Keynes</div>`)[0];
popup_8b82efbe082f4ed783143d010d48a8c2.setContent(html_7c273911af9d4f0c8950ca674c8d5182);
marker_262fd4175e024ffab45892b3b2d9610b.bindPopup(popup_8b82efbe082f4ed783143d010d48a8c2)
;
var marker_252a4f31d6cc49b1a99aca9ccac40cc9 = L.marker(
[51.4737, -0.2511],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_e4a44b07790a40518cbf02e4a93e0a56 = L.popup({"maxWidth": "100%"});
var html_95342a3ae33c463bb2ba17b340462df6 = $(`<div id="html_95342a3ae33c463bb2ba17b340462df6" style="width: 100.0%; height: 100.0%;">The Bull's Head, Barnes</div>`)[0];
popup_e4a44b07790a40518cbf02e4a93e0a56.setContent(html_95342a3ae33c463bb2ba17b340462df6);
marker_252a4f31d6cc49b1a99aca9ccac40cc9.bindPopup(popup_e4a44b07790a40518cbf02e4a93e0a56)
;
var marker_f8571dc08b054735985bc7312576ae50 = L.marker(
[52.6227, 1.3035],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_b5b31adcb4614558865070271611f1ea = L.popup({"maxWidth": "100%"});
var html_f80b719386054730b068f8583d4cc886 = $(`<div id="html_f80b719386054730b068f8583d4cc886" style="width: 100.0%; height: 100.0%;">The Ferry Boat Inn</div>`)[0];
popup_b5b31adcb4614558865070271611f1ea.setContent(html_f80b719386054730b068f8583d4cc886);
marker_f8571dc08b054735985bc7312576ae50.bindPopup(popup_b5b31adcb4614558865070271611f1ea)
;
var marker_73b7fd5e751a4324a527c9b0c9235f71 = L.marker(
[51.5442, -0.201],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_62b4ae8a69174862af930b72f90c0d2d = L.popup({"maxWidth": "100%"});
var html_5308185ac445417e986eb2c37ded43e7 = $(`<div id="html_5308185ac445417e986eb2c37ded43e7" style="width: 100.0%; height: 100.0%;">The Luminaire</div>`)[0];
popup_62b4ae8a69174862af930b72f90c0d2d.setContent(html_5308185ac445417e986eb2c37ded43e7);
marker_73b7fd5e751a4324a527c9b0c9235f71.bindPopup(popup_62b4ae8a69174862af930b72f90c0d2d)
;
var marker_bc1a53b3043b4920bf0a037293229920 = L.marker(
[54.9752, -1.59175],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_e0ed3cccb9cf4ddb882de6d7d0fe95cb = L.popup({"maxWidth": "100%"});
var html_0fae62d790d34f2a843c17ac0e84652d = $(`<div id="html_0fae62d790d34f2a843c17ac0e84652d" style="width: 100.0%; height: 100.0%;">The Cluny</div>`)[0];
popup_e0ed3cccb9cf4ddb882de6d7d0fe95cb.setContent(html_0fae62d790d34f2a843c17ac0e84652d);
marker_bc1a53b3043b4920bf0a037293229920.bindPopup(popup_e0ed3cccb9cf4ddb882de6d7d0fe95cb)
;
var marker_935321cdf0b04bd89354b5ac80de61ad = L.marker(
[53.794, -1.5436],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_d614a9fa6ca8403db1684cb8356f66bb = L.popup({"maxWidth": "100%"});
var html_a703b85f91b94f489bfd5ed0def55074 = $(`<div id="html_a703b85f91b94f489bfd5ed0def55074" style="width: 100.0%; height: 100.0%;">Queens Hall, Leeds</div>`)[0];
popup_d614a9fa6ca8403db1684cb8356f66bb.setContent(html_a703b85f91b94f489bfd5ed0def55074);
marker_935321cdf0b04bd89354b5ac80de61ad.bindPopup(popup_d614a9fa6ca8403db1684cb8356f66bb)
;
var marker_1330453a73684a88b8db4124559ba758 = L.marker(
[51.567, 0.0063],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_f3816e82ff034d8eb72a5813ec8d88ab = L.popup({"maxWidth": "100%"});
var html_56e9aab54f414a3e8d613a4e2a4cab2e = $(`<div id="html_56e9aab54f414a3e8d613a4e2a4cab2e" style="width: 100.0%; height: 100.0%;">491 Gallery</div>`)[0];
popup_f3816e82ff034d8eb72a5813ec8d88ab.setContent(html_56e9aab54f414a3e8d613a4e2a4cab2e);
marker_1330453a73684a88b8db4124559ba758.bindPopup(popup_f3816e82ff034d8eb72a5813ec8d88ab)
;
var marker_8acf5b8af87f437ea61a0f2044646cb7 = L.marker(
[51.5128, -0.1284],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_6d4cfae4ff17491e9d7871c56f5d8368 = L.popup({"maxWidth": "100%"});
var html_e3602579cae740f6a4295a8b7a315427 = $(`<div id="html_e3602579cae740f6a4295a8b7a315427" style="width: 100.0%; height: 100.0%;">Bunjies</div>`)[0];
popup_6d4cfae4ff17491e9d7871c56f5d8368.setContent(html_e3602579cae740f6a4295a8b7a315427);
marker_8acf5b8af87f437ea61a0f2044646cb7.bindPopup(popup_6d4cfae4ff17491e9d7871c56f5d8368)
;
var marker_305643e2b35b45b481dacd6e36fda45a = L.marker(
[50.9519, -2.08329],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_ce894e3e5969418784823c134d14415a = L.popup({"maxWidth": "100%"});
var html_d32fa7e4d2ea4592a32fc48d5362c04b = $(`<div id="html_d32fa7e4d2ea4592a32fc48d5362c04b" style="width: 100.0%; height: 100.0%;">Larmer Tree Gardens</div>`)[0];
popup_ce894e3e5969418784823c134d14415a.setContent(html_d32fa7e4d2ea4592a32fc48d5362c04b);
marker_305643e2b35b45b481dacd6e36fda45a.bindPopup(popup_ce894e3e5969418784823c134d14415a)
;
var marker_529136ed036e49d9b5d062da6536493e = L.marker(
[53.3845, -1.46622],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_61ee41ad10e243d4894b97ca8349f617 = L.popup({"maxWidth": "100%"});
var html_567b50b1c32f41b8aed24146d6f889e3 = $(`<div id="html_567b50b1c32f41b8aed24146d6f889e3" style="width: 100.0%; height: 100.0%;">Boardwalk (nightclub)</div>`)[0];
popup_61ee41ad10e243d4894b97ca8349f617.setContent(html_567b50b1c32f41b8aed24146d6f889e3);
marker_529136ed036e49d9b5d062da6536493e.bindPopup(popup_61ee41ad10e243d4894b97ca8349f617)
;
var marker_d7a3c88e6ce64e14a30b053c2754a1b1 = L.marker(
[51.5416, 0.113259],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_fcaed1c4ee58486292bf6f4f6d64327b = L.popup({"maxWidth": "100%"});
var html_1607d72520954c0896c82742eac6d70a = $(`<div id="html_1607d72520954c0896c82742eac6d70a" style="width: 100.0%; height: 100.0%;">Dagenham Roundhouse</div>`)[0];
popup_fcaed1c4ee58486292bf6f4f6d64327b.setContent(html_1607d72520954c0896c82742eac6d70a);
marker_d7a3c88e6ce64e14a30b053c2754a1b1.bindPopup(popup_fcaed1c4ee58486292bf6f4f6d64327b)
;
var marker_8e36998423a34f56927463edd1514378 = L.marker(
[51.5066, -0.2316],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_3e9e44419c864074ac7fd58a912c4b5b = L.popup({"maxWidth": "100%"});
var html_44c3352a1e4a49ae8131974e2d35fb26 = $(`<div id="html_44c3352a1e4a49ae8131974e2d35fb26" style="width: 100.0%; height: 100.0%;">Strange Fruit (club)</div>`)[0];
popup_3e9e44419c864074ac7fd58a912c4b5b.setContent(html_44c3352a1e4a49ae8131974e2d35fb26);
marker_8e36998423a34f56927463edd1514378.bindPopup(popup_3e9e44419c864074ac7fd58a912c4b5b)
;
var marker_e95c37831f784c97b9438c6a27f3924b = L.marker(
[51.5135, -0.13155],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_9f0909a3b14e4c7588b49c02bc7994d9 = L.popup({"maxWidth": "100%"});
var html_46189f6d65644864a50c7f638c4ce784 = $(`<div id="html_46189f6d65644864a50c7f638c4ce784" style="width: 100.0%; height: 100.0%;">Ronnie Scott's Jazz Club</div>`)[0];
popup_9f0909a3b14e4c7588b49c02bc7994d9.setContent(html_46189f6d65644864a50c7f638c4ce784);
marker_e95c37831f784c97b9438c6a27f3924b.bindPopup(popup_9f0909a3b14e4c7588b49c02bc7994d9)
;
var marker_77084d0db8e84cc1bc61a33e91a12ec0 = L.marker(
[53.5806, -2.53556],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_3030d163e5524a0e9c191d54b849ffb6 = L.popup({"maxWidth": "100%"});
var html_4c395b4a5b0b48ef88b65ae086cfb68f = $(`<div id="html_4c395b4a5b0b48ef88b65ae086cfb68f" style="width: 100.0%; height: 100.0%;">Macron Stadium</div>`)[0];
popup_3030d163e5524a0e9c191d54b849ffb6.setContent(html_4c395b4a5b0b48ef88b65ae086cfb68f);
marker_77084d0db8e84cc1bc61a33e91a12ec0.bindPopup(popup_3030d163e5524a0e9c191d54b849ffb6)
;
var marker_1b1e776bd73140a2985a6f83cce82b55 = L.marker(
[54.1083, -3.2264],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_a0f8dc1fcb824285bb443057c78fdb95 = L.popup({"maxWidth": "100%"});
var html_4e98feb2db7345d0991f70b4ab64a0ee = $(`<div id="html_4e98feb2db7345d0991f70b4ab64a0ee" style="width: 100.0%; height: 100.0%;">Princess Selandia</div>`)[0];
popup_a0f8dc1fcb824285bb443057c78fdb95.setContent(html_4e98feb2db7345d0991f70b4ab64a0ee);
marker_1b1e776bd73140a2985a6f83cce82b55.bindPopup(popup_a0f8dc1fcb824285bb443057c78fdb95)
;
var marker_4731f334ed2d4075b810f3b7d8433614 = L.marker(
[51.3823, -0.3414],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_cfbd5f609f624ef8ac54a59698022f10 = L.popup({"maxWidth": "100%"});
var html_da9cec50de1d4680b62a328865489c2b = $(`<div id="html_da9cec50de1d4680b62a328865489c2b" style="width: 100.0%; height: 100.0%;">The Ram Folk Club</div>`)[0];
popup_cfbd5f609f624ef8ac54a59698022f10.setContent(html_da9cec50de1d4680b62a328865489c2b);
marker_4731f334ed2d4075b810f3b7d8433614.bindPopup(popup_cfbd5f609f624ef8ac54a59698022f10)
;
var marker_1e6e4cb8b97840d1a6eb856adbfb6327 = L.marker(
[50.8167, -0.408758],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_38e8cc805a334fb9a45a6f454caff2ac = L.popup({"maxWidth": "100%"});
var html_932400cfd83b4eefb50ab8de0d36b052 = $(`<div id="html_932400cfd83b4eefb50ab8de0d36b052" style="width: 100.0%; height: 100.0%;">Worthing Leisure Centre</div>`)[0];
popup_38e8cc805a334fb9a45a6f454caff2ac.setContent(html_932400cfd83b4eefb50ab8de0d36b052);
marker_1e6e4cb8b97840d1a6eb856adbfb6327.bindPopup(popup_38e8cc805a334fb9a45a6f454caff2ac)
;
var marker_be1e07da3c7b43a89f86c1b7c1bac479 = L.marker(
[54.6438, -3.5443],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_f98a22e2e4414bceafe75dda37aaced4 = L.popup({"maxWidth": "100%"});
var html_acc703e8d7c9499293ac110ecd61ebae = $(`<div id="html_acc703e8d7c9499293ac110ecd61ebae" style="width: 100.0%; height: 100.0%;">Workington Opera House</div>`)[0];
popup_f98a22e2e4414bceafe75dda37aaced4.setContent(html_acc703e8d7c9499293ac110ecd61ebae);
marker_be1e07da3c7b43a89f86c1b7c1bac479.bindPopup(popup_f98a22e2e4414bceafe75dda37aaced4)
;
var marker_d549b4a94b414522aa3db9cc79a21cf4 = L.marker(
[53.7925, -1.7565],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_304f966be56d46c4842a2c477ad5cd00 = L.popup({"maxWidth": "100%"});
var html_195532e3c90d48dda644c94ff84a4df7 = $(`<div id="html_195532e3c90d48dda644c94ff84a4df7" style="width: 100.0%; height: 100.0%;">Bradford Odeon</div>`)[0];
popup_304f966be56d46c4842a2c477ad5cd00.setContent(html_195532e3c90d48dda644c94ff84a4df7);
marker_d549b4a94b414522aa3db9cc79a21cf4.bindPopup(popup_304f966be56d46c4842a2c477ad5cd00)
;
var marker_343fac36334f4cac850a7f1347ffd5e7 = L.marker(
[51.2386, -0.5663],
{}
).addTo(map_65f20fe5282a4ba2b61badd488d65629);
var popup_7e517e55ed3d401cbb4529518014ac1e = L.popup({"maxWidth": "100%"});
var html_d7c32d07a77349f4871898e79528e2be = $(`<div id="html_d7c32d07a77349f4871898e79528e2be" style="width: 100.0%; height: 100.0%;">Guildford Civic Hall</div>`)[0];
popup_7e517e55ed3d401cbb4529518014ac1e.setContent(html_d7c32d07a77349f4871898e79528e2be);
marker_343fac36334f4cac850a7f1347ffd5e7.bindPopup(popup_7e517e55ed3d401cbb4529518014ac1e)
;
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment