aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremyJamesL <jeremyluscombe@gmail.com>2024-12-04 09:09:11 +0000
committerJeremyJamesL <jeremyluscombe@gmail.com>2024-12-04 09:09:11 +0000
commit96c52a6d58e10f3fae2a69ab00ed219e9f2d0059 (patch)
treef4d519dfd4ee0ab38e7d875b05edb671c71b0fa9
first commit
-rw-r--r--.env1
-rw-r--r--.gitignore24
-rw-r--r--README.md17
-rw-r--r--data/pubs.json35201
-rw-r--r--data/script.py90
-rw-r--r--index.html69
-rw-r--r--output.json1
-rw-r--r--package-lock.json2871
-rw-r--r--package.json21
-rw-r--r--postcss.config.js6
-rw-r--r--src/index.css38
-rw-r--r--src/main.js39
-rw-r--r--tailwind.config.js8
13 files changed, 38386 insertions, 0 deletions
diff --git a/.env b/.env
new file mode 100644
index 0000000..d2be58d
--- /dev/null
+++ b/.env
@@ -0,0 +1 @@
+PLACED_API_KEY="AIzaSyDG6OtaVMnfghyh1jNMsoDiTp1RXdw0Mds" \ No newline at end of file
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a547bf3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+lerna-debug.log*
+
+node_modules
+dist
+dist-ssr
+*.local
+
+# Editor directories and files
+.vscode/*
+!.vscode/extensions.json
+.idea
+.DS_Store
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1461165
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# London pub search
+
+Better search for every pub within the M25.
+
+Current searches for pubs in the UK are a bit rubbish. This takes inspiration from this [original Algolia project](https://preview.algolia.com/geo-search/).
+
+## Process
+
+1. Search for all pubs within the M25 and add to an Algolia index, get lat and long at the same time
+2. Google sucked at this, so used Wyre api
+3. Uploaded to Algolia
+4. Limite the map to London using restriction
+
+## To do:
+
+[x] Get all pubs using an API
+[] Replace null values for lat,lon with real data
diff --git a/data/pubs.json b/data/pubs.json
new file mode 100644
index 0000000..708cfa9
--- /dev/null
+++ b/data/pubs.json
@@ -0,0 +1,35201 @@
+[
+ {
+ "objectID": "6399f71d71c0238ae6f39daf",
+ "name": "Barking Indoor Bowls Club Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "IG11 8TA",
+ "address": "Indoor Bowls Hall, Barking Prk, Longbridge Road",
+ "_geoloc": { "lat": 51.542225, "lng": 0.085096 }
+ },
+ {
+ "objectID": "6399f71d71c0238ae6f39dcb",
+ "name": "Barking United Services Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "IG11 9SF",
+ "address": "79 Blake Avenue",
+ "_geoloc": { "lat": 51.53303, "lng": 0.098489 }
+ },
+ {
+ "objectID": "6399f71d71c0238ae6f39dbd",
+ "name": "Barking Rugby Union Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM9 4TX",
+ "address": "Gale Street",
+ "_geoloc": { "lat": 51.53492, "lng": 0.127357 }
+ },
+ {
+ "objectID": "6399f71d71c0238ae6f39dab",
+ "name": "Barking football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM8 2JR",
+ "address": "Barking Football Club, Lodge Avenue",
+ "_geoloc": { "lat": 51.545377, "lng": 0.11296 }
+ },
+ {
+ "objectID": "6399f71d71c0238ae6f39dd7",
+ "name": "Beacon Tree",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM8 1DJ",
+ "address": "Beacon Tree, 945 Green Lane",
+ "_geoloc": { "lat": 51.561457, "lng": 0.140758 }
+ },
+ {
+ "objectID": "6399f71d71c0238ae6f39e81",
+ "name": "Chadwell Heath Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM6 6YA",
+ "address": "St Chads Park, West Road",
+ "_geoloc": { "lat": 51.575822, "lng": 0.134086 }
+ },
+ {
+ "objectID": "6399f71d71c0238ae6f39f27",
+ "name": "Dagenham Bowling",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM9 6UQ",
+ "address": "Dagenham Leisure Park, Cook Road",
+ "_geoloc": { "lat": 51.532573, "lng": 0.135769 }
+ },
+ {
+ "objectID": "6399f71d71c0238ae6f39f2b",
+ "name": "Dagenham Conservative & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM10 8TT",
+ "address": "8-12 Salisbury Road",
+ "_geoloc": { "lat": 51.540071, "lng": 0.159424 }
+ },
+ {
+ "objectID": "6399f71d71c0238ae6f39f3d",
+ "name": "Dagenham Trades Hall",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM10 8TD",
+ "address": "Dagenham Trades Hall, Charlotte Road",
+ "_geoloc": { "lat": 51.541003, "lng": 0.157666 }
+ },
+ {
+ "objectID": "6399f71d71c0238ae6f39f5b",
+ "name": "Deuce Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "IG11 8AG",
+ "address": "20-22 London Road",
+ "_geoloc": { "lat": 51.538258, "lng": 0.078064 }
+ },
+ {
+ "objectID": "6399f71d71c0238ae6f39f7b",
+ "name": "Eastbrook Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM10 7UP",
+ "address": "Eastbrook Pub, Dagenham Road",
+ "_geoloc": { "lat": 51.5523338317871, "lng": 0.16448800265789 }
+ },
+ {
+ "objectID": "6399f71d71c0238ae6f3a1e3",
+ "name": "Lord Denman PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM10 8QS",
+ "address": "Lord Denman Ph, 270-272 Heathway",
+ "_geoloc": { "lat": 51.541852, "lng": 0.14813 }
+ },
+ {
+ "objectID": "6399f71d71c0238ae6f3a171",
+ "name": "Kings Bull",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "IG11 8ET",
+ "address": "2 North Street",
+ "_geoloc": { "lat": 51.5364799499512, "lng": 0.07691700011492 }
+ },
+ {
+ "objectID": "6399f71d71c0238ae6f3a175",
+ "name": "Kings Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "IG11 8HG",
+ "address": "2 Linton Road",
+ "_geoloc": { "lat": 51.538948, "lng": 0.07873 }
+ },
+ {
+ "objectID": "6399f71d71c0238ae6f3a0a7",
+ "name": "Harrow PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM6 5PT",
+ "address": "Billet Road",
+ "_geoloc": { "lat": 51.5888519287109, "lng": 0.13612599670887 }
+ },
+ {
+ "objectID": "6399f71d71c0238ae6f3a250",
+ "name": "ME 'N' O'Briens",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM9 6UR",
+ "address": "26-28 Goresbrook Road",
+ "_geoloc": { "lat": 51.532252, "lng": 0.146884 }
+ },
+ {
+ "objectID": "6399f71d71c0238ae6f3a252",
+ "name": "Mecca Bingo Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM9 6UQ",
+ "address": "Cook Road",
+ "_geoloc": { "lat": 51.532573, "lng": 0.135769 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a3f9",
+ "name": "Royal British Legion Dagenham Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM10 9SA",
+ "address": "Rectory Road",
+ "_geoloc": { "lat": 51.539099, "lng": 0.1541 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a531",
+ "name": "The Barking Dog",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "IG11 8TU",
+ "address": "The Barking Dog Ph, 61 Station Parade",
+ "_geoloc": { "lat": 51.539531, "lng": 0.080819 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a3f7",
+ "name": "Royal British Legion Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM8 3JP",
+ "address": "541 Becontree Avenue",
+ "_geoloc": { "lat": 51.559221, "lng": 0.136613 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a58f",
+ "name": "The Victoria",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "IG11 7LZ",
+ "address": "The Victoria Ph, Axe Street",
+ "_geoloc": { "lat": 51.535592, "lng": 0.079328 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a52f",
+ "name": "The Avenues Social Club Limited",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM7 0TH",
+ "address": "231 Dagenham Road",
+ "_geoloc": { "lat": 51.563231, "lng": 0.175296 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a541",
+ "name": "The Cherry Tree Ph",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM8 3LJ",
+ "address": "Wood Lane",
+ "_geoloc": { "lat": 51.552649, "lng": 0.13456 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a587",
+ "name": "The Three Travellers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM10 7DS",
+ "address": "The Three Travellers Ph, Wood Lane",
+ "_geoloc": { "lat": 51.560905, "lng": 0.149792 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a3f1",
+ "name": "RoundHouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM8 2HY",
+ "address": "The Roundhouse, Lodge Avenue",
+ "_geoloc": { "lat": 51.542741, "lng": 0.113515 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a52b",
+ "name": "Thatched House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "IG11 9PG",
+ "address": "The Thatched House Ph, Ripple Road",
+ "_geoloc": { "lat": 51.533425, "lng": 0.105558 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a52d",
+ "name": "The Admiral Vernon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM10 9HP",
+ "address": "141 Broad Street",
+ "_geoloc": { "lat": 51.536587, "lng": 0.150838 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a59d",
+ "name": "Tollgate Tavern Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM6 6QT",
+ "address": "High Road",
+ "_geoloc": { "lat": 51.572499, "lng": 0.141305 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a437",
+ "name": "Scrattons Community Association Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "IG11 0UA",
+ "address": "Scrattons Community Association Ltd, Morrison Road",
+ "_geoloc": { "lat": 51.530436, "lng": 0.132554 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a53d",
+ "name": "The Cedars Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM6 6TT",
+ "address": "Cedars Club, Mill Lane",
+ "_geoloc": { "lat": 51.572857, "lng": 0.135954 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a563",
+ "name": "The Jolly Fisherman PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "IG11 8LA",
+ "address": "The Jolly Fisherman Ph, 108 North Street",
+ "_geoloc": { "lat": 51.541229, "lng": 0.07435 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a57d",
+ "name": "The Royal Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "IG11 8UF",
+ "address": "Royal Oak, 201-203 Longbridge Road",
+ "_geoloc": { "lat": 51.546459197998, "lng": 0.09189099818468 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a539",
+ "name": "The Bowl Bar (City Pavilion)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM5 2BH",
+ "address": "Collier Row Road",
+ "_geoloc": { "lat": 51.595516, "lng": 0.147456 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a553",
+ "name": "The Cross Keys",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "RM10 9XA",
+ "address": "Crown Street",
+ "_geoloc": { "lat": 51.539372, "lng": 0.159319 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a583",
+ "name": "The Spot",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barking and Dagenham",
+ "postcode": "IG11 9RS",
+ "address": "380 Ripple Road",
+ "_geoloc": { "lat": 51.5353929, "lng": 0.094095 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a76d",
+ "name": "Barnet Table Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 2DN",
+ "address": "Barnet Table Tennis Centre, Barnet Lane, Barnet",
+ "_geoloc": { "lat": 51.6458511352539, "lng": -0.19299300014973 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a7d1",
+ "name": "Blarneys Free House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "HA8 0BB",
+ "address": "128 Burnt Oak Broadway, Edgware",
+ "_geoloc": { "lat": 51.601217, "lng": -0.267686 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a7e1",
+ "name": "Bodens",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN4 8RF",
+ "address": "99 East Barnet Road, Barnet",
+ "_geoloc": { "lat": 51.648277, "lng": -0.168396 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a841",
+ "name": "Builders Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN4 9SH",
+ "address": "Builders Arms, 3 Albert Road, Barnet",
+ "_geoloc": { "lat": 51.650889, "lng": -0.173307 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a823",
+ "name": "Brondesbury Cricket Tennis Bowls & Squash Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW2 2EB",
+ "address": "Brondesbury Cricket Tennis And Squash Club, 5 Harman Drive, London",
+ "_geoloc": { "lat": 51.558588, "lng": -0.206898 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a8b7",
+ "name": "Camden Playing Fields Sports And Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW7 1AS",
+ "address": "Old Camdenians Football Club, Burtonhole Lane, London",
+ "_geoloc": { "lat": 51.620624, "lng": -0.216777 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3aa91",
+ "name": "East Barnet Valley United Services Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN4 8RN",
+ "address": "23 East Barnet Road, Barnet",
+ "_geoloc": { "lat": 51.64982, "lng": -0.171066 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3aa99",
+ "name": "East Finchley Constitutional Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N2 8DE",
+ "address": "East Finchley Constitutional Club, The Walks, London",
+ "_geoloc": { "lat": 51.592651, "lng": -0.168988 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3aac7",
+ "name": "Elephant Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N12 8NR",
+ "address": "Elephant Inn, 283 Ballards Lane, London",
+ "_geoloc": { "lat": 51.611398, "lng": -0.179861 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3aa1b",
+ "name": "David Lloyd Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N12 0QZ",
+ "address": "David Lloyd Leisure Centre, Leisure Way, London",
+ "_geoloc": { "lat": 51.605864, "lng": -0.17445 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3aa8f",
+ "name": "East Barnet Valley Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "",
+ "address": "Victoria Recreation Ground, Park Road, Barnet",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a9e3",
+ "name": "Cricklewood Trades Hall Club And Institute",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW2 2DP",
+ "address": "134 Cricklewood Lane, London",
+ "_geoloc": { "lat": 51.559882, "lng": -0.209156 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a8ed",
+ "name": "Cavalier Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N20 0BB",
+ "address": "67 Russell Lane, London",
+ "_geoloc": { "lat": 51.629715, "lng": -0.15796 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a8e5",
+ "name": "Catcher In The Rye",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N3 1DP",
+ "address": "317 Regents Park Road, London",
+ "_geoloc": { "lat": 51.5996971130371, "lng": -0.19603900611401 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3ab39",
+ "name": "Finchley Lawn Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N3 1AJ",
+ "address": "Finchley Lawn Tennis Club, Brent Way, London",
+ "_geoloc": { "lat": 51.609074, "lng": -0.195898 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3ab35",
+ "name": "Finchley Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW7 1PU",
+ "address": "Nether Court, Frith Lane, London",
+ "_geoloc": { "lat": 51.609861, "lng": -0.20212 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3ab47",
+ "name": "Finchley United Services Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N12 8LY",
+ "address": "307 Ballards Lane, London",
+ "_geoloc": { "lat": 51.612887, "lng": -0.177923 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3ab3b",
+ "name": "Finchley Manor Lawn Tennis, Squash And Health Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N3 1TD",
+ "address": "Finchley Manor Lawn Tennis And Squash Rackets Club, Lyndhurst Gardens, London",
+ "_geoloc": { "lat": 51.6017, "lng": -0.204132 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3ab41",
+ "name": "Finchley Rugby Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N12 0PD",
+ "address": "Finchley Rugby Football Club, Summers Lane, London",
+ "_geoloc": { "lat": 51.6059226989746, "lng": -0.17273500561714 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3ab51",
+ "name": "Fitness Pod At Middlesex University",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW4 4BT",
+ "address": "Middlesex University, The Burroughs, London",
+ "_geoloc": { "lat": 51.589723, "lng": -0.228453 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3ab25",
+ "name": "Finchley Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N3 2DT",
+ "address": "Finchley Bowling Club, Etchingham Park Road, London",
+ "_geoloc": { "lat": 51.606292, "lng": -0.182852 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3ab45",
+ "name": "Finchley Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N12 9PT",
+ "address": "686 High Road, London",
+ "_geoloc": { "lat": 51.6128158569336, "lng": -0.17554399371147 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3ab8f",
+ "name": "Friary Park Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N20 0NR",
+ "address": "Friary Park, Friary Road, London",
+ "_geoloc": { "lat": 51.619381, "lng": -0.161845 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3abc1",
+ "name": "Gate Lodge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW11 7RR",
+ "address": "622 Finchley Road, London",
+ "_geoloc": { "lat": 51.571131, "lng": -0.195092 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3abd7",
+ "name": "Gertie Brownes",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N2 8AG",
+ "address": "95 High Road, London",
+ "_geoloc": { "lat": 51.590744, "lng": -0.164936 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3ac65",
+ "name": "Hampstead Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N2 0TU",
+ "address": "82 Winnington Road, London",
+ "_geoloc": { "lat": 51.572068, "lng": -0.174246 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3acad",
+ "name": "Hendon Rifle Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW9 7NB",
+ "address": "Hendon Rifle Club, Cool Oak Lane, London",
+ "_geoloc": { "lat": 51.5729560852051, "lng": -0.25027498602867 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3ad39",
+ "name": "Intimate Island Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N3 1XT",
+ "address": "85 Ballards Lane, London",
+ "_geoloc": { "lat": 51.603864, "lng": -0.190458 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3aca1",
+ "name": "Hendon Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW7 1DG",
+ "address": "Hendon Golf Club, Ashley Walk, London",
+ "_geoloc": { "lat": 51.607016, "lng": -0.220184 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3acaf",
+ "name": "Hendon Rugby Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW4 1RL",
+ "address": "Hendon Rugby Football Club, Greenlands Lane, London",
+ "_geoloc": { "lat": 51.603873, "lng": -0.226415 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3acc1",
+ "name": "Hind & Hart",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW9 5XA",
+ "address": "Hind And Hart, The Concourse, London",
+ "_geoloc": { "lat": 51.602516, "lng": -0.245009 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3acb3",
+ "name": "Hendon Sea Training Corps",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW9 7ND",
+ "address": "Hendon Sea Cadet Hall, Cool Oak Lane, London",
+ "_geoloc": { "lat": 51.574134, "lng": -0.24603 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3ad8f",
+ "name": "Joiners Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N3 1XP",
+ "address": "Joiners Arms, 51 Ballards Lane, London",
+ "_geoloc": { "lat": 51.603347, "lng": -0.191331 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3ae01",
+ "name": "Kings Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 5SN",
+ "address": "The Kings Head, 84 High Street, Barnet",
+ "_geoloc": { "lat": 51.653473, "lng": -0.200887 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3ae41",
+ "name": "Laboratory Spa & Health Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW4 4TJ",
+ "address": "1 Hall Lane, London",
+ "_geoloc": { "lat": 51.599968, "lng": -0.23575 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3ae4b",
+ "name": "Lambo Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW2 1HR",
+ "address": "75 Cricklewood Lane, London",
+ "_geoloc": { "lat": 51.5607892, "lng": -0.2074634 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3aec1",
+ "name": "Lord Kitchener",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN4 8RN",
+ "address": "Lord Kitchener, 49 East Barnet Road, Barnet",
+ "_geoloc": { "lat": 51.64982, "lng": -0.171066 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3aec7",
+ "name": "Lounge 4:04",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW2 1HD",
+ "address": "26 Cricklewood Lane, London",
+ "_geoloc": { "lat": 51.5575637817383, "lng": -0.2134879976511 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3aed0",
+ "name": "Lucky 7 - Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW2 1ET",
+ "address": "7 Cricklewood Lane, London",
+ "_geoloc": { "lat": 51.557345, "lng": -0.214982 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3aef4",
+ "name": "Maccabi London",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 3HW",
+ "address": "Rowley Lane Sports Ground, Rowley Lane, Barnet",
+ "_geoloc": { "lat": 51.654358, "lng": -0.245132 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bb5d",
+ "name": "Woodside Park Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N12 7JG",
+ "address": "Woodside Park Club, Southover, London",
+ "_geoloc": { "lat": 51.61988, "lng": -0.191049 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bb7b",
+ "name": "Ye Olde Mitre Inne",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 5SJ",
+ "address": "Ye Olde Mitre Inne, 58 High Street, Barnet",
+ "_geoloc": { "lat": 51.653111, "lng": -0.199557 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bb7e",
+ "name": "Ye Olde Monken Holt",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 5SU",
+ "address": "Ye Olde Monken Holt, 193 High Street, Barnet",
+ "_geoloc": { "lat": 51.657808, "lng": -0.201496 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b16d",
+ "name": "Oak Hill Bowls Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN4 8JS",
+ "address": "Oak Hill Park, Parkside Gardens, Barnet",
+ "_geoloc": { "lat": 51.636047, "lng": -0.148874 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3b03e",
+ "name": "Mill Hill Village Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW7 1AS",
+ "address": "The Mill Hill Cricket Club, Burtonhole Lane, London",
+ "_geoloc": { "lat": 51.620624, "lng": -0.216777 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3b023",
+ "name": "Mill Hill Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW7 3AL",
+ "address": "Mill Hill Golf Club, 100 Barnet Way, London",
+ "_geoloc": { "lat": 51.628706, "lng": -0.253159 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3b032",
+ "name": "Mill Hill Rugby Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW7 2EQ",
+ "address": "Mill Hill Rugby Football Club, Champions Way, London",
+ "_geoloc": { "lat": 51.604841, "lng": -0.232139 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3b038",
+ "name": "Mill Hill Services Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW7 2HX",
+ "address": "Mill Hill Services Club Ltd, 11 Hartley Avenue, London",
+ "_geoloc": { "lat": 51.615101, "lng": -0.243484 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b182",
+ "name": "Oakleigh Lawn Tennis & Squash Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N20 9EZ",
+ "address": "100 Oakleigh Road North, London",
+ "_geoloc": { "lat": 51.629675, "lng": -0.16916 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b1be",
+ "name": "Old Elizabethans Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 2AG",
+ "address": "Old Elizabethans (Barnet) Memorial Playing Field, Mays Lane, Barnet",
+ "_geoloc": { "lat": 51.638437, "lng": -0.228636 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b185",
+ "name": "Oakleigh Park School Of Swimming",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N20 9EZ",
+ "address": "100 Oakleigh Road North, London",
+ "_geoloc": { "lat": 51.629675, "lng": -0.16916 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b1b2",
+ "name": "O'Hanlons PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW9 7EE",
+ "address": "O'Hanlons, 210 West Hendon Broadway, London",
+ "_geoloc": { "lat": 51.577149, "lng": -0.238972 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b1c1",
+ "name": "Old Fold Manor Artisans Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 4QN",
+ "address": "Old Fold Manor Golf Club, Old Fold Lane, Barnet",
+ "_geoloc": { "lat": 51.664515, "lng": -0.200276 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b1fd",
+ "name": "Osidge Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N14 5JP",
+ "address": "Osidge Arms, Hampden Square, London",
+ "_geoloc": { "lat": 51.632159, "lng": -0.142414 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b209",
+ "name": "Oxi Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N12 0RS",
+ "address": "232 Woodhouse Road, London",
+ "_geoloc": { "lat": 51.611474, "lng": -0.162815 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b1e5",
+ "name": "Orange Tree Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N20 8NX",
+ "address": "Orange Tree, 7 Totteridge Village, London",
+ "_geoloc": { "lat": 51.630007, "lng": -0.196426 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b32c",
+ "name": "Poolside Manor Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N3 1TD",
+ "address": "Poolside Manor, Lyndhurst Gardens, London",
+ "_geoloc": { "lat": 51.6016672, "lng": -0.2025241 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b242",
+ "name": "Papillion Lounge Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW11 6JJ",
+ "address": "The Market Place, Falloden Way, London",
+ "_geoloc": { "lat": 51.585643, "lng": -0.182709 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b359",
+ "name": "Powerleague Fives Limited",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW7 2BB",
+ "address": "Powerleague Soccer Centre, 31 Pursley Road, London",
+ "_geoloc": { "lat": 51.607539, "lng": -0.226777 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b377",
+ "name": "Prince Of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN4 8TB",
+ "address": "Prince Of Wales, 2 Church Hill Road, Barnet",
+ "_geoloc": { "lat": 51.641566, "lng": -0.16303 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b395",
+ "name": "Pure Gym",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN4 8RQ",
+ "address": "18 East Barnet Road, Barnet",
+ "_geoloc": { "lat": 51.649422, "lng": -0.170937 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b3b0",
+ "name": "Queens Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 1AB",
+ "address": "Queens Arms, Great North Road, Barnet",
+ "_geoloc": { "lat": 51.646658, "lng": -0.188061 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b3c8",
+ "name": "Railway Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW7 3SB",
+ "address": "Railway Tavern, 129 Hale Lane, London",
+ "_geoloc": { "lat": 51.616401, "lng": -0.258918 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b3cb",
+ "name": "Railway Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN4 8RR",
+ "address": "Railway Tavern, 3 East Barnet Road, Barnet",
+ "_geoloc": { "lat": 51.650187, "lng": -0.174448 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b3f5",
+ "name": "Red Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 5UW",
+ "address": "Toby Carvery, 31 High Street, Barnet",
+ "_geoloc": { "lat": 51.6528, "lng": -0.199829 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b506",
+ "name": "Sebright Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 4ET",
+ "address": "9 Alston Road, Barnet",
+ "_geoloc": { "lat": 51.6562783, "lng": -0.2078522 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b5c9",
+ "name": "South Herts Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N20 8QU",
+ "address": "South Herts Golf Club, Links Drive, London",
+ "_geoloc": { "lat": 51.632376, "lng": -0.187922 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b5cc",
+ "name": "Southover Pre School",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N12 7JE",
+ "address": "Old Finchleians Club, 12 Southover, London",
+ "_geoloc": { "lat": 51.619205, "lng": -0.190484 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b608",
+ "name": "St Barnabas",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N12 7DN",
+ "address": "St Barnabas Church, Holden Road, London",
+ "_geoloc": { "lat": 51.617254, "lng": -0.186993 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b60e",
+ "name": "St Edwards Church Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW11 7NE",
+ "address": "St Edward The Confessor Roman Catholic Church, 700 Finchley Road, London",
+ "_geoloc": { "lat": 51.576351, "lng": -0.196501 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b64d",
+ "name": "St Peter's Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 1RF",
+ "address": "63 Somerset Road, Barnet",
+ "_geoloc": { "lat": 51.648205, "lng": -0.1771 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b72e",
+ "name": "Tally Ho",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N12 0BP",
+ "address": "749 High Road, London",
+ "_geoloc": { "lat": 51.613746, "lng": -0.17643 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b7fa",
+ "name": "The Bohemia",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N12 9QH",
+ "address": "762 High Road, London",
+ "_geoloc": { "lat": 51.615435, "lng": -0.176348 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b7ee",
+ "name": "The Black Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 4BW",
+ "address": "The Black Horse, 92 Wood Street, Barnet",
+ "_geoloc": { "lat": 51.653318, "lng": -0.204868 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b7f7",
+ "name": "The Bodhran PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW4 3UT",
+ "address": "3 Vivian Avenue, London",
+ "_geoloc": { "lat": 51.582481, "lng": -0.228229 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b806",
+ "name": "The Butchers Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 5XP",
+ "address": "148 High Street, Barnet",
+ "_geoloc": { "lat": 51.6557388305664, "lng": -0.20147700607777 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b7cd",
+ "name": "The Arena Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW4 3AS",
+ "address": "17 Central Circus, London",
+ "_geoloc": { "lat": 51.583142, "lng": -0.226746 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b7d0",
+ "name": "The Arkley",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 3EP",
+ "address": "The Arkley Public House, 2 Barnet Road, Barnet",
+ "_geoloc": { "lat": 51.652155, "lng": -0.220585 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b776",
+ "name": "Templars Lawn Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW11 0PJ",
+ "address": "Templars Lawn Tennis Club, St Andrews Road, London",
+ "_geoloc": { "lat": 51.578113, "lng": -0.200602 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b800",
+ "name": "The Bridge Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW7 3LN",
+ "address": "9 The Broadway, London",
+ "_geoloc": { "lat": 51.614238, "lng": -0.248948 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b7e5",
+ "name": "The Beaufort",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW9 5AA",
+ "address": "2 Heritage Avenue, London",
+ "_geoloc": { "lat": 51.596531, "lng": -0.242857 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b82d",
+ "name": "The Cock Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN4 9HU",
+ "address": "The Cock And Dragon, Chalk Lane, Enfield",
+ "_geoloc": { "lat": 51.654507, "lng": -0.154541 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b81e",
+ "name": "The Chandos Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW9 5DS",
+ "address": "31 Colindale Avenue, London",
+ "_geoloc": { "lat": 51.5932606, "lng": -0.2554462 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b827",
+ "name": "The Claddagh Ring",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW4 4EA",
+ "address": "The Claddagh Ring, 10 Church Road, London",
+ "_geoloc": { "lat": 51.590174, "lng": -0.226126 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b875",
+ "name": "The Five Bells",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N2 0LZ",
+ "address": "Five Bells, 165 East End Road, London",
+ "_geoloc": { "lat": 51.590286, "lng": -0.171898 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b8ae",
+ "name": "The Hendon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW4 3LP",
+ "address": "The Hendon, 377 Hendon Way, London",
+ "_geoloc": { "lat": 51.581439, "lng": -0.227072 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b8d5",
+ "name": "The King Of Prussia",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N3 1DH",
+ "address": "363 Regents Park Road, London",
+ "_geoloc": { "lat": 51.600882, "lng": -0.19475 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b8fc",
+ "name": "The Midland Hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW4 4PN",
+ "address": "The Midland Hotel Public House, 29 Station Road, London",
+ "_geoloc": { "lat": 51.580713, "lng": -0.23742 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b893",
+ "name": "The Greek Chef",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N12 0PD",
+ "address": "Glebelands Indoor Bowls Club, Summers Lane, London",
+ "_geoloc": { "lat": 51.606027, "lng": -0.172783 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b89c",
+ "name": "The Greyhound",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW4 4JT",
+ "address": "The Greyhound, 50 Church End, London",
+ "_geoloc": { "lat": 51.5911865234375, "lng": -0.22709700465202 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b89f",
+ "name": "The Griffin",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N20 9HH",
+ "address": "The Griffin, 1262 High Road, London",
+ "_geoloc": { "lat": 51.630444, "lng": -0.174648 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b8ff",
+ "name": "The Moon Under Water",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW9 6RR",
+ "address": "Varley Parade, The Hyde, London",
+ "_geoloc": { "lat": 51.587362, "lng": -0.250905 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b872",
+ "name": "The Finchley Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N12 9PT",
+ "address": "686 High Road, London",
+ "_geoloc": { "lat": 51.6128158569336, "lng": -0.17554399371147 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b884",
+ "name": "The Gate Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 3LA",
+ "address": "The Gate, 195 Barnet Road, Barnet",
+ "_geoloc": { "lat": 51.642026, "lng": -0.242443 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b8cc",
+ "name": "The Jolly Badger",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "HA8 9RZ",
+ "address": "128 Hale Lane, Edgware",
+ "_geoloc": { "lat": 51.617259, "lng": -0.261037 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b88a",
+ "name": "The Gower Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW2 2BS",
+ "address": "University College School Sports Ground, Ranulf Road, London",
+ "_geoloc": { "lat": 51.558309, "lng": -0.200966 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b8f3",
+ "name": "The Lord Nelson",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 2SA",
+ "address": "14 West End Lane, Barnet",
+ "_geoloc": { "lat": 51.652357, "lng": -0.210804 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b87b",
+ "name": "The Freemasons Fraternity",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW2 2HR",
+ "address": "Acre House, 402 Finchley Road, London",
+ "_geoloc": { "lat": 51.561286, "lng": -0.196924 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b950",
+ "name": "The Spaniards Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW3 7JJ",
+ "address": "The Spaniards Inn, Spaniards Road, London",
+ "_geoloc": { "lat": 51.569738, "lng": -0.174166 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b935",
+ "name": "The Refectory",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW11 7PE",
+ "address": "911 Finchley Road, London",
+ "_geoloc": { "lat": 51.5739212036133, "lng": -0.19635300338268 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b93b",
+ "name": "The Rising Sun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW7 4EY",
+ "address": "137 Marsh Lane, London",
+ "_geoloc": { "lat": 51.6271629333496, "lng": -0.24184800684452 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b968",
+ "name": "The Three Wishes Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "HA8 7EL",
+ "address": "The Three Wishes, 122 High Street, Edgware",
+ "_geoloc": { "lat": 51.612217, "lng": -0.280699 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b932",
+ "name": "The Red Filly",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW7 1LN",
+ "address": "Thornfield Parade, Holders Hill Road, London",
+ "_geoloc": { "lat": 51.604483, "lng": -0.207358 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b90e",
+ "name": "The Old White Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N2 0NW",
+ "address": "Old White Lion, 121 Great North Road, London",
+ "_geoloc": { "lat": 51.587342, "lng": -0.164756 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b965",
+ "name": "The Three Wishes",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "HA8 7EL",
+ "address": "The Three Wishes, 122 High Street, Edgware",
+ "_geoloc": { "lat": 51.612217, "lng": -0.280699 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b9a4",
+ "name": "Three Hammers Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW7 4EA",
+ "address": "Three Hammers, Hammers Lane, London",
+ "_geoloc": { "lat": 51.620942, "lng": -0.234258 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b9cb",
+ "name": "Toolans",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N12 9RH",
+ "address": "866 High Road, London",
+ "_geoloc": { "lat": 51.618772, "lng": -0.176431 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b9a7",
+ "name": "Three Horseshoes Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N20 0RA",
+ "address": "Three Horseshoes, 1166 High Road, London",
+ "_geoloc": { "lat": 51.627076, "lng": -0.174928 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3ba82",
+ "name": "Virgin Active Cricklewood",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW2 2DS",
+ "address": "108 Cricklewood Lane, London",
+ "_geoloc": { "lat": 51.559324, "lng": -0.209726 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b992",
+ "name": "The Woodhouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N12 0RS",
+ "address": "230 Woodhouse Road, London",
+ "_geoloc": { "lat": 51.611474, "lng": -0.162815 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b99b",
+ "name": "The York Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N20 0DH",
+ "address": "York Arms, 310 Oakleigh Road North, London",
+ "_geoloc": { "lat": 51.625127, "lng": -0.15894 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3ba7f",
+ "name": "Virgin Active",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW7 1GU",
+ "address": "34 Langstone Way, London",
+ "_geoloc": { "lat": 51.607696, "lng": -0.210481 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b98c",
+ "name": "The Windsor Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N2 8DL",
+ "address": "Windsor Castle, The Walks, London",
+ "_geoloc": { "lat": 51.593584, "lng": -0.171189 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b9e6",
+ "name": "Totteridge Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N20 8PB",
+ "address": "Totteridge Cricket Club, Totteridge Green, London",
+ "_geoloc": { "lat": 51.627895, "lng": -0.194169 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b9ec",
+ "name": "Totteridge Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N20 8QL",
+ "address": "Totteridge Tennis Club, Great Bushey Drive, London",
+ "_geoloc": { "lat": 51.632783, "lng": -0.181678 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b97d",
+ "name": "The Village Royal British Legion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N11 3DP",
+ "address": "St Johns Buildings, Friern Barnet Road, London",
+ "_geoloc": { "lat": 51.613459, "lng": -0.154675 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3b986",
+ "name": "The Weavers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 1EU",
+ "address": "Greenhill Parade, Great North Road, Barnet",
+ "_geoloc": { "lat": 51.64609, "lng": -0.186262 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3baca",
+ "name": "Waterfall Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N11 1DD",
+ "address": "The Pavilion, Pymmes Green Road, London",
+ "_geoloc": { "lat": 51.623132, "lng": -0.137972 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bb1e",
+ "name": "Wilf Slack Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N3 2SU",
+ "address": "19 East End Road, London",
+ "_geoloc": { "lat": 51.596561, "lng": -0.191557 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a67d",
+ "name": "Ahir Lorenzo's Bar Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N3 1RJ",
+ "address": "298 Nether Street, London",
+ "_geoloc": { "lat": 51.602747, "lng": -0.195571 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a669",
+ "name": "Admiral Casino",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "NW2 3ED",
+ "address": "164 Cricklewood Broadway, London",
+ "_geoloc": { "lat": 51.5567512512207, "lng": -0.21496300399303 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a693",
+ "name": "Albanian Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N12 0PD",
+ "address": "Albanian Association, Summers Lane, London",
+ "_geoloc": { "lat": 51.606027, "lng": -0.172783 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a749",
+ "name": "Bald Faced Stag",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "N2 8AB",
+ "address": "Bald Faced Stag, 69 High Road, London",
+ "_geoloc": { "lat": 51.589149, "lng": -0.164741 }
+ },
+ {
+ "objectID": "6399f71e71c0238ae6f3a75f",
+ "name": "Barnet Elizabethans Rugby Football Club Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Barnet",
+ "postcode": "EN5 4NS",
+ "address": "Barnet Rugby Football Club, Byng Road, Barnet",
+ "_geoloc": { "lat": 51.6576843261719, "lng": -0.21332800388336 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bc71",
+ "name": "Arcadia Lounge Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 8DB",
+ "address": "247 Broadway, Bexleyheath",
+ "_geoloc": { "lat": 51.457454, "lng": 0.137831 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bce3",
+ "name": "Barnehurst Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA7 6JU",
+ "address": "Mayplace Road East, Bexleyheath",
+ "_geoloc": { "lat": 51.460348, "lng": 0.169205 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bd3d",
+ "name": "Belvedere North Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA17 5AA",
+ "address": "2 Paroma Road, Belvedere",
+ "_geoloc": { "lat": 51.49078, "lng": 0.147241 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bd43",
+ "name": "Belvedere Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA17 5JQ",
+ "address": "27-35 Nuxley Road, Belvedere",
+ "_geoloc": { "lat": 51.482537, "lng": 0.146551 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bc59",
+ "name": "Anchor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA5 1JE",
+ "address": "The Blue Anchor Public House, Bridgen Road",
+ "_geoloc": { "lat": 51.4452781677246, "lng": 0.13384699821472 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bd25",
+ "name": "Bellegrove Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA16 3QD",
+ "address": "90 Bellegrove Road, Welling",
+ "_geoloc": { "lat": 51.463566, "lng": 0.101678 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bd4f",
+ "name": "Belvedere Working Men's Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA17 5DA",
+ "address": "66 Gilbert Road, Belvedere",
+ "_geoloc": { "lat": 51.491457, "lng": 0.146624 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bd49",
+ "name": "Belvedere Sports & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "SE2 0DY",
+ "address": "101A Woolwich Road, Abbey Wood",
+ "_geoloc": { "lat": 51.482981, "lng": 0.136518 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bd01",
+ "name": "Bear & Ragged Staff",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA1 4BH",
+ "address": "2 London Road, Crayford",
+ "_geoloc": { "lat": 51.451812, "lng": 0.177091 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bdac",
+ "name": "Bexleyheath Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 8JS",
+ "address": "Mount Road, Bexleyheath",
+ "_geoloc": { "lat": 51.452149, "lng": 0.12935 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bd94",
+ "name": "Bexley Lawn Tennis & Squash Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA5 1AX",
+ "address": "Parkhurst Road, Bexley",
+ "_geoloc": { "lat": 51.444888, "lng": 0.148267 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bdb2",
+ "name": "Bexleyheath Working Mens Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 7HG",
+ "address": "Royal Oak Road, Bexleyheath",
+ "_geoloc": { "lat": 51.455237, "lng": 0.142002 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bdbe",
+ "name": "Black Horse Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA5 1NT",
+ "address": "63 Albert Road, Bexley",
+ "_geoloc": { "lat": 51.445362, "lng": 0.149902 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3be4e",
+ "name": "Burnt Ash (Bexley) Hockey Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA5 3QG",
+ "address": "Manor Way, Bexley",
+ "_geoloc": { "lat": 51.438742, "lng": 0.144094 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bd6a",
+ "name": "Bexley & Sidcup Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA15 7EB",
+ "address": "19 Station Road, Sidcup",
+ "_geoloc": { "lat": 51.427957, "lng": 0.101008 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3be6c",
+ "name": "Cafe Vita At Erith Leisure Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA8 3AT",
+ "address": "Avenue Road, Erith",
+ "_geoloc": { "lat": 51.476978, "lng": 0.174429 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bf74",
+ "name": "Corner Pin PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA8 2HX",
+ "address": "The Corner Pin Public House, Slade Green Road",
+ "_geoloc": { "lat": 51.4720764160156, "lng": 0.18656200170517 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3c004",
+ "name": "Danson Sports FC",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA1 4RB",
+ "address": "Perry Street, Crayford",
+ "_geoloc": { "lat": 51.4625015258789, "lng": 0.18066599965095 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3c06d",
+ "name": "Earl Haig Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA7 5HH",
+ "address": "The Pantiles, Bexleyheath",
+ "_geoloc": { "lat": 51.4733238220215, "lng": 0.14045922458172 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3c0df",
+ "name": "Erith Rugby Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA8 1JB",
+ "address": "Sussex Road, Erith",
+ "_geoloc": { "lat": 51.47455, "lng": 0.154485 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3c0e5",
+ "name": "Erith Veterans Club & Rotary Club Lunch Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA8 3DE",
+ "address": "Park Crescent, Erith",
+ "_geoloc": { "lat": 51.478591, "lng": 0.17766 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3c016",
+ "name": "David Lloyd Leisure",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA14 5ED",
+ "address": "Baugh Road, Sidcup",
+ "_geoloc": { "lat": 51.420617, "lng": 0.117111 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c14e",
+ "name": "Flower Of Kent Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA14 5HS",
+ "address": "118 Maidstone Road, Sidcup",
+ "_geoloc": { "lat": 51.416104, "lng": 0.123015 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3c007",
+ "name": "Danson Stables",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 8HL",
+ "address": "Danson Park, Danson Road",
+ "_geoloc": { "lat": 51.45578, "lng": 0.122567 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3c013",
+ "name": "Dartfordians Community Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA5 1LW",
+ "address": "Bourne Road, Bexley",
+ "_geoloc": { "lat": 51.443406, "lng": 0.151594 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c11e",
+ "name": "Falconwood Private Members' Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA16 2SG",
+ "address": "Falconwood Avenue, Welling",
+ "_geoloc": { "lat": 51.463962, "lng": 0.09159 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c15a",
+ "name": "Foots Cray Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA14 5BY",
+ "address": "23-27 Cray Road, Sidcup",
+ "_geoloc": { "lat": 51.417527, "lng": 0.116422 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bfa4",
+ "name": "Crayford Arrows Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA1 4RJ",
+ "address": "96 Perry Street, Crayford",
+ "_geoloc": { "lat": 51.455759, "lng": 0.177106 }
+ },
+ {
+ "objectID": "6399f71f71c0238ae6f3bfb0",
+ "name": "Crayford Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA1 4JA",
+ "address": "Crayford Way, Crayford",
+ "_geoloc": { "lat": 51.452037, "lng": 0.179491 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c109",
+ "name": "Falcon Harvester",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "SE9 2RN",
+ "address": "Lingfield Crescent, Eltham",
+ "_geoloc": { "lat": 51.459253, "lng": 0.079815 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c1cc",
+ "name": "Goals Bexleyheath At Bexleyheath School",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 7DA",
+ "address": "Graham Road, Bexleyheath",
+ "_geoloc": { "lat": 51.460119, "lng": 0.143037 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c20b",
+ "name": "Halfway Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA17 6DQ",
+ "address": "165 Lower Road, Belvedere",
+ "_geoloc": { "lat": 51.490518, "lng": 0.161519 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c2b3",
+ "name": "Hill Top Tap",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA14 6NF",
+ "address": "7 - 8 Elm Parade, Main Road",
+ "_geoloc": { "lat": 51.426282, "lng": 0.100139 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c205",
+ "name": "Guy Earl Of Warwick",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA16 1TA",
+ "address": "Park View Road, Welling",
+ "_geoloc": { "lat": 51.461091, "lng": 0.114809 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c337",
+ "name": "J & K's Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "SE9 2RL",
+ "address": "13 Lingfield Crescent, London",
+ "_geoloc": { "lat": 51.459121, "lng": 0.081118 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c469",
+ "name": "Lingwood Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA7 6HE",
+ "address": "Lingwood, Three Corners",
+ "_geoloc": { "lat": 51.464466, "lng": 0.157076 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c5c8",
+ "name": "Montrose Park Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA15 9AJ",
+ "address": "158 Hurst Road, Sidcup",
+ "_geoloc": { "lat": 51.437418, "lng": 0.115485 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c59e",
+ "name": "Miller And Carter",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA5 1PQ",
+ "address": "Hall Place, Bourne Road",
+ "_geoloc": { "lat": 51.448002, "lng": 0.160402 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c625",
+ "name": "Nags Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA16 1TR",
+ "address": "37 Welling High Street, Welling",
+ "_geoloc": { "lat": 51.46207, "lng": 0.112839 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c2ef",
+ "name": "Horse & Groom Harvester",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA14 6NZ",
+ "address": "136 Main Road, Sidcup",
+ "_geoloc": { "lat": 51.427213, "lng": 0.093838 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c532",
+ "name": "Martin Dene Lawn Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 8NA",
+ "address": "Martin Dene, Bexleyheath",
+ "_geoloc": { "lat": 51.452119, "lng": 0.138935 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c1a5",
+ "name": "George Staples",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA15 8PR",
+ "address": "273 Blackfen Road, Sidcup",
+ "_geoloc": { "lat": 51.451212, "lng": 0.100549 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c63a",
+ "name": "New Cross Turnpike",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA16 3PB",
+ "address": "55 Bellegrove Road, Welling",
+ "_geoloc": { "lat": 51.462826, "lng": 0.104351 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c667",
+ "name": "Ninety Seven Wine Cocktail Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA14 6ND",
+ "address": "97 Main Road, Sidcup",
+ "_geoloc": { "lat": 51.4266404, "lng": 0.1001801 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c691",
+ "name": "North Heath Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA8 1HN",
+ "address": "8 Mill Road, Erith",
+ "_geoloc": { "lat": 51.473459, "lng": 0.160942 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c6d6",
+ "name": "Old Bexley Ex Servicemans Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA5 1AB",
+ "address": "Bexley High Street, Bexley",
+ "_geoloc": { "lat": 51.441548, "lng": 0.147981 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c6b2",
+ "name": "Nyne",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 8DB",
+ "address": "267 Broadway, Bexleyheath",
+ "_geoloc": { "lat": 51.457454, "lng": 0.137831 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c6f4",
+ "name": "One Bell",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA1 4DY",
+ "address": "170 Old Road, Crayford",
+ "_geoloc": { "lat": 51.453828, "lng": 0.174582 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c775",
+ "name": "Phoenix Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA7 6JT",
+ "address": "Mayplace Road East, Bexleyheath",
+ "_geoloc": { "lat": 51.45795, "lng": 0.171006 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c7ba",
+ "name": "Plough And Harrow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA16 3QS",
+ "address": "143 Bellegrove Road, Welling",
+ "_geoloc": { "lat": 51.463472, "lng": 0.100378 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c7fc",
+ "name": "Priory Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA17 5QL",
+ "address": "169 Picardy Road, Belvedere",
+ "_geoloc": { "lat": 51.486477, "lng": 0.14894 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c7f9",
+ "name": "Prince Of Wales Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA17 5EE",
+ "address": "13A Woolwich Road, Belvedere",
+ "_geoloc": { "lat": 51.483615, "lng": 0.142209 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c80e",
+ "name": "Pure",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 7LS",
+ "address": "Albion Road, Bexleyheath",
+ "_geoloc": { "lat": 51.454982, "lng": 0.146093 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c87d",
+ "name": "Robin Hood & Little John",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 8PF",
+ "address": "78 Lion Road, Bexleyheath",
+ "_geoloc": { "lat": 51.454575, "lng": 0.135926 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c88f",
+ "name": "Rose Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 7ES",
+ "address": "179 Broadway, Bexleyheath",
+ "_geoloc": { "lat": 51.45694, "lng": 0.14083 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c8a1",
+ "name": "Royal Standard",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA17 5JN",
+ "address": "39 Nuxley Road, Belvedere",
+ "_geoloc": { "lat": 51.481923, "lng": 0.145701 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c898",
+ "name": "Royal British Legion Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA1 4PE",
+ "address": "214A Iron Mill Lane, Crayford",
+ "_geoloc": { "lat": 51.456488, "lng": 0.19345 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c8a7",
+ "name": "Running Horses",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA8 1QY",
+ "address": "Erith High Street, Erith",
+ "_geoloc": { "lat": 51.481667, "lng": 0.181033 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c958",
+ "name": "Sidcup Sports Club Catering",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA14 6RA",
+ "address": "Sydney Road, Sidcup",
+ "_geoloc": { "lat": 51.425651, "lng": 0.091637 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c964",
+ "name": "Silver Fox Micro Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA5 3AP",
+ "address": "9 Montpelier Avenue, Bexley",
+ "_geoloc": { "lat": 51.4421709, "lng": 0.1256438 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c95e",
+ "name": "Sidcup Working Men's Social Club And Institute",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA14 6PD",
+ "address": "169 Main Road, Sidcup",
+ "_geoloc": { "lat": 51.428104, "lng": 0.092814 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c940",
+ "name": "Sidcup & District Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA14 6LW",
+ "address": "Oxford Road, Sidcup",
+ "_geoloc": { "lat": 51.420552, "lng": 0.110751 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c955",
+ "name": "Sidcup Recreation Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA14 6BU",
+ "address": "Church Avenue, Sidcup",
+ "_geoloc": { "lat": 51.42357, "lng": 0.105927 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c943",
+ "name": "Sidcup And Footscray United Services Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA14 6NG",
+ "address": "108 Main Road, Sidcup",
+ "_geoloc": { "lat": 51.426168, "lng": 0.098494 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c976",
+ "name": "Slade Green Railway Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA8 2NX",
+ "address": "Forest Road, Erith",
+ "_geoloc": { "lat": 51.467851, "lng": 0.190338 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3c9d6",
+ "name": "Sporting Club Thamesmead",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "SE28 8NJ",
+ "address": "30 Bayliss Avenue, Thamesmead",
+ "_geoloc": { "lat": 51.507002, "lng": 0.128059 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cb0b",
+ "name": "The Brewers Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA8 1JQ",
+ "address": "22 Brook Street, Erith",
+ "_geoloc": { "lat": 51.472291, "lng": 0.15998 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cb1a",
+ "name": "The Charcoal",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA14 6QL",
+ "address": "299 Main Road, Sidcup",
+ "_geoloc": { "lat": 51.430549621582, "lng": 0.0857470035553 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3caff",
+ "name": "The Bird And Barrell",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA7 6HG",
+ "address": "100 Barnehurst Road, Bexleyheath",
+ "_geoloc": { "lat": 51.4657135009766, "lng": 0.15828700363636 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cb05",
+ "name": "The Bolthole",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA16 2PL",
+ "address": "12 Falconwood Parade, Welling",
+ "_geoloc": { "lat": 51.4567615, "lng": 0.0944523 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cade",
+ "name": "The Albany Hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA5 3HN",
+ "address": "Steynton Avenue, Bexley",
+ "_geoloc": { "lat": 51.436297, "lng": 0.12772 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3ca8a",
+ "name": "Tanyard Lane Bar & Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA5 1AA",
+ "address": "61-63 Bexley High Street, Bexley",
+ "_geoloc": { "lat": 51.441791, "lng": 0.149978 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cadb",
+ "name": "The 151",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 7EZ",
+ "address": "151 Broadway, Bexleyheath",
+ "_geoloc": { "lat": 51.456845, "lng": 0.142092 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cae1",
+ "name": "The Alma",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA14 4EA",
+ "address": "The Alma Public House, 10 Alma Road",
+ "_geoloc": { "lat": 51.4321602, "lng": 0.1037999 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cb0e",
+ "name": "The Broken Drum",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA15 9PT",
+ "address": "308 Westwood Lane, Sidcup",
+ "_geoloc": { "lat": 51.45174, "lng": 0.103178 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cb6b",
+ "name": "The Duchess Of Kent",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA8 1JE",
+ "address": "143 Brook Street, Erith",
+ "_geoloc": { "lat": 51.473701, "lng": 0.156605 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cb6e",
+ "name": "The Duke Of Northumberland",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA8 3HB",
+ "address": "322 Bexley Road, Erith",
+ "_geoloc": { "lat": 51.472571, "lng": 0.161836 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cb71",
+ "name": "The Dukes Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA1 4EJ",
+ "address": "53 Crayford High Street, Crayford",
+ "_geoloc": { "lat": 51.453466, "lng": 0.176177 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cb74",
+ "name": "The Eardley Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA17 5EN",
+ "address": "44 Woolwich Road, Belvedere",
+ "_geoloc": { "lat": 51.484019, "lng": 0.140758 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cb59",
+ "name": "The Crayford Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA1 4HH",
+ "address": "The Crayford Arms Public House, 37 Crayford High Street",
+ "_geoloc": { "lat": 51.452319, "lng": 0.17736 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cb62",
+ "name": "The Door Hinge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA16 1TR",
+ "address": "11 Welling High Street, Welling",
+ "_geoloc": { "lat": 51.462083, "lng": 0.112623 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cb7d",
+ "name": "The Foresters Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA16 3ER",
+ "address": "Foresters Arms, Upper Wickham Lane",
+ "_geoloc": { "lat": 51.474723815918, "lng": 0.10942000150681 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cb80",
+ "name": "The Fox",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA17 5JU",
+ "address": "79 Nuxley Road, Belvedere",
+ "_geoloc": { "lat": 51.481067, "lng": 0.144336 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cb89",
+ "name": "The Furze Wren",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA7 4JB",
+ "address": "1 Mayplace Road West, Bexleyheath",
+ "_geoloc": { "lat": 51.456913, "lng": 0.147724 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cb92",
+ "name": "The Golden Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 8BE",
+ "address": "260 Broadway, Bexleyheath",
+ "_geoloc": { "lat": 51.458063, "lng": 0.135499 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cb8c",
+ "name": "The George",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA5 1AJ",
+ "address": "74 Bexley High Street, Bexley",
+ "_geoloc": { "lat": 51.441573, "lng": 0.150055 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cb9b",
+ "name": "The Great Harry",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA17 6LZ",
+ "address": "Parsonage Manorway, Belvedere",
+ "_geoloc": { "lat": 51.477532, "lng": 0.148332 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cb9e",
+ "name": "The Green Man Public House & Sunset Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA16 3NL",
+ "address": "168 Wickham Street, Welling",
+ "_geoloc": { "lat": 51.466911, "lng": 0.092156 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cba4",
+ "name": "The Halfway House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA15 8DJ",
+ "address": "188C Halfway Street, Sidcup",
+ "_geoloc": { "lat": 51.4412006, "lng": 0.087063 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cba7",
+ "name": "The Hoppers Hut",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA14 6ER",
+ "address": "1 Invicta Parade, Sidcup High Street",
+ "_geoloc": { "lat": 51.4245, "lng": 0.106717 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cbb3",
+ "name": "The Jolly Fenman",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA15 8SW",
+ "address": "The Jolly Fenman Public House, 64 - 68 Blackfen Road",
+ "_geoloc": { "lat": 51.451524, "lng": 0.092143 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cbad",
+ "name": "The Iron Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA15 7AB",
+ "address": "122 Station Road, Sidcup",
+ "_geoloc": { "lat": 51.434782, "lng": 0.102544 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cbb9",
+ "name": "The Kentish Belle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA7 4QW",
+ "address": "8 Pickford Lane, Bexleyheath",
+ "_geoloc": { "lat": 51.4640176, "lng": 0.1329225 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cbd4",
+ "name": "The Millers Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA5 1JX",
+ "address": "81 Bexley High Street, Bexley",
+ "_geoloc": { "lat": 51.441011, "lng": 0.151769 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cbb6",
+ "name": "The Jolly Millers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA7 4JR",
+ "address": "The Jolly Miller Public House, 111 Mayplace Road West",
+ "_geoloc": { "lat": 51.4584312438965, "lng": 0.15215699374676 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cbc8",
+ "name": "The Lord Hill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 7QG",
+ "address": "40 Watling Street, Bexleyheath",
+ "_geoloc": { "lat": 51.455068, "lng": 0.15469 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cbbf",
+ "name": "The Kings Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA5 1AA",
+ "address": "Kings Head Public House, 65 Bexley High Street",
+ "_geoloc": { "lat": 51.441780090332, "lng": 0.15001699328422 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cbbc",
+ "name": "The Kings Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 7DW",
+ "address": "Kings Arms Public House, 156 Broadway",
+ "_geoloc": { "lat": 51.4570437, "lng": 0.1430188 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cbec",
+ "name": "The Penny Farthing",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA1 4JJ",
+ "address": "3 Waterside, Crayford",
+ "_geoloc": { "lat": 51.452308, "lng": 0.178439 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cc2b",
+ "name": "The Victoria",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA17 5LN",
+ "address": "2 Victoria Street, Belvedere",
+ "_geoloc": { "lat": 51.48219, "lng": 0.141926 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cc01",
+ "name": "The Red Barn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA7 6HG",
+ "address": "Barnehurst Road, Bexleyheath",
+ "_geoloc": { "lat": 51.465712, "lng": 0.158287 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cbfe",
+ "name": "The Railway Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA5 1AH",
+ "address": "38 Bexley High Street, Bexley",
+ "_geoloc": { "lat": 51.441365, "lng": 0.149138 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cc13",
+ "name": "The Ship",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA8 1AN",
+ "address": "110 West Street, Erith",
+ "_geoloc": { "lat": 51.485544, "lng": 0.171784 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cbfb",
+ "name": "The Prince Albert",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 7LE",
+ "address": "Prince Albert Public House, 2 Broadway",
+ "_geoloc": { "lat": 51.4554824829102, "lng": 0.15266600251198 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cc07",
+ "name": "The Royal Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA8 3HB",
+ "address": "270 Bexley Road, Erith",
+ "_geoloc": { "lat": 51.472571, "lng": 0.161836 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cc1f",
+ "name": "The Tailor's Chalk",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA14 6ED",
+ "address": "47-49 Sidcup High Street, Sidcup",
+ "_geoloc": { "lat": 51.426228, "lng": 0.103633 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cc0a",
+ "name": "The Royal Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 8JS",
+ "address": "68 Mount Road, Bexleyheath",
+ "_geoloc": { "lat": 51.452149, "lng": 0.12935 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cc25",
+ "name": "The Three Blackbirds Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA5 1BX",
+ "address": "118 Blendon Road, Bexley",
+ "_geoloc": { "lat": 51.448238, "lng": 0.122375 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cbda",
+ "name": "The Morgan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA17 6FD",
+ "address": "1 Clydesdale Way, Belvedere",
+ "_geoloc": { "lat": 51.496940612793, "lng": 0.15652100741863 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cc04",
+ "name": "The Rose And Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA16 1TR",
+ "address": "The Rose And Crown Public House, 15 Welling High Street",
+ "_geoloc": { "lat": 51.4620819091797, "lng": 0.11262299865484 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cc10",
+ "name": "The Seven Stars Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA14 5HJ",
+ "address": "Foots Cray High Street, Sidcup",
+ "_geoloc": { "lat": 51.418592, "lng": 0.118671 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cc2e",
+ "name": "The Village Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA17 5LD",
+ "address": "104 Nuxley Road, Belvedere",
+ "_geoloc": { "lat": 51.480014, "lng": 0.143394 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cc3d",
+ "name": "The Wrong' Un",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 8AS",
+ "address": "234-236 Broadway, Bexleyheath",
+ "_geoloc": { "lat": 51.45785, "lng": 0.137274 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cc40",
+ "name": "The Yacht",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA7 5AE",
+ "address": "The Yacht Public House, Long Lane",
+ "_geoloc": { "lat": 51.465943, "lng": 0.145685 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cc4c",
+ "name": "Toby Carvery At Crook Log Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA6 8EQ",
+ "address": "Crook Log, Bexleyheath",
+ "_geoloc": { "lat": 51.459156, "lng": 0.126293 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cc67",
+ "name": "Travellers Home Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA7 5AR",
+ "address": "Long Lane, Bexleyheath",
+ "_geoloc": { "lat": 51.462565, "lng": 0.151919 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cca0",
+ "name": "VCD Athletic Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA1 4DN",
+ "address": "Old Road, Crayford",
+ "_geoloc": { "lat": 51.454544, "lng": 0.17037 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cceb",
+ "name": "Welling Snooker And Pool Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA16 3PY",
+ "address": "52 - 54 Bellegrove Road, Welling",
+ "_geoloc": { "lat": 51.463224, "lng": 0.104196 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cd09",
+ "name": "White Cross Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA14 5EL",
+ "address": "146 North Cray Road, Sidcup",
+ "_geoloc": { "lat": 51.430269, "lng": 0.138763 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cd03",
+ "name": "Westwood Masonic Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA16 3RD",
+ "address": "168 Bellegrove Road, Welling",
+ "_geoloc": { "lat": 51.464567, "lng": 0.096008 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cd1e",
+ "name": "William Camden Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA7 4EQ",
+ "address": "Avenue Road, Bexleyheath",
+ "_geoloc": { "lat": 51.462212, "lng": 0.13182 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cd45",
+ "name": "Ye Olde Black Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bexley",
+ "postcode": "DA15 8LH",
+ "address": "43 Halfway Street, Sidcup",
+ "_geoloc": { "lat": 51.437177, "lng": 0.098366 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3ce62",
+ "name": "Angies",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW2 5SJ",
+ "address": "11A-13A Walm Lane, London",
+ "_geoloc": { "lat": 51.547993, "lng": -0.223887 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3ce65",
+ "name": "Angie's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 4TR",
+ "address": "127 High Street, London",
+ "_geoloc": { "lat": 51.53544, "lng": -0.243568 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3ceb0",
+ "name": "Arista Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW9 8SN",
+ "address": "232 Church Lane, London",
+ "_geoloc": { "lat": 51.573049, "lng": -0.261903 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cf07",
+ "name": "Bad Axe Throwing",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 0JT",
+ "address": "33 Boxpark Wembley, 18 Olympic Way",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cf2b",
+ "name": "Bar Lula's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 2QA",
+ "address": "50 High Road, London",
+ "_geoloc": { "lat": 51.547495, "lng": -0.227815 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cf37",
+ "name": "Barretts",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW2 3HP",
+ "address": "239 Cricklewood Broadway, London",
+ "_geoloc": { "lat": 51.558001, "lng": -0.21728 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cfd6",
+ "name": "Blue Ginger",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA3 0XS",
+ "address": "383 Kenton Road, Harrow",
+ "_geoloc": { "lat": 51.586781, "lng": -0.305045 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cfc1",
+ "name": "Black Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA0 2QP",
+ "address": "1018 Harrow Road, Wembley",
+ "_geoloc": { "lat": 51.560514, "lng": -0.329407 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cfc4",
+ "name": "Black Leaf",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW9 6LL",
+ "address": "163 Edgware Road, Kingsbury",
+ "_geoloc": { "lat": 51.585843, "lng": -0.250271 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3cff4",
+ "name": "Bokor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW6 6HY",
+ "address": "77 Kilburn High Road, London",
+ "_geoloc": { "lat": 51.537428, "lng": -0.193282 }
+ },
+ {
+ "objectID": "6399f72071c0238ae6f3d018",
+ "name": "Boxpark Trading",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 0JT",
+ "address": "15 Boxpark Wembley, 18 Olympic Way",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d129",
+ "name": "Carlton Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW9 0BH",
+ "address": "232-234 Kingsbury Road, London",
+ "_geoloc": { "lat": 51.583452, "lng": -0.26305 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d1f5",
+ "name": "Club 182",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 8PA",
+ "address": "182-184 Preston Road, Wembley",
+ "_geoloc": { "lat": 51.570389, "lng": -0.294529 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d1f8",
+ "name": "Club Marina",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW9 0BG",
+ "address": "244-246 Kingsbury Road, London",
+ "_geoloc": { "lat": 51.583781, "lng": -0.264005 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d2e8",
+ "name": "Crystals / Aqua",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 0HB",
+ "address": "Crystal Sport Bar - Crystal Aqua (Ground Floor), 1 Pop In Commercial Centre",
+ "_geoloc": { "lat": 51.555121, "lng": -0.275526 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d2eb",
+ "name": "Crystals Bar & Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 7FJ",
+ "address": "Community Centre, Crystal House",
+ "_geoloc": { "lat": 51.532713, "lng": -0.285398 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3de82",
+ "name": "Rising Sun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 2BY",
+ "address": "25 Harlesden Road, London",
+ "_geoloc": { "lat": 51.545382, "lng": -0.230176 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3decd",
+ "name": "Royal Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 4TS",
+ "address": "95 High Street, London",
+ "_geoloc": { "lat": 51.536066, "lng": -0.244582 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d3d2",
+ "name": "Earl Derby",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW6 7HU",
+ "address": "155 Kilburn High Road, London",
+ "_geoloc": { "lat": 51.540701, "lng": -0.196787 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d450",
+ "name": "Everest Spice The Honeypot",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA7 1EE",
+ "address": "Everest Spice The Honeypot, Honeypot Lane",
+ "_geoloc": { "lat": 51.593778, "lng": -0.290275 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d423",
+ "name": "Erin's Hope",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW9 6LP",
+ "address": "189 Edgware Road, Kingsbury",
+ "_geoloc": { "lat": 51.587148, "lng": -0.251592 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d49e",
+ "name": "First Class Sports Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 8HQ",
+ "address": "125 Wembley Park Drive, Wembley",
+ "_geoloc": { "lat": 51.562186, "lng": -0.281448 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d4b6",
+ "name": "Fizz Sports Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA3 0HD",
+ "address": "217 Kenton Road, Harrow",
+ "_geoloc": { "lat": 51.583345, "lng": -0.314338 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d4cb",
+ "name": "Flynns",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 2SL",
+ "address": "117 High Road, London",
+ "_geoloc": { "lat": 51.546919, "lng": -0.230116 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d4bf",
+ "name": "Flannery's Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA0 2AF",
+ "address": "610-612 High Road, Wembley",
+ "_geoloc": { "lat": 51.552204, "lng": -0.299883 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3e0b9",
+ "name": "Sportsman",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 4UA",
+ "address": "58 Station Road, London",
+ "_geoloc": { "lat": 51.533812, "lng": -0.247783 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d58b",
+ "name": "George Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW9 8SN",
+ "address": "George, Church Lane",
+ "_geoloc": { "lat": 51.573049, "lng": -0.261903 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3e110",
+ "name": "Stadium Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 8JU",
+ "address": "10 The Broadway, Wembley",
+ "_geoloc": { "lat": 51.562489, "lng": -0.292343 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d5df",
+ "name": "Greenes",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 0BT",
+ "address": "362-364 Neasden Lane North, London",
+ "_geoloc": { "lat": 51.561368, "lng": -0.254644 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d5c4",
+ "name": "Grand Junction Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 7AD",
+ "address": "Grand Junction Arms, Acton Lane",
+ "_geoloc": { "lat": 51.534461, "lng": -0.260605 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d5d6",
+ "name": "Green Man Hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 8DF",
+ "address": "Green Man Hotel, Dagmar Avenue",
+ "_geoloc": { "lat": 51.557025, "lng": -0.289446 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3e14c",
+ "name": "Student Union (Bars (x2) & Shop)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA1 3TP",
+ "address": "UNIVERSITY OF WESTMINSTER, Watford Road",
+ "_geoloc": { "lat": 51.57762, "lng": -0.32458 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3e1a3",
+ "name": "Sugar & Spice Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA8 5NR",
+ "address": "12-13 Queensbury Station Parade, Edgware",
+ "_geoloc": { "lat": 51.594056, "lng": -0.284576 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e299",
+ "name": "The Arch Wembley",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 6LL",
+ "address": "324 Harrow Road, Wembley",
+ "_geoloc": { "lat": 51.552866, "lng": -0.284828 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e2ab",
+ "name": "The Boat",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA0 1BH",
+ "address": "346 Ealing Road, Wembley",
+ "_geoloc": { "lat": 51.537767, "lng": -0.299628 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e2a2",
+ "name": "The Balkan Bar & Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA0 4TH",
+ "address": "66C Ealing Road, Wembley",
+ "_geoloc": { "lat": 51.548219, "lng": -0.298012 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e2cc",
+ "name": "The Cock Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW6 6JH",
+ "address": "125 Kilburn High Road, London",
+ "_geoloc": { "lat": 51.53881, "lng": -0.194857 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e2b7",
+ "name": "The Burren",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 9NH",
+ "address": "174 Church Road, London",
+ "_geoloc": { "lat": 51.547129, "lng": -0.25017 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e2c3",
+ "name": "The Chamberlayne",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 3ND",
+ "address": "83 Chamberlayne Road, London",
+ "_geoloc": { "lat": 51.533875, "lng": -0.21854 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e2ff",
+ "name": "The Fleadh",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA3 0QA",
+ "address": "278 Preston Road, Harrow",
+ "_geoloc": { "lat": 51.57302, "lng": -0.294286 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e311",
+ "name": "The Green Man",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW9 8YG",
+ "address": "The Green Man, Slough Lane",
+ "_geoloc": { "lat": 51.583472, "lng": -0.267438 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e2e1",
+ "name": "The Corner House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 6BA",
+ "address": "313 Harrow Road, Wembley",
+ "_geoloc": { "lat": 51.553065, "lng": -0.286162 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e2ea",
+ "name": "The Cricklewood Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW2 6JP",
+ "address": "327 Edgware Road, Cricklewood",
+ "_geoloc": { "lat": 51.562308, "lng": -0.222017 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e2fc",
+ "name": "The Field",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 1QG",
+ "address": "249 Neasden Lane, London",
+ "_geoloc": { "lat": 51.559468, "lng": -0.250274 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e2ed",
+ "name": "The Crock of Gold",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 9AB",
+ "address": "23 Bridge Road, Wembley",
+ "_geoloc": { "lat": 51.564463, "lng": -0.27787 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e323",
+ "name": "The Island",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 5HA",
+ "address": "123 College Road, London",
+ "_geoloc": { "lat": 51.535301, "lng": -0.226616 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e347",
+ "name": "The New Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA8 5LD",
+ "address": "19 Burnt Oak Broadway, Edgware",
+ "_geoloc": { "lat": 51.599136, "lng": -0.266192 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e32f",
+ "name": "The Liquor Station",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 6AA",
+ "address": "397A High Road, Wembley",
+ "_geoloc": { "lat": 51.553433, "lng": -0.29225 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e344",
+ "name": "The Nest",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 8RB",
+ "address": "104-106 Windermere Avenue, Wembley",
+ "_geoloc": { "lat": 51.571054, "lng": -0.308155 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e356",
+ "name": "The Parish Freehouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 8HP",
+ "address": "120 Wembley Park Drive, Wembley",
+ "_geoloc": { "lat": 51.56176, "lng": -0.283036 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e35f",
+ "name": "The Pearl Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW9 0FH",
+ "address": "F3, Bang Bang Oriental Food Hall",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e368",
+ "name": "The Queensbury",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW2 4RS",
+ "address": "110A Walm Lane, London",
+ "_geoloc": { "lat": 51.549361, "lng": -0.220401 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e374",
+ "name": "The Roisin",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW9 9ER",
+ "address": "1 Fryent Way, London",
+ "_geoloc": { "lat": 51.584451, "lng": -0.280853 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e37a",
+ "name": "The Salusbury",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW6 6NN",
+ "address": "50-52 Salusbury Road, London",
+ "_geoloc": { "lat": 51.535556, "lng": -0.205497 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e383",
+ "name": "The Shanakee",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW9 6LU",
+ "address": "253 Edgware Road, Kingsbury",
+ "_geoloc": { "lat": 51.588399, "lng": -0.252858 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e386",
+ "name": "The Shawl",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 4NE",
+ "address": "25 High Street, London",
+ "_geoloc": { "lat": 51.536488, "lng": -0.24755 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e398",
+ "name": "The Swan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA0 2LP",
+ "address": "789 Harrow Road, Wembley",
+ "_geoloc": { "lat": 51.555779, "lng": -0.317117 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e39b",
+ "name": "The Torch",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 9AB",
+ "address": "1-5 Bridge Road, Wembley",
+ "_geoloc": { "lat": 51.564463, "lng": -0.27787 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e3a7",
+ "name": "The Wembley Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 8HG",
+ "address": "121 Wembley Park Drive, Wembley",
+ "_geoloc": { "lat": 51.562085, "lng": -0.282505 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e3b0",
+ "name": "The Windermere",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 8QT",
+ "address": "Windermere, Windermere Avenue",
+ "_geoloc": { "lat": 51.56914, "lng": -0.306365 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e3aa",
+ "name": "The Whippet Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 3JJ",
+ "address": "64-66 Chamberlayne Road, London",
+ "_geoloc": { "lat": 51.532349, "lng": -0.218124 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e3e0",
+ "name": "Tonys Freehouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 2EG",
+ "address": "356-360 High Road, London",
+ "_geoloc": { "lat": 51.548931, "lng": -0.241361 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e3b6",
+ "name": "The Wishing Well",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW9 8JS",
+ "address": "Wishing Well, Church Lane",
+ "_geoloc": { "lat": 51.573679, "lng": -0.262543 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e3bf",
+ "name": "Thirsty Eddies",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 6AH",
+ "address": "412 High Road, Wembley",
+ "_geoloc": { "lat": 51.553814, "lng": -0.291918 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d747",
+ "name": "J J Moons",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 6AA",
+ "address": "397 High Road, Wembley",
+ "_geoloc": { "lat": 51.553433, "lng": -0.29225 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e40a",
+ "name": "Triangle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 4TD",
+ "address": "252 High Street, London",
+ "_geoloc": { "lat": 51.53317, "lng": -0.240915 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d74a",
+ "name": "J J Moons",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW9 9EL",
+ "address": "553 Kingsbury Road, London",
+ "_geoloc": { "lat": 51.584598, "lng": -0.280415 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e479",
+ "name": "Villa Country Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 4HT",
+ "address": "75 Park Parade, London",
+ "_geoloc": { "lat": 51.536399, "lng": -0.244583 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e491",
+ "name": "Vybz Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 8SE",
+ "address": "1 Craven Park Road, London",
+ "_geoloc": { "lat": 51.538161, "lng": -0.249995 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d7a1",
+ "name": "JoNo's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW9 8UA",
+ "address": "458 Church Lane, London",
+ "_geoloc": { "lat": 51.581193, "lng": -0.262343 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d7f2",
+ "name": "Katie's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 0AD",
+ "address": "350 Neasden Lane, London",
+ "_geoloc": { "lat": 51.560156, "lng": -0.251142 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d82e",
+ "name": "Kilburn Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW6 7SD",
+ "address": "97-101 Willesden Lane, Kilburn",
+ "_geoloc": { "lat": 51.5406, "lng": -0.203698 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e509",
+ "name": "Whelans",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW2 7HS",
+ "address": "341 Oxgate Lane, London",
+ "_geoloc": { "lat": 51.566912, "lng": -0.23338 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e539",
+ "name": "William The Fourth",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 5JX",
+ "address": "786 Harrow Road, London",
+ "_geoloc": { "lat": 51.528998, "lng": -0.218932 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d9c6",
+ "name": "Maloney's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 2JN",
+ "address": "429 High Road, London",
+ "_geoloc": { "lat": 51.548954, "lng": -0.242268 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3da1a",
+ "name": "Masons Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 5NU",
+ "address": "665 Harrow Road, London",
+ "_geoloc": { "lat": 51.530042, "lng": -0.227311 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3da56",
+ "name": "McGoverns",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW2 3HY",
+ "address": "147 Cricklewood Broadway, London",
+ "_geoloc": { "lat": 51.556003, "lng": -0.214834 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3da3e",
+ "name": "McDonaghs Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW9 8QL",
+ "address": "2-4 Slough Lane, London",
+ "_geoloc": { "lat": 51.578773, "lng": -0.26346 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3da59",
+ "name": "McGoverns",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 2PU",
+ "address": "60 High Road, London",
+ "_geoloc": { "lat": 51.547374, "lng": -0.2287 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3d9ab",
+ "name": "Maggies Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 3JN",
+ "address": "102 Chamberlayne Road, London",
+ "_geoloc": { "lat": 51.534886, "lng": -0.219985 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3da53",
+ "name": "McGlynn's Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW6 7SX",
+ "address": "70 Willesden Lane, Kilburn",
+ "_geoloc": { "lat": 51.541185, "lng": -0.200805 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3da5c",
+ "name": "McGowans",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW9 6LU",
+ "address": "225-227 Edgware Road, Kingsbury",
+ "_geoloc": { "lat": 51.588399, "lng": -0.252858 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3dbf1",
+ "name": "No 8",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 2JT",
+ "address": "305 High Road, London",
+ "_geoloc": { "lat": 51.548698, "lng": -0.239004 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3dc03",
+ "name": "North London Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW6 7QB",
+ "address": "375 Kilburn High Road, London",
+ "_geoloc": { "lat": 51.545135, "lng": -0.202135 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3dc9f",
+ "name": "Paradise By Way of Kensal Green",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "W10 4AE",
+ "address": "19 Kilburn Lane, North Kensington",
+ "_geoloc": { "lat": 51.529066, "lng": -0.216277 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3dccc",
+ "name": "Parlour",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW10 5LG",
+ "address": "5 Regent Street, London",
+ "_geoloc": { "lat": 51.528685, "lng": -0.216638 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3dd8c",
+ "name": "Power's Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW9 0NH",
+ "address": "23 Hay Lane, London",
+ "_geoloc": { "lat": 51.588294, "lng": -0.263371 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3dd89",
+ "name": "Power League (Wembley)- Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "",
+ "address": "Power League (Wembley) at Yellow Car Park, Engineers Way",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3ddc8",
+ "name": "Preston Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "HA9 8NG",
+ "address": "161 Preston Road, Wembley",
+ "_geoloc": { "lat": 51.5697, "lng": -0.295363 }
+ },
+ {
+ "objectID": "6399f72171c0238ae6f3dde0",
+ "name": "Prince of Wales PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Brent",
+ "postcode": "NW6 5AE",
+ "address": "11 Cambridge Gardens, London",
+ "_geoloc": { "lat": 51.534088, "lng": -0.194207 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e64a",
+ "name": "Alexandra",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE20 7JH",
+ "address": "The Alexandra, 163 Parish Lane",
+ "_geoloc": { "lat": 51.416198, "lng": -0.049605 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e66e",
+ "name": "Anerley Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE20 8AB",
+ "address": "2 Ridsdale Road, Penge",
+ "_geoloc": { "lat": 51.413381, "lng": -0.066235 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e71c",
+ "name": "Bannatyne's Health Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE12 9PN",
+ "address": "Bannatynes Health Club, 35 Marvels Lane",
+ "_geoloc": { "lat": 51.435644, "lng": 0.025492 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e722",
+ "name": "Barrel & Horn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 1PW",
+ "address": "204 High Street, Bromley",
+ "_geoloc": { "lat": 51.40598, "lng": 0.013354 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e75e",
+ "name": "Beckenham Rugby Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 3RD",
+ "address": "Balmoral Avenue, Beckenham",
+ "_geoloc": { "lat": 51.397172, "lng": -0.039978 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e749",
+ "name": "Beckenham Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 5AS",
+ "address": "19 Foxgrove Road, Beckenham",
+ "_geoloc": { "lat": 51.413371, "lng": -0.021971 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e737",
+ "name": "Beccehamians Rugby Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR4 9BB",
+ "address": "Old Beccehamian Rugby Football Club, Sparrows Den Sports Ground",
+ "_geoloc": { "lat": 51.369569, "lng": -0.006705 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e761",
+ "name": "Beckenham Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 4QQ",
+ "address": "89 - 91 Churchfields Road, Beckenham",
+ "_geoloc": { "lat": 51.407492, "lng": -0.044066 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e73d",
+ "name": "Beckenham Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "",
+ "address": "Croydon Road Recreation Ground, Croydon Road",
+ "_geoloc": { "lat": 51.40370178222656, "lng": -0.0329000018537 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e76a",
+ "name": "Beckenham Town Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 3JL",
+ "address": "Eden Park Avenue, Beckenham",
+ "_geoloc": { "lat": 51.392659, "lng": -0.027752 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e767",
+ "name": "Beckenham Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 5JD",
+ "address": "46 Bromley Road, Beckenham",
+ "_geoloc": { "lat": 51.4073878, "lng": -0.0208246 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e80f",
+ "name": "Black Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "TN16 3AY",
+ "address": "The Black Horse, 123 Main Road",
+ "_geoloc": { "lat": 51.31147, "lng": 0.034339 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e7f7",
+ "name": "Bird In Hand",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 8PF",
+ "address": "62 Gravel Road, Bromley",
+ "_geoloc": { "lat": 51.374393, "lng": 0.042631 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e815",
+ "name": "Blackheath & Bromley Harriers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 7EY",
+ "address": "56 Bourne Way, Hayes",
+ "_geoloc": { "lat": 51.376118, "lng": 0.006857 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e7f1",
+ "name": "Biggin Hill Squash Club / Blundell Fitness, Sport & Leisure",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "",
+ "address": "Biggin Hill Squash Club, Jail Lane",
+ "_geoloc": { "lat": 51.315621, "lng": 0.044486 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e7d3",
+ "name": "Bickley Park Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 2AS",
+ "address": "Bickley Park Road, Bickley",
+ "_geoloc": { "lat": 51.401778, "lng": 0.046669 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e812",
+ "name": "Black Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 8NW",
+ "address": "The Black Horse, 318 Crofton Road",
+ "_geoloc": { "lat": 51.368257, "lng": 0.056682 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e81e",
+ "name": "Blacksmiths Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "TN14 7QB",
+ "address": "Cudham Lane South, Cudham",
+ "_geoloc": { "lat": 51.317833, "lng": 0.074029 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e7eb",
+ "name": "Biggin Hill Social And Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "TN16 3BA",
+ "address": "138 - 140 Main Road, Biggin Hill",
+ "_geoloc": { "lat": 51.310252, "lng": 0.03562 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e8b7",
+ "name": "Bricklayers Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 1BN",
+ "address": "237 High Street, Beckenham",
+ "_geoloc": { "lat": 51.406648, "lng": -0.031837 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e8b4",
+ "name": "Bricklayers Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 9HW",
+ "address": "141 - 143 Masons Hill, Bromley",
+ "_geoloc": { "lat": 51.396286, "lng": 0.024817 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e8ba",
+ "name": "Bridge Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 1AZ",
+ "address": "2 - 4 High Street, Beckenham",
+ "_geoloc": { "lat": 51.410637, "lng": -0.025166 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e8c0",
+ "name": "Bridge House Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE20 8RZ",
+ "address": "2 High Street, Penge",
+ "_geoloc": { "lat": 51.418073, "lng": -0.060658 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e8f9",
+ "name": "Bromley Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 3JF",
+ "address": "77A Plaistow Lane, Bromley",
+ "_geoloc": { "lat": 51.413138, "lng": 0.025332 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e908",
+ "name": "Bromley Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 3AS",
+ "address": "Plaistow Lane, Bromley",
+ "_geoloc": { "lat": 51.408453, "lng": 0.029496 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e911",
+ "name": "Bromley Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 9EF",
+ "address": "Hayes Lane, Hayes",
+ "_geoloc": { "lat": 51.391103, "lng": 0.017674 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e923",
+ "name": "Bromley Lawn Tennis And Squash Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 9AN",
+ "address": "Sandford Road, Bromley",
+ "_geoloc": { "lat": 51.395368, "lng": 0.017532 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e91d",
+ "name": "Bromley Indoor Bowls Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR5 4LX",
+ "address": "Bodmin Close, Orpington",
+ "_geoloc": { "lat": 51.376585, "lng": 0.112234 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e935",
+ "name": "Bromley Tennis Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 9SA",
+ "address": "Avebury Road, Orpington",
+ "_geoloc": { "lat": 51.3675346374512, "lng": 0.07683400064707 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e914",
+ "name": "Bromley Golf Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 8JF",
+ "address": "Magpie Hall Lane, Bromley",
+ "_geoloc": { "lat": 51.383166, "lng": 0.043941 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e8ff",
+ "name": "Bromley Common Cricket Club - The Grove",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 8HQ",
+ "address": "Bromley Common Cricket Club, Oakley Road",
+ "_geoloc": { "lat": 51.3743324279785, "lng": 0.03999499976635 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e938",
+ "name": "Bromley Town & Old Bromleians Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 9EF",
+ "address": "Old Bromlians Cricket Club, Hayes Lane",
+ "_geoloc": { "lat": 51.3911018371582, "lng": 0.01767399907112 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e93b",
+ "name": "Bromley Town Bowling & Squash Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 9EF",
+ "address": "Bromley Town Bowling & Squash Club, Hayes Lane",
+ "_geoloc": { "lat": 51.3911018371582, "lng": 0.01767399907112 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3e968",
+ "name": "Bulls Head Hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR7 6NR",
+ "address": "Royal Parade, Chislehurst",
+ "_geoloc": { "lat": 51.411598, "lng": 0.075336 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ea52",
+ "name": "Chatterton Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 9QW",
+ "address": "41 Chatterton Road, Bromley",
+ "_geoloc": { "lat": 51.393355, "lng": 0.035109 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ea28",
+ "name": "Centymca Sports Ground",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE9 4QE",
+ "address": "London Marathon Sports Ground, Grove Park Road",
+ "_geoloc": { "lat": 51.434816, "lng": 0.039541 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ea64",
+ "name": "Chelsfield Lakes Golf Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 9BX",
+ "address": "Court Road, Orpington",
+ "_geoloc": { "lat": 51.361675, "lng": 0.115742 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ea6d",
+ "name": "Cherry Lodge Golf Club - Four Seasons Cuisine",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "TN16 3AX",
+ "address": "Cherry Lodge Golf Club, Jail Lane",
+ "_geoloc": { "lat": 51.314871, "lng": 0.052284 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ea7f",
+ "name": "Chislehurst & West Kent Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "",
+ "address": "Cricket Club Pavilion, Cricket Ground Road",
+ "_geoloc": { "lat": 51.408063, "lng": 0.0643 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ea88",
+ "name": "Chislehurst Golf Club - Four Seasons Cuisine",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR7 5HJ",
+ "address": "Camden Place, Camden Park Road",
+ "_geoloc": { "lat": 51.411234, "lng": 0.065383 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3eac1",
+ "name": "Churchill Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 1HA",
+ "address": "High Street, Bromley",
+ "_geoloc": { "lat": 51.403776, "lng": 0.014436 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3eb81",
+ "name": "Coral Sea",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR5 1DQ",
+ "address": "103 Queensway, Petts Wood",
+ "_geoloc": { "lat": 51.388484, "lng": 0.072896 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3eaeb",
+ "name": "Club Langley",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 3SR",
+ "address": "Langley Park Sports And Social Club, Hawksbrook Lane",
+ "_geoloc": { "lat": 51.388578, "lng": -0.022523 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3eb2d",
+ "name": "Coney Hall Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "",
+ "address": "Coney Hall Recreation Ground, Layhams Road",
+ "_geoloc": { "lat": 51.36989974975586, "lng": 0.00159999995958 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3eb3c",
+ "name": "Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE20 7TG",
+ "address": "55 Croydon Road, Penge",
+ "_geoloc": { "lat": 51.411328, "lng": -0.054673 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3eb42",
+ "name": "Conservative Club - Contract Caterer",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 4PX",
+ "address": "West Beckenham Conservative Club Lt, 1 Sidney Road",
+ "_geoloc": { "lat": 51.407715, "lng": -0.042417 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3eaf4",
+ "name": "Coach And Horses",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 3LA",
+ "address": "Burnhill Road, Beckenham",
+ "_geoloc": { "lat": 51.406166, "lng": -0.026682 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3eb3f",
+ "name": "Conservative Club - Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 4PX",
+ "address": "West Beckenham Conservative Club Lt, 1 Sidney Road",
+ "_geoloc": { "lat": 51.407715, "lng": -0.042417 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ec02",
+ "name": "Crepeaffaire",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 1NA",
+ "address": "27 Market Square, Bromley",
+ "_geoloc": { "lat": 51.405573, "lng": 0.015521 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3eca4",
+ "name": "Daylight Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR5 1LZ",
+ "address": "Station Square, Petts Wood",
+ "_geoloc": { "lat": 51.389002, "lng": 0.075161 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ec2c",
+ "name": "Crown And Anchor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 3HJ",
+ "address": "The Crown And Anchor, 19 Park Road",
+ "_geoloc": { "lat": 51.40814, "lng": 0.021602 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ec2f",
+ "name": "Crown Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR7 5PQ",
+ "address": "Crown Hotel, School Road",
+ "_geoloc": { "lat": 51.41066, "lng": 0.072921 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ec3b",
+ "name": "Croydon Rugby Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR4 9BF",
+ "address": "Croydon Rugby Football Club, 135 Addington Road",
+ "_geoloc": { "lat": 51.363991, "lng": -0.019287 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ebed",
+ "name": "Craft Metropolis",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE20 7HW",
+ "address": "47 High Street, Penge",
+ "_geoloc": { "lat": 51.417127, "lng": -0.056771 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ec35",
+ "name": "Crown Of Bromley",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 9JG",
+ "address": "The Tigers Head, 14 Masons Hill",
+ "_geoloc": { "lat": 51.39562, "lng": 0.024817 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ec50",
+ "name": "Crystal Palace Football Club (2010) Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 1RJ",
+ "address": "Crystal Palace F.C. Training Ground, Copers Cope Road",
+ "_geoloc": { "lat": 51.418291, "lng": -0.0322 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ec59",
+ "name": "Cudham Environmental Activities Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "TN16 2HT",
+ "address": "New Barn Lane, Cudham",
+ "_geoloc": { "lat": 51.3090744018555, "lng": 0.07146500051022 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ec77",
+ "name": "Cyphers Indoor Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 1LP",
+ "address": "Kings Hall Road, Beckenham",
+ "_geoloc": { "lat": 51.412405, "lng": -0.039974 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ec29",
+ "name": "Crooked Billet",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE20 7DT",
+ "address": "99 High Street, Penge",
+ "_geoloc": { "lat": 51.415743, "lng": -0.053019 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ec53",
+ "name": "Crystal Palace Indoor Bowling",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE20 8EF",
+ "address": "183A Anerley Road, Penge",
+ "_geoloc": { "lat": 51.410749, "lng": -0.064778 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ec9b",
+ "name": "David Lloyd Leisure",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 3HL",
+ "address": "Stanhope Grove, Beckenham",
+ "_geoloc": { "lat": 51.395783, "lng": -0.035438 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ed9d",
+ "name": "Ex Blues Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR4 0AW",
+ "address": "118 Pickhurst Rise, West Wickham",
+ "_geoloc": { "lat": 51.378667, "lng": -0.006051 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3edbe",
+ "name": "Farnborough Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 7BA",
+ "address": "Farrow Fields, High Street",
+ "_geoloc": { "lat": 51.359229, "lng": 0.069937 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ee0f",
+ "name": "Five Bells",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 7RE",
+ "address": "Church Road, Chelsfield",
+ "_geoloc": { "lat": 51.35709, "lng": 0.127539 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3eeab",
+ "name": "Goldsmiths Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE20 7TJ",
+ "address": "3 Croydon Road, Penge",
+ "_geoloc": { "lat": 51.41294, "lng": -0.052635 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ee54",
+ "name": "Freelands Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 3HZ",
+ "address": "31 Freelands Road, Bromley",
+ "_geoloc": { "lat": 51.410624, "lng": 0.024573 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ee75",
+ "name": "George And Dragon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 7UT",
+ "address": "26 High Street, Downe",
+ "_geoloc": { "lat": 51.336214, "lng": 0.053682 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ee93",
+ "name": "Glebe Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR7 6SD",
+ "address": "Foxbury Avenue, Chislehurst",
+ "_geoloc": { "lat": 51.417027, "lng": 0.084628 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ee9c",
+ "name": "Goals Soccer Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 4EJ",
+ "address": "Elmers End Road, Beckenham",
+ "_geoloc": { "lat": 51.39995, "lng": -0.050714 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3effb",
+ "name": "HSBC Sports And Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 1QW",
+ "address": "Sports Ground, Lennard Road",
+ "_geoloc": { "lat": 51.417568, "lng": -0.036834 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ef3e",
+ "name": "Harvest Moon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 0LQ",
+ "address": "141 - 143 High Street, Orpington",
+ "_geoloc": { "lat": 51.377851, "lng": 0.101371 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3ef8f",
+ "name": "High Elms Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 7JL",
+ "address": "High Elms Golf Course Club House, High Elms Road",
+ "_geoloc": { "lat": 51.341871, "lng": 0.064919 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3f028",
+ "name": "Imperial Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR7 5LZ",
+ "address": "Old Hill, Chislehurst",
+ "_geoloc": { "lat": 51.408779, "lng": 0.060771 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3f0c7",
+ "name": "Jolly Woodman",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 6NR",
+ "address": "9 Chancery Lane, Beckenham",
+ "_geoloc": { "lat": 51.406599, "lng": -0.018741 }
+ },
+ {
+ "objectID": "6399f72271c0238ae6f3f1a5",
+ "name": "Langley Park Golf Club - Executive Catering Contract Caterer",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 6SZ",
+ "address": "Langley Park Golf Club, Barnfield Wood Road",
+ "_geoloc": { "lat": 51.3876571655273, "lng": -0.00854900013655 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f1f9",
+ "name": "Link Youth Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR5 2QL",
+ "address": "Midfield Way, Orpington",
+ "_geoloc": { "lat": 51.409109, "lng": 0.10647 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f2e3",
+ "name": "Maple Tree",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE20 8HE",
+ "address": "52 - 54 Maple Road, Penge",
+ "_geoloc": { "lat": 51.41151, "lng": -0.058606 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f385",
+ "name": "Metropolitan Police Sports And Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 7AL",
+ "address": "The Warren, Croydon Road",
+ "_geoloc": { "lat": 51.37063, "lng": 0.00857 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f382",
+ "name": "Metropolis",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 1PG",
+ "address": "256 High Street, Bromley",
+ "_geoloc": { "lat": 51.406904, "lng": 0.011914 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f397",
+ "name": "Miller & Carter",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR4 0HH",
+ "address": "The Pickhurst, Pickhurst Lane",
+ "_geoloc": { "lat": 51.384802, "lng": 0.002278 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f3ca",
+ "name": "Moon And Stars",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE20 7QS",
+ "address": "164 - 166 High Street, Penge",
+ "_geoloc": { "lat": 51.412402, "lng": -0.050558 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f3eb",
+ "name": "Mottingham Sports Ground",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE9 4QE",
+ "address": "London Marathon Sports Ground, Grove Park Road",
+ "_geoloc": { "lat": 51.434816, "lng": 0.039541 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f46c",
+ "name": "Naturist Foundation - Tea Pot Cafe",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR5 4ET",
+ "address": "Brockenhurst, Sheepcote Lane",
+ "_geoloc": { "lat": 51.391472, "lng": 0.136349 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f4d5",
+ "name": "Nuffield Health (formally Virgin Active Health Club)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR7 6RP",
+ "address": "Virgin Active Health Club, Sidcup By Pass Road",
+ "_geoloc": { "lat": 51.4315147399902, "lng": 0.07654099911451 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f52f",
+ "name": "O'Neills",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 1AZ",
+ "address": "9 High Street, Beckenham",
+ "_geoloc": { "lat": 51.410637, "lng": -0.025166 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f502",
+ "name": "Old Bromleians Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 8LL",
+ "address": "Scrubs Farm, Lower Gravel Road",
+ "_geoloc": { "lat": 51.378192, "lng": 0.051666 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f505",
+ "name": "Old Dunstonian Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 3SS",
+ "address": "Old Dunstonians Sports Club, St Dunstan's Lane",
+ "_geoloc": { "lat": 51.390008, "lng": -0.015634 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f526",
+ "name": "One Inn The Wood - Micro Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR5 1LA",
+ "address": "209 Petts Wood Road, Petts Wood",
+ "_geoloc": { "lat": 51.390094, "lng": 0.073903 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f4d8",
+ "name": "Nuffield Health Fitness & Wellbeing Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 9EF",
+ "address": "Hayes Lane, Hayes",
+ "_geoloc": { "lat": 51.391103, "lng": 0.017674 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f50b",
+ "name": "Old Wilsonians Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 7HN",
+ "address": "Hayes Hill, Hayes",
+ "_geoloc": { "lat": 51.377437, "lng": 0.000692 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f544",
+ "name": "Orpington Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "",
+ "address": "Goddington Lane, Orpington",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f532",
+ "name": "O'Neills",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 1QE",
+ "address": "O'Neill's, 27 East Street",
+ "_geoloc": { "lat": 51.406803, "lng": 0.015677 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f54a",
+ "name": "Orpington Conservative Club - Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 9JJ",
+ "address": "4 Sevenoaks Road, Orpington",
+ "_geoloc": { "lat": 51.371841, "lng": 0.096526 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f535",
+ "name": "Ora Night Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 1RW",
+ "address": "29A Widmore Road, Bromley",
+ "_geoloc": { "lat": 51.406269, "lng": 0.016904 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f568",
+ "name": "Orpington Rovers Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "",
+ "address": "Sports Ground, Cockmannings Lane",
+ "_geoloc": { "lat": 51.3802304499936, "lng": 0.12824781209359 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f56b",
+ "name": "Orpington Rugby F C",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "",
+ "address": "Hoblingwell Wood, Leesons Way",
+ "_geoloc": { "lat": 51.37324142456055, "lng": 0.08969999849796 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f55f",
+ "name": "Orpington Liberal Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 0RZ",
+ "address": "7 Station Road, Orpington",
+ "_geoloc": { "lat": 51.372549, "lng": 0.094605 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f5c2",
+ "name": "Park House Rugby Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 7AA",
+ "address": "Barnet Wood Road, Hayes",
+ "_geoloc": { "lat": 51.371673, "lng": 0.02478 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f5c5",
+ "name": "Park Langley Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 3AF",
+ "address": "44A Wickham Way, Beckenham",
+ "_geoloc": { "lat": 51.395209, "lng": -0.015294 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f5e3",
+ "name": "Pawleyne Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE20 7EU",
+ "address": "156 High Street, Penge",
+ "_geoloc": { "lat": 51.414128, "lng": -0.052167 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f5d7",
+ "name": "Patrick's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 1AZ",
+ "address": "5 High Street, Beckenham",
+ "_geoloc": { "lat": 51.410637, "lng": -0.025166 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f631",
+ "name": "Petts Wood Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR5 1PE",
+ "address": "Willett Recreation Ground, Crossway",
+ "_geoloc": { "lat": 51.3933944702148, "lng": 0.07941400259733 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f634",
+ "name": "Petts Wood Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 7AA",
+ "address": "Barnet Wood Road, Hayes",
+ "_geoloc": { "lat": 51.371673, "lng": 0.02478 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f640",
+ "name": "Petts Wood Snooker Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR5 1DB",
+ "address": "Petts Wood Snooker & American Pool, West Approach",
+ "_geoloc": { "lat": 51.388769, "lng": 0.073556 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f6f7",
+ "name": "Prince Frederick",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 4DE",
+ "address": "The Prince Frederick, 31 Nichol Lane",
+ "_geoloc": { "lat": 51.41576, "lng": 0.019263 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f721",
+ "name": "Queens Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 7US",
+ "address": "25 High Street, Downe",
+ "_geoloc": { "lat": 51.33667, "lng": 0.053832 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f71e",
+ "name": "Queens Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR7 5AN",
+ "address": "2 High Street, Chislehurst",
+ "_geoloc": { "lat": 51.418232, "lng": 0.067841 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f724",
+ "name": "Queens Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 6BQ",
+ "address": "The Queens Head, 73 High Street",
+ "_geoloc": { "lat": 51.352942, "lng": 0.089201 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f727",
+ "name": "Queens Mead Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "",
+ "address": "Queens Mead Road, Bromley",
+ "_geoloc": { "lat": 52.0568631513823, "lng": -2.21361702336853 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f6fd",
+ "name": "Prince Of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE9 4SP",
+ "address": "154 Mottingham Road, Mottingham",
+ "_geoloc": { "lat": 51.433586, "lng": 0.047687 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f73c",
+ "name": "Railway Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 1QQ",
+ "address": "The Railway Hotel, 45 East Street",
+ "_geoloc": { "lat": 51.407407, "lng": 0.016077 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f754",
+ "name": "Ramblers Rest",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR7 5ND",
+ "address": "Mill Place, Chislehurst",
+ "_geoloc": { "lat": 51.408714, "lng": 0.061933 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f790",
+ "name": "Richmal Crompton",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 1DS",
+ "address": "23 Westmoreland Place, Bromley",
+ "_geoloc": { "lat": 51.399778, "lng": 0.016259 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f76c",
+ "name": "Red Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 3LG",
+ "address": "10 North Road, Bromley",
+ "_geoloc": { "lat": 51.409988, "lng": 0.021842 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f7bd",
+ "name": "Rosecroft Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR5 4AR",
+ "address": "269 High Street, St Mary Cray",
+ "_geoloc": { "lat": 51.3871116638184, "lng": 0.11346600204706 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f7d2",
+ "name": "Royal British Legion Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 7DJ",
+ "address": "14 Station Hill, Hayes",
+ "_geoloc": { "lat": 51.37478, "lng": 0.011425 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f7d5",
+ "name": "Royal British Legion Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR4 0JJ",
+ "address": "40 Ravenswood Crescent, West Wickham",
+ "_geoloc": { "lat": 51.379728, "lng": -0.016625 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f7d8",
+ "name": "Royal British Legion Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 0HE",
+ "address": "British Legion Hall, 7 Church Hill",
+ "_geoloc": { "lat": 51.378993, "lng": 0.103377 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f80b",
+ "name": "S E London Masonic Club - Peter Lees Catering Service",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "",
+ "address": "",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f7ea",
+ "name": "Royal Oak Beefeater",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 6BJ",
+ "address": "Royal Oak, 72 High Street",
+ "_geoloc": { "lat": 51.3513, "lng": 0.089485 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f7db",
+ "name": "Royal British Legion Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR5 1DH",
+ "address": "Petts Wood Royal British Legion Clu, Queensway",
+ "_geoloc": { "lat": 51.388067, "lng": 0.074127 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f8e6",
+ "name": "Shortlands Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 0EY",
+ "address": "Station Road, Shortlands",
+ "_geoloc": { "lat": 51.404941, "lng": 0.004164 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f8dd",
+ "name": "Shortlands Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 0DX",
+ "address": "Meadow Road, Bromley",
+ "_geoloc": { "lat": 51.40724, "lng": 0.002252 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f919",
+ "name": "Slug And Lettuce",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 1EA",
+ "address": "150 - 156 High Street, Beckenham",
+ "_geoloc": { "lat": 51.407766, "lng": -0.027188 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f93d",
+ "name": "South East London Masonic Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE20 7RT",
+ "address": "3 Avenue Road, London",
+ "_geoloc": { "lat": 51.410394, "lng": -0.053117 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f940",
+ "name": "South Hill Wood Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "",
+ "address": "South Hill Wood Recreation Ground, Tootswood Road",
+ "_geoloc": { "lat": 51.394309, "lng": 0.001232 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f949",
+ "name": "Southey Brewing Co",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE20 7JD",
+ "address": "21 Southey Street, Penge",
+ "_geoloc": { "lat": 51.415893, "lng": -0.052279 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3f982",
+ "name": "Sports Pavilion - Leesons Way",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "",
+ "address": "Pavilion, Hoblingwell Wood",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fa18",
+ "name": "Star And Garter",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 1NZ",
+ "address": "227 High Street, Bromley",
+ "_geoloc": { "lat": 51.40694, "lng": 0.012433 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fa81",
+ "name": "Sundridge Park Lawn Tennis & Squash Rackets Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 3NA",
+ "address": "Lawn Close, Bromley",
+ "_geoloc": { "lat": 51.41594, "lng": 0.022967 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fa7e",
+ "name": "Sundridge Park Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 3NE",
+ "address": "Garden Road, Bromley",
+ "_geoloc": { "lat": 51.417658, "lng": 0.025042 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fa84",
+ "name": "Sundridge Park Working Men's Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 5AF",
+ "address": "134 Burnt Ash Lane, Bromley",
+ "_geoloc": { "lat": 51.420523, "lng": 0.02107 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3faed",
+ "name": "Sydney Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR7 6PL",
+ "address": "The Sydney Arms, Old Perry Street",
+ "_geoloc": { "lat": 51.415084, "lng": 0.086654 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fae7",
+ "name": "Sydenham Lawn Tennis And Croquet Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE26 6ET",
+ "address": "Sydenham Lawn Tennis Club, Lawrie Park Road",
+ "_geoloc": { "lat": 51.421649, "lng": -0.059384 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3faea",
+ "name": "Sydenham Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 1UG",
+ "address": "Cricket Ground, Cricket Lane",
+ "_geoloc": { "lat": 51.401057, "lng": -0.028745 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3facc",
+ "name": "Swan And Mitre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 1PG",
+ "address": "262 High Street, Bromley",
+ "_geoloc": { "lat": 51.406904, "lng": 0.011914 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fb89",
+ "name": "The Anglesey Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 3JX",
+ "address": "90 Palace Road, Bromley",
+ "_geoloc": { "lat": 51.408836, "lng": 0.020856 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fb8c",
+ "name": "The Aperfield Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "TN16 2HN",
+ "address": "311 Main Road, Biggin Hill",
+ "_geoloc": { "lat": 51.301747, "lng": 0.051957 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fb83",
+ "name": "The Alma",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE19 2TA",
+ "address": "95 Church Road, Anerley",
+ "_geoloc": { "lat": 51.417599, "lng": -0.080511 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fb95",
+ "name": "The Beech Tree",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR5 4AG",
+ "address": "75 Wellington Road, Orpington",
+ "_geoloc": { "lat": 51.384806, "lng": 0.111204 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fb92",
+ "name": "The Beaverwood Sports And Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR7 6HF",
+ "address": "Beaverwood Lodge Sports And Leisure, Beaverwood Road",
+ "_geoloc": { "lat": 51.418052, "lng": 0.089651 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fb9b",
+ "name": "The Bickley",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR7 5NP",
+ "address": "Chislehurst Road, Chislehurst",
+ "_geoloc": { "lat": 51.407255, "lng": 0.0559 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fba4",
+ "name": "The Bitter End Cafe Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 9HW",
+ "address": "139 Masons Hill, Bromley",
+ "_geoloc": { "lat": 51.396286, "lng": 0.024817 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fbb3",
+ "name": "The British Queen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 8NL",
+ "address": "British Queen, 427 Crofton Road",
+ "_geoloc": { "lat": 51.366713, "lng": 0.0545 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fbbf",
+ "name": "The Buff",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 9NL",
+ "address": "Pinewood Drive, Orpington",
+ "_geoloc": { "lat": 51.358806, "lng": 0.086638 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fbda",
+ "name": "The Chancery",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 5NP",
+ "address": "90 Bromley Road, Beckenham",
+ "_geoloc": { "lat": 51.4068729, "lng": -0.0174965 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fbdd",
+ "name": "The Chelsfield",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 6EY",
+ "address": "1 Windsor Drive, Orpington",
+ "_geoloc": { "lat": 51.356359, "lng": 0.105285 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fba7",
+ "name": "The Bo Peep",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 7QL",
+ "address": "The Bo-Peep, Hewitts Road",
+ "_geoloc": { "lat": 51.3503, "lng": 0.137464 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fbc5",
+ "name": "The Bull Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR5 3HS",
+ "address": "Main Road, St Pauls Cray",
+ "_geoloc": { "lat": 51.403925, "lng": 0.117677 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fbe3",
+ "name": "The Chequers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 8AP",
+ "address": "177 Southborough Lane, Bromley",
+ "_geoloc": { "lat": 51.390267, "lng": 0.045149 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fbec",
+ "name": "The Craft Beer Rooms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 7EY",
+ "address": "6 Bourne Way, Hayes",
+ "_geoloc": { "lat": 51.376118, "lng": 0.006857 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fbef",
+ "name": "The Cricketers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 0DQ",
+ "address": "93 Chislehurst Road, Orpington",
+ "_geoloc": { "lat": 51.381466, "lng": 0.100387 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fbf5",
+ "name": "The Crown Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 6DQ",
+ "address": "Leaves Green Road, Keston",
+ "_geoloc": { "lat": 51.343307, "lng": 0.031628 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fbe9",
+ "name": "The Coney / Smoque",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR4 9HZ",
+ "address": "The Coney, 35 Croydon Road",
+ "_geoloc": { "lat": 51.3702319, "lng": 0.0008059 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fbfe",
+ "name": "The Douglas Fir",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "SE20 8DL",
+ "address": "144 Anerley Road, Penge",
+ "_geoloc": { "lat": 51.4149589538574, "lng": -0.07141699641943 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fc04",
+ "name": "The Elm Tree",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 4DF",
+ "address": "116 Croydon Road, Beckenham",
+ "_geoloc": { "lat": 51.3987935, "lng": -0.0451175 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fc10",
+ "name": "The Flying Machine",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "TN16 3XY",
+ "address": "Kings Road, Biggin Hill",
+ "_geoloc": { "lat": 51.31118, "lng": 0.026191 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fc28",
+ "name": "The Greyhound",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 6BP",
+ "address": "4 Commonside, Keston",
+ "_geoloc": { "lat": 51.363594, "lng": 0.028575 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fc1f",
+ "name": "The Gordon Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR7 5AY",
+ "address": "Gordon Arms, 47 Park Road",
+ "_geoloc": { "lat": 51.419301, "lng": 0.06845 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fc25",
+ "name": "The Greyhound",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 1NY",
+ "address": "205 High Street, Bromley",
+ "_geoloc": { "lat": 51.406541, "lng": 0.01312 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fc2e",
+ "name": "The Grove Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "",
+ "address": "Sports Ground, Oakley Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fc13",
+ "name": "The Fox",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 6BQ",
+ "address": "2 Heathfield Road, Keston",
+ "_geoloc": { "lat": 51.361369, "lng": 0.02727 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fc1c",
+ "name": "The George",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 7LE",
+ "address": "29 Hayes Street, Hayes",
+ "_geoloc": { "lat": 51.379933, "lng": 0.018275 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fc46",
+ "name": "The Kings Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 6DU",
+ "address": "Leaves Green Road, Keston",
+ "_geoloc": { "lat": 51.335107, "lng": 0.028452 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fc76",
+ "name": "The Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 2RH",
+ "address": "206 Widmore Road, Bromley",
+ "_geoloc": { "lat": 51.405847, "lng": 0.034068 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fc7c",
+ "name": "The Old Jail",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "TN16 3AX",
+ "address": "Jail Lane, Biggin Hill",
+ "_geoloc": { "lat": 51.314871, "lng": 0.052284 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fc64",
+ "name": "The Lord Homesdale",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 2QZ",
+ "address": "Lord Homesdale, 184 Homesdale Road",
+ "_geoloc": { "lat": 51.3998514, "lng": 0.0338543 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fc6a",
+ "name": "The Maxwell",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 0RZ",
+ "address": "Station Road, Orpington",
+ "_geoloc": { "lat": 51.372549, "lng": 0.094605 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fc9d",
+ "name": "The Real Ale Way",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 7EB",
+ "address": "55 Station Approach, Hayes",
+ "_geoloc": { "lat": 51.3761054, "lng": 0.011235 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fcaf",
+ "name": "The Sovereign Of The Seas",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR5 1DG",
+ "address": "109 - 111 Queensway, Petts Wood",
+ "_geoloc": { "lat": 51.38952, "lng": 0.071807 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fcb2",
+ "name": "The Swan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR4 0NJ",
+ "address": "2 High Street, West Wickham",
+ "_geoloc": { "lat": 51.37615, "lng": -0.016161 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fc8b",
+ "name": "The Partridge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 1HE",
+ "address": "194 High Street, Bromley",
+ "_geoloc": { "lat": 51.405218, "lng": 0.014241 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fc97",
+ "name": "The Railway",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR4 0EW",
+ "address": "Railway Hotel, Red Lodge Road",
+ "_geoloc": { "lat": 51.380236, "lng": -0.013183 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fcc7",
+ "name": "The Wheatsheaf",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR4 0LU",
+ "address": "135 High Street, West Wickham",
+ "_geoloc": { "lat": 51.376828, "lng": -0.021147 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fcca",
+ "name": "The Woodman",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 7BA",
+ "address": "50 High Street, Farnborough",
+ "_geoloc": { "lat": 51.359229, "lng": 0.069937 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fce8",
+ "name": "Tigers Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR7 5PJ",
+ "address": "Watts Lane, Chislehurst",
+ "_geoloc": { "lat": 51.409498, "lng": 0.068971 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fcee",
+ "name": "Time Kent",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 1SD",
+ "address": "1 - 4 Station Buildings, Southend Road",
+ "_geoloc": { "lat": 51.412219, "lng": -0.024048 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fcfd",
+ "name": "Toby Carvery - Eden Park Hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 3HQ",
+ "address": "Eden Park Hotel, 422 Upper Elmers End Road",
+ "_geoloc": { "lat": 51.389641, "lng": -0.02689 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fd00",
+ "name": "Toby Carvery - The Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 9RJ",
+ "address": "The Crown, 155 Bromley Common",
+ "_geoloc": { "lat": 51.390478, "lng": 0.034551 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fd78",
+ "name": "Two Doves",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 8HD",
+ "address": "37 Oakley Road, Bromley",
+ "_geoloc": { "lat": 51.372333, "lng": 0.039622 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fdae",
+ "name": "Vault And Vine",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR5 1NA",
+ "address": "18 Station Square, Petts Wood",
+ "_geoloc": { "lat": 51.3895454406738, "lng": 0.07437600195408 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fdb4",
+ "name": "Victory Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR2 7NG",
+ "address": "Kechill Gardens, Hayes",
+ "_geoloc": { "lat": 51.382972, "lng": 0.016182 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fde7",
+ "name": "Vu Vu Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 1QU",
+ "address": "30 East Street, Bromley",
+ "_geoloc": { "lat": 51.407131, "lng": 0.016468 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fe44",
+ "name": "White Hart",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 0JY",
+ "address": "106 High Street, Orpington",
+ "_geoloc": { "lat": 51.379574, "lng": 0.102585 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fe32",
+ "name": "West Wickham Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR4 0RX",
+ "address": "Silver Lane, West Wickham",
+ "_geoloc": { "lat": 51.373222, "lng": -0.009463 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fe47",
+ "name": "White Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR1 3JX",
+ "address": "The White Horse, 64 Palace Road",
+ "_geoloc": { "lat": 51.408836, "lng": 0.020856 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fe2f",
+ "name": "West Kent Golf Club - Executive Catering",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 7LD",
+ "address": "West Kent Golf Club, Milking Lane",
+ "_geoloc": { "lat": 51.333797, "lng": 0.040668 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fe41",
+ "name": "Westcombe Park Rugby Football Club - Caterers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 9SX",
+ "address": "Orpington Sports Club, Goddington Lane",
+ "_geoloc": { "lat": 51.363726, "lng": 0.114687 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fe50",
+ "name": "White Swan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR5 4AD",
+ "address": "21 Kent Road, Orpington",
+ "_geoloc": { "lat": 51.386395, "lng": 0.112326 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fe1a",
+ "name": "Warbank Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "CR0 0AY",
+ "address": "Warbank Crescent, Croydon",
+ "_geoloc": { "lat": 51.34086, "lng": -0.002251 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fe77",
+ "name": "Wickham Theatre Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR4 9BA",
+ "address": "62 Corkscrew Hill, West Wickham",
+ "_geoloc": { "lat": 51.370991, "lng": -0.010536 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fe4a",
+ "name": "White Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 1AH",
+ "address": "The White Horse, 205 - 213 High Street",
+ "_geoloc": { "lat": 51.406442, "lng": -0.030307 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3fe74",
+ "name": "Wickham Park Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR4 0AU",
+ "address": "228 Pickhurst Rise, West Wickham",
+ "_geoloc": { "lat": 51.379562, "lng": -0.003153 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3febc",
+ "name": "Ye George Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR3 1AG",
+ "address": "111 High Street, Beckenham",
+ "_geoloc": { "lat": 51.407011, "lng": -0.027724 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3febf",
+ "name": "Ye Olde Whyte Lyon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Bromley",
+ "postcode": "BR6 8NE",
+ "address": "Ye Olde Whyte Lion, Farnborough Common",
+ "_geoloc": { "lat": 51.364266, "lng": 0.056603 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3ff43",
+ "name": "Acol Bridge Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW6 2LX",
+ "address": "86 West End Lane",
+ "_geoloc": { "lat": 51.5456492, "lng": -0.1910008 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3ff22",
+ "name": "Abbey Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 9QB",
+ "address": "124 Kentish Town Road",
+ "_geoloc": { "lat": 51.546187, "lng": -0.141548 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3ffb5",
+ "name": "All Bar One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1A 1HB",
+ "address": "108 New Oxford Street",
+ "_geoloc": { "lat": 51.5169219970703, "lng": -0.12821699678898 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3ffb8",
+ "name": "All Bar One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2B 6DX",
+ "address": "58 Kingsway",
+ "_geoloc": { "lat": 51.5164185, "lng": -0.1192288 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3ff3a",
+ "name": "Aces and Eights Saloon Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 2HP",
+ "address": "156-158 Fortess Road",
+ "_geoloc": { "lat": 51.55616, "lng": -0.138704 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3ff70",
+ "name": "AHS Catering Ltd (Inside The Enterprise)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 2BL",
+ "address": "2 Haverstock Hill",
+ "_geoloc": { "lat": 51.5442504882813, "lng": -0.15305499732494 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3ffa9",
+ "name": "Alexander the Great",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 0JT",
+ "address": "8 Plender Street",
+ "_geoloc": { "lat": 51.5362556, "lng": -0.1389154 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f3ffaf",
+ "name": "Alice House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW6 1RD",
+ "address": "283-285 West End Lane",
+ "_geoloc": { "lat": 51.5513496398926, "lng": -0.19220300018787 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f400b1",
+ "name": "Astor Museum Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1B 5BH",
+ "address": "27 Montague Street",
+ "_geoloc": { "lat": 51.5195476, "lng": -0.1248223 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f400ff",
+ "name": "Bannatyne Health Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW6 5HZ",
+ "address": "4 Greville Road",
+ "_geoloc": { "lat": 51.5361059, "lng": -0.1908603 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f400fc",
+ "name": "Bannatyne Health Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1H 0JR",
+ "address": "32 Woburn Place",
+ "_geoloc": { "lat": 51.5241515, "lng": -0.1276171 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f400db",
+ "name": "Backstage Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 3HY",
+ "address": "The Royal Central School Of Speech And Drama, Embassy Theatre, 62-64 Eton Avenue",
+ "_geoloc": { "lat": 51.5443267822266, "lng": -0.17418000102043 }
+ },
+ {
+ "objectID": "6399f72371c0238ae6f40168",
+ "name": "Be At One Limited",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 7JH",
+ "address": "55 Camden High Street",
+ "_geoloc": { "lat": 51.5357709, "lng": -0.1401032 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40d50",
+ "name": "Hell's Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 9QB",
+ "address": "124 Kentish Town Road",
+ "_geoloc": { "lat": 51.5458016, "lng": -0.1414824 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40f0c",
+ "name": "Jack Horner",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 7QN",
+ "address": "235-236 Tottenham Court Road",
+ "_geoloc": { "lat": 51.5187746, "lng": -0.1321764 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40f5a",
+ "name": "Joe's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 8AR",
+ "address": "78-79 Chalk Farm Road",
+ "_geoloc": { "lat": 51.5436124, "lng": -0.1514794 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40df5",
+ "name": "Horse & Wig",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1V 6HZ",
+ "address": "Cromwell House, 14 Fulwood Place",
+ "_geoloc": { "lat": 51.5190324, "lng": -0.1134419 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f424d8",
+ "name": "Vault 139",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 5EP",
+ "address": "139-143 Whitfield Street",
+ "_geoloc": { "lat": 51.5236282348633, "lng": -0.13889700174332 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f425cb",
+ "name": "White Hart",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2B 5QD",
+ "address": "191 Drury Lane",
+ "_geoloc": { "lat": 51.5162508, "lng": -0.12392 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f425d1",
+ "name": "White Mustashe",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 3RD",
+ "address": "7a Stanhope Parade",
+ "_geoloc": { "lat": 51.5302309, "lng": -0.1412085 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40f75",
+ "name": "Junction Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 1AG",
+ "address": "101 Fortess Road",
+ "_geoloc": { "lat": 51.5550762, "lng": -0.139979 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40da4",
+ "name": "Holiday Inn London - Bloomsbury",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1N 1HT",
+ "address": "Coram Street",
+ "_geoloc": { "lat": 51.5239028930664, "lng": -0.1249750033021 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40e31",
+ "name": "Hurrican Room",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1X 8BB",
+ "address": "368 Gray's Inn Road",
+ "_geoloc": { "lat": 51.5306282043457, "lng": -0.12145499885082 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40d38",
+ "name": "Heads + Tails",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW6 2LH",
+ "address": "175 West End Lane",
+ "_geoloc": { "lat": 51.5463207, "lng": -0.1913924 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40e25",
+ "name": "Hudson's House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1B 3GH",
+ "address": "St Giles Hotel, 12 Bedford Avenue",
+ "_geoloc": { "lat": 51.5176198, "lng": -0.130249 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f41035",
+ "name": "King William IV",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 1RE",
+ "address": "Public House And Premises, 77 Hampstead High Street",
+ "_geoloc": { "lat": 51.5554733276367, "lng": -0.17622900009155 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f42673",
+ "name": "Ye Olde Swiss Cottage",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 5EL",
+ "address": "98 Finchley Road",
+ "_geoloc": { "lat": 51.5427883, "lng": -0.1746594 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f42670",
+ "name": "Ye Olde Mitre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "EC1N 6SJ",
+ "address": "1 Ely Court",
+ "_geoloc": { "lat": 51.518440246582, "lng": -0.10739800333977 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f41074",
+ "name": "Knights Templar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2A 1DT",
+ "address": "95 Chancery Lane",
+ "_geoloc": { "lat": 51.5153665, "lng": -0.1119648 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f4107d",
+ "name": "Koko",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 0JH",
+ "address": "1a Camden High Street",
+ "_geoloc": { "lat": 51.5354042053223, "lng": -0.13899399340153 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f411af",
+ "name": "Lillie Langtry",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW6 4SL",
+ "address": "121 Abbey Road",
+ "_geoloc": { "lat": 51.5397834, "lng": -0.1879168 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f4122d",
+ "name": "Lord John Russell P.H.",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1N 1AL",
+ "address": "91-93 Marchmont Street",
+ "_geoloc": { "lat": 51.5260584, "lng": -0.1259531 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f4124b",
+ "name": "Lucas Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1X 8QY",
+ "address": "245A Gray's Inn Road",
+ "_geoloc": { "lat": 51.5284933, "lng": -0.1196393 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f4126f",
+ "name": "Lyttleton Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 7JE",
+ "address": "1 Camden High Street",
+ "_geoloc": { "lat": 51.5346174, "lng": -0.139386 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f41287",
+ "name": "Mabel's Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1H 9AZ",
+ "address": "9 Mabledon Place",
+ "_geoloc": { "lat": 51.5278016, "lng": -0.1275538 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4135c",
+ "name": "Marlborough Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1E 7HJ",
+ "address": "36 Torrington Place",
+ "_geoloc": { "lat": 51.5217475891113, "lng": -0.1341589987278 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41362",
+ "name": "Marquis Cornwallis",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1N 1AP",
+ "address": "31 Marchmont Street",
+ "_geoloc": { "lat": 51.5244615, "lng": -0.1250672 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f413a1",
+ "name": "McGlynn Freehouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1H 8ET",
+ "address": "1-5 Whidborne Street",
+ "_geoloc": { "lat": 51.5284439, "lng": -0.1232889 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f414e8",
+ "name": "Museum Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1B 3BA",
+ "address": "49 Great Russell Street",
+ "_geoloc": { "lat": 51.5181873, "lng": -0.1258007 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41572",
+ "name": "New Bloomsbury Set",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1N 1AG",
+ "address": "76 Marchmont Street",
+ "_geoloc": { "lat": 51.5258337, "lng": -0.1254001 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4156f",
+ "name": "New Ambassadors Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2H 9ND",
+ "address": "Ambassadors Theatre, West Street",
+ "_geoloc": { "lat": 51.512979, "lng": -0.1279602 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4152a",
+ "name": "Nanny Bill's at the Abbey Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 9QB",
+ "address": "124 Kentish Town Road",
+ "_geoloc": { "lat": 51.5458016, "lng": -0.1414824 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41563",
+ "name": "Nelsons Wine Bar Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 3EX",
+ "address": "48 Stanhope Street",
+ "_geoloc": { "lat": 51.5265519, "lng": -0.1405799 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f414f4",
+ "name": "My Old Dutch",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1V 6PS",
+ "address": "131-132 High Holborn",
+ "_geoloc": { "lat": 51.5175239, "lng": -0.1219939 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f415e4",
+ "name": "North Star",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 5JJ",
+ "address": "104 Finchley Road",
+ "_geoloc": { "lat": 51.5459174, "lng": -0.1781109 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f415cc",
+ "name": "Norfolk Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1H 9EP",
+ "address": "28 Leigh Street",
+ "_geoloc": { "lat": 51.5266403, "lng": -0.1252228 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41680",
+ "name": "O'Neill's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 2QS",
+ "address": "73-77 Euston Road",
+ "_geoloc": { "lat": 51.5288586, "lng": -0.1261696 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4167d",
+ "name": "One Tun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 4ND",
+ "address": "58-60 Goodge Street",
+ "_geoloc": { "lat": 51.5191631, "lng": -0.1368162 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f416c8",
+ "name": "Oxford Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 7BU",
+ "address": "265 Camden High Street",
+ "_geoloc": { "lat": 51.5405941, "lng": -0.144276 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41779",
+ "name": "Penderel's Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1V 7HP",
+ "address": "New Penderel House, 283-287 High Holborn",
+ "_geoloc": { "lat": 51.5179557800293, "lng": -0.11535999923945 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f417a0",
+ "name": "Phineas",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1H 0AH",
+ "address": "25 Gordon Street",
+ "_geoloc": { "lat": 51.5253257751465, "lng": -0.13297499716282 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4179d",
+ "name": "Philomena\u2019s",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2B 5AA",
+ "address": "40 Great Queen Street",
+ "_geoloc": { "lat": 51.5150611, "lng": -0.1220664 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f401ad",
+ "name": "Belushi's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 0LT",
+ "address": "48-50 Camden High Street",
+ "_geoloc": { "lat": 51.5361039, "lng": -0.1395561 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40234",
+ "name": "Black Heart",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 0AP",
+ "address": "2-3 Greenland Place",
+ "_geoloc": { "lat": 51.5388289, "lng": -0.1418387 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f401f2",
+ "name": "Betjeman Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "N1C 4QL",
+ "address": "Unit 53, St Pancras International Station, Euston Road",
+ "_geoloc": { "lat": 51.5314292907715, "lng": -0.12612199783325 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40279",
+ "name": "Bloomsbury Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2H 8EG",
+ "address": "236 Shaftesbury Avenue",
+ "_geoloc": { "lat": 51.5168192, "lng": -0.1257271 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40387",
+ "name": "Bucks Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 8QR",
+ "address": "202 Camden High Street",
+ "_geoloc": { "lat": 51.5402668, "lng": -0.1434817 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40393",
+ "name": "Bull and Gate",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 2TJ",
+ "address": "389 Kentish Town Road",
+ "_geoloc": { "lat": 51.550399, "lng": -0.141189 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40360",
+ "name": "Brondes Age",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW6 2QN",
+ "address": "328 Kilburn High Road",
+ "_geoloc": { "lat": 51.545207, "lng": -0.201541 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40354",
+ "name": "Bricklayers Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 1QS",
+ "address": "31 Gresse Street",
+ "_geoloc": { "lat": 51.5177599, "lng": -0.1333998 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f4030c",
+ "name": "Bourne & Hollingsworth",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 1JF",
+ "address": "28 Rathbone Place",
+ "_geoloc": { "lat": 51.517917, "lng": -0.1342294 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40390",
+ "name": "Bull & Bush",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 7HE",
+ "address": "Bull And Bush, North End Way",
+ "_geoloc": { "lat": 51.5675414, "lng": -0.1825567 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f404fb",
+ "name": "Camden People's Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 2PY",
+ "address": "58-60 Hampstead Road",
+ "_geoloc": { "lat": 51.5261561, "lng": -0.1383039 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f404a7",
+ "name": "Calthorpe Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1X 8JR",
+ "address": "252 Gray's Inn Road",
+ "_geoloc": { "lat": 51.5248655, "lng": -0.1160407 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f404d1",
+ "name": "Camden Eye",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 9NX",
+ "address": "2 Kentish Town Road",
+ "_geoloc": { "lat": 51.5395361, "lng": -0.1421992 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f404e0",
+ "name": "Camden Horseshoe Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 6TE",
+ "address": "28 Heath Street",
+ "_geoloc": { "lat": 51.5559855, "lng": -0.1784587 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f4066c",
+ "name": "City of York",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1V 6BS",
+ "address": "22 High Holborn",
+ "_geoloc": { "lat": 51.518497467041, "lng": -0.1125850006938 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40660",
+ "name": "Circus",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2H 9BA",
+ "address": "27 Endell Street",
+ "_geoloc": { "lat": 51.5144103, "lng": -0.124673 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f406ed",
+ "name": "Coopers Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW6 4JD",
+ "address": "164 Kilburn High Road",
+ "_geoloc": { "lat": 51.5407478, "lng": -0.1962281 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f407aa",
+ "name": "Crown & Anchor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 2HL",
+ "address": "137 Drummond Street",
+ "_geoloc": { "lat": 51.5268992, "lng": -0.1369616 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40774",
+ "name": "Craft Beer",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1V 7AA",
+ "address": "168 High Holborn",
+ "_geoloc": { "lat": 51.5157432556152, "lng": -0.12531900405884 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f4079e",
+ "name": "Cross Keys",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2H 9BA",
+ "address": "31 Endell Street",
+ "_geoloc": { "lat": 51.5145111083984, "lng": -0.12488500028849 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40777",
+ "name": "Craft Beer Company",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "EC1N 7TR",
+ "address": "82 Leather Lane",
+ "_geoloc": { "lat": 51.5212547, "lng": -0.1096022 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f407a7",
+ "name": "Crown & Anchor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2H 9PS",
+ "address": "22 Neal Street",
+ "_geoloc": { "lat": 51.5140377, "lng": -0.124991 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f407c5",
+ "name": "Cue Point Ltd (inside the Rose and Crown)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 2SG",
+ "address": "71-73 Torriano Avenue",
+ "_geoloc": { "lat": 51.5502510070801, "lng": -0.13289199769497 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f4086d",
+ "name": "Disappearing Dining Club at Dartmouth Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 1SP",
+ "address": "35 York Rise",
+ "_geoloc": { "lat": 51.5584908, "lng": -0.1437926 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f408be",
+ "name": "Draft House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 9EA",
+ "address": "102-106 Camden Road",
+ "_geoloc": { "lat": 51.5415428, "lng": -0.1383103 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f408a6",
+ "name": "Doric Arch",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 2HS",
+ "address": "Euston Station, Unit 50 Eversholt Street",
+ "_geoloc": { "lat": 51.5286674499512, "lng": -0.13327099382877 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f4087c",
+ "name": "Dominion Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 7AQ",
+ "address": "The Dominion Theatre, 268-269 Tottenham Court Road",
+ "_geoloc": { "lat": 51.5169627, "lng": -0.1296417 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f408eb",
+ "name": "Duo Restaurant and Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 7HJ",
+ "address": "20 Inverness Street",
+ "_geoloc": { "lat": 51.5396067, "lng": -0.1443882 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40927",
+ "name": "Edinboro Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 7RU",
+ "address": "57 Mornington Terrace",
+ "_geoloc": { "lat": 51.5360641, "lng": -0.1449938 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f409b1",
+ "name": "Euston Tap",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 2EF",
+ "address": "East Lodge, 188 Euston Road",
+ "_geoloc": { "lat": 51.5271285, "lng": -0.1321515 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f408f4",
+ "name": "Earl of Camden",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 7PN",
+ "address": "55 Parkway",
+ "_geoloc": { "lat": 51.5378805, "lng": -0.1444152 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f409b4",
+ "name": "Euston Tap",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 2EF",
+ "address": "West Lodge, 190 Euston Road",
+ "_geoloc": { "lat": 51.526981, "lng": -0.132599 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f409c0",
+ "name": "Exmouth Arms Euston",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 2HR",
+ "address": "1 Starcross Street",
+ "_geoloc": { "lat": 51.527929, "lng": -0.1366889 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40a2f",
+ "name": "Fifty Five Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 7DB",
+ "address": "31 Jamestown Road",
+ "_geoloc": { "lat": 51.5400853, "lng": -0.1456522 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40a5f",
+ "name": "Fitzroy Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 2LY",
+ "address": "16A Charlotte Street",
+ "_geoloc": { "lat": 51.5187053, "lng": -0.1346008 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40a59",
+ "name": "Fitzrovia Belle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 7NT",
+ "address": "174 Tottenham Court Road",
+ "_geoloc": { "lat": 51.52257, "lng": -0.135706 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40a83",
+ "name": "Flight Club Darts LTD",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1A 1BS",
+ "address": "Albion House, 55-59 New Oxford Street",
+ "_geoloc": { "lat": 51.5166786, "lng": -0.1270589 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40a6e",
+ "name": "Flask Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "N6 6BU",
+ "address": "77 Highgate West Hill",
+ "_geoloc": { "lat": 51.5698504, "lng": -0.1507615 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40ad7",
+ "name": "Freemasons Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 1NT",
+ "address": "32 Downshire Hill",
+ "_geoloc": { "lat": 51.5568985, "lng": -0.1689443 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40b64",
+ "name": "George IV",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 3DL",
+ "address": "76 Willes Road",
+ "_geoloc": { "lat": 51.5488131, "lng": -0.1459607 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40b40",
+ "name": "Gatehouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "N6 6JS",
+ "address": "Highgate West Hill",
+ "_geoloc": { "lat": 51.5613479614258, "lng": -0.15097700059414 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40b5b",
+ "name": "George Birkbeck Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1E 7HX",
+ "address": "University Of London Birkbeck College, Malet Street",
+ "_geoloc": { "lat": 51.521007, "lng": -0.127856 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40ba3",
+ "name": "Globe Lawn Tennis Club Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 2AL",
+ "address": "190a Haverstock Hill",
+ "_geoloc": { "lat": 51.5504938, "lng": -0.1642108 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40bca",
+ "name": "GOODSWAY",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "N1C 4DP",
+ "address": "11 Goods Way",
+ "_geoloc": { "lat": 51.5342292785645, "lng": -0.12576200067997 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40c81",
+ "name": "Gunmakers Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "EC1R 5ET",
+ "address": "13 Eyre Street Hill",
+ "_geoloc": { "lat": 51.5225715637207, "lng": -0.11056599766016 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40cf9",
+ "name": "Hare & Tortoise",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1N 1AF",
+ "address": "11-13 Brunswick Centre",
+ "_geoloc": { "lat": 51.5242729187012, "lng": -0.12350399792194 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40cd8",
+ "name": "Hampstead Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 3EL",
+ "address": "1 Eton Avenue",
+ "_geoloc": { "lat": 51.5452692, "lng": -0.1630655 }
+ },
+ {
+ "objectID": "6399f72471c0238ae6f40d17",
+ "name": "Hat & Tun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "EC1N 8HX",
+ "address": "3 Hatton Wall",
+ "_geoloc": { "lat": 51.5217792, "lng": -0.1081101 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41917",
+ "name": "Prince Arthur",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 1BX",
+ "address": "80-82 Eversholt Street",
+ "_geoloc": { "lat": 51.5299449, "lng": -0.1333915 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4192f",
+ "name": "Priory Tavern Kilburn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW6 4BT",
+ "address": "250 Belsize Road",
+ "_geoloc": { "lat": 51.5385325, "lng": -0.1913552 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41929",
+ "name": "Princess of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 8LL",
+ "address": "22 Chalcot Road",
+ "_geoloc": { "lat": 51.5404231, "lng": -0.1539593 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41923",
+ "name": "Princess Louise",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1V 7BW",
+ "address": "208 High Holborn",
+ "_geoloc": { "lat": 51.5172653198242, "lng": -0.12167300283909 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4191d",
+ "name": "Prince Of Wales Feathers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 5LD",
+ "address": "8 Warren Street",
+ "_geoloc": { "lat": 51.5241529, "lng": -0.1384433 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4193b",
+ "name": "Proud Camden Horse Hospital",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 8AH",
+ "address": "The Stables Market, Chalk Farm Road",
+ "_geoloc": { "lat": 51.5423394, "lng": -0.1477382 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41914",
+ "name": "Prince Albert PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 0SG",
+ "address": "163 Royal College Street",
+ "_geoloc": { "lat": 51.5399681, "lng": -0.1371199 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4191a",
+ "name": "Prince of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "N6 5JX",
+ "address": "53 Highgate High Street",
+ "_geoloc": { "lat": 51.5708905, "lng": -0.1488578 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41911",
+ "name": "Prince Albert",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 0SG",
+ "address": "163 Royal College Street",
+ "_geoloc": { "lat": 51.5399681, "lng": -0.1371199 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41980",
+ "name": "Queens Head & Artichoke",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 4EA",
+ "address": "32 Albany Street",
+ "_geoloc": { "lat": 51.5257709, "lng": -0.1440716 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41a2e",
+ "name": "Rising Sun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 2ED",
+ "address": "46 Tottenham Court Road",
+ "_geoloc": { "lat": 51.5191974, "lng": -0.1333122 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41aa0",
+ "name": "Royal George",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 1DG",
+ "address": "8-14 Eversholt Street",
+ "_geoloc": { "lat": 51.5282961, "lng": -0.1314982 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f419a1",
+ "name": "Railway",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW6 2LU",
+ "address": "100 West End Lane",
+ "_geoloc": { "lat": 51.5462462, "lng": -0.1906454 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4197d",
+ "name": "Queen's Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1X 9NB",
+ "address": "66 Acton Street",
+ "_geoloc": { "lat": 51.5285117, "lng": -0.1185428 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41a6d",
+ "name": "Rose and Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 2SG",
+ "address": "71-73 Torriano Avenue",
+ "_geoloc": { "lat": 51.550259, "lng": -0.13293 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41a0d",
+ "name": "Reverend J W Simpson",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 2QJ",
+ "address": "32-34 Goodge Street",
+ "_geoloc": { "lat": 51.5197313, "lng": -0.1352219 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41b4b",
+ "name": "Salt Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW6 1QS",
+ "address": "269 West End Lane",
+ "_geoloc": { "lat": 51.5505248, "lng": -0.1916872 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41b45",
+ "name": "Salsa!",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2H 0JG",
+ "address": "96 Charing Cross Road",
+ "_geoloc": { "lat": 51.5141118, "lng": -0.1290667 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41bff",
+ "name": "Sevilla Mia",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 1UQ",
+ "address": "22 Hanway Street",
+ "_geoloc": { "lat": 51.51691, "lng": -0.132074 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41c77",
+ "name": "Simmons Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 6HP",
+ "address": "28 Maple Street",
+ "_geoloc": { "lat": 51.5222357, "lng": -0.1388963 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41c7d",
+ "name": "Simmons Bar (Jeremy Bentham)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1E 6JL",
+ "address": "31 University Street",
+ "_geoloc": { "lat": 51.5236026, "lng": -0.1354961 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41bb4",
+ "name": "Scala",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "N1 9NL",
+ "address": "275-277 Pentonville Road",
+ "_geoloc": { "lat": 51.5305783, "lng": -0.1206779 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41bc0",
+ "name": "Scottish Malt Whisky Society",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "EC1N 8SQ",
+ "address": "19 Greville Street",
+ "_geoloc": { "lat": 51.5193951, "lng": -0.1069261 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41c5f",
+ "name": "Siham Lounge Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 0AE",
+ "address": "15 Pratt Street",
+ "_geoloc": { "lat": 51.537554, "lng": -0.140385 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41c14",
+ "name": "Shaker and Company",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 3EE",
+ "address": "119 Hampstead Road",
+ "_geoloc": { "lat": 51.5280741, "lng": -0.1390329 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41c17",
+ "name": "Shakespeare's Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2B 6BD",
+ "address": "Africa House, 64-78 Kingsway",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41bcc",
+ "name": "Secrets",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2B 5PS",
+ "address": "51 Parker Street",
+ "_geoloc": { "lat": 51.5166725, "lng": -0.1204867 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41c98",
+ "name": "Sir Christopher Hatton",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "EC1N 7RA",
+ "address": "4 Leather Lane",
+ "_geoloc": { "lat": 51.5180714, "lng": -0.1084945 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41c9b",
+ "name": "Sir Colin Campbell",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW6 2BY",
+ "address": "264-266 Kilburn High Road",
+ "_geoloc": { "lat": 51.5434778, "lng": -0.1994948 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41caa",
+ "name": "Sir Robert Peel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 4DA",
+ "address": "108 Malden Road",
+ "_geoloc": { "lat": 51.5491432, "lng": -0.1526398 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41ca1",
+ "name": "Sir Richard Steele",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 4RL",
+ "address": "97 Haverstock Hill",
+ "_geoloc": { "lat": 51.5467948, "lng": -0.1588502 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41cbf",
+ "name": "Skinners Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1H 9NT",
+ "address": "114 Judd Street",
+ "_geoloc": { "lat": 51.5282738, "lng": -0.1250259 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41ca4",
+ "name": "Sir Richard Steele",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 4RL",
+ "address": "97 Haverstock Hill",
+ "_geoloc": { "lat": 51.5467948, "lng": -0.1588502 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41c9e",
+ "name": "Sir John Oldcastle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "EC1M 3JF",
+ "address": "Farringdon Point, 29-35 Farringdon Road",
+ "_geoloc": { "lat": 51.5198288, "lng": -0.1059423 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41cd1",
+ "name": "Slatterys Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 9EU",
+ "address": "69 Camden Road",
+ "_geoloc": { "lat": 51.5424295, "lng": -0.1380866 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41d4f",
+ "name": "Spread Eagle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 7NB",
+ "address": "141 Albert Street",
+ "_geoloc": { "lat": 51.5376092, "lng": -0.1448877 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41d2e",
+ "name": "Southampton Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 1LE",
+ "address": "139 Highgate Road",
+ "_geoloc": { "lat": 51.5560294, "lng": -0.1462298 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41d9a",
+ "name": "St Martin's Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2H 9NG",
+ "address": "St Martins Theatre, West Street",
+ "_geoloc": { "lat": 51.5127563476563, "lng": -0.12753699719906 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41d37",
+ "name": "Spearmint Rhino",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 7NN",
+ "address": "161 Tottenham Court Road",
+ "_geoloc": { "lat": 51.5232681, "lng": -0.1365189 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41d46",
+ "name": "Spiritual Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 8ER",
+ "address": "6 Ferdinand Street",
+ "_geoloc": { "lat": 51.543239, "lng": -0.1488986 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41f17",
+ "name": "Sway Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2B 5BZ",
+ "address": "61-65 Great Queen Street",
+ "_geoloc": { "lat": 51.5155691, "lng": -0.1206619 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41f68",
+ "name": "Tapping the Admiral",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 8SU",
+ "address": "Tavern In The Town Public House, 77 Castle Road",
+ "_geoloc": { "lat": 51.5453563, "lng": -0.1463032 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f41fa4",
+ "name": "TCR Lounge Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 7PE",
+ "address": "183 Tottenham Court Road",
+ "_geoloc": { "lat": 51.5220273, "lng": -0.1354019 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42022",
+ "name": "The Alliance",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW6 1NR",
+ "address": "40-42 Mill Lane",
+ "_geoloc": { "lat": 51.5510369, "lng": -0.2010137 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42028",
+ "name": "The Angel Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "N6 5JT",
+ "address": "37 Highgate High Street",
+ "_geoloc": { "lat": 51.5705472, "lng": -0.1476163 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4202b",
+ "name": "The Angel Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2H 8LE",
+ "address": "61 St Giles High Street",
+ "_geoloc": { "lat": 51.5154486, "lng": -0.1277436 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4203a",
+ "name": "The Assembly House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 2TG",
+ "address": "292-294 Kentish Town Road",
+ "_geoloc": { "lat": 51.5509893, "lng": -0.1402756 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4202e",
+ "name": "The Apple Tree",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1X 0AE",
+ "address": "The Apple Tree, 45 Mount Pleasant",
+ "_geoloc": { "lat": 51.5234881, "lng": -0.1120324 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42046",
+ "name": "The Barrel Vault",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 2QL",
+ "address": "Unit 23, St Pancras International Station, Pancras Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4205b",
+ "name": "The Black Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW6 2BY",
+ "address": "274 Kilburn High Road",
+ "_geoloc": { "lat": 51.5437978, "lng": -0.1998427 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42064",
+ "name": "The Bleeding Heart Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "EC1N 8SQ",
+ "address": "19 Greville Street",
+ "_geoloc": { "lat": 51.5193951, "lng": -0.1069261 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42031",
+ "name": "The Arches",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW6 3QE",
+ "address": "7 Fairhazel Gardens",
+ "_geoloc": { "lat": 51.541913, "lng": -0.1808379 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42037",
+ "name": "The Argyle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "EC1N 8PQ",
+ "address": "1 Greville Street",
+ "_geoloc": { "lat": 51.5190932, "lng": -0.1088413 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4204c",
+ "name": "The Beaten Docket",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW2 3ET",
+ "address": "50-56 Cricklewood Broadway",
+ "_geoloc": { "lat": 51.553725, "lng": -0.2115533 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4205e",
+ "name": "The Black Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW6 1RD",
+ "address": "295 West End Lane",
+ "_geoloc": { "lat": 51.551359, "lng": -0.19224 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42079",
+ "name": "The Blues Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 7JN",
+ "address": "111-113 Camden High Street",
+ "_geoloc": { "lat": 51.537075, "lng": -0.1412468 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42070",
+ "name": "The Blue Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1X 8TZ",
+ "address": "133 Gray's Inn Road",
+ "_geoloc": { "lat": 51.5235290527344, "lng": -0.11520200222731 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42073",
+ "name": "The Blue Sea Fish Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 4ED",
+ "address": "143 Queen's Crescent",
+ "_geoloc": { "lat": 51.549768, "lng": -0.1523404 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4207c",
+ "name": "The Boot",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1H 8BS",
+ "address": "116 Cromer Street",
+ "_geoloc": { "lat": 51.5276496, "lng": -0.1242298 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4209a",
+ "name": "The Cambridge Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2H 9HU",
+ "address": "Cambridge Theatre, Earlham Street",
+ "_geoloc": { "lat": 51.5135116577148, "lng": -0.12638199329376 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4207f",
+ "name": "The Bountiful Cow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1R 4AP",
+ "address": "47-51 Eagle Street",
+ "_geoloc": { "lat": 51.5187039, "lng": -0.1181833 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4208e",
+ "name": "The Bull And Last Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 1QS",
+ "address": "168 Highgate Road",
+ "_geoloc": { "lat": 51.5589447021484, "lng": -0.14865000545978 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f420a9",
+ "name": "The Carpenters Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 4EY",
+ "address": "68-70 Whitfield Street",
+ "_geoloc": { "lat": 51.5217931, "lng": -0.136507 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f420a3",
+ "name": "The Camden Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 0LU",
+ "address": "100 Camden High Street",
+ "_geoloc": { "lat": 51.537522, "lng": -0.14118 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f420d3",
+ "name": "The Cobden Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 0JH",
+ "address": "28-30 Camden High Street",
+ "_geoloc": { "lat": 51.5354841, "lng": -0.1390334 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f420d6",
+ "name": "The Cock Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 1HB",
+ "address": "23 Phoenix Road",
+ "_geoloc": { "lat": 51.531162, "lng": -0.1313231 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f420e5",
+ "name": "The Constitution Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 0QT",
+ "address": "42 St Pancras Way",
+ "_geoloc": { "lat": 51.5403278, "lng": -0.135418 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f420fd",
+ "name": "The Court",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 5AA",
+ "address": "108A Tottenham Court Road",
+ "_geoloc": { "lat": 51.5229699, "lng": -0.1369923 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42103",
+ "name": "The Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2H 9DD",
+ "address": "43 Monmouth Street",
+ "_geoloc": { "lat": 51.5143089294434, "lng": -0.12675300240517 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42109",
+ "name": "The Crowndale",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 1TN",
+ "address": "61-65 Crowndale Road",
+ "_geoloc": { "lat": 51.5346031188965, "lng": -0.13726699352264 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42106",
+ "name": "The Crown PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1A 1BL",
+ "address": "51 New Oxford Street",
+ "_geoloc": { "lat": 51.516857, "lng": -0.126403 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4211e",
+ "name": "The Dolphin",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1R 4PF",
+ "address": "44 Red Lion Street",
+ "_geoloc": { "lat": 51.5201067, "lng": -0.1176209 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42121",
+ "name": "The Dolphin Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1H 9DW",
+ "address": "47 Tonbridge Street",
+ "_geoloc": { "lat": 51.5289075, "lng": -0.1247259 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4212a",
+ "name": "The Dublin Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 7AN",
+ "address": "94 Parkway",
+ "_geoloc": { "lat": 51.5374491, "lng": -0.1455719 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42130",
+ "name": "The Duke of Hamilton",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 1JD",
+ "address": "23-25 New End",
+ "_geoloc": { "lat": 51.5589015, "lng": -0.1774622 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4213c",
+ "name": "The Engineer",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 8JH",
+ "address": "65 Gloucester Avenue",
+ "_geoloc": { "lat": 51.5400137, "lng": -0.1508033 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42139",
+ "name": "The Elephants Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 8QR",
+ "address": "224 Camden High Street",
+ "_geoloc": { "lat": 51.5407144, "lng": -0.143925 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4213f",
+ "name": "The Enterprise",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 2BL",
+ "address": "2 Haverstock Hill",
+ "_geoloc": { "lat": 51.5442504882813, "lng": -0.15305499732494 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42136",
+ "name": "The Electric Ballroom",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 8QP",
+ "address": "184 Camden High Street",
+ "_geoloc": { "lat": 51.5396919, "lng": -0.1429571 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42142",
+ "name": "The Enterprise",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1R 4PN",
+ "address": "38 Red Lion Street",
+ "_geoloc": { "lat": 51.5202728, "lng": -0.1173258 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42163",
+ "name": "The Friend at Hand",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1N 1HX",
+ "address": "2-4 Herbrand Street",
+ "_geoloc": { "lat": 51.5229245, "lng": -0.1245538 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f421d5",
+ "name": "The Hercules Pillars",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2B 5DG",
+ "address": "18 Great Queen Street",
+ "_geoloc": { "lat": 51.5158715, "lng": -0.1210097 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4216f",
+ "name": "The Garden Gate",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 2QE",
+ "address": "14 South End Road",
+ "_geoloc": { "lat": 51.5546604, "lng": -0.1655577 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f421b7",
+ "name": "The Great Nepalese Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 1DA",
+ "address": "48 Eversholt Street",
+ "_geoloc": { "lat": 51.5292311, "lng": -0.1326133 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42133",
+ "name": "The Duke of York",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1N 2PB",
+ "address": "7 Roger Street",
+ "_geoloc": { "lat": 51.5227861, "lng": -0.1164725 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42199",
+ "name": "The Golden Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 0TH",
+ "address": "88 Royal College Street",
+ "_geoloc": { "lat": 51.5391463, "lng": -0.1357692 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f421a5",
+ "name": "The Good Mixer",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 7HJ",
+ "address": "28-30 Inverness Street",
+ "_geoloc": { "lat": 51.5395115, "lng": -0.1446228 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f421b1",
+ "name": "The Grafton Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 5DU",
+ "address": "72 Grafton Way",
+ "_geoloc": { "lat": 51.5233033, "lng": -0.1387374 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f421bd",
+ "name": "The Griffin",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "EC1R 5DB",
+ "address": "125 Clerkenwell Road",
+ "_geoloc": { "lat": 51.5216297, "lng": -0.1122246 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f421cf",
+ "name": "The Harrison",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1H 8JF",
+ "address": "28 Harrison Street",
+ "_geoloc": { "lat": 51.5275638, "lng": -0.120557 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f421e4",
+ "name": "The Holly Bush",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 6SG",
+ "address": "22 Holly Mount",
+ "_geoloc": { "lat": 51.5578783, "lng": -0.1793208 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4214b",
+ "name": "The Euston Flyer",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 2RA",
+ "address": "83-87 Euston Road",
+ "_geoloc": { "lat": 51.5286701, "lng": -0.1267541 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42157",
+ "name": "The Fitzrovia",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 2QD",
+ "address": "Flat A,, 18 Goodge Street",
+ "_geoloc": { "lat": 51.5199051, "lng": -0.13484 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4215a",
+ "name": "The Flask Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 1HE",
+ "address": "14 Flask Walk",
+ "_geoloc": { "lat": 51.5565611, "lng": -0.1773105 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4218a",
+ "name": "The George",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 2AE",
+ "address": "250 Haverstock Hill",
+ "_geoloc": { "lat": 51.5524376, "lng": -0.1671761 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f421ae",
+ "name": "The Grafton",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 3LG",
+ "address": "20 Prince Of Wales Road",
+ "_geoloc": { "lat": 51.5467316, "lng": -0.1445598 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f421ed",
+ "name": "The Hope",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 2AJ",
+ "address": "15 Tottenham Street",
+ "_geoloc": { "lat": 51.5203811, "lng": -0.1353683 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42187",
+ "name": "The George",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 2AE",
+ "address": "250 Haverstock Hill",
+ "_geoloc": { "lat": 51.5524376, "lng": -0.1671761 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f421d2",
+ "name": "The Hawley Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 8QU",
+ "address": "2 Castlehaven Road",
+ "_geoloc": { "lat": 51.5419422, "lng": -0.1453604 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4214e",
+ "name": "The Fiddlers Elbow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 3HS",
+ "address": "1 Malden Road",
+ "_geoloc": { "lat": 51.546071, "lng": -0.1511345 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4216c",
+ "name": "The Gallery",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW6 3AY",
+ "address": "190 Broadhurst Gardens",
+ "_geoloc": { "lat": 51.5465728, "lng": -0.190243 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4218d",
+ "name": "The George",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2B 5DG",
+ "address": "8 Great Queen Street",
+ "_geoloc": { "lat": 51.5160293579102, "lng": -0.1207299977541 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f421f9",
+ "name": "The Ice Wharf",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 7BY",
+ "address": "Suffolk Wharf, 28-30 Jamestown Road",
+ "_geoloc": { "lat": 51.5401840209961, "lng": -0.1474220007658 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42238",
+ "name": "The Lord Palmerston",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 1HU",
+ "address": "33 Dartmouth Park Hill",
+ "_geoloc": { "lat": 51.5594467, "lng": -0.1405509 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42217",
+ "name": "The Lamb",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1N 3LZ",
+ "address": "94 Lamb's Conduit Street",
+ "_geoloc": { "lat": 51.5231137, "lng": -0.1189528 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42211",
+ "name": "The Lady Hamilton",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 2JS",
+ "address": "289-291 Kentish Town Road",
+ "_geoloc": { "lat": 51.5491252, "lng": -0.1412459 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4222c",
+ "name": "The Lion and Unicorn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 2ED",
+ "address": "42-44 Gaisford Street",
+ "_geoloc": { "lat": 51.5480902, "lng": -0.1389227 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42232",
+ "name": "The London Cocktail Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2H 8EB",
+ "address": "224a Shaftesbury Avenue",
+ "_geoloc": { "lat": 51.5165989, "lng": -0.12601 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42235",
+ "name": "The London Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1H 0JX",
+ "address": "Restaurant And Premises, Royal National Hotel, 39 Woburn Place",
+ "_geoloc": { "lat": 51.5232543945313, "lng": -0.12716400623322 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4221a",
+ "name": "The Lansdowne",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 8HX",
+ "address": "90 Gloucester Avenue",
+ "_geoloc": { "lat": 51.5414832, "lng": -0.1533251 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42253",
+ "name": "The Montague on the Gardens",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1B 5BJ",
+ "address": "15 Montague Street",
+ "_geoloc": { "lat": 51.5202603, "lng": -0.1255281 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4223e",
+ "name": "The Lord Stanley",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 9BH",
+ "address": "51 Camden Park Road",
+ "_geoloc": { "lat": 51.5472045, "lng": -0.1295984 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42268",
+ "name": "The Northumberland Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 5AW",
+ "address": "119 Tottenham Court Road",
+ "_geoloc": { "lat": 51.5234977, "lng": -0.1373888 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4223b",
+ "name": "The Lord Southampton",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 4HX",
+ "address": "2 Southampton Road",
+ "_geoloc": { "lat": 51.5497402, "lng": -0.1562937 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42250",
+ "name": "The Monarch",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 8BG",
+ "address": "40-42 Chalk Farm Road",
+ "_geoloc": { "lat": 51.5429619, "lng": -0.148434 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42241",
+ "name": "The Lore Of The Land",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 6BB",
+ "address": "4 Conway Street",
+ "_geoloc": { "lat": 51.5220851, "lng": -0.1396087 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42262",
+ "name": "The Newmarket Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "N7 9QG",
+ "address": "17 York Way",
+ "_geoloc": { "lat": 51.5432108, "lng": -0.1261568 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4226b",
+ "name": "The Northumberland Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1X 9BJ",
+ "address": "141 King's Cross Road",
+ "_geoloc": { "lat": 51.5297329, "lng": -0.1161857 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4227a",
+ "name": "The Old Eagle Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 9LU",
+ "address": "251 Royal College Street",
+ "_geoloc": { "lat": 51.5427839, "lng": -0.1394566 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42274",
+ "name": "The Old Bell",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW6 5UA",
+ "address": "38 Kilburn High Road",
+ "_geoloc": { "lat": 51.5371217, "lng": -0.1920024 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42277",
+ "name": "The Old Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1A 1BH",
+ "address": "33 New Oxford Street",
+ "_geoloc": { "lat": 51.5169617, "lng": -0.1250727 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42283",
+ "name": "The Old Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 2JD",
+ "address": "1 Mansfield Road",
+ "_geoloc": { "lat": 51.5548389, "lng": -0.1511396 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42280",
+ "name": "The Old Nick",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1R 4PZ",
+ "address": "21-22 Sandland Street",
+ "_geoloc": { "lat": 51.5191407, "lng": -0.1162626 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4228f",
+ "name": "The One Tun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "EC1N 8QS",
+ "address": "125 Saffron Hill",
+ "_geoloc": { "lat": 51.519739, "lng": -0.1065082 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42289",
+ "name": "The Old Red Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1V 6LS",
+ "address": "72 High Holborn",
+ "_geoloc": { "lat": 51.5181584, "lng": -0.1166923 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42295",
+ "name": "The Oxford",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 2AA",
+ "address": "256 Kentish Town Road",
+ "_geoloc": { "lat": 51.5497251, "lng": -0.1405147 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4229e",
+ "name": "The Parcel Yard",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "N1 9AL",
+ "address": "M8 Westside Offices Western Concourse, Kings Cross Railway Station, Euston Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f422b9",
+ "name": "The Perseverance",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1N 3NB",
+ "address": "63 Lamb's Conduit Street",
+ "_geoloc": { "lat": 51.5222039, "lng": -0.1188606 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f422aa",
+ "name": "The Pembroke Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 8JA",
+ "address": "150 Gloucester Avenue",
+ "_geoloc": { "lat": 51.5425424, "lng": -0.1549118 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f422c2",
+ "name": "The Pineapple Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 2NX",
+ "address": "51 Leverton Street",
+ "_geoloc": { "lat": 51.5529939, "lng": -0.1396601 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f422ce",
+ "name": "The Polish Bar (Na Zdrowie)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1V 7DX",
+ "address": "6 Little Turnstile",
+ "_geoloc": { "lat": 51.5173499, "lng": -0.1189886 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f422e0",
+ "name": "The Queens Larder",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1N 3AR",
+ "address": "1 Queen Square",
+ "_geoloc": { "lat": 51.5212101, "lng": -0.1225053 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f422e6",
+ "name": "The Red Rooms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2B 5DG",
+ "address": "4 Great Queen Street",
+ "_geoloc": { "lat": 51.5160293579102, "lng": -0.1207299977541 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42304",
+ "name": "The Roundhouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 8EP",
+ "address": "100 Chalk Farm Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4230a",
+ "name": "The Rugby Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1N 3ES",
+ "address": "19 Great James Street",
+ "_geoloc": { "lat": 51.5216636657715, "lng": -0.11725399643183 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f422f2",
+ "name": "The Resting Hare Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1H 0JL",
+ "address": "8 Woburn Walk",
+ "_geoloc": { "lat": 51.526621, "lng": -0.1290872 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f422fe",
+ "name": "The Roebuck",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 2PN",
+ "address": "15 Pond Street",
+ "_geoloc": { "lat": 51.5538465, "lng": -0.1675667 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f422cb",
+ "name": "The Plough",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1A 1LH",
+ "address": "27 Museum Street",
+ "_geoloc": { "lat": 51.5176937, "lng": -0.1258642 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f422fb",
+ "name": "The Rocket",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 2AL",
+ "address": "120 Euston Road",
+ "_geoloc": { "lat": 51.5283087, "lng": -0.1289026 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f422da",
+ "name": "The Queens",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 8XD",
+ "address": "49 Regent's Park Road",
+ "_geoloc": { "lat": 51.5406179, "lng": -0.1577729 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f422c8",
+ "name": "The Place Theatre Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1H 9AB",
+ "address": "The Place Theatre, 17 Duke's Road",
+ "_geoloc": { "lat": 51.5271682739258, "lng": -0.12890599668026 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f422dd",
+ "name": "The Queens Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1X 8SF",
+ "address": "64 Theobald's Road",
+ "_geoloc": { "lat": 51.5207613, "lng": -0.1169453 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42307",
+ "name": "The Roundhouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 8EH",
+ "address": "The Roundhouse Theatre, Chalk Farm Road",
+ "_geoloc": { "lat": 51.543041229248, "lng": -0.15128600597382 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42319",
+ "name": "The Seven Stars",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2A 2JB",
+ "address": "53-54 Carey Street",
+ "_geoloc": { "lat": 51.5149517, "lng": -0.1135673 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42325",
+ "name": "The Ship Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2A 3HP",
+ "address": "12 Gate Street",
+ "_geoloc": { "lat": 51.5172902, "lng": -0.1191929 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42328",
+ "name": "The Signal Box PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 2HS",
+ "address": "Unit 53, Euston Railway Station, Eversholt Street",
+ "_geoloc": { "lat": 51.5286674499512, "lng": -0.13327099382877 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42322",
+ "name": "The Sheephaven Bay",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 7QD",
+ "address": "2 Mornington Street",
+ "_geoloc": { "lat": 51.5351754, "lng": -0.1416847 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42346",
+ "name": "The Square Tavern and Wine Bar Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 2PE",
+ "address": "26 Tolmers Square",
+ "_geoloc": { "lat": 51.5258349, "lng": -0.1378989 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42355",
+ "name": "The Station Pantry",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 2QP",
+ "address": "Unit 31, St Pancras International Station, Pancras Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4234c",
+ "name": "The Stag",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 2QU",
+ "address": "67 Fleet Road",
+ "_geoloc": { "lat": 51.5533575, "lng": -0.1616 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4235b",
+ "name": "The Swan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1N 3AP",
+ "address": "7 Cosmo Place",
+ "_geoloc": { "lat": 51.5211984, "lng": -0.1228949 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42343",
+ "name": "The Square Pig",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1V 6NZ",
+ "address": "30-32 Procter Street",
+ "_geoloc": { "lat": 51.5187292, "lng": -0.1192056 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42349",
+ "name": "The Squares Tavern & Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 2PE",
+ "address": "26 Tolmer's Square",
+ "_geoloc": { "lat": 51.5258349, "lng": -0.1378989 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42358",
+ "name": "The Sun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2B 5RH",
+ "address": "21 Drury Lane",
+ "_geoloc": { "lat": 51.5152325, "lng": -0.1232268 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4232b",
+ "name": "The Smugglers Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 5ND",
+ "address": "28 Warren Street",
+ "_geoloc": { "lat": 51.5236631, "lng": -0.1410148 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42352",
+ "name": "The Star",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "N19 5DF",
+ "address": "47 Chester Road",
+ "_geoloc": { "lat": 51.5634544, "lng": -0.1426382 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4236d",
+ "name": "The Top Secret Comedy Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2B 5PD",
+ "address": "170 Drury Lane",
+ "_geoloc": { "lat": 51.5154304504395, "lng": -0.12277200073004 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f423a3",
+ "name": "The Yorkshire Grey",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1X 8PN",
+ "address": "2 Theobald's Road",
+ "_geoloc": { "lat": 51.5215637, "lng": -0.113712 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42373",
+ "name": "The Unicorn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 9AA",
+ "address": "227 Camden Road",
+ "_geoloc": { "lat": 51.5489307, "lng": -0.1295708 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4237f",
+ "name": "The Vine",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW5 1PB",
+ "address": "86 Highgate Road",
+ "_geoloc": { "lat": 51.5548396, "lng": -0.1443452 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42382",
+ "name": "The Washington",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 4UE",
+ "address": "50 England's Lane",
+ "_geoloc": { "lat": 51.5457695, "lng": -0.1628578 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42385",
+ "name": "The Water Rats",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1X 8BZ",
+ "address": "328 Gray's Inn Road",
+ "_geoloc": { "lat": 51.529065, "lng": -0.1193995 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42376",
+ "name": "The Union Regent\u2019s Place",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 3TS",
+ "address": "11 Triton Street",
+ "_geoloc": { "lat": 51.533368, "lng": -0.146633 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f423a0",
+ "name": "The York & Albany P.H",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 7PS",
+ "address": "127 Parkway",
+ "_geoloc": { "lat": 51.5362396240234, "lng": -0.14637100696564 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f42391",
+ "name": "The Wheatsheaf",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "W1T 1JB",
+ "address": "25 Rathbone Place",
+ "_geoloc": { "lat": 51.5177684, "lng": -0.1339328 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4239a",
+ "name": "The World's End",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW1 0NE",
+ "address": "174 Camden High Street",
+ "_geoloc": { "lat": 51.5391907, "lng": -0.1419681 }
+ },
+ {
+ "objectID": "6399f72571c0238ae6f4238b",
+ "name": "The Wells Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "NW3 1BX",
+ "address": "30 Well Walk",
+ "_geoloc": { "lat": 51.5587246, "lng": -0.1736029 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f42463",
+ "name": "Truckles Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC1A 2JR",
+ "address": "Pied Bull Court, Galen Place",
+ "_geoloc": { "lat": 51.5185641, "lng": -0.1240555 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f4245a",
+ "name": "Tropicana Beach Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2B 5PF",
+ "address": "Gillian Lynne Theatre, 166 Drury Lane",
+ "_geoloc": { "lat": 51.5154323, "lng": -0.1227862 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f42490",
+ "name": "Two Brewers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Camden",
+ "postcode": "WC2H 9EP",
+ "address": "40 Monmouth Street",
+ "_geoloc": { "lat": 51.5133736, "lng": -0.1273243 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f42805",
+ "name": "Alma Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 6PU",
+ "address": "The Alma Tavern, 129 Lower Addiscombe Road",
+ "_geoloc": { "lat": 51.3795852661133, "lng": -0.08197200298309 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f42886",
+ "name": "Art And Craft CR0 1RJ",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 1RJ",
+ "address": "46 Surrey Street, Croydon",
+ "_geoloc": { "lat": 51.3729705810547, "lng": -0.10109899938106 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f42970",
+ "name": "Big Slick",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR8 2PG",
+ "address": "Royal Oak Centre, Brighton Road",
+ "_geoloc": { "lat": 51.3447074890137, "lng": -0.10509599745274 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f428bf",
+ "name": "Bad Apple",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 1YD",
+ "address": "3-7 Park Street, Croydon",
+ "_geoloc": { "lat": 51.373664855957, "lng": -0.09786599874496 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f42a00",
+ "name": "Broad Green Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 2TG",
+ "address": "296 London Road, Croydon",
+ "_geoloc": { "lat": 51.3835604, "lng": -0.1075503 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f42a21",
+ "name": "Builders Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 6TP",
+ "address": "65 Leslie Park Road, Croydon",
+ "_geoloc": { "lat": 51.3793601989746, "lng": -0.08686699718237 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f42b7d",
+ "name": "Cherry Trees",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "SE25 5AG",
+ "address": "The Cherry Tree, 32 Station Road",
+ "_geoloc": { "lat": 51.3973655700684, "lng": -0.07557900249958 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f42bf5",
+ "name": "Claret & Ale",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 7AA",
+ "address": "5 Bingham Corner, Lower Addiscombe Road",
+ "_geoloc": { "lat": 51.3799476623535, "lng": -0.07349299639463 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f42c0a",
+ "name": "Club 88 Degrees",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 1NA",
+ "address": "80 - 88 High Street, Croydon",
+ "_geoloc": { "lat": 51.3711853027344, "lng": -0.10065600275993 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f42e4d",
+ "name": "Dog And Bull",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 1RG",
+ "address": "24-25 Surrey Street, Croydon",
+ "_geoloc": { "lat": 51.3728637695313, "lng": -0.1016070023179 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f42e2f",
+ "name": "Dice Bar & Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 1YB",
+ "address": "36 High Street, Croydon",
+ "_geoloc": { "lat": 51.3725318908691, "lng": -0.10062900185585 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f42ea7",
+ "name": "Earl Of Eldon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR2 6ED",
+ "address": "63 Brighton Road, South Croydon",
+ "_geoloc": { "lat": 51.3598747253418, "lng": -0.09761899709702 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f42f0d",
+ "name": "Elliot's Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR8 2AF",
+ "address": "5 High Street, Purley",
+ "_geoloc": { "lat": 51.3385124206543, "lng": -0.1156750023365 }
+ },
+ {
+ "objectID": "6399f72671c0238ae6f43054",
+ "name": "Frames Sports Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR5 2NF",
+ "address": "202 Brighton Road, Coulsdon",
+ "_geoloc": { "lat": 51.3195762634277, "lng": -0.13951300084591 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f435b0",
+ "name": "Lord Roberts On The Green",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR8 3HF",
+ "address": "19 Upper Woodcote Village, Purley",
+ "_geoloc": { "lat": 51.334156036377, "lng": -0.13842099905014 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f435c8",
+ "name": "Love A Slice - LAS Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 4RR",
+ "address": "31 Imperial Way, Croydon",
+ "_geoloc": { "lat": 51.3571891784668, "lng": -0.12059599906206 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f43646",
+ "name": "Market Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 1RG",
+ "address": "1 - 4 Surrey Street, Croydon",
+ "_geoloc": { "lat": 51.3728637695313, "lng": -0.1016070023179 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f437c3",
+ "name": "Mr Fox",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 1RJ",
+ "address": "34 Surrey Street, Croydon",
+ "_geoloc": { "lat": 51.3729705810547, "lng": -0.10109899938106 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f43a03",
+ "name": "Phoenix",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 2RB",
+ "address": "12 Station Road, Croydon",
+ "_geoloc": { "lat": 51.3783226013184, "lng": -0.10179699957371 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f43a7e",
+ "name": "Plough On The Pond",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR7 6JB",
+ "address": "774 London Road, Thornton Heath",
+ "_geoloc": { "lat": 51.3942334, "lng": -0.114153 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f43b62",
+ "name": "Railway Telegraph",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR7 7JJ",
+ "address": "19 Brigstock Road, Thornton Heath",
+ "_geoloc": { "lat": 51.3978080749512, "lng": -0.10159499943256 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f43d60",
+ "name": "Shirley Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 8BF",
+ "address": "The Shirley Inn Public House, 158 Wickham Road",
+ "_geoloc": { "lat": 51.3742980957031, "lng": -0.05055399984121 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f43dcf",
+ "name": "Soulful Cellar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 1ND",
+ "address": "90B High Street, Croydon",
+ "_geoloc": { "lat": 51.3702697753906, "lng": -0.10023400187492 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f44009",
+ "name": "The Albion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "SE25 6HA",
+ "address": "26 High Street, South Norwood",
+ "_geoloc": { "lat": 51.3999862670898, "lng": -0.07421799749136 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f4404e",
+ "name": "The Clifton Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "SE25 6NJ",
+ "address": "21 Clifton Road, South Norwood",
+ "_geoloc": { "lat": 51.3962249755859, "lng": -0.08602000027895 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f4407e",
+ "name": "The Cricketers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 6SG",
+ "address": "107 Addiscombe Road, Croydon",
+ "_geoloc": { "lat": 51.3752517700195, "lng": -0.08382000029087 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f44084",
+ "name": "The Cronx Bars Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 1LD",
+ "address": "Unit 3 - 4, Boxpark Croydon",
+ "_geoloc": { "lat": 51.3746376037598, "lng": -0.09512499719858 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f44081",
+ "name": "The Cricketers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 7ER",
+ "address": "47 Shirley Road, Croydon",
+ "_geoloc": { "lat": 51.3816184997559, "lng": -0.06241500005126 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f440de",
+ "name": "The Joiners Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "SE25 5EU",
+ "address": "50-52 Woodside Green, South Norwood",
+ "_geoloc": { "lat": 51.3868522644043, "lng": -0.07052999734879 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f440d5",
+ "name": "The Hallway",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "SW16 4DP",
+ "address": "1166 London Road, Norbury",
+ "_geoloc": { "lat": 51.4036483764648, "lng": -0.11903700232506 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f440e1",
+ "name": "The Joker",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 1BF",
+ "address": "73 South End, Croydon",
+ "_geoloc": { "lat": 51.3656578063965, "lng": -0.09875799715519 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f440e4",
+ "name": "The Jolly Farmer",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR8 2HA",
+ "address": "Jolly Farmers, 7 Purley Road",
+ "_geoloc": { "lat": 51.338062286377, "lng": -0.11625300347805 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f44144",
+ "name": "The Portland Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "SE25 4PT",
+ "address": "152 Portland Road, South Norwood",
+ "_geoloc": { "lat": 51.3942459, "lng": -0.0674778 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f4414a",
+ "name": "The Purley Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR2 6ER",
+ "address": "345 Brighton Road, South Croydon",
+ "_geoloc": { "lat": 51.351261138916, "lng": -0.09886600077152 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f4416e",
+ "name": "The Sparrowhawk",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "SE19 1RX",
+ "address": "2 Westow Hill, Upper Norwood",
+ "_geoloc": { "lat": 51.4196472167969, "lng": -0.08144599944353 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f4417d",
+ "name": "The Surrey Cricketers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 1DJ",
+ "address": "23 West Street, Croydon",
+ "_geoloc": { "lat": 51.3681869506836, "lng": -0.10062199831009 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f4419b",
+ "name": "The Village Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR2 8LH",
+ "address": "151 Addington Road, South Croydon",
+ "_geoloc": { "lat": 51.3445108, "lng": -0.0611988 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f441ad",
+ "name": "The Windmill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR0 2BW",
+ "address": "The Windmill Public House, 224 St James's Road",
+ "_geoloc": { "lat": 51.381534576416, "lng": -0.09340099990368 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f44252",
+ "name": "Trude Rotisserie",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "SE25 6EA",
+ "address": "The Alliance, 91 High Street",
+ "_geoloc": { "lat": 51.398494720459, "lng": -0.07593400031328 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f44352",
+ "name": "Whelans",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR2 6PW",
+ "address": "13-15 Selsdon Road, South Croydon",
+ "_geoloc": { "lat": 51.3627662658691, "lng": -0.09672400355339 }
+ },
+ {
+ "objectID": "6399f72771c0238ae6f4431b",
+ "name": "Wattenden Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Croydon",
+ "postcode": "CR8 4DG",
+ "address": "5 Old Lodge Lane, Purley",
+ "_geoloc": { "lat": 51.3309707641602, "lng": -0.12422399967909 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f459c1",
+ "name": "Acton Village Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 0JH",
+ "address": "The Pavilion, Alwyn Gardens",
+ "_geoloc": { "lat": 51.5176355, "lng": -0.2744704 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f4595b",
+ "name": "A Pint Of Hops",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 6AX",
+ "address": "Ground Floor Shop, 73 Churchfield Road",
+ "_geoloc": { "lat": 51.508415, "lng": -0.267029 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f459bb",
+ "name": "Acton United Services Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 8AA",
+ "address": "2 Berrymead Gardens, Acton",
+ "_geoloc": { "lat": 51.5064035, "lng": -0.268958 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f459ca",
+ "name": "Addictive",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "NW10 7JW",
+ "address": "28 Park Royal Road, Park Royal",
+ "_geoloc": { "lat": 51.5264472961426, "lng": -0.26705101132393 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f459d6",
+ "name": "Aeronaut",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 9BH",
+ "address": "The Aeronaut, 264 High Street",
+ "_geoloc": { "lat": 51.5085029602051, "lng": -0.27591699361801 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f45ab7",
+ "name": "Appose UK At Shepherds Bush Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 7BP",
+ "address": "Shepherds Bush Cricket Club, 38 Bromyard Avenue",
+ "_geoloc": { "lat": 51.5100975036621, "lng": -0.25261199474335 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f45bbc",
+ "name": "Benet Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 2DZ",
+ "address": "St Benedicts Parish Office, 2 Marchwood Crescent",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f45ba4",
+ "name": "BeerKat",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 2NP",
+ "address": "38-39 The Broadway, Ealing",
+ "_geoloc": { "lat": 51.514254, "lng": -0.3021978 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f45c9d",
+ "name": "Brent Valley Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W7 3BE",
+ "address": "Golf Club, Brent Valley Municipal Golf Course",
+ "_geoloc": { "lat": 51.516038, "lng": -0.3401522 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f45c1f",
+ "name": "Black George Pub & Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W13 9AA",
+ "address": "Black George, 181 Uxbridge Road",
+ "_geoloc": { "lat": 51.511043548584, "lng": -0.31778600811958 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f45ca0",
+ "name": "Brentham Club & Perry Cafe",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 1NP",
+ "address": "Brentham Club, 38A Meadvale Road",
+ "_geoloc": { "lat": 51.5289115905762, "lng": -0.30833399295807 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f45dc0",
+ "name": "Cavalieri",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 2PJ",
+ "address": "4 The Mall, Ealing",
+ "_geoloc": { "lat": 51.514325, "lng": -0.300356 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f45eb3",
+ "name": "Club Karma",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 5DB",
+ "address": "10 High Street, Ealing",
+ "_geoloc": { "lat": 51.5121826, "lng": -0.3044653 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f45f7c",
+ "name": "Crown Northolt",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB5 6AA",
+ "address": "The Crown Inn, Ealing Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f45f6a",
+ "name": "Crispins Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 5DA",
+ "address": "14 The Green, Ealing",
+ "_geoloc": { "lat": 51.510986328125, "lng": -0.30522200465202 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f46129",
+ "name": "Ealing Park Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 4RL",
+ "address": "Ealing Park Tavern, 222 South Ealing Road",
+ "_geoloc": { "lat": 51.49583, "lng": -0.306057 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f460cf",
+ "name": "Duke Of Kent",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W13 8DL",
+ "address": "The Duke Of Kent, Scotch Common",
+ "_geoloc": { "lat": 51.524719, "lng": -0.320251 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f460d2",
+ "name": "Duke Of Sussex",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W4 5LF",
+ "address": "The Duke Of Sussex, 75 South Parade",
+ "_geoloc": { "lat": 51.4962585290448, "lng": -0.26429688586374 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f460ed",
+ "name": "Ealing Conservative Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 2UA",
+ "address": "Ealing Conservative Bowling Club, Craven Road",
+ "_geoloc": { "lat": 51.5130729675293, "lng": -0.31203299760818 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f460f0",
+ "name": "Ealing Cricket & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 2HS",
+ "address": "Ealing Cricket Club, Corfton Road",
+ "_geoloc": { "lat": 51.519753, "lng": -0.297603 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f46108",
+ "name": "Ealing Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 8TS",
+ "address": "Club House, Ealing Golf Course",
+ "_geoloc": { "lat": 51.532676, "lng": -0.320738 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f460f3",
+ "name": "Ealing Ex Servicemens Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 2UA",
+ "address": "Ealing Ex Servicemens Club Ltd, 3 Craven Road",
+ "_geoloc": { "lat": 51.5130729675293, "lng": -0.31203299760818 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f46117",
+ "name": "Ealing Lawn Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 3RY",
+ "address": "Ealing Lawn Tennis Club, Daniel Road",
+ "_geoloc": { "lat": 51.512613, "lng": -0.287147 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f4613e",
+ "name": "Ealing Squash & Fitness Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 2NX",
+ "address": "Ealing Squash Club, 41 Haven Green",
+ "_geoloc": { "lat": 51.5154394, "lng": -0.3014619 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f461ec",
+ "name": "Everyone Active",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 8TJ",
+ "address": "Perivale Park Golf Course, Stockdove Way",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f461f2",
+ "name": "Exchange At The Collective",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "NW10 6FF",
+ "address": "Unit D, Nash House",
+ "_geoloc": { "lat": 51.5290049, "lng": -0.2503676 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f46165",
+ "name": "Eden Fitness",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 2SP",
+ "address": "Eden Fitness, Cavalier House",
+ "_geoloc": { "lat": 51.5125541687012, "lng": -0.31270098686218 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f461e6",
+ "name": "Everyone Active",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W7 3BE",
+ "address": "Brent Valley Municipal Golf Course, 138 Church Road",
+ "_geoloc": { "lat": 51.513807, "lng": -0.338264 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f462cd",
+ "name": "George & Dragon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 9DJ",
+ "address": "George And Dragon, 183 High Street",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f4634b",
+ "name": "Greenford Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 8PY",
+ "address": "Greenford Conservative Club, Courthope Road",
+ "_geoloc": { "lat": 51.5381243, "lng": -0.3478706 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f46375",
+ "name": "Greenford Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 9QY",
+ "address": "Greenford Tennis Club, 76 Ravenor Park Road",
+ "_geoloc": { "lat": 51.531981, "lng": -0.358076 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f463a5",
+ "name": "Grosvenor Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W7 2DT",
+ "address": "127 Oaklands Road, Hanwell",
+ "_geoloc": { "lat": 51.506778, "lng": -0.3276498 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f463a2",
+ "name": "Grosvenor House Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 5EX",
+ "address": "52 St Marys Road, Ealing",
+ "_geoloc": { "lat": 51.5054227, "lng": -0.3058836 }
+ },
+ {
+ "objectID": "6399f72971c0238ae6f463ab",
+ "name": "Grove",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 5QX",
+ "address": "The Grove, Ealing Green",
+ "_geoloc": { "lat": 51.5103378295898, "lng": -0.30514499545097 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46420",
+ "name": "Hanwell Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W7 3PP",
+ "address": "Club House, 40 Uxbridge Road",
+ "_geoloc": { "lat": 51.5089836120605, "lng": -0.33150899410248 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46441",
+ "name": "Hanwell Town FC",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 8UT",
+ "address": "Hanwell Town Football Club, Perivale Lane",
+ "_geoloc": { "lat": 51.5321998596191, "lng": -0.32777699828148 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f465c4",
+ "name": "Horsenden Hill Club House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 0RD",
+ "address": "Club House, Horsenden Hill Golf Course",
+ "_geoloc": { "lat": 51.549115, "lng": -0.323349 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f466d5",
+ "name": "Jono's Freehouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 3LD",
+ "address": "13 Station Parade, Uxbridge Road",
+ "_geoloc": { "lat": 51.510238, "lng": -0.287077 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f467ad",
+ "name": "Kings Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W7 3SU",
+ "address": "Kings Arms, 110 Uxbridge Road",
+ "_geoloc": { "lat": 51.5086250305176, "lng": -0.33676698803902 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f4672c",
+ "name": "Karma",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 5DB",
+ "address": "10 High Street, Ealing",
+ "_geoloc": { "lat": 51.5121826, "lng": -0.3044653 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f467b0",
+ "name": "Kings Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 5DX",
+ "address": "The Kings Arms, 55 The Grove",
+ "_geoloc": { "lat": 51.5110206604004, "lng": -0.30252599716186 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f4684f",
+ "name": "Larkspur Rovers Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB5 5FE",
+ "address": "Larkspur Rovers Football Club, Lord Halsbury Memorial Playing Fields",
+ "_geoloc": { "lat": 51.550177, "lng": -0.379734 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f4681c",
+ "name": "LA Confidential",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 5DB",
+ "address": "1 High Street, Ealing",
+ "_geoloc": { "lat": 51.512764, "lng": -0.3042564 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f4685e",
+ "name": "Lavins Irish Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W7 3ST",
+ "address": "Lavin's, 97 Uxbridge Road",
+ "_geoloc": { "lat": 51.5089416503906, "lng": -0.33567500114441 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46936",
+ "name": "London Marathon Playing Field",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 8PN",
+ "address": "Birkbeck College Sports Ground, Birkbeck Avenue",
+ "_geoloc": { "lat": 51.5399475097656, "lng": -0.34902998805046 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46942",
+ "name": "London Tigers FC",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB1 2AR",
+ "address": "Pavilion, Spikes Bridge Park",
+ "_geoloc": { "lat": 51.516712, "lng": -0.379379 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46a98",
+ "name": "Mendes Sheepwalk",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 6QS",
+ "address": "Sheepwalk Tavern, Market Place",
+ "_geoloc": { "lat": 51.507723, "lng": -0.271321 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47779",
+ "name": "Village Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 1QP",
+ "address": "124 Pitshanger Lane, Ealing",
+ "_geoloc": { "lat": 51.5265, "lng": -0.312776 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4777f",
+ "name": "Vindinista",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 6DH",
+ "address": "74 Churchfield Road, Acton",
+ "_geoloc": { "lat": 51.5085182189941, "lng": -0.26845198869705 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f477c7",
+ "name": "Wasps FC (Bar Only)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 9QA",
+ "address": "The Brian Wood Pavilion, Acton Sports Ground",
+ "_geoloc": { "lat": 51.510006, "lng": -0.280976 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f477ee",
+ "name": "West Ealing Bowls And Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W13 9UN",
+ "address": "West Ealing Bowls Club, Mervyn Road",
+ "_geoloc": { "lat": 51.5010452270508, "lng": -0.32305300235748 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f477e5",
+ "name": "West 5",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 4NB",
+ "address": "West Five Ph, Popes Lane",
+ "_geoloc": { "lat": 51.4985586, "lng": -0.3031991 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47803",
+ "name": "West London Golf Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB5 6RD",
+ "address": "London Golf Centre, Ruislip Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47809",
+ "name": "West London Masonic Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W13 9NF",
+ "address": "Churchfield House, Churchfield Road",
+ "_geoloc": { "lat": 51.5094956, "lng": -0.3158343 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4780f",
+ "name": "West Middlesex Golf Club (Bar Only)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB1 3EE",
+ "address": "West Middlesex Golf Club, Greenford Road",
+ "_geoloc": { "lat": 51.5129280090332, "lng": -0.35440900921822 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47812",
+ "name": "West Middlesex Lawn Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W13 0JS",
+ "address": "West Middlesex Lawn Tennis Club, 6 Berners Drive",
+ "_geoloc": { "lat": 51.5148124694824, "lng": -0.32800999283791 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4780c",
+ "name": "West London Trades Union Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 6ND",
+ "address": "Hall, 33-35 High Street",
+ "_geoloc": { "lat": 51.5064735412598, "lng": -0.26586401462555 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46b3a",
+ "name": "Monsoon Banqueting Suite (Bar Only)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB2 4BG",
+ "address": "100 The Green, Southall",
+ "_geoloc": { "lat": 51.503097, "lng": -0.3819182 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46ba6",
+ "name": "Myllet Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 8TE",
+ "address": "The Myllet Arms, Western Avenue",
+ "_geoloc": { "lat": 51.5329704284668, "lng": -0.32314899563789 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46bf1",
+ "name": "New Ashbourne",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 3QS",
+ "address": "1-3 Ashbourne Parade, Ealing",
+ "_geoloc": { "lat": 51.5289688110352, "lng": -0.29198300838471 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46c5a",
+ "name": "North Greenford United Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 0NX",
+ "address": "North Greenford Utd F.c, Berkeley Fields",
+ "_geoloc": { "lat": 51.5484733581543, "lng": -0.33890599012375 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46c7e",
+ "name": "Northolt Park Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB5 4DP",
+ "address": "Northolt Park Social Centre, Sussex Crescent",
+ "_geoloc": { "lat": 51.550615, "lng": -0.367934 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46cc3",
+ "name": "O'Briens",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W13 9AU",
+ "address": "Obriens, 137 Uxbridge Road",
+ "_geoloc": { "lat": 51.5112533569336, "lng": -0.31609299778938 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46ce7",
+ "name": "Old Actonians Sports Club (Bar Only)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 4LL",
+ "address": "Old Actonians Sports Club, Gunnersbury Drive",
+ "_geoloc": { "lat": 51.501558, "lng": -0.287504 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46d11",
+ "name": "O'Neills Ealing",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 5DB",
+ "address": "Drapers Arms, 24-25 High Street",
+ "_geoloc": { "lat": 51.51211, "lng": -0.305093 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46e13",
+ "name": "Perivale Residents Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 8GP",
+ "address": "Ealing Central Sports Ground, Horsenden Lane South",
+ "_geoloc": { "lat": 51.546781, "lng": -0.370927 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46e97",
+ "name": "Players Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W13 9SB",
+ "address": "184 Northfield Avenue, West Ealing",
+ "_geoloc": { "lat": 51.5015563964844, "lng": -0.31598898768425 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46e55",
+ "name": "Piwnica Na Pietrze",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 0HY",
+ "address": "Part Ground And First Floor, 1261-1265 Greenford Road",
+ "_geoloc": { "lat": 51.5560340881348, "lng": -0.33676999807358 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46f0c",
+ "name": "Prince Of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W7 3TR",
+ "address": "Prince Of Wales, 62 Boston Road",
+ "_geoloc": { "lat": 51.507091, "lng": -0.337687 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46fab",
+ "name": "Red Room",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 2NP",
+ "address": "42A The Broadway, Ealing",
+ "_geoloc": { "lat": 51.514012997163, "lng": -0.30211614699092 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46fa2",
+ "name": "Red Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 5RA",
+ "address": "The Red Lion, 13 St Marys Road",
+ "_geoloc": { "lat": 51.5080337524414, "lng": -0.30498600006103 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46fa5",
+ "name": "Red Lion And Pineapple",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 9BP",
+ "address": "Red Lion And Pineapple, 281 High Street",
+ "_geoloc": { "lat": 51.508244, "lng": -0.2766987 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46ff0",
+ "name": "Roddy's Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 4EE",
+ "address": "Roddy's Bar, 4 The Quadrant",
+ "_geoloc": { "lat": 51.498431, "lng": -0.306221 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f47005",
+ "name": "Rose & Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 4HN",
+ "address": "Rose And Crown, 1 Church Place",
+ "_geoloc": { "lat": 51.5040288, "lng": -0.3058777 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f46f09",
+ "name": "Prince Arthur",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W13 9AU",
+ "address": "Ashbys, 123 Uxbridge Road",
+ "_geoloc": { "lat": 51.5113915, "lng": -0.3151014 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f47026",
+ "name": "Royal British Legion Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 9JS",
+ "address": "182 Oldfield Lane South, Greenford",
+ "_geoloc": { "lat": 51.5356227, "lng": -0.3490282 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f4705c",
+ "name": "Sabai",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 9DJ",
+ "address": "George And Dragon, 183 High Street",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f47152",
+ "name": "Shanakee",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 2NT",
+ "address": "The Shanakee, 9-10 Central Buildings",
+ "_geoloc": { "lat": 51.514709, "lng": -0.302576 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f471c7",
+ "name": "Six Bells",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 9DD",
+ "address": "Six Bells, 211 High Street",
+ "_geoloc": { "lat": 51.5073928833008, "lng": -0.2726300060749 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f471b5",
+ "name": "Sir Michael Balcon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 3TJ",
+ "address": "Sir Michael Balcon, 46-47 The Mall",
+ "_geoloc": { "lat": 51.513332, "lng": -0.298217 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f47173",
+ "name": "Shots Bar & Grill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB1 3DN",
+ "address": "The Red Lion, 96-100 High Street",
+ "_geoloc": { "lat": 51.510541, "lng": -0.371427 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f47149",
+ "name": "Shamrock Sports & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 0BP",
+ "address": "307 Horn Lane, Acton",
+ "_geoloc": { "lat": 51.5183334350586, "lng": -0.26632198691368 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f47248",
+ "name": "South Acton Working Men's Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 8TJ",
+ "address": "South Acton Working Mens Club, 59 Strafford Road",
+ "_geoloc": { "lat": 51.5023547, "lng": -0.2706388 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f4724b",
+ "name": "South Ealing Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 5EX",
+ "address": "94 St Marys Road, Ealing",
+ "_geoloc": { "lat": 51.5045914, "lng": -0.306851 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f47260",
+ "name": "Southall Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB1 3HB",
+ "address": "Fairlawn Hall, High Street",
+ "_geoloc": { "lat": 51.511845, "lng": -0.37471 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f47281",
+ "name": "Southall Working Mens Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB2 5AL",
+ "address": "Working Mens Club, 2 Featherstone Terrace",
+ "_geoloc": { "lat": 51.502701, "lng": -0.383234 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f472ba",
+ "name": "Springfield Acton Bowls",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 3RS",
+ "address": "25 Western Gardens, Ealing",
+ "_geoloc": { "lat": 51.513568, "lng": -0.285425 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f47305",
+ "name": "Star & Anchor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W13 8RA",
+ "address": "94 Uxbridge Road, West Ealing",
+ "_geoloc": { "lat": 51.5116102, "lng": -0.3159292 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f472cc",
+ "name": "St Benedicts Mens Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 2EY",
+ "address": "Welsby Court, Eaton Rise",
+ "_geoloc": { "lat": 51.5219474, "lng": -0.3081386 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f472db",
+ "name": "St Josephs Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W7 3SU",
+ "address": "Church Of Our Lady And St Joseph, 52 Uxbridge Road",
+ "_geoloc": { "lat": 51.5086250305176, "lng": -0.33676698803902 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f47365",
+ "name": "Sudbury Golf Club (Bar)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "HA0 1AL",
+ "address": "Sudbury Golf Club, Bridgewater Road",
+ "_geoloc": { "lat": 51.5493, "lng": -0.31243 }
+ },
+ {
+ "objectID": "6399f72a71c0238ae6f473ef",
+ "name": "T.J Duffy's (Pub)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 4UB",
+ "address": "282 Northfield Avenue, Ealing",
+ "_geoloc": { "lat": 51.4983474, "lng": -0.3141276 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f474dc",
+ "name": "The Belvedere",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 6QX",
+ "address": "106-112 High Street, Acton",
+ "_geoloc": { "lat": 51.50691, "lng": -0.268599 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f474d3",
+ "name": "The Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB5 5AW",
+ "address": "266 Church Road, Northolt",
+ "_geoloc": { "lat": 51.5424880981445, "lng": -0.37970399856567 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f474e2",
+ "name": "The Black Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 0AS",
+ "address": "The Black Horse, 425 Oldfield Lane North",
+ "_geoloc": { "lat": 51.547698, "lng": -0.344573 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f474d0",
+ "name": "The Ballot Box",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 7QL",
+ "address": "The Ballot Box, Horsenden Lane North",
+ "_geoloc": { "lat": 51.549015045166, "lng": -0.32962700724602 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f474d9",
+ "name": "The Belmullet Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 9QN",
+ "address": "2 Ruislip Road, Greenford",
+ "_geoloc": { "lat": 51.5287013, "lng": -0.3569052 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f474f4",
+ "name": "The Brogue",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W7 2DG",
+ "address": "7 Boston Parade, Boston Road",
+ "_geoloc": { "lat": 51.496966, "lng": -0.325709 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47503",
+ "name": "The Castlebar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W13 8RA",
+ "address": "The Castlebar, 84 Uxbridge Road",
+ "_geoloc": { "lat": 51.5118980407715, "lng": -0.3153629899025 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f474fd",
+ "name": "The Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 6UL",
+ "address": "The Castle Hotel, Victoria Road",
+ "_geoloc": { "lat": 51.522596, "lng": -0.259139 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47500",
+ "name": "The Castle Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 5EU",
+ "address": "The Castle, 36 St Marys Road",
+ "_geoloc": { "lat": 51.5061264038086, "lng": -0.30547401309013 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4750f",
+ "name": "The Chatsworth",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 9BJ",
+ "address": "The Chatsworth, 290 High Street",
+ "_geoloc": { "lat": 51.5085067749023, "lng": -0.27689701318741 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47530",
+ "name": "The Dodo Micropub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W7 3TR",
+ "address": "52 Boston Road, Hanwell",
+ "_geoloc": { "lat": 51.5066467309313, "lng": -0.33737806085673 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47533",
+ "name": "The Drapers Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 5DB",
+ "address": "Drapers Arms, 24-25 High Street",
+ "_geoloc": { "lat": 51.51211, "lng": -0.305093 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47536",
+ "name": "The Dugout Sports Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 0HH",
+ "address": "1286 Greenford Road, Greenford",
+ "_geoloc": { "lat": 51.5503581, "lng": -0.3392494 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47557",
+ "name": "The Fox And Goose",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 1DP",
+ "address": "The Fox And Goose, Hanger Lane",
+ "_geoloc": { "lat": 51.52662, "lng": -0.29225 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47554",
+ "name": "The Forester (Bar Only)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W13 9EP",
+ "address": "The Forester, 2 Leighton Road",
+ "_geoloc": { "lat": 51.505983, "lng": -0.321113 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47575",
+ "name": "The Grange Pub & Dining Room",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 3XH",
+ "address": "Grange Hotel, Warwick Road",
+ "_geoloc": { "lat": 51.5077247619629, "lng": -0.29789298772812 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47539",
+ "name": "The Duke Of York",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W7 3SP",
+ "address": "The Duke Of York, 161 Uxbridge Road",
+ "_geoloc": { "lat": 51.50912, "lng": -0.338132 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4754b",
+ "name": "The Fishermans Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "NW10 6UB",
+ "address": "The Fishermans Arms, Old Oak Lane",
+ "_geoloc": { "lat": 51.530639, "lng": -0.248495 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4755a",
+ "name": "The Fox Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W7 2PJ",
+ "address": "The Fox Inn, Green Lane",
+ "_geoloc": { "lat": 51.504150390625, "lng": -0.34344300627708 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47584",
+ "name": "The Greenwood Hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB5 4LA",
+ "address": "The Greenwood, 674 Whitton Avenue West",
+ "_geoloc": { "lat": 51.553189, "lng": -0.352624 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47587",
+ "name": "The Greystoke",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 3HU",
+ "address": "The Greystoke, 7 Queens Parade",
+ "_geoloc": { "lat": 51.516866, "lng": -0.290721 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4759c",
+ "name": "The Hambrough Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB1 1NG",
+ "address": "The Hambrough Tavern, The Broadway",
+ "_geoloc": { "lat": 51.5128929, "lng": -0.3899877 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f475c6",
+ "name": "The Lodge Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 3TA",
+ "address": "53 The Mall, Ealing",
+ "_geoloc": { "lat": 51.5137422, "lng": -0.2997668 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f475a2",
+ "name": "The Haven Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 2HZ",
+ "address": "Haven Arms, 33 Haven Lane",
+ "_geoloc": { "lat": 51.517009, "lng": -0.299997 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f475bd",
+ "name": "The Leather Saddle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W13 0TL",
+ "address": "Ground Floor, 138 Broadway",
+ "_geoloc": { "lat": 51.509975, "lng": -0.3273453 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4759f",
+ "name": "The Hare And Hounds",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 9RZ",
+ "address": "The Hare And Hounds, 229 Ruislip Road",
+ "_geoloc": { "lat": 51.5321457, "lng": -0.3678831 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f475d5",
+ "name": "The Mandeville Arms Harvester",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB5 4LU",
+ "address": "The Harvester, 57-59 Mandeville Road",
+ "_geoloc": { "lat": 51.549058, "lng": -0.365855 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f475e4",
+ "name": "The North Star",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 5JN",
+ "address": "North Star, 43 The Broadway",
+ "_geoloc": { "lat": 51.513927002927, "lng": -0.30207385314121 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f475ea",
+ "name": "The Office",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB5 4RR",
+ "address": "17 Oldfields Circus, Northolt",
+ "_geoloc": { "lat": 51.552132, "lng": -0.3502628 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f475f6",
+ "name": "The Owl & Pussycat",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W13 9RT",
+ "address": "106 Northfield Avenue, West Ealing",
+ "_geoloc": { "lat": 51.5028381347656, "lng": -0.31694999337196 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f475f0",
+ "name": "The Old Oak Tree Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB2 5PJ",
+ "address": "The Old Oak Tree, The Common",
+ "_geoloc": { "lat": 51.4951438903809, "lng": -0.38763499259949 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f475ff",
+ "name": "The Plough",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB2 4LG",
+ "address": "The Plough Inn, Tentelow Lane",
+ "_geoloc": { "lat": 51.4951438903809, "lng": -0.36602699756622 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47611",
+ "name": "The Riding Wine Company",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 2TD",
+ "address": "Unit 21, Dickens Yard",
+ "_geoloc": { "lat": 51.5133247375488, "lng": -0.30814701318741 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4760e",
+ "name": "The Railway Hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 0AP",
+ "address": "Railway Hotel, 390 Oldfield Lane North",
+ "_geoloc": { "lat": 51.5432624816895, "lng": -0.34493601322174 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47614",
+ "name": "The Rocket",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 6BD",
+ "address": "The Rocket, 11-13 Churchfield Road",
+ "_geoloc": { "lat": 51.508648, "lng": -0.264527 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47602",
+ "name": "The Plough",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB1 2JN",
+ "address": "The Plough Public House, 89 North Road",
+ "_geoloc": { "lat": 51.5135841369629, "lng": -0.37293300032616 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f475fc",
+ "name": "The Plough",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 4XB",
+ "address": "The Plough, 297 Northfield Avenue",
+ "_geoloc": { "lat": 51.497365, "lng": -0.312743 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47608",
+ "name": "The Prince Of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB2 5ED",
+ "address": "Prince Of Wales, 202 Western Road",
+ "_geoloc": { "lat": 51.4993324279785, "lng": -0.39140599966049 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4760b",
+ "name": "The Raging Ball",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 9PN",
+ "address": "Snooker Club, 33-35 The Broadway",
+ "_geoloc": { "lat": 51.528101, "lng": -0.355217 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47617",
+ "name": "The Scotsman",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB2 5DE",
+ "address": "The Scotsman, 96 Scotts Road",
+ "_geoloc": { "lat": 51.50216, "lng": -0.394213 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47629",
+ "name": "The Stag Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W4 5DA",
+ "address": "The Stag, 177 Acton Lane",
+ "_geoloc": { "lat": 51.4994022, "lng": -0.2643536 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4762c",
+ "name": "The Station House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 6BH",
+ "address": "Station House, Churchfield Road",
+ "_geoloc": { "lat": 51.5087661743164, "lng": -0.26337000727653 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47638",
+ "name": "The Talbot",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 8JB",
+ "address": "The Talbot, 1 Mill Hill Road",
+ "_geoloc": { "lat": 51.5065682, "lng": -0.2734189 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47647",
+ "name": "The Tudor Rose Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB2 4BG",
+ "address": "68 The Green, Southall",
+ "_geoloc": { "lat": 51.5034523010254, "lng": -0.38091599941254 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47656",
+ "name": "The Village Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W7 2ET",
+ "address": "The Village Inn, 66 Boston Road",
+ "_geoloc": { "lat": 51.5058342, "lng": -0.3371658 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47635",
+ "name": "The Swan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W4 5HH",
+ "address": "The Swan, 119 Acton Lane",
+ "_geoloc": { "lat": 51.4979586, "lng": -0.2652441 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4764d",
+ "name": "The Underground Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB2 4DB",
+ "address": "Basement, 34 King Street",
+ "_geoloc": { "lat": 51.5008400803111, "lng": -0.3829033469598 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47653",
+ "name": "The Viaduct Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W7 3TD",
+ "address": "The Viaduct Inn, 221 Uxbridge Road",
+ "_geoloc": { "lat": 51.508601, "lng": -0.342114 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4763e",
+ "name": "The Three Wishes",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 9PH",
+ "address": "5 The Broadway, Greenford",
+ "_geoloc": { "lat": 51.5275281, "lng": -0.353401 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4766e",
+ "name": "The Windmill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 6LG",
+ "address": "The Windmill, 50 High Street",
+ "_geoloc": { "lat": 51.5067939758301, "lng": -0.26608198881149 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47671",
+ "name": "The Wishing Well",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 9PR",
+ "address": "The Wishing Well, 10 The Broadway",
+ "_geoloc": { "lat": 51.5278511047363, "lng": -0.35274600982666 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4766b",
+ "name": "The Wheatsheaf",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W5 2HZ",
+ "address": "The Wheatsheaf, 41 Haven Lane",
+ "_geoloc": { "lat": 51.517009, "lng": -0.299997 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47674",
+ "name": "The Wishing Well",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "W3 7DD",
+ "address": "The Wishing Well, 61 Old Oak Common Lane",
+ "_geoloc": { "lat": 51.5146598815918, "lng": -0.24968500435352 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4767a",
+ "name": "The Yard",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 0HY",
+ "address": "1211 Greenford Road, Greenford",
+ "_geoloc": { "lat": 51.5553732, "lng": -0.3371484 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4769b",
+ "name": "Tir Chonaill Gaels",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Ealing",
+ "postcode": "UB6 7PQ",
+ "address": "Tir Chonaill Gaels Rugby Club Horsenden Hill West, Berkeley Avenue",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4798c",
+ "name": "Alan Pullinger Youth Cntr",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N14 6BT",
+ "address": "Alan Pullinger Centre, 1 John Bradshaw Road",
+ "_geoloc": { "lat": 51.630834, "lng": -0.126935 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47a5b",
+ "name": "Ayley Croft Community Hall",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 1XS",
+ "address": "Tenants Meeting Hall, Ayley Croft",
+ "_geoloc": { "lat": 51.643655, "lng": -0.061959 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47a64",
+ "name": "Azure",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 3ED",
+ "address": "8-10 Silver Street, ENFIELD",
+ "_geoloc": { "lat": 51.652483, "lng": -0.080955 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47a9d",
+ "name": "Bar Taps",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 3EF",
+ "address": "29 Silver Street, ENFIELD",
+ "_geoloc": { "lat": 51.653095, "lng": -0.080408 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47a9a",
+ "name": "Bar Form",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 2AA",
+ "address": "7 Genotin Road, ENFIELD",
+ "_geoloc": { "lat": 51.652034, "lng": -0.079889 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47aa6",
+ "name": "Barrowfield CI & Jeremys Green Ass.",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 0RT",
+ "address": "Westbourne Hall, Westbourne Place",
+ "_geoloc": { "lat": 51.623796, "lng": -0.051942 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47aa3",
+ "name": "Barosi",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N13 4SP",
+ "address": "151 Green Lanes, LONDON",
+ "_geoloc": { "lat": 51.611515, "lng": -0.109851 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47b5a",
+ "name": "Botany Bay Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 8AS",
+ "address": "Cricket Pavilion, East Lodge Lane",
+ "_geoloc": { "lat": 51.677864, "lng": -0.12125 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47b66",
+ "name": "Boundary Hall",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N18 2TD",
+ "address": "138 Snells Park, LONDON",
+ "_geoloc": { "lat": 51.60967, "lng": -0.067797 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47b69",
+ "name": "Bounds Green Bowls And Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N11 2BS",
+ "address": "Brownlow Road, LONDON",
+ "_geoloc": { "lat": 51.610071, "lng": -0.122432 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47b75",
+ "name": "Bowls Club Lea Valley Leisure Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 0AR",
+ "address": "59 Meridian Way, LONDON",
+ "_geoloc": { "lat": 51.632546, "lng": -0.037911 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47b7e",
+ "name": "Brackendale Lawn Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 3DH",
+ "address": "Brackendale Sports Ground, Brackendale",
+ "_geoloc": { "lat": 51.628703, "lng": -0.110061 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47bd8",
+ "name": "Broomfield Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N13 5SZ",
+ "address": "85 Hedge Lane, LONDON",
+ "_geoloc": { "lat": 51.622137, "lng": -0.0983 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47c2f",
+ "name": "Bush Hill Park Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 1XH",
+ "address": "16A Leighton Road, Enfield",
+ "_geoloc": { "lat": 51.643104, "lng": -0.06616 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47c3e",
+ "name": "Bush Hill Park PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 1BA",
+ "address": "Public House, 141 St Marks Road",
+ "_geoloc": { "lat": 51.641846, "lng": -0.06896 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47c35",
+ "name": "Bush Hill Park Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 2BU",
+ "address": "Bush Hill, LONDON",
+ "_geoloc": { "lat": 51.644545, "lng": -0.090482 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47c2c",
+ "name": "Bush Hill Park Bowls Tennis And Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 2QP",
+ "address": "Abbey Road, ENFIELD",
+ "_geoloc": { "lat": 51.643481, "lng": -0.072142 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47c50",
+ "name": "Buzz Bingo",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 3FB",
+ "address": "5 Dearsley Road, ENFIELD",
+ "_geoloc": { "lat": 51.650909, "lng": -0.0574 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47d2b",
+ "name": "Chaseville Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N14 4AB",
+ "address": "Cricket Pavilion, Bramley Sports Ground",
+ "_geoloc": { "lat": 51.642312, "lng": -0.142997 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47dc4",
+ "name": "Cockfosters Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN4 9JG",
+ "address": "Cockfosters Sports Ground, Chalk Lane",
+ "_geoloc": { "lat": 51.652696, "lng": -0.152519 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47daf",
+ "name": "Club & Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 8AZ",
+ "address": "Club House, Crews Hill Golf Club",
+ "_geoloc": { "lat": 51.684364, "lng": -0.109393 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47dbb",
+ "name": "Cockfosters Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN4 9JG",
+ "address": "Cockfosters Sports Ground, Chalk Lane",
+ "_geoloc": { "lat": 51.652696, "lng": -0.152519 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47df4",
+ "name": "Conway Lawn Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N14 7BD",
+ "address": "Conway Road Recreation Ground, Conway Road",
+ "_geoloc": { "lat": 51.622367, "lng": -0.119281 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47e7e",
+ "name": "Crown & Horseshoes",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 6PZ",
+ "address": "Public House, 15 Horseshoe Lane",
+ "_geoloc": { "lat": 51.656082, "lng": -0.08712 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47e5a",
+ "name": "Cousins Professional Snooker Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N18 2XB",
+ "address": "169-171 Fore Street, LONDON",
+ "_geoloc": { "lat": 51.613858, "lng": -0.06489 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47e81",
+ "name": "Crown And Anchor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N18 2QD",
+ "address": "Public House, 222 Fore Street",
+ "_geoloc": { "lat": 51.616427, "lng": -0.063625 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47e8a",
+ "name": "Cuckoo Hall Estate Community Assoc",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 8DY",
+ "address": "Mottingham Hall, 4 Mottingham Road",
+ "_geoloc": { "lat": 51.637104, "lng": -0.042672 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47f0e",
+ "name": "Dicey Rileys Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N18 1PY",
+ "address": "161 Silver Street, LONDON",
+ "_geoloc": { "lat": 51.616382598877, "lng": -0.07681500166655 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47f26",
+ "name": "Dog And Duck",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 3LH",
+ "address": "Public House, 74 Hoppers Road",
+ "_geoloc": { "lat": 51.626414, "lng": -0.104189 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47f59",
+ "name": "Durants Park Bowls Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 5JE",
+ "address": "Bowling Pavillion, Durants Park",
+ "_geoloc": { "lat": 51.655181, "lng": -0.046635 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47f4a",
+ "name": "Downs Pavillion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 7RP",
+ "address": "Johnson Matthey Sports Ground, Goldsdown Road",
+ "_geoloc": { "lat": 51.657494, "lng": -0.036458 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47f95",
+ "name": "Edmonton Sports & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 9HL",
+ "address": "Norsemen Football Club Edmonton Cricket Club, Church Street",
+ "_geoloc": { "lat": 51.629152, "lng": -0.076261 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47f80",
+ "name": "Edmonton Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 7EY",
+ "address": "396 Hertford Road, LONDON",
+ "_geoloc": { "lat": 51.635005, "lng": -0.052227 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4801c",
+ "name": "Enfield Highway Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 6LZ",
+ "address": "652 Hertford Road, ENFIELD",
+ "_geoloc": { "lat": 51.671457, "lng": -0.04067 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47ffe",
+ "name": "Enfield Deaf Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 2HL",
+ "address": "Park Avenue Resource Centre, 65C Park Avenue",
+ "_geoloc": { "lat": 51.640736, "lng": -0.077462 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4802b",
+ "name": "Enfield Lawn Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 8NA",
+ "address": "The Ridgeway, ENFIELD",
+ "_geoloc": { "lat": 51.660896, "lng": -0.101203 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47fec",
+ "name": "Enfield Chase Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 2LH",
+ "address": "Enfield Chase Tenis Club, Mortimer Drive",
+ "_geoloc": { "lat": 51.643045, "lng": -0.07787 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f48019",
+ "name": "Enfield Highway Comm Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 5JF",
+ "address": "Community Centre, 117 Hertford Road",
+ "_geoloc": { "lat": 51.656575, "lng": -0.047182 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47fe0",
+ "name": "Enfield & Haringey Club Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 0AR",
+ "address": "Lea Valley Athletics Centre, 61 Meridian Way",
+ "_geoloc": { "lat": 51.632546, "lng": -0.037911 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f47ff8",
+ "name": "Enfield Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 2RY",
+ "address": "9 Lincoln Road, ENFIELD",
+ "_geoloc": { "lat": 51.647763, "lng": -0.077193 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f48022",
+ "name": "Enfield Highway Working Mens Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 6AG",
+ "address": "Social Club, 97 Ordnance Road",
+ "_geoloc": { "lat": 51.671401, "lng": -0.035669 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f48025",
+ "name": "Enfield Ignatians RFC",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 3PL",
+ "address": "Queen Elizabeth Stadium, Donkey Lane",
+ "_geoloc": { "lat": 51.659058, "lng": -0.060247 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f48058",
+ "name": "Enfield Town Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 3PL",
+ "address": "Queen Elizabeth Stadium, Donkey Lane",
+ "_geoloc": { "lat": 51.659058, "lng": -0.060247 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f48052",
+ "name": "Enfield Town Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 6PR",
+ "address": "Enfield Town Club, 8 Old Park Avenue",
+ "_geoloc": { "lat": 51.652559, "lng": -0.088382 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f480eb",
+ "name": "Fishmongers Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N14 6AD",
+ "address": "Commercial Premises, Public House",
+ "_geoloc": { "lat": 51.633758, "lng": -0.124735 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f480a6",
+ "name": "Farots Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 8AH",
+ "address": "598 Hertford Road, LONDON",
+ "_geoloc": { "lat": 51.639694, "lng": -0.047561 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f48253",
+ "name": "Hadley Wood Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN4 0EL",
+ "address": "3-7 Crescent East, Enfield",
+ "_geoloc": { "lat": 51.6685791015625, "lng": -0.17552299797535 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f48256",
+ "name": "Hadley Wood Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN4 0JJ",
+ "address": "Beech Hill, BARNET",
+ "_geoloc": { "lat": 51.66649, "lng": -0.165767 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f481ff",
+ "name": "Green Towers Community Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 0BU",
+ "address": "Green Towers Hall, Plevna Road",
+ "_geoloc": { "lat": 51.623458, "lng": -0.058125 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f48259",
+ "name": "Hadley Wood Lawn Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN4 0EL",
+ "address": "Hadley Wood Tennis Club, Hadley Wood Open Space",
+ "_geoloc": { "lat": 51.6685791015625, "lng": -0.17552299797535 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f481ba",
+ "name": "Golden Palace",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N18 3HR",
+ "address": "C40, 35 Harbet Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f482a1",
+ "name": "Hazelwood Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 2AJ",
+ "address": "Ridge Avenue, LONDON",
+ "_geoloc": { "lat": 51.636354, "lng": -0.088355 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f48283",
+ "name": "Harvester",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 4XX",
+ "address": "The Navigation Inn, 4 Wharf Road",
+ "_geoloc": { "lat": 51.643556, "lng": -0.029545 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f48286",
+ "name": "Harvester Gryphon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 1RE",
+ "address": "Public House, 9 Vera Avenue",
+ "_geoloc": { "lat": 51.642647, "lng": -0.098179 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f482f8",
+ "name": "Hiiraan Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N13 4SP",
+ "address": "121 Green Lanes, LONDON",
+ "_geoloc": { "lat": 51.611515, "lng": -0.109851 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4831f",
+ "name": "Holtwhites Sports & Social",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 0RU",
+ "address": "Holtwhites Hill Sports Ground, 1 Kirkland Drive",
+ "_geoloc": { "lat": 51.660276, "lng": -0.090139 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f48379",
+ "name": "Inn on the Park",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 7XY",
+ "address": "2 Solar Way, ENFIELD",
+ "_geoloc": { "lat": 51.676903, "lng": -0.021661 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48478",
+ "name": "King George Sailing Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "E4 7PX",
+ "address": "Water Land King George Reservoir, Lea Valley Road",
+ "_geoloc": { "lat": 51.636671, "lng": -0.01373 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f4868e",
+ "name": "Memorial Hall",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 9QP",
+ "address": "Maldon Road, LONDON",
+ "_geoloc": { "lat": 51.623056, "lng": -0.066478 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f4888c",
+ "name": "On Broadway",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 3SA",
+ "address": "765 Green Lanes, LONDON",
+ "_geoloc": { "lat": 51.631757, "lng": -0.095947 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f483c7",
+ "name": "Jays Rest",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 9AA",
+ "address": "Fire Station, 99 Church Street",
+ "_geoloc": { "lat": 51.627302, "lng": -0.069274 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f487ba",
+ "name": "NEASO and Southgate Olympic Assoc",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 3AU",
+ "address": "Clowes Sports Ground, Barrowell Green",
+ "_geoloc": { "lat": 51.625964, "lng": -0.094167 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f4881d",
+ "name": "Norsemen Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 9HL",
+ "address": "Norsemen Football Club Edmonton Cricket Club, Church Street",
+ "_geoloc": { "lat": 51.629152, "lng": -0.076261 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48898",
+ "name": "O'Neill's Enfield",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 6LE",
+ "address": "Public House, 5 The Town",
+ "_geoloc": { "lat": 51.651854, "lng": -0.081502 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f485aa",
+ "name": "LT's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N18 2SW",
+ "address": "Public House, 58 Fore Street",
+ "_geoloc": { "lat": 51.610538, "lng": -0.065335 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48877",
+ "name": "Old Ignatian Association Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 4NW",
+ "address": "147 Turkey Street, ENFIELD",
+ "_geoloc": { "lat": 51.673971, "lng": -0.055589 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48442",
+ "name": "Kempe Hall Community Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 4QS",
+ "address": "Bullsmoor Community Centre And Clinic, Kempe Road",
+ "_geoloc": { "lat": 51.676764, "lng": -0.048845 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f4872a",
+ "name": "Mount Carmel Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 6DR",
+ "address": "Our Lady Of Mount Carmel Church Hall, London Road",
+ "_geoloc": { "lat": 51.650995, "lng": -0.080699 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f486f1",
+ "name": "Mollys Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N11 1AH",
+ "address": "Public House, 380 Bowes Road",
+ "_geoloc": { "lat": 51.616451, "lng": -0.135646 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48790",
+ "name": "N. Salamis FC",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N13 5PD",
+ "address": "374 Green Lanes, LONDON",
+ "_geoloc": { "lat": 51.621267, "lng": -0.105646 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f487c6",
+ "name": "New Calypsonians Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 1EP",
+ "address": "Middlesex University Sports Ground, Green Dragon Lane",
+ "_geoloc": { "lat": 51.643515, "lng": -0.107971 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f4885f",
+ "name": "Oakwood Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N14 4XA",
+ "address": "155 Bramley Road, LONDON",
+ "_geoloc": { "lat": 51.648846, "lng": -0.129185 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f4870c",
+ "name": "Moon Under Water",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 6NN",
+ "address": "Public House, 115-117 Chase Side",
+ "_geoloc": { "lat": 51.659165, "lng": -0.087583 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48835",
+ "name": "Nuffield Health",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 6TZ",
+ "address": "Enfield Fitness And Wellbeing Gym, Tower Point, 52 Sydney Road",
+ "_geoloc": { "lat": 51.648555, "lng": -0.082204 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f48352",
+ "name": "Hurricane Room",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 4JW",
+ "address": "495A Southbury Road, ENFIELD",
+ "_geoloc": { "lat": 51.64847, "lng": -0.049699 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48823",
+ "name": "North Enfield Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 9JE",
+ "address": "Strayfield Road Sports Ground, 24 Strayfield Road",
+ "_geoloc": { "lat": 51.673604, "lng": -0.098531 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48871",
+ "name": "Old Edmontonians FC Clubhouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 7RA",
+ "address": "Henry Barrass Stadium, Houndsfield Road",
+ "_geoloc": { "lat": 51.633546, "lng": -0.05479 }
+ },
+ {
+ "objectID": "6399f72b71c0238ae6f4838e",
+ "name": "Iskele Spor Kulubu",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 8JD",
+ "address": "37 Bounces Road, LONDON",
+ "_geoloc": { "lat": 51.628626, "lng": -0.053628 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f4852c",
+ "name": "Lawns Bar & Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 4LF",
+ "address": "David Lloyd Club, 180 Carterhatch Lane",
+ "_geoloc": { "lat": 51.659549, "lng": -0.061137 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f487de",
+ "name": "New Southgate Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N11 1PP",
+ "address": "High Road, LONDON",
+ "_geoloc": { "lat": 51.6140327453613, "lng": -0.13999700546265 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48820",
+ "name": "North Enfield Conservative Club Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 3LD",
+ "address": "Conservative Club, 278 Baker Street",
+ "_geoloc": { "lat": 51.662334, "lng": -0.078442 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48874",
+ "name": "Old Grammarians RFC",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 1EP",
+ "address": "Middlesex University Sports Ground, Green Dragon Lane",
+ "_geoloc": { "lat": 51.643515, "lng": -0.107971 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f489ca",
+ "name": "Ponders End Working Mens Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 4LB",
+ "address": "46 South Street, ENFIELD",
+ "_geoloc": { "lat": 51.644105, "lng": -0.043526 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f489c7",
+ "name": "Ponders End Smallholders Assoc",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 4NU",
+ "address": "82A Church Road, ENFIELD",
+ "_geoloc": { "lat": 51.641967, "lng": -0.043113 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f489cd",
+ "name": "Ponders End Youth Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 4PX",
+ "address": "Main Block, Youth Centre, 129-137 South Street",
+ "_geoloc": { "lat": 51.6425, "lng": -0.038407 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48970",
+ "name": "Piano bar 2",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N13 5UD",
+ "address": "236 Green Lanes, LONDON",
+ "_geoloc": { "lat": 51.617039, "lng": -0.108913 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48a1e",
+ "name": "Prince Albert Enfield",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 6UP",
+ "address": "Public House, 611 Hertford Road",
+ "_geoloc": { "lat": 51.671271, "lng": -0.040273 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48a36",
+ "name": "Pymmes Park Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N18 2UG",
+ "address": "Pymmes Park, Victoria Road",
+ "_geoloc": { "lat": 51.617152, "lng": -0.0667 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48a45",
+ "name": "Queens Head Winchmore Hill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 3NB",
+ "address": "Public House, 41-43 Station Road",
+ "_geoloc": { "lat": 51.633224, "lng": -0.0997916 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48ad5",
+ "name": "Rose & Crown P.H",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 9AJ",
+ "address": "Public House, 185 Clay Hill",
+ "_geoloc": { "lat": 51.671196, "lng": -0.083721 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48ae1",
+ "name": "Royal British Legion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 7AP",
+ "address": "Eden Hall, 114 Nags Head Road",
+ "_geoloc": { "lat": 51.648066, "lng": -0.042156 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48af6",
+ "name": "Royal Small Arms Angling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN9 1AL",
+ "address": "Rammey Marsh Lock House, Lea Road",
+ "_geoloc": { "lat": 51.678839, "lng": -0.011726 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48afc",
+ "name": "Royal Venue",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 7PJ",
+ "address": "1 Jute Lane, ENFIELD",
+ "_geoloc": { "lat": 51.655122, "lng": -0.030156 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48b56",
+ "name": "Salisbury Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 3NP",
+ "address": "Public House, Hoppers Road",
+ "_geoloc": { "lat": 51.6329793, "lng": -0.1030097 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48b6e",
+ "name": "Sapphire Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N18 3HU",
+ "address": "C42, 35 Harbet Road",
+ "_geoloc": { "lat": 51.608115, "lng": -0.037492 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48b71",
+ "name": "Saracens Amateur Rugby F/ball Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N14 4AB",
+ "address": "Bramley Sports Ground, Chase Side",
+ "_geoloc": { "lat": 51.642312, "lng": -0.142997 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48b98",
+ "name": "Selborne Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N14 6EN",
+ "address": "The Mall, LONDON",
+ "_geoloc": { "lat": 51.625275, "lng": -0.123986 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48bfb",
+ "name": "Simon Gupta (Burger trailer)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 9HL",
+ "address": "Norsemen Football Club Edmonton Cricket Club, Church Street",
+ "_geoloc": { "lat": 51.629152, "lng": -0.076261 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48c55",
+ "name": "Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N18 2QD",
+ "address": "254 Fore Street, LONDON",
+ "_geoloc": { "lat": 51.616427, "lng": -0.063625 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48c82",
+ "name": "Southgate Hockey Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN4 0PS",
+ "address": "Snakes Lane, BARNET",
+ "_geoloc": { "lat": 51.657735, "lng": -0.136829 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48c88",
+ "name": "Southgate Masonic Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N14 6EB",
+ "address": "88 High Street, LONDON",
+ "_geoloc": { "lat": 51.627399, "lng": -0.125777 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48c97",
+ "name": "Southgate Royal British Legion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N14 5QD",
+ "address": "Hollies Hall, Nursery Road",
+ "_geoloc": { "lat": 51.636335, "lng": -0.133545 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48c94",
+ "name": "Southgate Old Scholars Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN4 9JG",
+ "address": "Cockfosters Sports Ground, Chalk Lane",
+ "_geoloc": { "lat": 51.652696, "lng": -0.152519 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48c9d",
+ "name": "Southgate Synagogue Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 1EP",
+ "address": "Middlesex University Sports Ground, Green Dragon Lane",
+ "_geoloc": { "lat": 51.643515, "lng": -0.107971 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48ce2",
+ "name": "St Helier Hall",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 5XF",
+ "address": "Eastfield Road, ENFIELD",
+ "_geoloc": { "lat": 51.667316, "lng": -0.040907 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48d27",
+ "name": "St Monica's Parish Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N14 7HG",
+ "address": "St Monicas Social Club, Cannon Hill",
+ "_geoloc": { "lat": 51.621779, "lng": -0.121299 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48db4",
+ "name": "Sun And Woolpack",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 6LZ",
+ "address": "Public House, 640 Hertford Road",
+ "_geoloc": { "lat": 51.671457, "lng": -0.04067 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f34",
+ "name": "The Little Green Dragon Enfield",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 2AD",
+ "address": "928 Green Lanes, LONDON",
+ "_geoloc": { "lat": 51.6360384, "lng": -0.0909165 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f52",
+ "name": "The Minchenden Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N14 4AB",
+ "address": "Cricket Pavilion, Bramley Sports Ground",
+ "_geoloc": { "lat": 51.642312, "lng": -0.142997 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f7f",
+ "name": "The Plough",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 9DJ",
+ "address": "Public House, 12 Cattlegate Road",
+ "_geoloc": { "lat": 51.683266, "lng": -0.102105 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f94",
+ "name": "The Red Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 5PP",
+ "address": "Public House, 375 Hertford Road",
+ "_geoloc": { "lat": 51.663707, "lng": -0.044504 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f01",
+ "name": "The Hop Poles",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 3LH",
+ "address": "Public House, 320 Baker Street",
+ "_geoloc": { "lat": 51.663434, "lng": -0.077007 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f16",
+ "name": "The King and Tinker",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 9HJ",
+ "address": "Public House, 40 Whitewebbs Lane",
+ "_geoloc": { "lat": 51.680646, "lng": -0.067165 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f25",
+ "name": "The Lamb P.H",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 9PA",
+ "address": "52-54 Church Street, LONDON",
+ "_geoloc": { "lat": 51.6253747, "lng": -0.0635678 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f2e",
+ "name": "The Lincoln Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 1QT",
+ "address": "Public House, 155 Percival Road",
+ "_geoloc": { "lat": 51.647815, "lng": -0.065526 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f67",
+ "name": "The Old Wheatsheaf",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 6SE",
+ "address": "Public House, 3 Windmill Hill",
+ "_geoloc": { "lat": 51.653803, "lng": -0.089688 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f97",
+ "name": "The Ridgeway Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 8JF",
+ "address": "76 The Ridgeway, ENFIELD",
+ "_geoloc": { "lat": 51.663097, "lng": -0.104422 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48fa3",
+ "name": "The Six Bells",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 0PT",
+ "address": "Public House, 187 Chase Side",
+ "_geoloc": { "lat": 51.660897, "lng": -0.086831 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48fa9",
+ "name": "The Southgate Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N14 5BP",
+ "address": "17 Chase Side, LONDON",
+ "_geoloc": { "lat": 51.632658, "lng": -0.129621 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48fac",
+ "name": "The Sporting Green",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 5JF",
+ "address": "Public House, 129 Hertford Road",
+ "_geoloc": { "lat": 51.656575, "lng": -0.047182 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f4908a",
+ "name": "Unikat - 2 B6 Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N13 5TU",
+ "address": "248A Green Lanes, LONDON",
+ "_geoloc": { "lat": 51.617938, "lng": -0.108356 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f49153",
+ "name": "Whitewebbs Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 9JN",
+ "address": "Clubhouse, Beggars Hollow",
+ "_geoloc": { "lat": 51.672668, "lng": -0.082459 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f4918f",
+ "name": "Winchmore Sports Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 2AH",
+ "address": "Red Ridge Club, Bridge Gate Mews",
+ "_geoloc": { "lat": 51.636004, "lng": -0.090032 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f10",
+ "name": "The Jolly Farmers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 7QS",
+ "address": "2 Enfield Road, ENFIELD",
+ "_geoloc": { "lat": 51.654681, "lng": -0.107766 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f61",
+ "name": "The Old Hammam and Spa",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 9DY",
+ "address": "17 Church Street, LONDON",
+ "_geoloc": { "lat": 51.625776, "lng": -0.063472 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f6a",
+ "name": "The Orange Tree",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 3HA",
+ "address": "18 Highfield Road, LONDON",
+ "_geoloc": { "lat": 51.629032, "lng": -0.095931 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f9a",
+ "name": "The Rising Sun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 9EF",
+ "address": "Public House, 240 Winchester Road",
+ "_geoloc": { "lat": 51.631109, "lng": -0.06511 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48fdc",
+ "name": "The White Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N18 2XF",
+ "address": "Public House, 105 Fore Street",
+ "_geoloc": { "lat": 51.61248, "lng": -0.065353 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48e62",
+ "name": "The Arnos Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N11 1AN",
+ "address": "338 Bowes Road, LONDON",
+ "_geoloc": { "lat": 51.61624, "lng": -0.134282 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48e6b",
+ "name": "The Beehive PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 9JZ",
+ "address": "24 Little Bury Street, LONDON",
+ "_geoloc": { "lat": 51.633086, "lng": -0.079823 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48eb9",
+ "name": "The Cricketers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 6QA",
+ "address": "Public House, 17-19 Chase Side Place",
+ "_geoloc": { "lat": 51.656337, "lng": -0.087355 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f0d",
+ "name": "The Jolly Butchers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 3JS",
+ "address": "Public House, 168-170 Baker Street",
+ "_geoloc": { "lat": 51.659474, "lng": -0.08011 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f79",
+ "name": "The Picture Palace",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 4ES",
+ "address": "128 High Street, ENFIELD",
+ "_geoloc": { "lat": 51.643128, "lng": -0.046994 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48fd3",
+ "name": "The Walker Cricket Ground",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N14 7JZ",
+ "address": "175 Waterfall Road, LONDON",
+ "_geoloc": { "lat": 51.625837, "lng": -0.13045 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48fe5",
+ "name": "The Winchmore",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 1QA",
+ "address": "Public House, 235 Winchmore Hill Road",
+ "_geoloc": { "lat": 51.638249, "lng": -0.112092 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f49195",
+ "name": "Wishing Well",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N13 4YD",
+ "address": "Public House, 9 Aldermans Hill",
+ "_geoloc": { "lat": 51.617811, "lng": -0.109965 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f7c",
+ "name": "The Pied Bull",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 9HE",
+ "address": "Public House, 5 Bulls Cross",
+ "_geoloc": { "lat": 51.67817, "lng": -0.059329 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f490b7",
+ "name": "Vicars Moor Lawn Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 2NU",
+ "address": "Sherbrook Gardens, LONDON",
+ "_geoloc": { "lat": 51.636096, "lng": -0.093496 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48eec",
+ "name": "The Halfway House Toby Carvery",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 3PN",
+ "address": "Public House, 801 Great Cambridge Road",
+ "_geoloc": { "lat": 51.659134, "lng": -0.059405 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f07",
+ "name": "The Hyde Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 9BB",
+ "address": "Public House, 137 Victoria Road",
+ "_geoloc": { "lat": 51.622518, "lng": -0.065995 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f58",
+ "name": "The New Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N14 5PH",
+ "address": "Public House, 80-84 Chase Side",
+ "_geoloc": { "lat": 51.633542, "lng": -0.130957 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f8b",
+ "name": "The Railway Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 6HA",
+ "address": "Public House, 229 Ordnance Road",
+ "_geoloc": { "lat": 51.670965, "lng": -0.027401 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f8e",
+ "name": "The Railway Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 0TZ",
+ "address": "Public House, 19-20 Market Square",
+ "_geoloc": { "lat": 51.624259, "lng": -0.058178 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f9d",
+ "name": "The Robin Hood",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 8AP",
+ "address": "Public House, 240 The Ridgeway",
+ "_geoloc": { "lat": 51.677095, "lng": -0.12834 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48fb2",
+ "name": "The Stag And Hounds",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N9 9JW",
+ "address": "Public House, 371 Bury Street West",
+ "_geoloc": { "lat": 51.634766, "lng": -0.076457 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48fbe",
+ "name": "The Three Wishes",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 3SA",
+ "address": "Public House, 749 Green Lanes",
+ "_geoloc": { "lat": 51.631757, "lng": -0.095947 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48fdf",
+ "name": "The White Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N18 2XF",
+ "address": "Public House, 105 Fore Street",
+ "_geoloc": { "lat": 51.61248, "lng": -0.065353 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f4918c",
+ "name": "Winchmore Hill Sports Club (CC)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 3ER",
+ "address": "Paulin Ground, Fords Grove",
+ "_geoloc": { "lat": 51.632992, "lng": -0.090057 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48e77",
+ "name": "The Bird in Hand",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N13 6DG",
+ "address": "Public House, 100 Tottenhall Road",
+ "_geoloc": { "lat": 51.611076, "lng": -0.101593 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48ee0",
+ "name": "The Goat",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 4EZ",
+ "address": "250 High Street, ENFIELD",
+ "_geoloc": { "lat": 51.6459617614746, "lng": -0.04714699834585 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48ee9",
+ "name": "The Greyhound",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 6HR",
+ "address": "Public House, 425 South Ordnance Road",
+ "_geoloc": { "lat": 51.669289, "lng": -0.018609 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48eef",
+ "name": "The Hart",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N14 6HA",
+ "address": "290 Chase Road, LONDON",
+ "_geoloc": { "lat": 51.634122, "lng": -0.126757 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f1c",
+ "name": "The Kings Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 6LL",
+ "address": "9 Market Place, ENFIELD",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f5b",
+ "name": "The Occasional Half",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N13 4TD",
+ "address": "Public House, 67-77 Green Lanes",
+ "_geoloc": { "lat": 51.61017, "lng": -0.110123 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48fe2",
+ "name": "The White House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN3 5SU",
+ "address": "Public House, 570 Hertford Road",
+ "_geoloc": { "lat": 51.668705, "lng": -0.0417 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f49015",
+ "name": "Toby Carvery",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 9HQ",
+ "address": "Restaurant, Whitewebbs House",
+ "_geoloc": { "lat": 51.6783599853516, "lng": -0.0796149969101 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48e5f",
+ "name": "The Alfred Herring",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N13 5TT",
+ "address": "316-322 Green Lanes, LONDON",
+ "_geoloc": { "lat": 51.618954, "lng": -0.107201 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48edd",
+ "name": "The Gilpins Bell",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N18 2SS",
+ "address": "50-56 Fore Street, LONDON",
+ "_geoloc": { "lat": 51.609766, "lng": -0.06596 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48f1f",
+ "name": "The Kings Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N21 1BB",
+ "address": "Public House, The Green",
+ "_geoloc": { "lat": 51.6346658, "lng": -0.1033149 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48faf",
+ "name": "The Stag",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 6PH",
+ "address": "Public House, 35 Little Park Gardens",
+ "_geoloc": { "lat": 51.652889, "lng": -0.086518 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48fd9",
+ "name": "The Wheatsheaf",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN1 3JT",
+ "address": "Public House, 185 Baker Street",
+ "_geoloc": { "lat": 51.660177, "lng": -0.079111 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f48feb",
+ "name": "The Wonder",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "EN2 0JG",
+ "address": "1 Batley Road, ENFIELD",
+ "_geoloc": { "lat": 51.663438, "lng": -0.08548 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f4904b",
+ "name": "Trent Park Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N14 4UW",
+ "address": "Bramley Road, LONDON",
+ "_geoloc": { "lat": 51.649264, "lng": -0.131149 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f491b6",
+ "name": "Ye Olde Cherry Tree",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Enfield",
+ "postcode": "N14 6EN",
+ "address": "Public House, 22 The Green",
+ "_geoloc": { "lat": 51.6249396, "lng": -0.1231095 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49a1d",
+ "name": "Greenwich Union",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 8RT",
+ "address": "The Greenwich Union, 56 Royal Hill",
+ "_geoloc": { "lat": 51.4765367, "lng": -0.0098263 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49a53",
+ "name": "Guildford Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 8JY",
+ "address": "Guildford Arms, 55 Guildford Grove",
+ "_geoloc": { "lat": 51.4743577, "lng": -0.0148675 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49b31",
+ "name": "Hungry Horse (Fox Under the Hill)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 4LT",
+ "address": "Fox Under The Hill, 286 Shooters Hill Road",
+ "_geoloc": { "lat": 51.4737703, "lng": 0.0397042 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49a86",
+ "name": "Hardys Free house",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 9UW",
+ "address": "Hardys, 92 Trafalgar Road",
+ "_geoloc": { "lat": 51.4839178, "lng": 0.0012859 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49d0b",
+ "name": "Lord Raglan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 7LA",
+ "address": "Lord Raglan, 158 Burrage Road",
+ "_geoloc": { "lat": 51.486082, "lng": 0.0729943 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49e16",
+ "name": "Melbourne Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 7BB",
+ "address": "Melbourne Arms, 81 - 83 Sandy Hill Road",
+ "_geoloc": { "lat": 51.4839630126953, "lng": 0.06986299902201 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49d08",
+ "name": "Lord Herbert",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 3SZ",
+ "address": "Lord Herbert, 47 Herbert Road",
+ "_geoloc": { "lat": 51.4795765, "lng": 0.0691276 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49e37",
+ "name": "Meridian Sports & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE7 8QS",
+ "address": "Meridian Sports Club Charlton Park Lane",
+ "_geoloc": { "lat": 51.478687286377, "lng": 0.04406100139022 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49ddd",
+ "name": "Maybloom Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE2 0RA",
+ "address": "26 Bostall Hill",
+ "_geoloc": { "lat": 51.4846333, "lng": 0.1057365 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49e8e",
+ "name": "Mitre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 8NA",
+ "address": "The Mitre, 291 Greenwich High Road",
+ "_geoloc": { "lat": 51.4801739, "lng": -0.0097528 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49f69",
+ "name": "New Eltham Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE9 2BD",
+ "address": "32 Avery Hill Road",
+ "_geoloc": { "lat": 51.4386363, "lng": 0.0747098 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f492b5",
+ "name": "Anchor & Hope",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE7 7SS",
+ "address": "The Anchor And Hope Riverside",
+ "_geoloc": { "lat": 51.4936185070192, "lng": 0.02875278475154 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f492af",
+ "name": "Ammas Fayre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 6JL",
+ "address": "Castle Tavern, 179 Powis Street",
+ "_geoloc": { "lat": 51.4927024841309, "lng": 0.06162999942899 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f492cd",
+ "name": "Angerstein Hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 0LE",
+ "address": "The Angerstein, 108 Woolwich Road",
+ "_geoloc": { "lat": 51.4863131, "lng": 0.0174768 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f492d3",
+ "name": "Anglesea Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 6EF",
+ "address": "Anglesea Arms, 91 Woolwich New Road",
+ "_geoloc": { "lat": 51.4886857, "lng": 0.0671201 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f49312",
+ "name": "Ashburnham Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 8UH",
+ "address": "Ashburnham Arms, 25 Ashburnham Grove",
+ "_geoloc": { "lat": 51.4757647, "lng": -0.0152168 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49f57",
+ "name": "New Eltham Conservative Club Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE9 3QE",
+ "address": "71 Southwood Road",
+ "_geoloc": { "lat": 51.4358194, "lng": 0.0684871 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49fc6",
+ "name": "North Pole Bar & Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 8JA",
+ "address": "131 Greenwich High Road",
+ "_geoloc": { "lat": 51.4768884, "lng": -0.0167809 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f493f6",
+ "name": "Blackheath & Newbridge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE3 7HG",
+ "address": "22 Charlton Road",
+ "_geoloc": { "lat": 51.4781203, "lng": 0.0221986 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49ff9",
+ "name": "Olivers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 9JL",
+ "address": "9 Nevada Street",
+ "_geoloc": { "lat": 51.479648, "lng": -0.0079813 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f493f0",
+ "name": "Black Boy Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "DA15 8EA",
+ "address": "Black Boy Southspring",
+ "_geoloc": { "lat": 51.445011138916, "lng": 0.08475100249052 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49ff0",
+ "name": "Old Brewery",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 9LW",
+ "address": "The Old Brewery, Old Royal Naval College King William Walk",
+ "_geoloc": { "lat": 51.4827728271484, "lng": -0.00902200024575 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a00b",
+ "name": "Ordnance Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 6AY",
+ "address": "18 Beresford Square",
+ "_geoloc": { "lat": 51.4909523, "lng": 0.0696428 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f493a8",
+ "name": "Belushi's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 8JA",
+ "address": "Belushis, 189 Greenwich High Road",
+ "_geoloc": { "lat": 51.4780247, "lng": -0.0127584 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f493f9",
+ "name": "Blackheath Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE7 7EY",
+ "address": "Groundsmans House Blackheath Sports Club, Rectory Field Charlton Road",
+ "_geoloc": { "lat": 51.4793281555176, "lng": 0.02785900048912 }
+ },
+ {
+ "objectID": "6399f72c71c0238ae6f49363",
+ "name": "Banker's Draft",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE9 1BW",
+ "address": "The Bankers Draft, 80 Eltham High Street",
+ "_geoloc": { "lat": 51.4504241943359, "lng": 0.05320499837399 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a062",
+ "name": "Pelton Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 9PQ",
+ "address": "Pelton Arms, 23 - 25 Pelton Road",
+ "_geoloc": { "lat": 51.4869288, "lng": 0.0025385 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a0cb",
+ "name": "Plume of Feathers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 9LZ",
+ "address": "Plume Of Feathers, 19 Park Vista",
+ "_geoloc": { "lat": 51.4819387, "lng": -0.0011913 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a041",
+ "name": "Park Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE9 5DA",
+ "address": "Park Tavern, 45 Passey Place",
+ "_geoloc": { "lat": 51.4497661, "lng": 0.0544558 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a0ec",
+ "name": "Plumstead Radical Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 7DZ",
+ "address": "Plumstead Radical Club, 83 - 88 Walmer Terrace",
+ "_geoloc": { "lat": 51.4893112182617, "lng": 0.08469700068235 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a0e0",
+ "name": "Plumstead Common Working Mens Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 2JS",
+ "address": "Plumstead Common Working Mens Club, 71 Kirkham Street",
+ "_geoloc": { "lat": 51.479118347168, "lng": 0.08934500068426 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a149",
+ "name": "Prince of Greenwich",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 8RT",
+ "address": "The Prince Albert, 72 Royal Hill",
+ "_geoloc": { "lat": 51.4762487, "lng": -0.0099909 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f494aa",
+ "name": "Bull Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 6RF",
+ "address": "The Bull, 14 Vincent Road",
+ "_geoloc": { "lat": 51.4895182, "lng": 0.0693761 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4948c",
+ "name": "British Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE3 8SU",
+ "address": "British Oak, 109 Old Dover Road",
+ "_geoloc": { "lat": 51.4762178, "lng": 0.0261323 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a1be",
+ "name": "Rising Sun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE9 1TS",
+ "address": "Rising Sun, 189 - 191 Eltham High Street",
+ "_geoloc": { "lat": 51.4509887695312, "lng": 0.05846900120378 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a1f7",
+ "name": "Rose of Denmark",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE7 7AL",
+ "address": "Rose Of Denmark, 296 Woolwich Road",
+ "_geoloc": { "lat": 51.487232208252, "lng": 0.02669800072908 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a21e",
+ "name": "Royal Herbert Leisure Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 4PR",
+ "address": "The Royal Herbert Pavilions Gilbert Close",
+ "_geoloc": { "lat": 51.4707908630371, "lng": 0.05279399827123 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a1b5",
+ "name": "Richard 1",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 8RT",
+ "address": "Richard I, 52 - 54 Royal Hill",
+ "_geoloc": { "lat": 51.4765836, "lng": -0.0097321 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a1fa",
+ "name": "Roses Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 6NE",
+ "address": "Prince Albert, 47 - 49 Hare Street",
+ "_geoloc": { "lat": 51.4932022094727, "lng": 0.06340999901295 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a230",
+ "name": "Royal Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE7 8LA",
+ "address": "Royal Oak, 54 Charlton Lane",
+ "_geoloc": { "lat": 51.488347, "lng": 0.0393753 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a233",
+ "name": "Royal Standard",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE3 7JQ",
+ "address": "Royal Standard, 44 Vanbrugh Park",
+ "_geoloc": { "lat": 51.4769477844238, "lng": 0.01660799980164 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a236",
+ "name": "Royal Standard P.H",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 9AH",
+ "address": "Royal Standard, 67 Pelton Road",
+ "_geoloc": { "lat": 51.4867481, "lng": 0.0041726 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49537",
+ "name": "Castle Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 6JL",
+ "address": "Castle Tavern, 179 Powis Street",
+ "_geoloc": { "lat": 51.4927024841309, "lng": 0.06162999942899 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49582",
+ "name": "Charlton Park Rugby Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE3 8NB",
+ "address": "60A Broad Walk",
+ "_geoloc": { "lat": 51.4657981, "lng": 0.0363424 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a2e1",
+ "name": "Seven Acre Sports & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE2 9HP",
+ "address": "Seven Acre Sports And Social Club Church Manorway",
+ "_geoloc": { "lat": 51.4895668029785, "lng": 0.10210999846458 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a32c",
+ "name": "Simon James Catering",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 3DA",
+ "address": "Shooters Hill Golf Club Eaglesfield Road",
+ "_geoloc": { "lat": 51.4717979431152, "lng": 0.07328599691391 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a371",
+ "name": "Spanish Galleon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 9BL",
+ "address": "Spanish Galleon, 48 Greenwich Church Street",
+ "_geoloc": { "lat": 51.4816984, "lng": -0.0098174 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a38c",
+ "name": "St Clair's Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 5NU",
+ "address": "9 Warspite Road",
+ "_geoloc": { "lat": 51.4931961, "lng": 0.0447758 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a58d",
+ "name": "The Coach & Horses",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 9HZ",
+ "address": "Coach And Horses, 13 Greenwich Market",
+ "_geoloc": { "lat": 51.481517791748, "lng": -0.0087689999491 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a557",
+ "name": "The Belfry",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 1SJ",
+ "address": "100 Plumstead High Street",
+ "_geoloc": { "lat": 51.487928, "lng": 0.0900757 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a3e3",
+ "name": "Star and Garter",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 9NY",
+ "address": "Star And Garter, 60 Old Woolwich Road",
+ "_geoloc": { "lat": 51.4842224121094, "lng": -0.00054300000193 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a536",
+ "name": "The Albion, Le Wouri Entertainment",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 5NN",
+ "address": "The Albion, 48 Woolwich Church Street",
+ "_geoloc": { "lat": 51.4921876, "lng": 0.0484642 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a572",
+ "name": "The Bull Hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 3HP",
+ "address": "The Bull, 151 Shooters Hill",
+ "_geoloc": { "lat": 51.4687767028809, "lng": 0.07052899897099 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a428",
+ "name": "Studio 338",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 0PF",
+ "address": "338 Tunnel Avenue",
+ "_geoloc": { "lat": 51.49543, "lng": 0.0047856 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a44f",
+ "name": "Sun in the Sands",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE3 8UQ",
+ "address": "Sun In Sands, 123 Shooters Hill Road",
+ "_geoloc": { "lat": 51.4752236, "lng": 0.0253826 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a3bf",
+ "name": "St Patricks Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 1AQ",
+ "address": "Presbytery, 1A Conway Road",
+ "_geoloc": { "lat": 51.487438, "lng": 0.0852709 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4a40d",
+ "name": "STC2 Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "",
+ "address": "S T C Ivor Grove Sports Club Ivor Grove",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a563",
+ "name": "The Bob Hope Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE9 5TG",
+ "address": "The Bob Hope Theatre Wythfield Road",
+ "_geoloc": { "lat": 51.4494895935059, "lng": 0.05047100037336 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a56f",
+ "name": "The Bugle Horn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE7 8UD",
+ "address": "Bugle Horn, 6 The Village",
+ "_geoloc": { "lat": 51.481803894043, "lng": 0.03740299865603 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a554",
+ "name": "The Beehive",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE9 2DR",
+ "address": "The Beehive, 365 Footscray Road",
+ "_geoloc": { "lat": 51.4391946, "lng": 0.07087 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a560",
+ "name": "The Birchwood P.H",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE2 9BB",
+ "address": "The Birchwood, 50 Grovebury Road",
+ "_geoloc": { "lat": 51.4977874755859, "lng": 0.11506599932909 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a569",
+ "name": "The Brockleians RFC",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE9 5LX",
+ "address": "Old Brockleians Society Eltham Palace Road",
+ "_geoloc": { "lat": 51.4492530822754, "lng": 0.03681699931622 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4980d",
+ "name": "Eltham Hill Club & Instit",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE9 5SU",
+ "address": "Eltham Hill Club And Institute, 85 Eltham Road",
+ "_geoloc": { "lat": 51.4516716003418, "lng": 0.04661099985242 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f496f0",
+ "name": "Cutty Sark",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE28 8RA",
+ "address": "The Cutty Sark, 14 Joyce Dawson Way",
+ "_geoloc": { "lat": 51.5070762634277, "lng": 0.10703700035811 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4987f",
+ "name": "Farmhouse Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE9 3DH",
+ "address": "The Farmhouse, 52 Jason Walk",
+ "_geoloc": { "lat": 51.4267902, "lng": 0.0588006 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f497e0",
+ "name": "Elephant and Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 6JY",
+ "address": "Elephant And Castle, 18 Greens End",
+ "_geoloc": { "lat": 51.4908218383789, "lng": 0.06884799897671 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f498fa",
+ "name": "Footscray Rugby Sports Athletics Clu",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE9 2EL",
+ "address": "Footscray Playing Fields, 239A Footscray Road",
+ "_geoloc": { "lat": 51.4420623779297, "lng": 0.06590999662876 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f4982b",
+ "name": "Eltham Town Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE9 2TF",
+ "address": "1 Starbuck Close",
+ "_geoloc": { "lat": 51.4437409, "lng": 0.062899 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f496d2",
+ "name": "Crofton Albion Sports & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE12 8HF",
+ "address": "Crofton Albion Sports And Social Club Weigall Road",
+ "_geoloc": { "lat": 51.4574890136719, "lng": 0.01857100054622 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f496f6",
+ "name": "Cutty Sark Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 9PD",
+ "address": "The Cutty Sark, 4 - 6 Ballast Quay",
+ "_geoloc": { "lat": 51.486315, "lng": -0.0003632 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49744",
+ "name": "Dial Arch",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 6GH",
+ "address": "Dial Arch No 1 Street",
+ "_geoloc": { "lat": 51.4925804138184, "lng": 0.06973499804735 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49906",
+ "name": "Fox & Hounds",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 3AS",
+ "address": "Fox And Hounds, 57 Plumstead Common Road",
+ "_geoloc": { "lat": 51.4823188781738, "lng": 0.06973099708557 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49957",
+ "name": "Gate Clock PH (JD Wetherspoon PLC)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 9EJ",
+ "address": "The Gate Clock Crescent Arcade",
+ "_geoloc": { "lat": 51.4816055297852, "lng": -0.01066699996591 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49966",
+ "name": "George & Dragon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 8DE",
+ "address": "George And Dragon, 2 Blackheath Hill",
+ "_geoloc": { "lat": 51.4728546142578, "lng": -0.01496400032192 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f499b7",
+ "name": "Great Harry (Wetherspoons)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 6PQ",
+ "address": "The Great Harry, 7 - 9 Wellington Street",
+ "_geoloc": { "lat": 51.4898877, "lng": 0.0667011 }
+ },
+ {
+ "objectID": "6399f72d71c0238ae6f49969",
+ "name": "George IV",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 5BY",
+ "address": "George Iv, 120 Rectory Place",
+ "_geoloc": { "lat": 51.4904747009277, "lng": 0.06057799980044 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a65c",
+ "name": "The Pilot Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 0BE",
+ "address": "Pilot Inn, 68 River Way",
+ "_geoloc": { "lat": 51.4962116, "lng": 0.0102946 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a6bc",
+ "name": "The Woolwich",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 6FH",
+ "address": "5 General Gordon Square",
+ "_geoloc": { "lat": 51.4903906, "lng": 0.0685669 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a7ac",
+ "name": "Volunteer",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 1JQ",
+ "address": "130 - 132 Plumstead High Street",
+ "_geoloc": { "lat": 51.4873437, "lng": 0.09208 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a617",
+ "name": "The Horse & Box",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE9 1UQ",
+ "address": "15 Greenholm Road",
+ "_geoloc": { "lat": 51.4522891, "lng": 0.0647122 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a68f",
+ "name": "The Taproom",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 6GD",
+ "address": "15 Major Draper Street",
+ "_geoloc": { "lat": 51.492376, "lng": 0.0717244 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a6b3",
+ "name": "The Who'd A Thought It Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 2SD",
+ "address": "The Whoda Thought It, 7 Timbercroft Lane",
+ "_geoloc": { "lat": 51.4780197143555, "lng": 0.08905000239611 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a776",
+ "name": "Vanbrugh Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 9EZ",
+ "address": "The Vanbrugh Tavern, 91 Colomb Street",
+ "_geoloc": { "lat": 51.4834106, "lng": 0.0079148 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a815",
+ "name": "White Hart",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE9 1BG",
+ "address": "White Hart, 2 Eltham High Street",
+ "_geoloc": { "lat": 51.4505996704102, "lng": 0.05842300131917 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a5e4",
+ "name": "The Gipsy Moth",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 9BL",
+ "address": "The Gipsy Moth, 60 Greenwich Church Street",
+ "_geoloc": { "lat": 51.4817085266113, "lng": -0.00985599961132 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a5f6",
+ "name": "The Graduate",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 8PD",
+ "address": "The Graduate, 107 - 109 Blackheath Road",
+ "_geoloc": { "lat": 51.4731689, "lng": -0.0154016 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a64d",
+ "name": "The Old Mill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 1QG",
+ "address": "The Old Mill, 1 Old Mill Road",
+ "_geoloc": { "lat": 51.4817109, "lng": 0.0840959 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a671",
+ "name": "The River Ale House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 0RF",
+ "address": "131 Woolwich Road",
+ "_geoloc": { "lat": 51.4862976074219, "lng": 0.01271300017834 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a85d",
+ "name": "Woolwich & Plumstead BC",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 3DB",
+ "address": "Woolwich And Plumstead Bowling Club Foxcroft Road",
+ "_geoloc": { "lat": 51.4713935852051, "lng": 0.06966800242662 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a5ab",
+ "name": "The Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 9TZ",
+ "address": "The Crown, 176 Trafalgar Road",
+ "_geoloc": { "lat": 51.4849487, "lng": 0.0047417 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a69e",
+ "name": "The Trafalgar Rowing Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 9NP",
+ "address": "Trafalgar Rowing Centre, 11 - 13 Crane Street",
+ "_geoloc": { "lat": 51.4847766, "lng": -0.0036196 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a785",
+ "name": "Vib Bar Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "",
+ "address": "11 Beresford Square",
+ "_geoloc": { "lat": 51.4907974637713, "lng": 0.06921253624488 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a674",
+ "name": "The Rose Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 7TN",
+ "address": "Rose Inn, 2 Waverley Road",
+ "_geoloc": { "lat": 51.486075, "lng": 0.0789717 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a677",
+ "name": "The Royal",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE9 4UG",
+ "address": "Royal Tavern, 185 Court Road",
+ "_geoloc": { "lat": 51.4392123, "lng": 0.0510579 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a67d",
+ "name": "The Ship",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 2UJ",
+ "address": "The Ship, 205 Plumstead Common Road",
+ "_geoloc": { "lat": 51.4810979, "lng": 0.0802144 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a5ff",
+ "name": "The Greyhound",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 5QE",
+ "address": "The Greyhound, 18 Kingsman Parade",
+ "_geoloc": { "lat": 51.4926028, "lng": 0.0555707 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a644",
+ "name": "The Morden Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 8SP",
+ "address": "Morden Arms, 1 Brand Street",
+ "_geoloc": { "lat": 51.4761810302734, "lng": -0.01157999970019 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a656",
+ "name": "The Pavillion Sports & Leisure Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE9 2SY",
+ "address": "135 Footscray Road",
+ "_geoloc": { "lat": 51.4458972, "lng": 0.0636237 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a87e",
+ "name": "Ye Olde Rose & Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 8ER",
+ "address": "Rose And Crown, 1 Crooms Hill",
+ "_geoloc": { "lat": 51.4787216186523, "lng": -0.00772499991581 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a5b1",
+ "name": "The Draughts P.H",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE9 1BT",
+ "address": "Draughts, 34 Eltham High Street",
+ "_geoloc": { "lat": 51.4509711, "lng": 0.0501448 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a5b7",
+ "name": "The Duke",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE8 3BU",
+ "address": "The Duke, 125 Creek Road",
+ "_geoloc": { "lat": 51.4811985, "lng": -0.0204121 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a66e",
+ "name": "The Red Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE18 3RN",
+ "address": "Red Lion, 6 Red Lion Place",
+ "_geoloc": { "lat": 51.4706906, "lng": 0.0602506 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a6bf",
+ "name": "The Yacht",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Greenwich",
+ "postcode": "SE10 9NP",
+ "address": "The Yacht Tavern, 5 Crane Street",
+ "_geoloc": { "lat": 51.4846839904785, "lng": -0.00353299989365 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a8de",
+ "name": "333 Mother",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC1V 9LE",
+ "address": "333 Old Street",
+ "_geoloc": { "lat": 51.527141, "lng": -0.08065 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a956",
+ "name": "All Bar One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC2A 2AS",
+ "address": "All Bar One, 18-20 Appold Street",
+ "_geoloc": { "lat": 51.520035, "lng": -0.08327 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4aa7c",
+ "name": "Beef & Brew",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 5AA",
+ "address": "The Duke of York, 33 Downham Road",
+ "_geoloc": { "lat": 51.5389336, "lng": -0.0785862 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4aae8",
+ "name": "Biddle Brothers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E5 0QR",
+ "address": "88 Lower Clapton Road",
+ "_geoloc": { "lat": 51.553723, "lng": -0.053336 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a9f2",
+ "name": "Auld Shillelagh",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 0UD",
+ "address": "The Old Shilleagh, 105 Stoke Newington Church Street",
+ "_geoloc": { "lat": 51.561951, "lng": -0.079559 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4aa82",
+ "name": "Beer Merchants Tap",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 5LN",
+ "address": "99 Wallis Road",
+ "_geoloc": { "lat": 51.5446206, "lng": -0.024133 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4aa43",
+ "name": "Bar Kick",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E1 6JE",
+ "address": "126-127 Shoreditch High Street",
+ "_geoloc": { "lat": 51.526428, "lng": -0.078287 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4aa5e",
+ "name": "Basing House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E2 8AA",
+ "address": "25-27 Kingsland Road",
+ "_geoloc": { "lat": 51.52845, "lng": -0.078216 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4aafd",
+ "name": "Bizim Mekan Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E5 8DY",
+ "address": "130 Clarence Road",
+ "_geoloc": { "lat": 51.554483, "lng": -0.055828 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4a9c2",
+ "name": "Arsenal Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N4 2JS",
+ "address": "175 Blackstock Road",
+ "_geoloc": { "lat": 51.561321, "lng": -0.098847 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4aa40",
+ "name": "Bar A Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 8BT",
+ "address": "Stoke Newington Road Post Office, 133-135 Stoke Newington Road",
+ "_geoloc": { "lat": 51.556164, "lng": -0.074856 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4abc6",
+ "name": "Browns",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E2 7NX",
+ "address": "The Browns, 1 Hackney Road",
+ "_geoloc": { "lat": 51.527771, "lng": -0.076861 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4ab96",
+ "name": "Brewer's Bar Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 2EB",
+ "address": "77 Shacklewell Lane",
+ "_geoloc": { "lat": 51.552933, "lng": -0.070347 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4ac23",
+ "name": "Cafe Metolino/Bar-Ish",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 7UY",
+ "address": "162-164 Stoke Newington Road",
+ "_geoloc": { "lat": 51.556324, "lng": -0.074228 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4ac5c",
+ "name": "Canvas Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC1V 9HB",
+ "address": "The Nelsons Retreat, 1 Vince Street",
+ "_geoloc": { "lat": 51.526248, "lng": -0.086007 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4ac62",
+ "name": "Cargo",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC2A 3AY",
+ "address": "83 Rivington Street",
+ "_geoloc": { "lat": 51.5262031555176, "lng": -0.07885900139809 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4ac7a",
+ "name": "Casita",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC2A 4QW",
+ "address": "CASITA, 5a Ravey Street",
+ "_geoloc": { "lat": 51.524979, "lng": -0.082039 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4acce",
+ "name": "Chicago Deep Dish Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 6NU",
+ "address": "1 Hoxton Square",
+ "_geoloc": { "lat": 51.52779, "lng": -0.081834 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4adc1",
+ "name": "Crown and Manor Boys Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 5DH",
+ "address": "Crown And Manor Boys Club, Wiltshire Row",
+ "_geoloc": { "lat": 51.536584, "lng": -0.087319 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4ae09",
+ "name": "Dalston Social",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 7XN",
+ "address": "8 Stoke Newington Road",
+ "_geoloc": { "lat": 51.550993, "lng": -0.074843 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4ae36",
+ "name": "Deniz Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 8EL",
+ "address": "53 Stoke Newington High Street",
+ "_geoloc": { "lat": 51.559108, "lng": -0.074529 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4aec0",
+ "name": "East Village",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC2A 3HX",
+ "address": "89 Great Eastern Street",
+ "_geoloc": { "lat": 51.525703, "lng": -0.08345 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4ae93",
+ "name": "Dream Bags Jaguar Shoes",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E2 8DA",
+ "address": "32-36 Kingsland Road",
+ "_geoloc": { "lat": 51.527823, "lng": -0.07781 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4ae99",
+ "name": "Duke Of Wellington",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 4BL",
+ "address": "Duke Of Wellington, 119 Balls Pond Road",
+ "_geoloc": { "lat": 51.54624, "lng": -0.080048 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4aeba",
+ "name": "Earth Venue",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 8BH",
+ "address": "11-17 Stoke Newington Road",
+ "_geoloc": { "lat": 51.5509667, "lng": -0.0753677 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4af08",
+ "name": "Empress",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 7LH",
+ "address": "130a Lauriston Road",
+ "_geoloc": { "lat": 51.536939, "lng": -0.045011 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4aeea",
+ "name": "Elbistan Sporting Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 6XT",
+ "address": "46 Stamford Hill",
+ "_geoloc": { "lat": 51.565859, "lng": -0.072758 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4af1a",
+ "name": "Erciyes Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 7PX",
+ "address": "22 Well Street",
+ "_geoloc": { "lat": 51.539962, "lng": -0.05375 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4af35",
+ "name": "Every Cloud",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 6ND",
+ "address": "11 Morning Lane",
+ "_geoloc": { "lat": 51.546932220459, "lng": -0.05270300060511 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4b06d",
+ "name": "General Browning Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 6NU",
+ "address": "Hackney Trades Hall, 83 Valette Street",
+ "_geoloc": { "lat": 51.545648, "lng": -0.054459 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4b070",
+ "name": "George & Vulture",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 6BU",
+ "address": "The George And Vulture, 63 Pitfield Street",
+ "_geoloc": { "lat": 51.529019, "lng": -0.083858 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4b13f",
+ "name": "Hackney Rugby Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E5 9BL",
+ "address": "Spring Hill Sports Ground, Spring Hill",
+ "_geoloc": { "lat": 51.5732421875, "lng": -0.05919799953699 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4b1a8",
+ "name": "Helgi's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 3RH",
+ "address": "177 Mare Street",
+ "_geoloc": { "lat": 51.539452, "lng": -0.056641 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4b208",
+ "name": "Howl at the Moon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 5LH",
+ "address": "The Queens, 178 Hoxton Street",
+ "_geoloc": { "lat": 51.533406, "lng": -0.07994 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4b1a2",
+ "name": "Heart of Hackney",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 3NS",
+ "address": "255 Mare Street",
+ "_geoloc": { "lat": 51.54279, "lng": -0.055648 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4b1a5",
+ "name": "Hector & Noble",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 7HD",
+ "address": "Village Tap, 233-235 Victoria Park Road",
+ "_geoloc": { "lat": 51.538456, "lng": -0.043806 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4b2d1",
+ "name": "Jazz Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 8JN",
+ "address": "4 Bradbury Street",
+ "_geoloc": { "lat": 51.548678, "lng": -0.076239 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4b304",
+ "name": "Jolly Butchers (Stoke Newington) Limited",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 7HU",
+ "address": "204 Stoke Newington High Street",
+ "_geoloc": { "lat": 51.562908, "lng": -0.073215 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4b328",
+ "name": "Junction House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 4AH",
+ "address": "578 Kingsland Road",
+ "_geoloc": { "lat": 51.545222, "lng": -0.075548 }
+ },
+ {
+ "objectID": "6399f72e71c0238ae6f4b352",
+ "name": "Karadeniz Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 9BX",
+ "address": "109a Green Lanes",
+ "_geoloc": { "lat": 51.554256, "lng": -0.089058 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b48a",
+ "name": "Lion and the Lamb",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 6LG",
+ "address": "The Lion And Lamb, 46 Fanshaw Street",
+ "_geoloc": { "lat": 51.529629, "lng": -0.081584 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b43f",
+ "name": "Laziko Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 9DA",
+ "address": "123 Green Lanes",
+ "_geoloc": { "lat": 51.55513, "lng": -0.089743 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b487",
+ "name": "Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 0JX",
+ "address": "The Red Lion, 132 Stoke Newington Church Street",
+ "_geoloc": { "lat": 51.562235, "lng": -0.080471 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b4e7",
+ "name": "London Maker",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 4DG",
+ "address": "Basement, 258 Kingsland Road",
+ "_geoloc": { "lat": 51.538007, "lng": -0.076444 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b4ff",
+ "name": "Lounge Bohemia",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC2A 3EJ",
+ "address": "Basement, 1 Great Eastern Street",
+ "_geoloc": { "lat": 51.52295, "lng": -0.078405 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b5c8",
+ "name": "Matchbox",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E1 6JE",
+ "address": "134-135 Shoreditch High Street",
+ "_geoloc": { "lat": 51.526428, "lng": -0.078287 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b5b6",
+ "name": "Marquis Of Lansdowne",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 7XJ",
+ "address": "The Marquis Of Lansdowne, 48 Stoke Newington Road",
+ "_geoloc": { "lat": 51.551585, "lng": -0.074803 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b67f",
+ "name": "Mother Kellys Bottle Shop",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 6QT",
+ "address": "186 Well Street",
+ "_geoloc": { "lat": 51.544177, "lng": -0.046633 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b787",
+ "name": "Old Kings Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC2A 4JB",
+ "address": "The Kings Head, 28 Holywell Row",
+ "_geoloc": { "lat": 51.522933, "lng": -0.082341 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b78a",
+ "name": "Old Ship Hackney",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 1EN",
+ "address": "The Old Ship, 2 Sylvester Path",
+ "_geoloc": { "lat": 51.546033, "lng": -0.056015 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b751",
+ "name": "Nodoby Asked Me",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E5 0LS",
+ "address": "Basement And Ground Floor Front, 88 Chatsworth Road",
+ "_geoloc": { "lat": 51.5542658, "lng": -0.0448485 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b7b1",
+ "name": "Otherworld",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 4EA",
+ "address": "Part Front Railway Arch 336, Acton Mews",
+ "_geoloc": { "lat": 51.5370559692383, "lng": -0.0753630027175 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b82c",
+ "name": "Peoples Park Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 7BT",
+ "address": "360 Victoria Park Road",
+ "_geoloc": { "lat": 51.5393, "lng": -0.040482 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b817",
+ "name": "Pazarcik",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 8BX",
+ "address": "109 Stoke Newington Road",
+ "_geoloc": { "lat": 51.554701, "lng": -0.075018 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b86e",
+ "name": "Phoenix Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E1 6JE",
+ "address": "138-139 Shoreditch High Street",
+ "_geoloc": { "lat": 51.526428, "lng": -0.078287 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bab7",
+ "name": "Scenario",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 8BX",
+ "address": "The Hare And Hounds, 97 Stoke Newington Road",
+ "_geoloc": { "lat": 51.554701, "lng": -0.075018 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b92e",
+ "name": "Prince Arthur",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 6EB",
+ "address": "Prince Arthur Public House, 49 Brunswick Place",
+ "_geoloc": { "lat": 51.527621, "lng": -0.085272 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b934",
+ "name": "Princess Of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E5 9RB",
+ "address": "Princess Of Wales Public House, 146 Lea Bridge Road",
+ "_geoloc": { "lat": 51.56106, "lng": -0.046256 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4ba93",
+ "name": "Sapori Dolci LTD",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 4AA",
+ "address": "UNCLE SAMS BAR, 438 KINGSLAND ROAD",
+ "_geoloc": { "lat": 51.5415267944336, "lng": -0.07593899965286 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4ba0f",
+ "name": "Royal Inn on The Park",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 7HJ",
+ "address": "The Royal Inn On The Park, 111 Lauriston Road",
+ "_geoloc": { "lat": 51.537377, "lng": -0.0443 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b901",
+ "name": "Prague Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E2 8DA",
+ "address": "6 Kingsland Road",
+ "_geoloc": { "lat": 51.527767, "lng": -0.07774 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b9c1",
+ "name": "Rochester Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 0NY",
+ "address": "Rochester Castle Public House, 145 Stoke Newington High Street",
+ "_geoloc": { "lat": 51.561279, "lng": -0.074207 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b9d3",
+ "name": "Rolling Stock",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E2 8DA",
+ "address": "48 Kingsland Road",
+ "_geoloc": { "lat": 51.527768, "lng": -0.07774 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b9e5",
+ "name": "Rose And Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 9ES",
+ "address": "The Rose And Crown, 199 Stoke Newington Church Street",
+ "_geoloc": { "lat": 51.561053, "lng": -0.084027 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4ba45",
+ "name": "Sager & Wilde",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E2 8JL",
+ "address": "The British Lion, 193 Hackney Road",
+ "_geoloc": { "lat": 51.530604, "lng": -0.07357 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4b9ac",
+ "name": "Ridley Road Market Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 2NP",
+ "address": "49 Ridley Road",
+ "_geoloc": { "lat": 51.548357, "lng": -0.073123 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bb05",
+ "name": "Shoreditch House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E1 6AW",
+ "address": "Shoreditch House, Ebor Street",
+ "_geoloc": { "lat": 51.524137, "lng": -0.076236 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bb2f",
+ "name": "Sink Pong",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC2A 4JH",
+ "address": "2 Paul Street",
+ "_geoloc": { "lat": 51.52262, "lng": -0.084084 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bb5f",
+ "name": "Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E5 8HB",
+ "address": "6 Clarence Road",
+ "_geoloc": { "lat": 51.550833, "lng": -0.055305 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bb89",
+ "name": "Spread Eagle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E2 8AA",
+ "address": "3 Kingsland Road",
+ "_geoloc": { "lat": 51.52845, "lng": -0.078216 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bb50",
+ "name": "Smoking Goat",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E1 6JJ",
+ "address": "64 Shoreditch High Street",
+ "_geoloc": { "lat": 51.5241355895996, "lng": -0.0762360021472 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bcee",
+ "name": "The Axe",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 7HR",
+ "address": "The Cricketers, 18 Northwold Road",
+ "_geoloc": { "lat": 51.562883, "lng": -0.072206 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bcd9",
+ "name": "The Albion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 7EU",
+ "address": "The Albion, 36 Lauriston Road",
+ "_geoloc": { "lat": 51.541243, "lng": -0.048028 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bcfd",
+ "name": "The Barley Mow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC2A 3BX",
+ "address": "The Barley Mow, 127 Curtain Road",
+ "_geoloc": { "lat": 51.526224, "lng": -0.080674 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bcd6",
+ "name": "The Adam & Eve",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 6AS",
+ "address": "The Adam And Eve, 155 Homerton High Street",
+ "_geoloc": { "lat": 51.548906, "lng": -0.040589 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bce5",
+ "name": "The Anchor & Hope",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E5 9HG",
+ "address": "The Anchor And Hope, 15 High Hill Ferry",
+ "_geoloc": { "lat": 51.567869, "lng": -0.052299 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bcd3",
+ "name": "The Acorn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E2 8PB",
+ "address": "The Acorn, 149 Queensbridge Road",
+ "_geoloc": { "lat": 51.533895, "lng": -0.070259 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bcdc",
+ "name": "The Albion Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E2 8QY",
+ "address": "The Albion, 94 Goldsmiths Row",
+ "_geoloc": { "lat": 51.533417, "lng": -0.064728 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd0c",
+ "name": "The Beehive",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 6TE",
+ "address": "The Beehive, 36 New North Road",
+ "_geoloc": { "lat": 51.531892, "lng": -0.086304 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd09",
+ "name": "The Baxters Court",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 1HE",
+ "address": "Baxter Court, 282 Mare Street",
+ "_geoloc": { "lat": 51.54441, "lng": -0.055161 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd54",
+ "name": "The Cock Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 1EJ",
+ "address": "The Cock Tavern, 315 Mare Street",
+ "_geoloc": { "lat": 51.546122, "lng": -0.05542 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd48",
+ "name": "The Cat & Mutton",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 4QJ",
+ "address": "The Cat And Mutton, 76 Broadway Market",
+ "_geoloc": { "lat": 51.536594, "lng": -0.061622 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd12",
+ "name": "The Birdcage",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 6XS",
+ "address": "The Birdcage Public House, 58 Stamford Hill",
+ "_geoloc": { "lat": 51.56683, "lng": -0.072703 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd4e",
+ "name": "The Clapton Hart",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E5 8EG",
+ "address": "Clapton Hart, 231 LOWER CLAPTON ROAD",
+ "_geoloc": { "lat": 51.556726, "lng": -0.056064 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd30",
+ "name": "The Bricklayers Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC2A 3PE",
+ "address": "The Bricklayers Arms, 63 Charlotte Road",
+ "_geoloc": { "lat": 51.526312, "lng": -0.081118 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd6f",
+ "name": "The Corner Shop",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E1 6JE",
+ "address": "123 Shoreditch High Street",
+ "_geoloc": { "lat": 51.526428, "lng": -0.078287 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd21",
+ "name": "The Book Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC2A 4RH",
+ "address": "100-106 Leonard Street",
+ "_geoloc": { "lat": 51.524538, "lng": -0.081495 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd36",
+ "name": "The Brownswood Park Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N4 2EX",
+ "address": "The Castle, 271 Green Lanes",
+ "_geoloc": { "lat": 51.564183, "lng": -0.092913 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd8d",
+ "name": "The Duke of Richmond",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 3NH",
+ "address": "316 Queensbridge Road",
+ "_geoloc": { "lat": 51.5429337, "lng": -0.0696586 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd78",
+ "name": "The Crooked Billet",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E5 9JP",
+ "address": "The Crooked Billet, 84 Upper Clapton Road",
+ "_geoloc": { "lat": 51.561309, "lng": -0.056936 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd8a",
+ "name": "The Dove Freehouse and Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 4QJ",
+ "address": "The Dove, 24-28 Broadway Market",
+ "_geoloc": { "lat": 51.536762, "lng": -0.061471 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd90",
+ "name": "The Duke Of Wellington",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 6NA",
+ "address": "90 Morning Lane",
+ "_geoloc": { "lat": 51.545871, "lng": -0.053801 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd9c",
+ "name": "The Eagle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 5AE",
+ "address": "The Eagle, 103 Wick Road",
+ "_geoloc": { "lat": 51.545394, "lng": -0.040278 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd93",
+ "name": "The Duke of Wellington",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 4BL",
+ "address": "Duke Of Wellington, 119 Balls Pond Road",
+ "_geoloc": { "lat": 51.54624, "lng": -0.080048 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd96",
+ "name": "The Duke of Wellington",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 7RD",
+ "address": "The Duke Of Wellington, 71 Nile Street",
+ "_geoloc": { "lat": 51.529476, "lng": -0.08815 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bdbd",
+ "name": "The Fox Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC2A 4LB",
+ "address": "28 Paul Street",
+ "_geoloc": { "lat": 51.523787, "lng": -0.083977 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bdb4",
+ "name": "The Flying Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC2A 2ER",
+ "address": "The Flying Horse, 52 Wilson Street",
+ "_geoloc": { "lat": 51.520494, "lng": -0.085008 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bda2",
+ "name": "The Elderfield",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E5 0LF",
+ "address": "57 Elderfield Road",
+ "_geoloc": { "lat": 51.553692, "lng": -0.046658 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bd99",
+ "name": "The Eagle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 7LB",
+ "address": "The Eagle, 2 Shepherdess Walk",
+ "_geoloc": { "lat": 51.528976, "lng": -0.091717 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bdcc",
+ "name": "The Globe",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 6NA",
+ "address": "The Globe, 20 Morning Lane",
+ "_geoloc": { "lat": 51.545871, "lng": -0.053801 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bdf3",
+ "name": "The Haggerston",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 4AA",
+ "address": "The Haggerston, 438 Kingsland Road",
+ "_geoloc": { "lat": 51.541533, "lng": -0.075978 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be0b",
+ "name": "The Hunter S Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 3HT",
+ "address": "The Perseverance, 194 Southgate Road",
+ "_geoloc": { "lat": 51.546064, "lng": -0.083546 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be65",
+ "name": "The Pembury Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 1JH",
+ "address": "90 Amhurst Road",
+ "_geoloc": { "lat": 51.548829, "lng": -0.058146 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be05",
+ "name": "The Hemingway Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 7JL",
+ "address": "The Hemmingway, 84 Victoria Park Road",
+ "_geoloc": { "lat": 51.537467, "lng": -0.047612 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be20",
+ "name": "The Lauriston Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 7JN",
+ "address": "162 Victoria Park Road",
+ "_geoloc": { "lat": 51.5378879, "lng": -0.0451737 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be23",
+ "name": "The LightHouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC2A 3AY",
+ "address": "66-68 Rivington Street",
+ "_geoloc": { "lat": 51.526627, "lng": -0.078913 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bec2",
+ "name": "The Turnpike",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 6TY",
+ "address": "Turnpike House, 270 Stamford Hill",
+ "_geoloc": { "lat": 51.575019, "lng": -0.071981 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be17",
+ "name": "The Kings Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E2 8AS",
+ "address": "The Kings Head, 257 Kingsland Road",
+ "_geoloc": { "lat": 51.535851, "lng": -0.07714 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be29",
+ "name": "The Londesborough",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 0SS",
+ "address": "The Londesborough Public House, 36 Barbauld Road",
+ "_geoloc": { "lat": 51.557654, "lng": -0.081285 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be77",
+ "name": "The Prince",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 0EB",
+ "address": "The Prince Of Wales, 59 Kynaston Road",
+ "_geoloc": { "lat": 51.560052, "lng": -0.078342 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be98",
+ "name": "The Shakespeare",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 8RY",
+ "address": "The Shakespeare, 57 Allen Road",
+ "_geoloc": { "lat": 51.555555, "lng": -0.082166 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4beb9",
+ "name": "The Tiger",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 5DG",
+ "address": "245 Wick Road",
+ "_geoloc": { "lat": 51.545301, "lng": -0.035249 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bee0",
+ "name": "The White Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E1 6JJ",
+ "address": "The White Horse, 64 Shoreditch High Street",
+ "_geoloc": { "lat": 51.524137, "lng": -0.076236 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be7a",
+ "name": "The Prince Edward",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 5AB",
+ "address": "The Prince Edward, 97 Wick Road",
+ "_geoloc": { "lat": 51.545431, "lng": -0.041964 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be32",
+ "name": "The Macbeth",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 6LP",
+ "address": "The Macbeth, 70 Hoxton Street",
+ "_geoloc": { "lat": 51.530307, "lng": -0.080142 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be7d",
+ "name": "The Princess Of Shoreditch",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC2A 4NE",
+ "address": "The Princess Royal Public Hous, 76-78 Paul Street",
+ "_geoloc": { "lat": 51.525482, "lng": -0.083661 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bec8",
+ "name": "The Victoria",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 3AS",
+ "address": "The Victoria, 451 Queensbridge Road",
+ "_geoloc": { "lat": 51.544803, "lng": -0.070244 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bf10",
+ "name": "Tiger",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 5AF",
+ "address": "The Tiger Public House, Wick Road",
+ "_geoloc": { "lat": 51.5453414916992, "lng": -0.03859699890018 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bde1",
+ "name": "The Grapevine",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 6NA",
+ "address": "90 Oldhill Street",
+ "_geoloc": { "lat": 51.568658, "lng": -0.065771 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be1a",
+ "name": "The Kingsland",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 2JS",
+ "address": "37 Kingsland High Street",
+ "_geoloc": { "lat": 51.547466, "lng": -0.075829 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be56",
+ "name": "The Old Blue Last",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC2A 3ES",
+ "address": "38 Great Eastern Street",
+ "_geoloc": { "lat": 51.524316, "lng": -0.080005 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bea4",
+ "name": "The Spread Eagle (RDHC Ltd)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 6AS",
+ "address": "224 Homerton High Street",
+ "_geoloc": { "lat": 51.548906, "lng": -0.040589 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4beaa",
+ "name": "The Talbot",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 4JY",
+ "address": "The Talbot, 109 Mortimer Road",
+ "_geoloc": { "lat": 51.542962, "lng": -0.07922 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4beda",
+ "name": "The White Hart",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 8EL",
+ "address": "White Hart, 69 Stoke Newington High Street",
+ "_geoloc": { "lat": 51.559108, "lng": -0.074529 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bedd",
+ "name": "The White Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 6PJ",
+ "address": "The White Horse, 153-155 Hoxton Street",
+ "_geoloc": { "lat": 51.531463, "lng": -0.080425 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bf43",
+ "name": "Trafik",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "EC1V 9LE",
+ "address": "331 Old Street",
+ "_geoloc": { "lat": 51.527141, "lng": -0.08065 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be2f",
+ "name": "The London Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E5 8PA",
+ "address": "The London Tavern, 92 Rendlesham Road",
+ "_geoloc": { "lat": 51.559152, "lng": -0.063015 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be62",
+ "name": "The Pembury Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 1JH",
+ "address": "90 Amhurst Road",
+ "_geoloc": { "lat": 51.548829, "lng": -0.058146 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bea7",
+ "name": "The Stags Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 5RA",
+ "address": "The Stags Head, 55 Orsman Road",
+ "_geoloc": { "lat": 51.536157, "lng": -0.0788 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bded",
+ "name": "The Gun Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 6RG",
+ "address": "The Gun, 235 Well Street",
+ "_geoloc": { "lat": 51.544553, "lng": -0.04702 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be14",
+ "name": "The Kenton",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 7AB",
+ "address": "The Kenton Arms, 38 Kenton Road",
+ "_geoloc": { "lat": 51.543957, "lng": -0.044162 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be50",
+ "name": "The Nest",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 7XJ",
+ "address": "36-44 Stoke Newington Road",
+ "_geoloc": { "lat": 51.551586, "lng": -0.074804 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4be95",
+ "name": "The Scolt Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 4HT",
+ "address": "The Scolt Head, 107a Culford Road",
+ "_geoloc": { "lat": 51.543874, "lng": -0.08159 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bed4",
+ "name": "The Wenlock Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 7TA",
+ "address": "The Wenlock Arms, 26 Wenlock Road",
+ "_geoloc": { "lat": 51.531414, "lng": -0.093994 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4bef2",
+ "name": "The Wishing Well",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 1HP",
+ "address": "The Crown, 418 Mare Street",
+ "_geoloc": { "lat": 51.549358, "lng": -0.054777 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4c039",
+ "name": "Village Tap",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E9 7HD",
+ "address": "235 Victoria Park Road",
+ "_geoloc": { "lat": 51.538457, "lng": -0.043807 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4c030",
+ "name": "Viktor Wynd Limited T/A The Last Tuesday Society",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E8 4RP",
+ "address": "11 Mare Street",
+ "_geoloc": { "lat": 51.5349273681641, "lng": -0.05756999924779 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4c057",
+ "name": "Vortex Jazz Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 8AZ",
+ "address": "11 Gillett Square",
+ "_geoloc": { "lat": 51.548718, "lng": -0.076511 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4c0b4",
+ "name": "Windsor Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E5 8EQ",
+ "address": "The Windsor Castle, 135 Lower Clapton Road",
+ "_geoloc": { "lat": 51.555063, "lng": -0.055052 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4c006",
+ "name": "VFD",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 7XB",
+ "address": "66 Stoke Newington Road",
+ "_geoloc": { "lat": 51.552653, "lng": -0.074643 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4c0a8",
+ "name": "William IV",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N1 7QE",
+ "address": "The William Iv, 7 Shepherdess Walk",
+ "_geoloc": { "lat": 51.530965, "lng": -0.092889 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4c0ea",
+ "name": "Ye Old Axe",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "E2 8ET",
+ "address": "Ye Olde Axe, 69 Hackney Road",
+ "_geoloc": { "lat": 51.529215, "lng": -0.07556 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4c111",
+ "name": "Yucatan Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hackney",
+ "postcode": "N16 8BT",
+ "address": "The Rumours, 121 Stoke Newington Road",
+ "_geoloc": { "lat": 51.556164, "lng": -0.074856 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4c177",
+ "name": "Acton Vale Working Mens Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 9DS",
+ "address": "265 - 267 Uxbridge Road, London",
+ "_geoloc": { "lat": 51.506571, "lng": -0.243986 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4c213",
+ "name": "Andover Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 0DL",
+ "address": "57 Aldensley Road, London",
+ "_geoloc": { "lat": 51.496836, "lng": -0.232821 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4c216",
+ "name": "Andrew Robson Bridge Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 4HH",
+ "address": "31 Parsons Green Lane, London",
+ "_geoloc": { "lat": 51.47623, "lng": -0.200597 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4c21c",
+ "name": "Anglesea Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 0UR",
+ "address": "35 Wingate Road, London",
+ "_geoloc": { "lat": 51.499203, "lng": -0.235942 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4c23d",
+ "name": "Aragon House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 4XG",
+ "address": "249 New King's Road, London",
+ "_geoloc": { "lat": 51.4724704, "lng": -0.2005648 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4c363",
+ "name": "Belushi's And St Christopher's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 7AB",
+ "address": "Hammersmith Broadway, London",
+ "_geoloc": { "lat": 51.493303, "lng": -0.224573 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4c342",
+ "name": "Beaconsfield",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W14 0HA",
+ "address": "The Beaconsfield, 24 Blythe Road",
+ "_geoloc": { "lat": 51.497084, "lng": -0.213607 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4c360",
+ "name": "Belushi's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 8PH",
+ "address": "13 - 15 Shepherd's Bush Green, London",
+ "_geoloc": { "lat": 51.503881, "lng": -0.219407 }
+ },
+ {
+ "objectID": "6399f72f71c0238ae6f4c33f",
+ "name": "Be At One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 7AL",
+ "address": "14A Hammersmith Broadway, London",
+ "_geoloc": { "lat": 51.493336, "lng": -0.223751 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c3a2",
+ "name": "Bird In Hand",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W14 0LR",
+ "address": "88 Masbro' Road, London",
+ "_geoloc": { "lat": 51.499939, "lng": -0.215685 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c3c3",
+ "name": "Blue Anchor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9DJ",
+ "address": "13 Lower Mall, London",
+ "_geoloc": { "lat": 51.489855, "lng": -0.231434 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c3c6",
+ "name": "Blue Boat",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9GD",
+ "address": "The Blue Boat, Distillery Wharf",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c453",
+ "name": "Brook House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 4SG",
+ "address": "65 New King's Road, London",
+ "_geoloc": { "lat": 51.475767, "lng": -0.193315 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c43e",
+ "name": "Broadway Bar And Grill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 1BY",
+ "address": "474 - 476 Fulham Road, London",
+ "_geoloc": { "lat": 51.480612, "lng": -0.194966 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c483",
+ "name": "Butchers Hook",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 1HL",
+ "address": "The Butcher's Hook, 477 Fulham Road",
+ "_geoloc": { "lat": 51.480345, "lng": -0.188741 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c537",
+ "name": "Carpenter's Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9BG",
+ "address": "89 - 91 Black Lion Lane, London",
+ "_geoloc": { "lat": 51.492326, "lng": -0.242719 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c564",
+ "name": "Central Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 8PP",
+ "address": "West 12, The Broadway",
+ "_geoloc": { "lat": 51.503773, "lng": -0.218806 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c603",
+ "name": "Cock Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 1LY",
+ "address": "360 North End Road, London",
+ "_geoloc": { "lat": 51.481266, "lng": -0.199449 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c62d",
+ "name": "Coningham Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 9RA",
+ "address": "191 Uxbridge Road, London",
+ "_geoloc": { "lat": 51.506224, "lng": -0.238236 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c6a8",
+ "name": "Cross Keys",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9BG",
+ "address": "The Cross Keys, 57 Black Lion Lane",
+ "_geoloc": { "lat": 51.492326, "lng": -0.242719 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c6ae",
+ "name": "Crown & Sceptre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 9HY",
+ "address": "Crown And Sceptre, 57 Melina Road",
+ "_geoloc": { "lat": 51.503154, "lng": -0.236193 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c6bd",
+ "name": "Cumberland Arms P H",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W14 8SZ",
+ "address": "Cumberland Arms, 29 North End Road",
+ "_geoloc": { "lat": 51.494332, "lng": -0.210026 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c6c9",
+ "name": "Curtain Up",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W14 9HR",
+ "address": "The Curtains Up, 28A Comeragh Road",
+ "_geoloc": { "lat": 51.489137, "lng": -0.210777 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c6ea",
+ "name": "Defectors Weld",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 8AA",
+ "address": "170 Uxbridge Road, London",
+ "_geoloc": { "lat": 51.505078, "lng": -0.223064 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c714",
+ "name": "Distillers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9PH",
+ "address": "Distillers Arms, 64 Fulham Palace Road",
+ "_geoloc": { "lat": 51.490422, "lng": -0.223763 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c7a7",
+ "name": "Eleusis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 2DU",
+ "address": "614 King's Road, London",
+ "_geoloc": { "lat": 51.478098, "lng": -0.189939 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c79e",
+ "name": "Eight Bells",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 3JS",
+ "address": "89 Fulham High Street, London",
+ "_geoloc": { "lat": 51.468066, "lng": -0.210104 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c7d4",
+ "name": "Eventim Apollo",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9QH",
+ "address": "Hammersmith Apollo, Queen Caroline Street",
+ "_geoloc": { "lat": 51.490702, "lng": -0.224458 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c762",
+ "name": "Duke Of Cornwall",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9PH",
+ "address": "48 Fulham Palace Road, London",
+ "_geoloc": { "lat": 51.490422, "lng": -0.223763 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c765",
+ "name": "Duke On The Green",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 4XG",
+ "address": "235 New King's Road, London",
+ "_geoloc": { "lat": 51.472577, "lng": -0.199935 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c7e9",
+ "name": "Famous Three Kings",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W14 9NL",
+ "address": "Three Kings, 171 North End Road",
+ "_geoloc": { "lat": 51.490038, "lng": -0.206219 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c834",
+ "name": "FM Bar And Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 7JP",
+ "address": "176 - 184 Uxbridge Road, London",
+ "_geoloc": { "lat": 51.505475, "lng": -0.225527 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c951",
+ "name": "Hammersmith Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9DH",
+ "address": "Hammersmith Club Society, 11 Rutland Grove",
+ "_geoloc": { "lat": 51.490308, "lng": -0.229861 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c95d",
+ "name": "Hand And Flower",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W14 8XJ",
+ "address": "1 Hammersmith Road, London",
+ "_geoloc": { "lat": 51.495845, "lng": -0.208411 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4c984",
+ "name": "Harwood Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 1QP",
+ "address": "Walham Grove, London",
+ "_geoloc": { "lat": 51.482446, "lng": -0.197847 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4cb22",
+ "name": "Kings Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 4RN",
+ "address": "Larrik, 425 New King's Road",
+ "_geoloc": { "lat": 51.469242, "lng": -0.209943 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4cb28",
+ "name": "Kings Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 3LQ",
+ "address": "The Kings Head, 4 Fulham High Street",
+ "_geoloc": { "lat": 51.4711074829102, "lng": -0.21132400631905 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4cb3d",
+ "name": "Kona Kai",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 1HD",
+ "address": "515 Fulham Road, London",
+ "_geoloc": { "lat": 51.480139, "lng": -0.19284 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4cb97",
+ "name": "Latymers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 8BS",
+ "address": "157 Hammersmith Road, London",
+ "_geoloc": { "lat": 51.493042, "lng": -0.217467 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4cbe8",
+ "name": "Little Blue Door",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 5HP",
+ "address": "Fulham Wine Rooms, 871 - 873 Fulham Road",
+ "_geoloc": { "lat": 51.4740142822266, "lng": -0.20693400502205 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4cbf1",
+ "name": "Little Moons",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 7HT",
+ "address": "Unit K1208, Westfield London Shopping Centre",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4cc4b",
+ "name": "London Corinthian Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9TA",
+ "address": "Linden House, 60 Upper Mall",
+ "_geoloc": { "lat": 51.490616, "lng": -0.236576 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4cc81",
+ "name": "Lytton Estate Community Hall",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W14 8TE",
+ "address": "North End Crescent, London",
+ "_geoloc": { "lat": 51.493082, "lng": -0.207093 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4ce64",
+ "name": "Octoberfest",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 5SA",
+ "address": "678 - 680 Fulham Road, London",
+ "_geoloc": { "lat": 51.474724, "lng": -0.206834 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4ce6d",
+ "name": "O'Donaghues",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 8HJ",
+ "address": "O'Donaghue's, 174 Goldhawk Road",
+ "_geoloc": { "lat": 51.501412, "lng": -0.232744 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4ce7c",
+ "name": "Old Suffolk Punch",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9PL",
+ "address": "80 Fulham Palace Road, London",
+ "_geoloc": { "lat": 51.488278, "lng": -0.222939 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4cfab",
+ "name": "Plough And Harrow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 0QU",
+ "address": "122 King Street, London",
+ "_geoloc": { "lat": 51.492834, "lng": -0.232831 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d014",
+ "name": "Princess Victoria",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 9DH",
+ "address": "217 Uxbridge Road, London",
+ "_geoloc": { "lat": 51.506327, "lng": -0.240263 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d03b",
+ "name": "Queens Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 7PA",
+ "address": "51 South Africa Road, London",
+ "_geoloc": { "lat": 51.512102, "lng": -0.226724 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d06e",
+ "name": "Redback",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 5NH",
+ "address": "The Slug, 490 - 492 Fulham Road",
+ "_geoloc": { "lat": 51.480247, "lng": -0.198739 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d032",
+ "name": "Queen Adelaide",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 0NR",
+ "address": "412 Uxbridge Road, London",
+ "_geoloc": { "lat": 51.506614, "lng": -0.237846 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d035",
+ "name": "Queen Elizabeth Hostel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 2BH",
+ "address": "Queen Elizabeth, 58 Bagley's Lane",
+ "_geoloc": { "lat": 51.4745559692383, "lng": -0.18874000012875 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d16a",
+ "name": "Shepherds Bush Empire",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 8TT",
+ "address": "Shepherd's Bush Green, London",
+ "_geoloc": { "lat": 51.503525, "lng": -0.224435 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d167",
+ "name": "Shepherds Bush Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 8EP",
+ "address": "205 Goldhawk Road, London",
+ "_geoloc": { "lat": 51.500375, "lng": -0.234369 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d19a",
+ "name": "Simmons Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 1LY",
+ "address": "374 North End Road, London",
+ "_geoloc": { "lat": 51.481265, "lng": -0.199448 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d281",
+ "name": "Sulgrave Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 8EU",
+ "address": "287 Goldhawk Road, London",
+ "_geoloc": { "lat": 51.499081, "lng": -0.241004 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d350",
+ "name": "The Albion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W14 0QL",
+ "address": "121 Hammersmith Road, London",
+ "_geoloc": { "lat": 51.494003, "lng": -0.213799 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d368",
+ "name": "The Black Lion PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9TJ",
+ "address": "The Black Lion, 2 South Black Lion Lane",
+ "_geoloc": { "lat": 51.490396, "lng": -0.242346 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d359",
+ "name": "The Askew",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 9DS",
+ "address": "269 Uxbridge Road, London",
+ "_geoloc": { "lat": 51.506571, "lng": -0.243986 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d35f",
+ "name": "The Atlas",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 1RX",
+ "address": "16 Seagrave Road, London",
+ "_geoloc": { "lat": 51.485898, "lng": -0.195997 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d365",
+ "name": "The Bedford Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 7RQ",
+ "address": "204 Dawes Road, London",
+ "_geoloc": { "lat": 51.481265, "lng": -0.209372 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d392",
+ "name": "The Colton Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W14 9SD",
+ "address": "187 Greyhound Road, London",
+ "_geoloc": { "lat": 51.48666, "lng": -0.210529 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d36e",
+ "name": "The Brown Cow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 5SA",
+ "address": "Munster House, 676 Fulham Road",
+ "_geoloc": { "lat": 51.474724, "lng": -0.206834 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d395",
+ "name": "The Crabtree",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9HJ",
+ "address": "Crabtree Public House, Rainville Road",
+ "_geoloc": { "lat": 51.483276, "lng": -0.223954 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d3a4",
+ "name": "The Dove",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9TA",
+ "address": "19 Upper Mall, London",
+ "_geoloc": { "lat": 51.490616, "lng": -0.236576 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d3aa",
+ "name": "The Duchess Of Cambridge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 0XF",
+ "address": "320 Goldhawk Road, London",
+ "_geoloc": { "lat": 51.497179, "lng": -0.244318 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d37a",
+ "name": "The Captain Cook",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 7QY",
+ "address": "The Wilton Arms, 203 - 205 Dawes Road",
+ "_geoloc": { "lat": 51.481088, "lng": -0.20958 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d39e",
+ "name": "The Dartmouth Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 0LS",
+ "address": "Dartmouth Castle, 26 Glenthorne Road",
+ "_geoloc": { "lat": 51.494623, "lng": -0.228628 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d3ad",
+ "name": "The Durell",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 5SB",
+ "address": "704 Fulham Road, London",
+ "_geoloc": { "lat": 51.473833, "lng": -0.207963 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d371",
+ "name": "The Bull",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 7GA",
+ "address": "Unit 1033, Westfield London Shopping Centre",
+ "_geoloc": { "lat": 51.507212, "lng": -0.223254 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d3a7",
+ "name": "The Draft House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 7NL",
+ "address": "Draft House, 238 Shepherd's Bush Road",
+ "_geoloc": { "lat": 51.495627, "lng": -0.224266 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d3cb",
+ "name": "The Fulham Mitre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 7DU",
+ "address": "The Mitre, 81 Dawes Road",
+ "_geoloc": { "lat": 51.480225, "lng": -0.20368 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d380",
+ "name": "The Chancellors",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9RL",
+ "address": "25 Crisp Road, London",
+ "_geoloc": { "lat": 51.488692, "lng": -0.227115 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d389",
+ "name": "The Clarence",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W14 9PP",
+ "address": "148 North End Road, London",
+ "_geoloc": { "lat": 51.488612, "lng": -0.205252 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d3b0",
+ "name": "The Eagle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 9AZ",
+ "address": "215 Askew Road, London",
+ "_geoloc": { "lat": 51.500867, "lng": -0.239595 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d398",
+ "name": "The Craft Beer Co",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9YD",
+ "address": "Unit 17-18, Broadway Shopping Centre",
+ "_geoloc": { "lat": 51.492242, "lng": -0.224571 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d383",
+ "name": "The Chelsea Lodge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 2DZ",
+ "address": "Mare Motto, 562 King's Road",
+ "_geoloc": { "lat": 51.4795074462891, "lng": -0.18750700354576 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d3db",
+ "name": "The Golden Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 3JJ",
+ "address": "Golden Lion, 57 Fulham High Street",
+ "_geoloc": { "lat": 51.469925, "lng": -0.209974 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d3e4",
+ "name": "The Goose At Fulham",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 1NL",
+ "address": "The Goose, 248 North End Road",
+ "_geoloc": { "lat": 51.4852, "lng": -0.202692 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d3ed",
+ "name": "The Green Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 7JP",
+ "address": "172 - 174 Uxbridge Road, London",
+ "_geoloc": { "lat": 51.505475, "lng": -0.225527 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d3f6",
+ "name": "The Grove Bar And Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 0NQ",
+ "address": "The Grove, 83 Hammersmith Grove",
+ "_geoloc": { "lat": 51.4973406, "lng": -0.2275066 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d3f9",
+ "name": "The Hammersmith Ram",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9HW",
+ "address": "81 King Street, London",
+ "_geoloc": { "lat": 51.492478, "lng": -0.227717 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d3fc",
+ "name": "The Hampshire",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9JT",
+ "address": "The Hampshire Hog, 225 - 227 King Street",
+ "_geoloc": { "lat": 51.492536, "lng": -0.233318 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d3ff",
+ "name": "The Havelock Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W14 0LS",
+ "address": "The Havelock, 57 Masbro' Road",
+ "_geoloc": { "lat": 51.499548, "lng": -0.21596 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d417",
+ "name": "The Imperial",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 2EH",
+ "address": "Imperial Arms, 577 King's Road",
+ "_geoloc": { "lat": 51.478498, "lng": -0.188454 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d44d",
+ "name": "The Old Ship",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9TD",
+ "address": "Old Ship, 25 Upper Mall",
+ "_geoloc": { "lat": 51.49038, "lng": -0.240028 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d420",
+ "name": "The Jameson",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W14 0HR",
+ "address": "43 Blythe Road, London",
+ "_geoloc": { "lat": 51.497133, "lng": -0.216241 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d402",
+ "name": "The Hawks Nest-Sugo",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 8DF",
+ "address": "190 Railway Arches, Shepherd's Bush Market",
+ "_geoloc": { "lat": 51.50331, "lng": -0.226821 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d447",
+ "name": "The Old City Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9DA",
+ "address": "107 Hammersmith Bridge Road, London",
+ "_geoloc": { "lat": 51.48935, "lng": -0.228962 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d414",
+ "name": "The Hurlingham Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 3PR",
+ "address": "Hurlingham Club, Ranelagh Gardens",
+ "_geoloc": { "lat": 51.466265, "lng": -0.200572 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d444",
+ "name": "The Oak W12",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 8EU",
+ "address": "The Oak, 243 Goldhawk Road",
+ "_geoloc": { "lat": 51.499081, "lng": -0.241004 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d43e",
+ "name": "The Malt House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 1AY",
+ "address": "Jolly Maltster, 17 Vanston Place",
+ "_geoloc": { "lat": 51.481561, "lng": -0.19876 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d40e",
+ "name": "The Hop Poles",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9HR",
+ "address": "Hop Poles, 17 - 19 King Street",
+ "_geoloc": { "lat": 51.492753, "lng": -0.225646 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d450",
+ "name": "The Orchard Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 9BP",
+ "address": "Orchard Tavern, 136 Askew Road",
+ "_geoloc": { "lat": 51.501861, "lng": -0.242337 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d42f",
+ "name": "The Lillie Langtry",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 1UE",
+ "address": "19 Lillie Road, London",
+ "_geoloc": { "lat": 51.486289, "lng": -0.19745 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d435",
+ "name": "The Lost Hours",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 2EB",
+ "address": "The Jam Tree, 541 King's Road",
+ "_geoloc": { "lat": 51.4789772033691, "lng": -0.18757799267769 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d44a",
+ "name": "The Old Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W14 9NX",
+ "address": "180 North End Road, London",
+ "_geoloc": { "lat": 51.486814, "lng": -0.203566 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d465",
+ "name": "The Prince",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 1TU",
+ "address": "14 Lillie Road, London",
+ "_geoloc": { "lat": 51.487145, "lng": -0.196984 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d453",
+ "name": "The Oyster Rooms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 1BW",
+ "address": "Restaurant Unit 3, Fulham Broadway Retail Centre",
+ "_geoloc": { "lat": 51.4805603027344, "lng": -0.19443599879742 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d46e",
+ "name": "The Raven",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 0SA",
+ "address": "375 Goldhawk Road, London",
+ "_geoloc": { "lat": 51.494137, "lng": -0.244752 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d456",
+ "name": "The Parsons Green Sports & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 3DP",
+ "address": "Parsons Green Sports And Social Clu, 31 Broomhouse Lane",
+ "_geoloc": { "lat": 51.4665832519531, "lng": -0.19777299463749 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d459",
+ "name": "The Pavilion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 0HQ",
+ "address": "Wood Lane, London",
+ "_geoloc": { "lat": 51.518583, "lng": -0.227712 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d45f",
+ "name": "The Pocket Watch",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 0NS",
+ "address": "434 Uxbridge Road, London",
+ "_geoloc": { "lat": 51.506651, "lng": -0.239127 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d46b",
+ "name": "The Queens Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 7BL",
+ "address": "Queens Head, 13 Brook Green",
+ "_geoloc": { "lat": 51.49531, "lng": -0.218156 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d49e",
+ "name": "The Swan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 0DZ",
+ "address": "46 Hammersmith Broadway, London",
+ "_geoloc": { "lat": 51.493131, "lng": -0.225098 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d48f",
+ "name": "The Shepherd & Flock",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 8HA",
+ "address": "Shepherd And Flock, 84 Goldhawk Road",
+ "_geoloc": { "lat": 51.502346, "lng": -0.22791 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d498",
+ "name": "The Stonemasons Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 0LA",
+ "address": "Stonemasons Arms, 54 Cambridge Grove",
+ "_geoloc": { "lat": 51.493548, "lng": -0.230095 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d4a4",
+ "name": "The Thatched House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 0ET",
+ "address": "Thatched House, 115 Dalling Road",
+ "_geoloc": { "lat": 51.497802, "lng": -0.234915 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4d4bf",
+ "name": "The White Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 8LH",
+ "address": "White Horse, 31 Uxbridge Road",
+ "_geoloc": { "lat": 51.505578, "lng": -0.227611 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d489",
+ "name": "The Sands End",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 2PR",
+ "address": "135 - 137 Stephendale Road, London",
+ "_geoloc": { "lat": 51.472388, "lng": -0.187083 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d47a",
+ "name": "The Rooks Nest",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 0JD",
+ "address": "The Egerton, 73 Dalling Road",
+ "_geoloc": { "lat": 51.494069, "lng": -0.234857 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d492",
+ "name": "The Sindercombe Social",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W12 8QD",
+ "address": "Sindercombe Social, 2 Goldhawk Road",
+ "_geoloc": { "lat": 51.5033302307129, "lng": -0.22405399382114 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4d4bc",
+ "name": "The Wellington",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 7EU",
+ "address": "56 Haldane Road, London",
+ "_geoloc": { "lat": 51.482747, "lng": -0.202228 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4d4c2",
+ "name": "The William Morris",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 0QA",
+ "address": "2 - 4 King Street, London",
+ "_geoloc": { "lat": 51.493085, "lng": -0.225676 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d486",
+ "name": "The Salutation",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 0QU",
+ "address": "154 King Street, London",
+ "_geoloc": { "lat": 51.492834, "lng": -0.232831 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d4a1",
+ "name": "The Temperance",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 3LF",
+ "address": "90 Fulham High Street, London",
+ "_geoloc": { "lat": 51.469473, "lng": -0.210395 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d47d",
+ "name": "The Rose",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 2AF",
+ "address": "1 Harwood Terrace, London",
+ "_geoloc": { "lat": 51.476712, "lng": -0.189864 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4d4fb",
+ "name": "Tommy Tucker",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 2DR",
+ "address": "The Tommy Tucker, 22 Waterford Road",
+ "_geoloc": { "lat": 51.4781799316406, "lng": -0.1922689974308 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d474",
+ "name": "The Richmond Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 7LU",
+ "address": "The Richmond, 55 Shepherd's Bush Road",
+ "_geoloc": { "lat": 51.500831, "lng": -0.221716 }
+ },
+ {
+ "objectID": "6399f73071c0238ae6f4d480",
+ "name": "The Rutland",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "W6 9DJ",
+ "address": "15 Lower Mall, London",
+ "_geoloc": { "lat": 51.4898529052734, "lng": -0.23143400251865 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4d594",
+ "name": "Waterside",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 2SU",
+ "address": "Unit 2, Riverside Tower",
+ "_geoloc": { "lat": 51.473249, "lng": -0.181074 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4d5b2",
+ "name": "White Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hammersmith and Fulham",
+ "postcode": "SW6 4UL",
+ "address": "1 - 3 Parsons Green, London",
+ "_geoloc": { "lat": 51.473788, "lng": -0.199153 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4e068",
+ "name": "Langham Working Mens Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 0RY",
+ "address": "600 Green Lanes, Hornsey",
+ "_geoloc": { "lat": 51.584789, "lng": -0.099802 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4e09e",
+ "name": "LIFE by Margot",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 8JQ",
+ "address": "84 Park Road, Hornsey",
+ "_geoloc": { "lat": 51.5821456, "lng": -0.1265331 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4e179",
+ "name": "Mannions",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N15 4QJ",
+ "address": "Prince Arthur, 158 Broad Lane",
+ "_geoloc": { "lat": 51.584731, "lng": -0.064324 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4e251",
+ "name": "Moors",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 8SY",
+ "address": "57 Park Road, Hornsey",
+ "_geoloc": { "lat": 51.581293, "lng": -0.126231 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4e21e",
+ "name": "Miller & Carter Steakhouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N10 3HA",
+ "address": "87 Muswell Hill Broadway, Hornsey",
+ "_geoloc": { "lat": 51.589862, "lng": -0.144834 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4e291",
+ "name": "Muswell Hill Bowling Club Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N10 1PB",
+ "address": "Muswell Hill Bowling Club, Kings Avenue",
+ "_geoloc": { "lat": 51.592700958252, "lng": -0.14800000190735 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4e298",
+ "name": "Muswell Hill Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N22 7UT",
+ "address": "Rhodes Avenue, Wood Green",
+ "_geoloc": { "lat": 51.600763, "lng": -0.137054 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4e2fb",
+ "name": "New Salamina",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N22 8NW",
+ "address": "Shop A&B, 68 Myddleton Road",
+ "_geoloc": { "lat": 51.606562, "lng": -0.115616 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4d660",
+ "name": "A Bar (The Alabar Lounge)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 8ER",
+ "address": "807 High Road, Tottenham",
+ "_geoloc": { "lat": 51.6060499, "lng": -0.0684916 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4e30a",
+ "name": "Nicholas Nickleby",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N4 4ED",
+ "address": "Public House, 6 Ferme Park Road",
+ "_geoloc": { "lat": 51.574922, "lng": -0.113029 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4e319",
+ "name": "No 8 Tottenham",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 0AG",
+ "address": "Public House, 724-726 High Road",
+ "_geoloc": { "lat": 51.602163, "lng": -0.067351 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4e31c",
+ "name": "NO.8 Seven Sisters",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N15 6JH",
+ "address": "Woodberry Tavern, 618 Seven Sisters Road",
+ "_geoloc": { "lat": 51.578322, "lng": -0.082031 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4e307",
+ "name": "Neza Caffe Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 6XE",
+ "address": "155 Lordship Lane, Tottenham",
+ "_geoloc": { "lat": 51.59824, "lng": -0.076513 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4e385",
+ "name": "Our Lady of Muswell Lawn Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N22 7UR",
+ "address": "Our Lady of Muswell LawnTennis Club, Rhodes Avenue",
+ "_geoloc": { "lat": 51.600361, "lng": -0.137243 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4e418",
+ "name": "Pearce Catering",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N10 3QY",
+ "address": "Public House, 73 St James's Lane",
+ "_geoloc": { "lat": 51.58839, "lng": -0.141602 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e45a",
+ "name": "Philip Lane Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N15 4HL",
+ "address": "209-211 Philip Lane, Tottenham",
+ "_geoloc": { "lat": 51.588013, "lng": -0.084091 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4d6fc",
+ "name": "Antwerp Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 8AS",
+ "address": "168 Church Road, Tottenham",
+ "_geoloc": { "lat": 51.601916, "lng": -0.074726 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4d77d",
+ "name": "Bar Esteban",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 8TE",
+ "address": "Shop, 29 Park Road",
+ "_geoloc": { "lat": 51.580689, "lng": -0.125 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4d834",
+ "name": "Bohem Tap Room",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N22 8NQ",
+ "address": "120A Myddleton Road, Wood Green",
+ "_geoloc": { "lat": 51.6066, "lng": -0.118474 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4d82e",
+ "name": "Body Works Gym",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N15 4QL",
+ "address": "Unit 5, Fountayne House, 2-8 Fountayne Road",
+ "_geoloc": { "lat": 51.58408, "lng": -0.063067 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4d8a0",
+ "name": "Brouhaha Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N4 1AL",
+ "address": "Restaurant, 499-501 Green Lanes",
+ "_geoloc": { "lat": 51.5811035, "lng": -0.0997731 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4da4a",
+ "name": "Coco Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N15 3BL",
+ "address": "7 Vicarage Parade, West Green Road",
+ "_geoloc": { "lat": 51.586147, "lng": -0.089857 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4da3e",
+ "name": "Clissold Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N2 9HR",
+ "address": "105 Fortis Green, Hornsey",
+ "_geoloc": { "lat": 51.590479, "lng": -0.154871 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4da92",
+ "name": "Coolhurst Tennis & Squash Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 8EY",
+ "address": "Coolhurst Lawn Tennis and Squash Racquets Club, Courtside",
+ "_geoloc": { "lat": 51.576652, "lng": -0.131257 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e4de",
+ "name": "Powerleague Fives Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 0SL",
+ "address": "Power League Soccer Centre, Sports Ground",
+ "_geoloc": { "lat": 51.606625, "lng": -0.053312 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4db0d",
+ "name": "Crouch End Vampires Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N10 1JP",
+ "address": "Coppetts Road, Hornsey",
+ "_geoloc": { "lat": 51.603342, "lng": -0.154551 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e526",
+ "name": "Queens",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 9DE",
+ "address": "26 Broadway Parade, Tottenham Lane",
+ "_geoloc": { "lat": 51.580479, "lng": -0.122527 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e53e",
+ "name": "Railway Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 8DH",
+ "address": "23 Crouch End Hill, Hornsey",
+ "_geoloc": { "lat": 51.577586, "lng": -0.124392 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e5b0",
+ "name": "Royal British Legion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N10 3NG",
+ "address": "British Legion, Muswell Hill Road",
+ "_geoloc": { "lat": 51.587742, "lng": -0.146667 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e68e",
+ "name": "Small Beer",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 8PT",
+ "address": "Public House, 22 Topsfield Parade",
+ "_geoloc": { "lat": 51.581051, "lng": -0.122344 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4dd86",
+ "name": "Grand Palace",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N22 8JX",
+ "address": "Grand Palace, 1st Floor, 242 High Road",
+ "_geoloc": { "lat": 51.601039, "lng": -0.111571 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4dda7",
+ "name": "Green Rooms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N22 7TY",
+ "address": "13-27 Station Road, Wood Green",
+ "_geoloc": { "lat": 51.597058, "lng": -0.112327 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4dd6e",
+ "name": "Golden Sands Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N15 3PJ",
+ "address": "433-435 West Green Road, Tottenham",
+ "_geoloc": { "lat": 51.586861, "lng": -0.097261 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4dd2c",
+ "name": "Gencler Birligi FC",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 8DP",
+ "address": "Club, 12 White Hart Lane",
+ "_geoloc": { "lat": 51.6056018, "lng": -0.0691316 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e6f4",
+ "name": "Station House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N15 6UJ",
+ "address": "Public House, 148-150 High Road",
+ "_geoloc": { "lat": 51.580028, "lng": -0.07252 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4de0a",
+ "name": "Haringey Borough Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 7JP",
+ "address": "Football Club, Coles Park",
+ "_geoloc": { "lat": 51.606536, "lng": -0.091688 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4de1f",
+ "name": "Harringay Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 9QH",
+ "address": "153 Crouch Hill, Hornsey",
+ "_geoloc": { "lat": 51.577309, "lng": -0.123408 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4de7c",
+ "name": "Highgate Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N6 4ER",
+ "address": "Public House, 385 Archway Road",
+ "_geoloc": { "lat": 51.578337, "lng": -0.149027 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4de76",
+ "name": "Highgate Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N6 4AH",
+ "address": "Denewood Road, Hornsey",
+ "_geoloc": { "lat": 51.577733, "lng": -0.160381 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e7ed",
+ "name": "The Beehive P.H",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 9BQ",
+ "address": "The Beehive, Stoneleigh Road",
+ "_geoloc": { "lat": 51.593912, "lng": -0.068698 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e7ea",
+ "name": "The Beaconfield Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N4 1DZ",
+ "address": "Public House, 359 Green Lanes",
+ "_geoloc": { "lat": 51.575942, "lng": -0.098785 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4deac",
+ "name": "Hope & Anchor Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 7EL",
+ "address": "128 Tottenham Lane, Hornsey",
+ "_geoloc": { "lat": 51.583962, "lng": -0.116566 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e7f3",
+ "name": "The Blue Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 8AD",
+ "address": "675 High Road, Tottenham",
+ "_geoloc": { "lat": 51.600712, "lng": -0.068236 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e7f6",
+ "name": "The Bluecoats",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 9TB",
+ "address": "614 High Road, Tottenham",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e7f9",
+ "name": "The Boogaloo",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N6 5AT",
+ "address": "Public House, 312 Archway Road",
+ "_geoloc": { "lat": 51.576433, "lng": -0.143475 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e80b",
+ "name": "The Coach & Horses",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 0EY",
+ "address": "860-862 High Road, Tottenham",
+ "_geoloc": { "lat": 51.607, "lng": -0.067839 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e81a",
+ "name": "The Crouch End Cellars",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 8DT",
+ "address": "Shop, 55 The Broadway",
+ "_geoloc": { "lat": 51.579911, "lng": -0.124152 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4df63",
+ "name": "JL Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N6 5AA",
+ "address": "Jacksons Lane Community Centre, 269A Archway Road",
+ "_geoloc": { "lat": 51.577116, "lng": -0.146348 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e826",
+ "name": "The Dukes Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N6 5JG",
+ "address": "Dukes Head, 16 Highgate High Street",
+ "_geoloc": { "lat": 51.570646, "lng": -0.146583 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e886",
+ "name": "The Maid of Muswell",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N10 2DP",
+ "address": "Maid of Muswell, 121 Alexandra Park Road",
+ "_geoloc": { "lat": 51.598739, "lng": -0.138682 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e892",
+ "name": "The Maynard Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 8SX",
+ "address": "Public House, 70 Park Road",
+ "_geoloc": { "lat": 51.581706, "lng": -0.126157 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e8a1",
+ "name": "The New Moon Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 6AG",
+ "address": "413 Lordship Lane, Tottenham",
+ "_geoloc": { "lat": 51.597871, "lng": -0.091343 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e8bf",
+ "name": "The Park Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N22 7BN",
+ "address": "12 Palace Gates Road, Wood Green",
+ "_geoloc": { "lat": 51.598905, "lng": -0.122561 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4df87",
+ "name": "K K Mccools",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N15 3BH",
+ "address": "265 West Green Road, Tottenham",
+ "_geoloc": { "lat": 51.586294, "lng": -0.088941 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e82c",
+ "name": "The Elbow Room",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 6QA",
+ "address": "503-505 High Road, Tottenham",
+ "_geoloc": { "lat": 51.593034, "lng": -0.069991 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e83e",
+ "name": "The Fountain",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N15 5DE",
+ "address": "Public House, 125-127 West Green Road",
+ "_geoloc": { "lat": 51.584988, "lng": -0.078343 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e89e",
+ "name": "The Nags Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N22 6BX",
+ "address": "Public House, 203 High Road",
+ "_geoloc": { "lat": 51.591733, "lng": -0.104363 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e856",
+ "name": "The Green Gate",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N15 3DA",
+ "address": "Public House, 492 West Green Road",
+ "_geoloc": { "lat": 51.587548, "lng": -0.098575 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e88c",
+ "name": "The Manor Health Club Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N10 3EF",
+ "address": "140 Fortis Green, Hornsey",
+ "_geoloc": { "lat": 51.591252, "lng": -0.152573 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e850",
+ "name": "The Great Northern Railway Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 7QB",
+ "address": "Great Northern Railway Tavern, 67 High Street",
+ "_geoloc": { "lat": 51.587994, "lng": -0.11676 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e86b",
+ "name": "The Hornsey Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 7PB",
+ "address": "Hornsey Tavern, 26 High Street",
+ "_geoloc": { "lat": 51.587115, "lng": -0.120824 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e8ad",
+ "name": "The Olive Branch Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 0HJ",
+ "address": "The Olive Branch, 169 Park Lane",
+ "_geoloc": { "lat": 51.6028481, "lng": -0.0597465 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e82f",
+ "name": "The Famous Royal Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N10 3QY",
+ "address": "Public House, 73 St James's Lane",
+ "_geoloc": { "lat": 51.58839, "lng": -0.141602 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e868",
+ "name": "The High Cross",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 9HT",
+ "address": "350 High Road, Tottenham",
+ "_geoloc": { "lat": 51.5893974304199, "lng": -0.06972700357437 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e89b",
+ "name": "The Mossy Well",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N10 3SH",
+ "address": "Public House, 258-260 Muswell Hill Broadway",
+ "_geoloc": { "lat": 51.590871, "lng": -0.142164 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e8d7",
+ "name": "The Priory",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 8NB",
+ "address": "Public House, 169 Priory Road",
+ "_geoloc": { "lat": 51.587272, "lng": -0.1329 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e8dd",
+ "name": "The Ranelagh Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N11 2EU",
+ "address": "82 Bounds Green Road, Wood Green",
+ "_geoloc": { "lat": 51.608419, "lng": -0.126501 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e8d1",
+ "name": "The Prince N22 @",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N22 8PA",
+ "address": "Prince of Wales, 1 Finsbury Road",
+ "_geoloc": { "lat": 51.602448, "lng": -0.116393 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e8e3",
+ "name": "The Red Lion & Sun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N6 4BE",
+ "address": "Red Lion and Sun, 25 North Road",
+ "_geoloc": { "lat": 51.573058, "lng": -0.150136 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e8e9",
+ "name": "The Ship",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 6QA",
+ "address": "499 High Road, Tottenham",
+ "_geoloc": { "lat": 51.593034, "lng": -0.069991 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e8d4",
+ "name": "The Prince of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N22 8PA",
+ "address": "Prince of Wales, 1 Finsbury Road",
+ "_geoloc": { "lat": 51.602448, "lng": -0.116393 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e8f2",
+ "name": "The Starting Gate",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N22 7SS",
+ "address": "The Starting Gate Public House, Station Road",
+ "_geoloc": { "lat": 51.598266, "lng": -0.119714 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e901",
+ "name": "The Tollgate",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 0PS",
+ "address": "26-30 Turnpike Lane, Wood Green",
+ "_geoloc": { "lat": 51.589888, "lng": -0.105912 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4dfed",
+ "name": "Kiss the Sky",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 8TD",
+ "address": "18-20 Park Road, Hornsey",
+ "_geoloc": { "lat": 51.580884, "lng": -0.12479 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e8fb",
+ "name": "The Three Compasses",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 7NX",
+ "address": "Three Compasses, 62 High Street",
+ "_geoloc": { "lat": 51.587381, "lng": -0.119485 }
+ },
+ {
+ "objectID": "6399f73171c0238ae6f4dfd8",
+ "name": "Kings Head Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N8 8AA",
+ "address": "2 Crouch End Hill, Hornsey",
+ "_geoloc": { "lat": 51.577979, "lng": -0.124766 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e904",
+ "name": "The Twelve Pins",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N4 2DE",
+ "address": "Public House, 263 Seven Sisters Road",
+ "_geoloc": { "lat": 51.565295, "lng": -0.104943 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e919",
+ "name": "The Welcome Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N22 5DJ",
+ "address": "Public House, 451 Lordship Lane",
+ "_geoloc": { "lat": 51.59798, "lng": -0.094746 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e922",
+ "name": "The Wrestlers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N6 4AA",
+ "address": "98 North Road, Hornsey",
+ "_geoloc": { "lat": 51.574349, "lng": -0.149362 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e91f",
+ "name": "The Woodman",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N6 5UA",
+ "address": "414 Archway Road, Hornsey",
+ "_geoloc": { "lat": 51.577656, "lng": -0.146947 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e910",
+ "name": "The Village Green",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N10 3HN",
+ "address": "122 Fortis Green Road, Hornsey",
+ "_geoloc": { "lat": 51.5905626, "lng": -0.1469323 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e907",
+ "name": "The Two Brewers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 9TT",
+ "address": "40 Scotland Green, Tottenham",
+ "_geoloc": { "lat": 51.596883, "lng": -0.067243 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e90a",
+ "name": "The Victoria",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 9TT",
+ "address": "34 Scotland Green, Tottenham",
+ "_geoloc": { "lat": 51.596883, "lng": -0.067243 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e916",
+ "name": "The Volunteer",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 9EU",
+ "address": "131 Chesnut Road, Tottenham",
+ "_geoloc": { "lat": 51.590382, "lng": -0.064589 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e997",
+ "name": "Tottenham Trades Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 6RA",
+ "address": "8 Bruce Grove, Tottenham",
+ "_geoloc": { "lat": 51.5948157, "lng": -0.0710617 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e976",
+ "name": "Tottenham Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N17 6RA",
+ "address": "5 Bruce Grove, Tottenham",
+ "_geoloc": { "lat": 51.594697, "lng": -0.071032 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4e9b8",
+ "name": "True Craft",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N15 5NR",
+ "address": "68 West Green Road, Tottenham",
+ "_geoloc": { "lat": 51.584373, "lng": -0.075367 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4eaab",
+ "name": "Wood Green AFS Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N22 5SL",
+ "address": "55 White Hart Lane, Wood Green",
+ "_geoloc": { "lat": 51.601132, "lng": -0.110051 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4ea0f",
+ "name": "Victoria Stakes",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N10 3TH",
+ "address": "1 Muswell Hill, Hornsey",
+ "_geoloc": { "lat": 51.587312, "lng": -0.134327 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4ea6f",
+ "name": "Wetherspoon Spouters Corner",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Haringey",
+ "postcode": "N22 6EJ",
+ "address": "Hollywood Green, 180 High Road",
+ "_geoloc": { "lat": 51.596983, "lng": -0.108721 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f855",
+ "name": "St Gabriel's Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 8EX",
+ "address": "388 Northolt Road, South Harrow",
+ "_geoloc": { "lat": 51.560604, "lng": -0.358777 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f81c",
+ "name": "Spice Rack",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA7 4AR",
+ "address": "The Vintry Public House, 35 Church Road",
+ "_geoloc": { "lat": 51.617541, "lng": -0.312363 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f837",
+ "name": "Sri Lanken Muslim Cultural Centre UK",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 5RN",
+ "address": "2 Whitefriars Avenue, Harrow",
+ "_geoloc": { "lat": 51.598381, "lng": -0.340277 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f7f5",
+ "name": "Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA7 4LP",
+ "address": "Royal National Orthopaedic Hospital, Brockley Hill",
+ "_geoloc": { "lat": 51.631523, "lng": -0.306643 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f86a",
+ "name": "St Luke's Parish Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA5 3EF",
+ "address": "Parish Centre, St Lukes Roman Catholic Church",
+ "_geoloc": { "lat": 51.595019, "lng": -0.382846 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f891",
+ "name": "Stanmore Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA7 4DA",
+ "address": "Rear, 25 The Broadway",
+ "_geoloc": { "lat": 51.617487, "lng": -0.311124 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f927",
+ "name": "Sync",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA5 3TE",
+ "address": "1A Rickmansworth Road, Pinner",
+ "_geoloc": { "lat": 51.598344, "lng": -0.397123 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f99c",
+ "name": "The 19 Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA8 5QH",
+ "address": "19 North Parade, Mollison Way",
+ "_geoloc": { "lat": 51.598177, "lng": -0.278617 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f9ed",
+ "name": "The Junction PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA1 2DH",
+ "address": "Gayton Hall, 9 Gayton Road",
+ "_geoloc": { "lat": 51.57965, "lng": -0.3325387 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f9a8",
+ "name": "The Case Is Altered Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 6SE",
+ "address": "Old Redding, Harrow Weald",
+ "_geoloc": { "lat": 51.620491027832, "lng": -0.34779098629952 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f9d2",
+ "name": "The George",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA1 2TB",
+ "address": "269-271 Station Road, Harrow",
+ "_geoloc": { "lat": 51.583122, "lng": -0.332086 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f9ab",
+ "name": "The Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA1 3EF",
+ "address": "30 West Street, Harrow",
+ "_geoloc": { "lat": 51.572008, "lng": -0.339679 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f9de",
+ "name": "The Hare Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 6SD",
+ "address": "Brookshill, Harrow Weald",
+ "_geoloc": { "lat": 51.620585, "lng": -0.343006 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f9e7",
+ "name": "The Horseshoe Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 9AJ",
+ "address": "326-326A Eastcote Lane, South Harrow",
+ "_geoloc": { "lat": 51.561567, "lng": -0.374294 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f9f0",
+ "name": "The Kingsfield Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA1 3DF",
+ "address": "111 Bessborough Road, Harrow",
+ "_geoloc": { "lat": 51.57497, "lng": -0.34315 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f9f3",
+ "name": "The Laurels",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 5EQ",
+ "address": "337 High Road, Harrow",
+ "_geoloc": { "lat": 51.60385, "lng": -0.33976 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fa02",
+ "name": "The Man of Aran",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 9TW",
+ "address": "424-426 Alexandra Avenue, Harrow",
+ "_geoloc": { "lat": 51.573462, "lng": -0.370912 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fa17",
+ "name": "The Page Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA1 3BE",
+ "address": "22 Roxborough Park, Harrow",
+ "_geoloc": { "lat": 51.575961, "lng": -0.340112 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fa08",
+ "name": "The Moon And Sixpence PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA5 4NY",
+ "address": "250 Uxbridge Road, Hatch End",
+ "_geoloc": { "lat": 51.607585, "lng": -0.366874 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fa11",
+ "name": "The New Moon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 8DN",
+ "address": "25-26 Kenton Park Parade, Kenton Road",
+ "_geoloc": { "lat": 51.587427, "lng": -0.303678 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fa0e",
+ "name": "The Moon On The Hill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA1 2AW",
+ "address": "Lynwood House, 373-375 Station Road",
+ "_geoloc": { "lat": 51.579475402832, "lng": -0.33431199193001 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fa20",
+ "name": "The Pinner Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA5 5JS",
+ "address": "The Pinner Arms Public House, Whittington Way",
+ "_geoloc": { "lat": 51.585621, "lng": -0.380133 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fa26",
+ "name": "The Seven Harrow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 6AW",
+ "address": "749 Kenton Lane, Harrow",
+ "_geoloc": { "lat": 51.6107521057129, "lng": -0.33061099052429 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fa23",
+ "name": "The Queens Head Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA5 5PJ",
+ "address": "31 High Street, Pinner",
+ "_geoloc": { "lat": 51.594317, "lng": -0.380878 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fa2c",
+ "name": "The Star Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 0NQ",
+ "address": "2 South Hill Avenue, Harrow",
+ "_geoloc": { "lat": 51.564314, "lng": -0.350765 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fa29",
+ "name": "The Shawl Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 8EE",
+ "address": "320 Northolt Road, South Harrow",
+ "_geoloc": { "lat": 51.563064, "lng": -0.355932 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fa32",
+ "name": "The Three Wishes",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 6ED",
+ "address": "20 Broadwalk, Pinner Road",
+ "_geoloc": { "lat": 51.586904, "lng": -0.362477 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fa3b",
+ "name": "The White Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 0HL",
+ "address": "50 Middle Road, Harrow",
+ "_geoloc": { "lat": 51.570108, "lng": -0.345852 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fa38",
+ "name": "The VIP Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA8 7DD",
+ "address": "47A High Street, Edgware",
+ "_geoloc": { "lat": 51.610052, "lng": -0.27902 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fa5f",
+ "name": "Tithe Farm Sports and Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 0XH",
+ "address": "151 Rayners Lane, Harrow",
+ "_geoloc": { "lat": 51.570465, "lng": -0.364973 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fa62",
+ "name": "TJ's Sports Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 7AH",
+ "address": "108 High Street, Wealdstone",
+ "_geoloc": { "lat": 51.59635, "lng": -0.33524 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fa95",
+ "name": "Travellers Rest PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 8AT",
+ "address": "The Travellers Rest, Kenton Road",
+ "_geoloc": { "lat": 51.582573, "lng": -0.316922 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fafe",
+ "name": "Vintage Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA5 5PW",
+ "address": "36 High Street, Pinner",
+ "_geoloc": { "lat": 51.593994, "lng": -0.38089 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fb28",
+ "name": "Wards Free House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA1 3AT",
+ "address": "38-40 Lowlands Road, Harrow",
+ "_geoloc": { "lat": 51.579339, "lng": -0.339845 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fb79",
+ "name": "West Harrow Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 6NS",
+ "address": "Pavillion, Headstone Manor Recreation Ground",
+ "_geoloc": { "lat": 51.599046, "lng": -0.351731 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fba0",
+ "name": "Windsock Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 8AL",
+ "address": "Eastcote Avenue, South Harrow",
+ "_geoloc": { "lat": 51.566573, "lng": -0.356729 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fafb",
+ "name": "Village Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA5 5DY",
+ "address": "Village Inn, 402-408 Rayners Lane",
+ "_geoloc": { "lat": 51.576779, "lng": -0.370865 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4faa7",
+ "name": "Trinity",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA1 2DE",
+ "address": "380 Station Road, Harrow",
+ "_geoloc": { "lat": 51.579692, "lng": -0.333712 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4ec25",
+ "name": "Barnet Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA8 6AG",
+ "address": "The Hive, Camrose Avenue",
+ "_geoloc": { "lat": 51.601528, "lng": -0.288886 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4ec6a",
+ "name": "Bernays Memorial Hall",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA7 4DA",
+ "address": "25 The Broadway, Stanmore",
+ "_geoloc": { "lat": 51.617487, "lng": -0.311124 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4ec34",
+ "name": "Barrett's PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 5AH",
+ "address": "9 Masons Avenue, Harrow",
+ "_geoloc": { "lat": 51.592874, "lng": -0.334255 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4ec70",
+ "name": "Bessborough Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 6PX",
+ "address": "Pavillion, Headstone Manor Recreation Ground",
+ "_geoloc": { "lat": 51.593776, "lng": -0.352961 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4ecb2",
+ "name": "Boulevard Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 8RP",
+ "address": "243 Kenton Lane, Harrow",
+ "_geoloc": { "lat": 51.595806, "lng": -0.312895 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4ece5",
+ "name": "Buckley's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 9DA",
+ "address": "187 Streatfield Road, Harrow",
+ "_geoloc": { "lat": 51.595964, "lng": -0.295824 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4eddb",
+ "name": "Circle Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 8SB",
+ "address": "12-13 Station Parade, Kenton Lane",
+ "_geoloc": { "lat": 51.600921, "lng": -0.319045 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4eded",
+ "name": "Club KTM",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 5AA",
+ "address": "32 Railway Approach, Wealdstone",
+ "_geoloc": { "lat": 51.590124, "lng": -0.332522 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4ee50",
+ "name": "Cosy Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 5ES",
+ "address": "6 Weald Lane, Harrow",
+ "_geoloc": { "lat": 51.603512, "lng": -0.339974 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4ee89",
+ "name": "Dalys",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 7AH",
+ "address": "100 High Street, Wealdstone",
+ "_geoloc": { "lat": 51.59635, "lng": -0.33524 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4ef16",
+ "name": "Edgware Ex-Servicemans Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA8 5BU",
+ "address": "Ex-Servicemans Club, 303 Burnt Oak Broadway",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4eefb",
+ "name": "Duck In The Pond Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 6AA",
+ "address": "660 Kenton Lane, Harrow",
+ "_geoloc": { "lat": 51.604769, "lng": -0.327827 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4efd3",
+ "name": "Frosty's Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 9DW",
+ "address": "404 Kenton Road, Harrow",
+ "_geoloc": { "lat": 51.58735, "lng": -0.300202 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4efdc",
+ "name": "Funky Brownz 2 Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 8RF",
+ "address": "28 Belmont Circle, Belmont Circle",
+ "_geoloc": { "lat": 51.601386, "lng": -0.318912 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4f099",
+ "name": "Harrow Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA1 3PP",
+ "address": "Wood End Road, Harrow",
+ "_geoloc": { "lat": 51.559756, "lng": -0.33936 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4f08a",
+ "name": "Harrow Bowls Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA1 1RR",
+ "address": "Harrow Recreation Ground, Hindes Road",
+ "_geoloc": { "lat": 51.583953, "lng": -0.343761 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4f0c3",
+ "name": "Harrow Rugby Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA7 4LF",
+ "address": "Grove Field Pavilion Adjacent To Rugby Ground, Warren Lane",
+ "_geoloc": { "lat": 51.627535, "lng": -0.315099 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4f0cc",
+ "name": "Harrow St Mary's Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 6NF",
+ "address": "Pavillion, Old Millhillians Sports Ground",
+ "_geoloc": { "lat": 51.604217, "lng": -0.365277 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4f0c9",
+ "name": "Harrow School Staff Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA1 3HT",
+ "address": "25 High Street, Harrow",
+ "_geoloc": { "lat": 51.571006, "lng": -0.338763 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4f0db",
+ "name": "Harrow Weald Memorial Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 6HE",
+ "address": "376 High Road, Harrow",
+ "_geoloc": { "lat": 51.607517, "lng": -0.33964 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4f1dd",
+ "name": "Jameson's Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA8 5QL",
+ "address": "34 South Parade, Mollison Way",
+ "_geoloc": { "lat": 51.597663, "lng": -0.278564 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4f261",
+ "name": "Kenton Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 8UB",
+ "address": "Pavilion, Kenton Cricket And Lawn Tennis Club",
+ "_geoloc": { "lat": 51.588479, "lng": -0.306137 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4f297",
+ "name": "Kings Snooker Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA1 2DR",
+ "address": "First floor, 342-348 Station Road",
+ "_geoloc": { "lat": 51.580404, "lng": -0.333773 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4f2f1",
+ "name": "Life of Reilly",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 8SA",
+ "address": "7 Warwick Parade, Kenton Lane",
+ "_geoloc": { "lat": 51.600826, "lng": -0.318066 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4f315",
+ "name": "Lokma Meze & Grill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA1 1BE",
+ "address": "16 College Road, Harrow",
+ "_geoloc": { "lat": 51.5802383422852, "lng": -0.33601599931717 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4f387",
+ "name": "Maya Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 0AJ",
+ "address": "3 Shaftesbury Parade, Shaftesbury Avenue",
+ "_geoloc": { "lat": 51.572236, "lng": -0.354635 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4f393",
+ "name": "McCafferty's Freehouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 6ED",
+ "address": "25 Broadwalk, Pinner Road",
+ "_geoloc": { "lat": 51.586904, "lng": -0.362477 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4f360",
+ "name": "Malibu Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA8 7DB",
+ "address": "Floor 1, 119 High Street",
+ "_geoloc": { "lat": 51.611424, "lng": -0.280614 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4f3db",
+ "name": "Miller & Carter",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 6DL",
+ "address": "Leefe Robinson, 76 Uxbridge Road",
+ "_geoloc": { "lat": 51.613386, "lng": -0.332421 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4f408",
+ "name": "Montesole P F Uxbridge Rd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA5 3RX",
+ "address": "Montesole Playing Fields, Entrance Opposite 661",
+ "_geoloc": { "lat": 51.599218, "lng": -0.39328 }
+ },
+ {
+ "objectID": "6399f73271c0238ae6f4f45f",
+ "name": "Nachley",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA5 5ED",
+ "address": "328A Rayners Lane, Harrow",
+ "_geoloc": { "lat": 51.576076, "lng": -0.370746 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f4b0",
+ "name": "North Harrow Home Guard Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 7TA",
+ "address": "North Harrow Home Guard Club Adjacent To The Car Park, Rear Of Broadwalk",
+ "_geoloc": { "lat": 51.587088, "lng": -0.36403 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f4e6",
+ "name": "Oddfellows Arms PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA5 3EN",
+ "address": "2 Waxwell Lane, Pinner",
+ "_geoloc": { "lat": 51.596562, "lng": -0.384523 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f4ec",
+ "name": "O'Donnell's Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 8JE",
+ "address": "399 Northolt Road, South Harrow",
+ "_geoloc": { "lat": 51.560415, "lng": -0.35812 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f4f5",
+ "name": "Old Lyonian Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA1 3PN",
+ "address": "The Lyonian Pavilion, The club House",
+ "_geoloc": { "lat": 51.559671, "lng": -0.33593 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f501",
+ "name": "O'Neill's PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA1 2AA",
+ "address": "335-339 Station Road, Harrow",
+ "_geoloc": { "lat": 51.580699, "lng": -0.334325 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f54c",
+ "name": "Parkfield Sports & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA5 4BT",
+ "address": "Pavilion Saddlers Mead, Pavilion And Sports Club Adjacent To Saddlers Mead",
+ "_geoloc": { "lat": 51.61334, "lng": -0.364343 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f5e8",
+ "name": "Premier House Banqueting",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 7TS",
+ "address": "1st Floor, Premier House, 1 Canning Road",
+ "_geoloc": { "lat": 51.594266, "lng": -0.334782 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f58b",
+ "name": "Pinner Wood Breakfast/After School",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA5 3RA",
+ "address": "Pinner Wood School, Latimer Gardens",
+ "_geoloc": { "lat": 51.602834, "lng": -0.395347 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f615",
+ "name": "Purple Flame",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA7 1JJ",
+ "address": "433-437 Honeypot Lane, Stanmore",
+ "_geoloc": { "lat": 51.596322, "lng": -0.295103 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f699",
+ "name": "Rising Sun PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA1 3QL",
+ "address": "138 Greenford Road, Harrow",
+ "_geoloc": { "lat": 51.55937, "lng": -0.334369 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f705",
+ "name": "Sahara Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA7 3DP",
+ "address": "7 Stanmore Hill, Stanmore",
+ "_geoloc": { "lat": 51.617942, "lng": -0.312089 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f6db",
+ "name": "Ruffles",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA3 7SJ",
+ "address": "16 Canning Road, Wealdstone",
+ "_geoloc": { "lat": 51.594641, "lng": -0.334623 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f6cc",
+ "name": "Royal British Legion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 0DW",
+ "address": "76 Northolt Road, South Harrow",
+ "_geoloc": { "lat": 51.569003, "lng": -0.347869 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f6d5",
+ "name": "Royal Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA1 1JP",
+ "address": "Public House, 86 St Anns Road",
+ "_geoloc": { "lat": 51.581655, "lng": -0.337711 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4f6d8",
+ "name": "Ruby M's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Harrow",
+ "postcode": "HA2 9TL",
+ "address": "466 Alexandra Avenue, Harrow",
+ "_geoloc": { "lat": 51.574364, "lng": -0.370475 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fd56",
+ "name": "Bell & Gate",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM5 3JB",
+ "address": "248 Collier Row Lane, Romford",
+ "_geoloc": { "lat": 51.594727, "lng": 0.164947 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fca2",
+ "name": "Archers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM2 5HA",
+ "address": "194-204 Main Road, Romford",
+ "_geoloc": { "lat": 51.586576, "lng": 0.200866 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fcea",
+ "name": "ATIK",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM1 1SS",
+ "address": "108 South Street, Romford",
+ "_geoloc": { "lat": 51.575374, "lng": 0.182904 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fce4",
+ "name": "Aspen Tree",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM5 3SP",
+ "address": "73 Gobions Avenue, Romford",
+ "_geoloc": { "lat": 51.6006, "lng": 0.176547 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4fde3",
+ "name": "Bretons Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM13 7LP",
+ "address": "411 Rainham Road, Rainham",
+ "_geoloc": { "lat": 51.542266, "lng": 0.186079 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f4ff90",
+ "name": "Colley Rowe Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM5 3PA",
+ "address": "54-56 Collier Row Road, Romford",
+ "_geoloc": { "lat": 51.599026, "lng": 0.160978 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f50071",
+ "name": "Crumpled Horn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM14 2AJ",
+ "address": "33-37 Corbets Tey Road, Upminster",
+ "_geoloc": { "lat": 51.554074, "lng": 0.248387 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f50242",
+ "name": "Frankies Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM12 6JL",
+ "address": "29 Station Lane, Hornchurch",
+ "_geoloc": { "lat": 51.560774, "lng": 0.22103 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f50257",
+ "name": "Funktion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM1 1BH",
+ "address": "36-38 North Street, Romford",
+ "_geoloc": { "lat": 51.579263, "lng": 0.179786 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f50293",
+ "name": "Gidea Park Micropub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM2 5HA",
+ "address": "236 Main Road, Romford",
+ "_geoloc": { "lat": 51.5865783691406, "lng": 0.20086599886417 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f502d2",
+ "name": "Golden Crane",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM14 1RQ",
+ "address": "117 Avon Road, Upminster",
+ "_geoloc": { "lat": 51.568731, "lng": 0.267624 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f502db",
+ "name": "Good Intent",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM12 5NU",
+ "address": "South End Road, Rainham",
+ "_geoloc": { "lat": 51.540613, "lng": 0.202844 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f502e1",
+ "name": "Goose",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM1 1PL",
+ "address": "143 South Street, Romford",
+ "_geoloc": { "lat": 51.574508, "lng": 0.184046 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f50380",
+ "name": "Harvester Gidea Park",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM2 5EL",
+ "address": "91 Main Road, Romford",
+ "_geoloc": { "lat": 51.587024, "lng": 0.200497 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f50374",
+ "name": "Harrow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM11 1DP",
+ "address": "130 Hornchurch Road, Hornchurch",
+ "_geoloc": { "lat": 51.564813, "lng": 0.204764 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f5037d",
+ "name": "Harvester",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM12 4XS",
+ "address": "125 Abbs Cross Lane, Hornchurch",
+ "_geoloc": { "lat": 51.5578498840332, "lng": 0.20918799936771 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f50368",
+ "name": "Harold Wood Sports Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM3 0LX",
+ "address": "Harold View, Harold Wood",
+ "_geoloc": { "lat": 51.588984, "lng": 0.233392 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f503a1",
+ "name": "Havering Well",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM7 0QA",
+ "address": "148 Rush Green Road, Romford",
+ "_geoloc": { "lat": 51.565919, "lng": 0.178281 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f50455",
+ "name": "Henderson Sports & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM3 9NE",
+ "address": "Kenilworth Avenue, Romford",
+ "_geoloc": { "lat": 51.604584, "lng": 0.246202 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f5049d",
+ "name": "Hornchurch Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM11 1RS",
+ "address": "25 North Street, Hornchurch",
+ "_geoloc": { "lat": 51.563713, "lng": 0.219687 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f504be",
+ "name": "Huntsman & Hounds",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM14 2DN",
+ "address": "Ockendon Road, Upminster",
+ "_geoloc": { "lat": 51.543094, "lng": 0.252114 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f50503",
+ "name": "Iona Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM12 4SY",
+ "address": "131-133 Hornchurch Road, Hornchurch",
+ "_geoloc": { "lat": 51.564607, "lng": 0.201825 }
+ },
+ {
+ "objectID": "6399f73371c0238ae6f50512",
+ "name": "J J Moons",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM12 4UN",
+ "address": "46-62 High Street, Hornchurch",
+ "_geoloc": { "lat": 51.562853, "lng": 0.215202 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50548",
+ "name": "Jobbers Rest",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM14 3LT",
+ "address": "St Mary's Lane, Upminster",
+ "_geoloc": { "lat": 51.557747, "lng": 0.27621 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f505b1",
+ "name": "King Harold",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM3 0BS",
+ "address": "51 Station Road, Harold Wood",
+ "_geoloc": { "lat": 51.593892, "lng": 0.234398 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f505ed",
+ "name": "Langtons Hall",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM11 1XJ",
+ "address": "Billet Lane, Hornchurch",
+ "_geoloc": { "lat": 51.566111, "lng": 0.218375 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f505db",
+ "name": "La Salette Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM13 8SR",
+ "address": "1 Rainham Road, Rainham",
+ "_geoloc": { "lat": 51.523067, "lng": 0.189455 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f505bd",
+ "name": "Knights Snooker Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM11 1TX",
+ "address": "127-133 High Street, Hornchurch",
+ "_geoloc": { "lat": 51.562726, "lng": 0.219582 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f5060b",
+ "name": "Lennards",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM13 9EB",
+ "address": "New Road, Rainham",
+ "_geoloc": { "lat": 51.50199, "lng": 0.226542 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f5061a",
+ "name": "Liberty Bell Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM1 3EN",
+ "address": "Mercury Gardens, Romford",
+ "_geoloc": { "lat": 51.578014, "lng": 0.186481 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f506f2",
+ "name": "Mawney Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM7 7HT",
+ "address": "44 Mawney Road, Romford",
+ "_geoloc": { "lat": 51.579108, "lng": 0.170699 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f5076a",
+ "name": "Monty's Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM11 1UR",
+ "address": "155 Billet Lane, Hornchurch",
+ "_geoloc": { "lat": 51.56849, "lng": 0.219098 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f5076d",
+ "name": "Moon & Stars",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM1 1NX",
+ "address": "99-103 South Street, Romford",
+ "_geoloc": { "lat": 51.575964, "lng": 0.183106 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50776",
+ "name": "Moor Hall Venue",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "",
+ "address": "",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f507d9",
+ "name": "New Angel Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM13 9YW",
+ "address": "31 Broadway, Rainham",
+ "_geoloc": { "lat": 51.518563, "lng": 0.18983 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f507eb",
+ "name": "New Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM2 6DP",
+ "address": "45 Squirrels Heath Lane, Hornchurch",
+ "_geoloc": { "lat": 51.581954, "lng": 0.210429 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50878",
+ "name": "Orange Tree",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM4 1PJ",
+ "address": "67 Orange Tree Hill, Havering-Atte-Bower",
+ "_geoloc": { "lat": 51.614211, "lng": 0.181156 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f508ba",
+ "name": "P & B's Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM14 1XL",
+ "address": "83 Front Lane, Upminster",
+ "_geoloc": { "lat": 51.561806, "lng": 0.266717 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f5099b",
+ "name": "Plough",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM14 1XL",
+ "address": "83 Front Lane, Upminster",
+ "_geoloc": { "lat": 51.561806, "lng": 0.266717 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f509da",
+ "name": "Prince Albert",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM7 9BB",
+ "address": "32 St Andrews Road, Romford",
+ "_geoloc": { "lat": 51.573903, "lng": 0.176903 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50a01",
+ "name": "R A F A Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM2 5AA",
+ "address": "18 Carlton Road, Romford",
+ "_geoloc": { "lat": 51.578249, "lng": 0.190779 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50a07",
+ "name": "Railway Hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM12 6SB",
+ "address": "Station Lane, Hornchurch",
+ "_geoloc": { "lat": 51.554777, "lng": 0.21905 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f509ef",
+ "name": "QQ Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM1 1PL",
+ "address": "137-141 South Street, Romford",
+ "_geoloc": { "lat": 51.574507, "lng": 0.184046 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50a28",
+ "name": "Rainham Working Mens Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM13 9AA",
+ "address": "74 Upminster Road South, Rainham",
+ "_geoloc": { "lat": 51.518741, "lng": 0.193788 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50a64",
+ "name": "RM5 Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM5 3PH",
+ "address": "11 Clockhouse Lane, Romford",
+ "_geoloc": { "lat": 51.5997456, "lng": 0.1631143 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50a7c",
+ "name": "Romford & Gidea Park Rfc",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM7 0EP",
+ "address": "R/O 55-59 Crow Lane, Romford",
+ "_geoloc": { "lat": 51.568838, "lng": 0.163875 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50aaf",
+ "name": "Romford United Services Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM7 7HB",
+ "address": "28 Mawney Road, Romford",
+ "_geoloc": { "lat": 51.578638, "lng": 0.176162 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50a8e",
+ "name": "Romford Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM1 3LS",
+ "address": "85 Western Road, Romford",
+ "_geoloc": { "lat": 51.579003, "lng": 0.187495 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50a8b",
+ "name": "Romford Conservative & Constitutional Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM2 5EH",
+ "address": "67 Main Road, Romford",
+ "_geoloc": { "lat": 51.586469, "lng": 0.196544 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50aee",
+ "name": "Royal British Legion Club Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM11 3XT",
+ "address": "205 High Street, Hornchurch",
+ "_geoloc": { "lat": 51.561606, "lng": 0.223625 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50af1",
+ "name": "Royal British Legion Club Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM12 5BB",
+ "address": "35a Maylands Avenue, Hornchurch",
+ "_geoloc": { "lat": 51.548941, "lng": 0.201371 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50ae8",
+ "name": "Royal British Legion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM14 3HL",
+ "address": "316 St Mary's Lane, Upminster",
+ "_geoloc": { "lat": 51.557352, "lng": 0.258936 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50aeb",
+ "name": "Royal British Legion Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM1 3LP",
+ "address": "54 Western Road, Romford",
+ "_geoloc": { "lat": 51.578639, "lng": 0.187737 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50ae2",
+ "name": "Royal British Legion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM5 3DT",
+ "address": "120 Collier Row Lane, Romford",
+ "_geoloc": { "lat": 51.591197, "lng": 0.16667 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50bf3",
+ "name": "Slug & Lettuce",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM1 1NX",
+ "address": "105-111 South Street, Romford",
+ "_geoloc": { "lat": 51.575964, "lng": 0.183106 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50be4",
+ "name": "Silver Hall Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM13 8SH",
+ "address": "165 New Road, Rainham",
+ "_geoloc": { "lat": 51.523831, "lng": 0.178319 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50d0a",
+ "name": "Taste of Chequers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM11 1ST",
+ "address": "121 North Street, Hornchurch",
+ "_geoloc": { "lat": 51.566867, "lng": 0.219827 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50d82",
+ "name": "The Albion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM13 8SS",
+ "address": "2 Rainham Road, Rainham",
+ "_geoloc": { "lat": 51.522951, "lng": 0.191799 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50d85",
+ "name": "The Ardleigh",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM11 2SH",
+ "address": "124 Ardleigh Green Road, Hornchurch",
+ "_geoloc": { "lat": 51.584194, "lng": 0.220873 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50d97",
+ "name": "The Bull",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM1 3ER",
+ "address": "74-76 Market Place, Romford",
+ "_geoloc": { "lat": 51.579502, "lng": 0.182886 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50d7c",
+ "name": "Thatched House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM14 3LT",
+ "address": "St Mary's Lane, Upminster",
+ "_geoloc": { "lat": 51.557747, "lng": 0.27621 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50dca",
+ "name": "The Deer's Rest",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM3 7LL",
+ "address": "Noak Hill Road, Romford",
+ "_geoloc": { "lat": 51.616076, "lng": 0.217402 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50dc4",
+ "name": "The Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM12 4TW",
+ "address": "360 Hornchurch Road, Hornchurch",
+ "_geoloc": { "lat": 51.56561, "lng": 0.188569 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50dc1",
+ "name": "The Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM7 9NA",
+ "address": "260 London Road, Romford",
+ "_geoloc": { "lat": 51.574875, "lng": 0.164205 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50dcd",
+ "name": "The Drill Hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM2 5TD",
+ "address": "400 Brentwood Road, Romford",
+ "_geoloc": { "lat": 51.57685, "lng": 0.207352 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50de5",
+ "name": "The Fatling",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM11 1TX",
+ "address": "109 High Street, Hornchurch",
+ "_geoloc": { "lat": 51.562726, "lng": 0.219582 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50dfa",
+ "name": "The Golden Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM1 1HR",
+ "address": "2 High Street, Romford",
+ "_geoloc": { "lat": 51.578142, "lng": 0.17914 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50e09",
+ "name": "The Harold",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM3 0BS",
+ "address": "51 Station Road, Harold Wood",
+ "_geoloc": { "lat": 51.593892, "lng": 0.234398 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50e0c",
+ "name": "The Hop Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM11 1SU",
+ "address": "122 North Street, Hornchurch",
+ "_geoloc": { "lat": 51.567744, "lng": 0.2202567 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50e1b",
+ "name": "The Junction",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM14 2TD",
+ "address": "70 Station Road, Upminster",
+ "_geoloc": { "lat": 51.558431, "lng": 0.250535 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50e1e",
+ "name": "The Lamb",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM1 3AB",
+ "address": "5 Market Place, Romford",
+ "_geoloc": { "lat": 51.580071, "lng": 0.182292 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50e51",
+ "name": "The Optimist Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM14 2XY",
+ "address": "Hacton Lane, Hornchurch",
+ "_geoloc": { "lat": 51.548851, "lng": 0.233734 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50e5d",
+ "name": "The Phoenix",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM13 9YW",
+ "address": "Broadway, Rainham",
+ "_geoloc": { "lat": 51.518563, "lng": 0.18983 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50e4b",
+ "name": "The Old White Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM14 3PS",
+ "address": "Ockendon Road, Upminster",
+ "_geoloc": { "lat": 51.54056, "lng": 0.296076 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50e7b",
+ "name": "The Royal Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM4 1PP",
+ "address": "North Road, Havering-Atte-Bower",
+ "_geoloc": { "lat": 51.617853, "lng": 0.182602 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50e84",
+ "name": "The Saxon King",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM3 9PP",
+ "address": "Petersfield Avenue, Romford",
+ "_geoloc": { "lat": 51.603635, "lng": 0.237057 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50e81",
+ "name": "The Saxon Horn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM13 9RY",
+ "address": "Upminster Road North, Rainham",
+ "_geoloc": { "lat": 51.521511, "lng": 0.211493 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50e72",
+ "name": "The Rising Sun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM12 4UW",
+ "address": "64-68 High Street, Hornchurch",
+ "_geoloc": { "lat": 51.562685, "lng": 0.216982 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50eba",
+ "name": "The Windmill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM14 2RB",
+ "address": "167 Upminster Road, Hornchurch",
+ "_geoloc": { "lat": 51.558442, "lng": 0.2382 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50ea2",
+ "name": "The Sutton Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM12 6NJ",
+ "address": "14-16 Station Lane, Hornchurch",
+ "_geoloc": { "lat": 51.561287, "lng": 0.220507 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50eb7",
+ "name": "The Willow Farm",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM13 9ED",
+ "address": "New Road, Rainham",
+ "_geoloc": { "lat": 51.506819, "lng": 0.226101 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50e87",
+ "name": "The Ship",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM2 5EL",
+ "address": "93 Main Road, Romford",
+ "_geoloc": { "lat": 51.587024, "lng": 0.200497 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50e9c",
+ "name": "The Sun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM7 9QA",
+ "address": "47 London Road, Romford",
+ "_geoloc": { "lat": 51.57509, "lng": 0.175429 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50f47",
+ "name": "V Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM11 3XT",
+ "address": "197a High Street, Hornchurch",
+ "_geoloc": { "lat": 51.561606, "lng": 0.223625 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50f9e",
+ "name": "Wheatsheaf",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM1 2HD",
+ "address": "45 Wheatsheaf Road, Romford",
+ "_geoloc": { "lat": 51.571938, "lng": 0.187791 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50f35",
+ "name": "Upminster Masonic Hall Co Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM14 1DF",
+ "address": "Deyncourt Gardens, Upminster",
+ "_geoloc": { "lat": 51.559715, "lng": 0.255302 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50ff2",
+ "name": "World's Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM1 1NX",
+ "address": "113-117 South Street, Romford",
+ "_geoloc": { "lat": 51.575964, "lng": 0.183106 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50f53",
+ "name": "Vertigo Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM12 6JL",
+ "address": "17-19 Station Lane, Hornchurch",
+ "_geoloc": { "lat": 51.560774, "lng": 0.22103 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50ffb",
+ "name": "Yates Wine Lodge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM1 1NX",
+ "address": "89 South Street, Romford",
+ "_geoloc": { "lat": 51.575964, "lng": 0.183106 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50f5c",
+ "name": "Victoria",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM1 2PA",
+ "address": "122 Victoria Road, Romford",
+ "_geoloc": { "lat": 51.575198, "lng": 0.188005 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f50f98",
+ "name": "West Ham United Rush Green Training Ground",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Havering",
+ "postcode": "RM7 0LU",
+ "address": "Rush Green Road, Romford",
+ "_geoloc": { "lat": 51.563861, "lng": 0.164591 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52699",
+ "name": "Wetherspoon Express",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "TW6 2GA",
+ "address": "Departures Level 1 (airside), Terminal 5a, Wellington Road",
+ "_geoloc": { "lat": 51.47328, "lng": -0.487831 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f526de",
+ "name": "Wheatsheaf",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 5DU",
+ "address": "The Wheatsheaf Public House, 286 High Street",
+ "_geoloc": { "lat": 51.485463, "lng": -0.43493 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f526e1",
+ "name": "Whelans",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 1JX",
+ "address": "Whelans, 135 High Street",
+ "_geoloc": { "lat": 51.5477485656738, "lng": -0.48054701089859 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f526f3",
+ "name": "White Horse Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB7 0EE",
+ "address": "White Horse Inn, 530 Bath Road",
+ "_geoloc": { "lat": 51.480799, "lng": -0.490736 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f526f0",
+ "name": "White Hart",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 5DP",
+ "address": "The White Hart, 158 High Street",
+ "_geoloc": { "lat": 51.489225, "lng": -0.435824 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f5275f",
+ "name": "Woodman",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 7SE",
+ "address": "The Woodman Inn, Breakspear Road",
+ "_geoloc": { "lat": 51.586361, "lng": -0.440112 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52765",
+ "name": "Woolpack",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 1EJ",
+ "address": "The Woolpack Ph, Dawley Road",
+ "_geoloc": { "lat": 51.509171, "lng": -0.43259 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f527aa",
+ "name": "Yeading Community Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB4 9BH",
+ "address": "Yeading Community Centre, 2 Ditchfield Road",
+ "_geoloc": { "lat": 51.526473, "lng": -0.383603 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f527a7",
+ "name": "Ye Olde Crowne",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB4 0RJ",
+ "address": "Ye Olde Crowne, 1090 Uxbridge Road",
+ "_geoloc": { "lat": 51.522812, "lng": -0.421167 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51b23",
+ "name": "Kings Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB7 0EG",
+ "address": "The Kings Arms, 593 Bath Road",
+ "_geoloc": { "lat": 51.479473, "lng": -0.491845 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f51172",
+ "name": "Bar Italia",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 1JT",
+ "address": "Bar Italia, 120 High Street",
+ "_geoloc": { "lat": 51.548438, "lng": -0.481028 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51b1a",
+ "name": "King William",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB7 0HT",
+ "address": "King William Iv Ph, 392 Sipson Road",
+ "_geoloc": { "lat": 51.489953, "lng": -0.457506 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f51184",
+ "name": "Barnhill Community Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB4 9HG",
+ "address": "Barnhill Community Centre, Ayles Road",
+ "_geoloc": { "lat": 51.532131, "lng": -0.406124 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51b20",
+ "name": "Kings Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB9 6BJ",
+ "address": "The Kings Arms, 6 Park Lane",
+ "_geoloc": { "lat": 51.604564, "lng": -0.483604 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f51127",
+ "name": "Atik",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 1LE",
+ "address": "233 High Street",
+ "_geoloc": { "lat": 51.544077, "lng": -0.474078 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51c10",
+ "name": "Loco's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 3PH",
+ "address": "Hamilton Centre, Brunel University, Kingston Lane",
+ "_geoloc": { "lat": 51.532857, "lng": -0.472868 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f51196",
+ "name": "Bear On The Barge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB9 6PE",
+ "address": "The Bear On The Barge Ph, Moorhall Road",
+ "_geoloc": { "lat": 51.5888862609863, "lng": -0.48170098662376 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f510d6",
+ "name": "Arens Bar and Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA5 2PR",
+ "address": "The Woodman Ph, Joel Street",
+ "_geoloc": { "lat": 51.589259, "lng": -0.408125 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f5113c",
+ "name": "B E C Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 8NN",
+ "address": "73 Pembroke Road",
+ "_geoloc": { "lat": 51.573617, "lng": -0.415742 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51c3d",
+ "name": "London's Pride (airside)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "TW6 1EW",
+ "address": "Commercial Unit D13, Terminal 2 The Queen's Terminal Departures Level, Inner Ring East",
+ "_geoloc": { "lat": 51.469743, "lng": -0.449722 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f5106d",
+ "name": "Airport Bowl",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 5AL",
+ "address": "Airport Bowl, Bath Road",
+ "_geoloc": { "lat": 51.481019, "lng": -0.425376 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f510fa",
+ "name": "Ascott",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA5 1RJ",
+ "address": "The Manor House Ph, 144 Field End Road",
+ "_geoloc": { "lat": 51.579147, "lng": -0.399847 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51ca0",
+ "name": "Manor Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 0AH",
+ "address": "St Georges Tavern, 68 Victoria Road",
+ "_geoloc": { "lat": 51.57172, "lng": -0.412475 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51cd3",
+ "name": "Masala and Coal @ The Bell Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 6LS",
+ "address": "The Bell Inn, 298 West End Road",
+ "_geoloc": { "lat": 51.562614, "lng": -0.413989 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51d0f",
+ "name": "Mecca Bingo",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB4 0SD",
+ "address": "466-468 Uxbridge Road",
+ "_geoloc": { "lat": 51.518381, "lng": -0.408694 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f5121a",
+ "name": "Blues Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB7 7BT",
+ "address": "Blues Bar, 5 Station Road",
+ "_geoloc": { "lat": 51.508985, "lng": -0.47368 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51d4e",
+ "name": "Millers Tap",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 1LB",
+ "address": "219-221 High Street",
+ "_geoloc": { "lat": 51.545073, "lng": -0.476641 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f51298",
+ "name": "Breakspear Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB9 6LT",
+ "address": "Breakspear Arms, Breakspear Road South",
+ "_geoloc": { "lat": 51.57935, "lng": -0.448434 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f512c5",
+ "name": "Brook House Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB4 8BZ",
+ "address": "Brook House Football Club, Kingshill Avenue",
+ "_geoloc": { "lat": 51.532197, "lng": -0.42028 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f51271",
+ "name": "Botwell Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 3EB",
+ "address": "The Botwell Inn, 23-29 Coldharbour Lane",
+ "_geoloc": { "lat": 51.508371, "lng": -0.416536 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f512ce",
+ "name": "Broosters",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 3PH",
+ "address": "Hamilton Centre, Brunel University, Kingston Lane",
+ "_geoloc": { "lat": 51.532857, "lng": -0.472868 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51d60",
+ "name": "Misty Moon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA6 2PX",
+ "address": "The Misty Moon Ph, 27 Green Lane",
+ "_geoloc": { "lat": 51.612114, "lng": -0.425957 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f51376",
+ "name": "Captain Morgans",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 1AX",
+ "address": "Captain Morgans, 9 Clayton Road",
+ "_geoloc": { "lat": 51.504628, "lng": -0.421061 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f51379",
+ "name": "Captain Morgans",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA5 1RD",
+ "address": "Captain Morgans Ph, 210 Field End Road",
+ "_geoloc": { "lat": 51.576896, "lng": -0.398325 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f51397",
+ "name": "Carpenters Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB4 8JJ",
+ "address": "The Carpenters Arms, 1370 Uxbridge Road",
+ "_geoloc": { "lat": 51.526389, "lng": -0.437103 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f513a0",
+ "name": "Cat & Fiddle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB7 7UF",
+ "address": "The Rowan Arms, 162 Rowan Road",
+ "_geoloc": { "lat": 51.496999, "lng": -0.473749 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f513d3",
+ "name": "Charville Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB4 8LF",
+ "address": "Charville Community Centre, Bury Avenue",
+ "_geoloc": { "lat": 51.536067, "lng": -0.428538 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f513c7",
+ "name": "Champers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA5 1RF",
+ "address": "184 Field End Road",
+ "_geoloc": { "lat": 51.577515, "lng": -0.39888 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f51439",
+ "name": "Coach & Horses",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB10 8LJ",
+ "address": "2-4 High Road",
+ "_geoloc": { "lat": 51.564586, "lng": -0.443137 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51db7",
+ "name": "Navnat Vanik Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 1AR",
+ "address": "Printing House Lane",
+ "_geoloc": { "lat": 51.508833, "lng": -0.425498 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f5155f",
+ "name": "Crown Rivers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "TW6 2GA",
+ "address": "(airside) Terminal 5, Wellington Road",
+ "_geoloc": { "lat": 51.47328, "lng": -0.487831 }
+ },
+ {
+ "objectID": "6399f73471c0238ae6f51559",
+ "name": "Crown & Treaty",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 1LU",
+ "address": "Crown And Treaty House, 90 Oxford Road",
+ "_geoloc": { "lat": 51.550002, "lng": -0.484395 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51598",
+ "name": "David Lloyd Northwood",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA6 2DR",
+ "address": "The Riverside Club, 18 Ducks Hill Road",
+ "_geoloc": { "lat": 51.612984, "lng": -0.442594 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f515b0",
+ "name": "De Burgh Arms Hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB7 7DQ",
+ "address": "De Burgh Arms Hotel, High Street",
+ "_geoloc": { "lat": 51.510181, "lng": -0.473684 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51e14",
+ "name": "Northwood Central Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA6 1DN",
+ "address": "Northwood Central Club, Hallowell Road",
+ "_geoloc": { "lat": 51.610947, "lng": -0.422719 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51e26",
+ "name": "Northwood Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA6 1HR",
+ "address": "5 Chestnut Avenue",
+ "_geoloc": { "lat": 51.602978, "lng": -0.418547 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51e41",
+ "name": "Northwood Town Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA6 1HR",
+ "address": "Chestnut Avenue",
+ "_geoloc": { "lat": 51.602978, "lng": -0.418547 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51e1d",
+ "name": "Northwood Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA6 2NP",
+ "address": "Cricket Ground",
+ "_geoloc": { "lat": 51.614341, "lng": -0.439861 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f515dd",
+ "name": "Diageo World Duty Free Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "TW6 2GA",
+ "address": "Commercial Unit Dcl15, Terminal 5 Departures Level, Wellington Road",
+ "_geoloc": { "lat": 51.47328, "lng": -0.487831 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51634",
+ "name": "Eastcote Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA5 2EG",
+ "address": "Eastcote Cricket Club, Southill Lane",
+ "_geoloc": { "lat": 51.588602, "lng": -0.406127 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51646",
+ "name": "Eastcote Royal British Legion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 9SQ",
+ "address": "British Legion Hall, Southbourne Gardens",
+ "_geoloc": { "lat": 51.573168, "lng": -0.403218 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5163d",
+ "name": "Eastcote Hockey And Badminton Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 1JZ",
+ "address": "Kings College Playing Fields, Kings College Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51751",
+ "name": "Gardeners Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 1NW",
+ "address": "Gardeners Arms Ph, 119 Park Road",
+ "_geoloc": { "lat": 51.546885, "lng": -0.472196 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51763",
+ "name": "General Elliott",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 2UR",
+ "address": "The General Elliott, St John's Road",
+ "_geoloc": { "lat": 51.540969, "lng": -0.490982 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5176c",
+ "name": "Geo Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA5 1QL",
+ "address": "163 Field End Road",
+ "_geoloc": { "lat": 51.578524, "lng": -0.398989 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5176f",
+ "name": "George & Dragon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB7 7BE",
+ "address": "George And Dragon Ph, 176 High Street",
+ "_geoloc": { "lat": 51.514794, "lng": -0.473759 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f517ab",
+ "name": "Goals Soccer Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB4 0LP",
+ "address": "Goals Soccer Centre, Springfield Road",
+ "_geoloc": { "lat": 51.509804, "lng": -0.399511 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51871",
+ "name": "Harefield United Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB9 6NE",
+ "address": "Harefield United Football Club, Breakspear Road North",
+ "_geoloc": { "lat": 51.603017, "lng": -0.477981 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f518b3",
+ "name": "Hayes & Harlington Conservative Asso",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 2LE",
+ "address": "Hayes Conservative Club, 141 Church Road",
+ "_geoloc": { "lat": 51.513476, "lng": -0.420336 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51931",
+ "name": "Hillingdon Abbots RFC",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB4 8PS",
+ "address": "Sports Ground Pavilion, Gainsborough Road",
+ "_geoloc": { "lat": 51.5379981994629, "lng": -0.43522000312805 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52012",
+ "name": "Queens Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 1AB",
+ "address": "Queens Head Ph, 54 Windsor Street",
+ "_geoloc": { "lat": 51.545421, "lng": -0.480595 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f518b6",
+ "name": "Hayes Bowls Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 2FB",
+ "address": "The Pavilion, Central Avenue",
+ "_geoloc": { "lat": 51.50796, "lng": -0.4193424 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f518dd",
+ "name": "Hayes Rugby Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB4 8BZ",
+ "address": "Kingshill Avenue Rugby Club, Kingshill Avenue",
+ "_geoloc": { "lat": 51.532197, "lng": -0.42028 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51937",
+ "name": "Hillingdon Athletic Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 7TJ",
+ "address": "Hillingdon Athletics Club, 206 Bury Street",
+ "_geoloc": { "lat": 51.585194, "lng": -0.433498 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51982",
+ "name": "Hole 19 Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB10 8AQ",
+ "address": "Uxbridge Golf Course, The Drive",
+ "_geoloc": { "lat": 51.567975, "lng": -0.468979 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51fe5",
+ "name": "Prince of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "TW6 3XA",
+ "address": "T4 (airside) Departures",
+ "_geoloc": { "lat": 51.45979, "lng": -0.447742 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51850",
+ "name": "Harefield Community Accociation",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB9 6AP",
+ "address": "Harefield Community Centre, Priory Avenue",
+ "_geoloc": { "lat": 51.591562, "lng": -0.483618 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f518b0",
+ "name": "Hayes & Harlington Community Associa",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 4HR",
+ "address": "Albert Road",
+ "_geoloc": { "lat": 51.502039, "lng": -0.424406 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51946",
+ "name": "Hillingdon Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB10 0JR",
+ "address": "Hillingdon Golf Club, 18 Dorset Way",
+ "_geoloc": { "lat": 51.537599, "lng": -0.461375 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51feb",
+ "name": "Prince of Wales Sahara City",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 3HX",
+ "address": "Prince Of Wales Ph, 1 Harlington Road",
+ "_geoloc": { "lat": 51.533347, "lng": -0.455997 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51853",
+ "name": "Harefield Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB9 6NE",
+ "address": "Harefield Cricket Club, Breakspear Road North",
+ "_geoloc": { "lat": 51.603017, "lng": -0.477981 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5190d",
+ "name": "Hennessys Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 0AG",
+ "address": "34-36 Victoria Road",
+ "_geoloc": { "lat": 51.572445, "lng": -0.412897 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f519b8",
+ "name": "Hop and Vine",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 7AN",
+ "address": "18 High Street",
+ "_geoloc": { "lat": 51.575902, "lng": -0.42653 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51856",
+ "name": "Harefield Hospital Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB9 6LD",
+ "address": "The Bowls Pavilion",
+ "_geoloc": { "lat": 51.609472, "lng": -0.48139 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5193a",
+ "name": "Hillingdon Canal Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 2QX",
+ "address": "Hillingdon Canal Club, Waterloo Road",
+ "_geoloc": { "lat": 51.54234, "lng": -0.487173 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51958",
+ "name": "Hillingdon Manor Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB10 0PN",
+ "address": "Coney Green",
+ "_geoloc": { "lat": 51.53472, "lng": -0.457868 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f519a0",
+ "name": "Home and Bar Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB10 8LJ",
+ "address": "The Fox And Geese, 16 High Road",
+ "_geoloc": { "lat": 51.564586, "lng": -0.443137 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52096",
+ "name": "RNA Uxbridge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB10 9PG",
+ "address": "Club House, 388b Long Lane",
+ "_geoloc": { "lat": 51.551297, "lng": -0.448653 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f518e0",
+ "name": "Hayes Working Mens Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 3NB",
+ "address": "Hayes Working Mens Club And Institute Limited, Pump Lane",
+ "_geoloc": { "lat": 51.505112, "lng": -0.413566 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51ff1",
+ "name": "Pub Punjabi",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 3HE",
+ "address": "Bootlaces, 10-11 Broadway Parade, Coldharbour Lane",
+ "_geoloc": { "lat": 51.5104293823242, "lng": -0.41372299194336 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f520c6",
+ "name": "Royal Naval Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB10 9PG",
+ "address": "Rear Of 388",
+ "_geoloc": { "lat": 51.551132, "lng": -0.448371 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f518bc",
+ "name": "Hayes Cricket Club (Bar)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 2RJ",
+ "address": "Hayes Cricket Club Pavillion, The Green, Wood End",
+ "_geoloc": { "lat": 51.5196544, "lng": -0.4230165 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52069",
+ "name": "Relaxation & Leisure Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB7 0EB",
+ "address": "422 Bath Road",
+ "_geoloc": { "lat": 51.482471, "lng": -0.483725 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51a06",
+ "name": "Ickenham Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB10 8UT",
+ "address": "Ickenham Cricket Club Pavilion, Oak Avenue",
+ "_geoloc": { "lat": 51.57012, "lng": -0.446843 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f520ea",
+ "name": "Ruislip Royal British Legion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 7AN",
+ "address": "Park House, 32 High Street",
+ "_geoloc": { "lat": 51.575902, "lng": -0.42653 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f520ed",
+ "name": "Ruislip Rugby Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 6DR",
+ "address": "Ruislip Rugby Football Club, West End Road",
+ "_geoloc": { "lat": 51.569295, "lng": -0.423367 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f519e2",
+ "name": "Huxleys Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "TW6 2GA",
+ "address": "Departures Level 2 (airside), Terminal 5, Wellington Road",
+ "_geoloc": { "lat": 51.47328, "lng": -0.487831 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f520d2",
+ "name": "Ruislip Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 1JZ",
+ "address": "Ruislip Cricket Club - Kings College Playiong Fields, Kings College Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51a36",
+ "name": "Inhibitions Night Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 1EJ",
+ "address": "The Woolpack Ph, Dawley Road",
+ "_geoloc": { "lat": 51.509171, "lng": -0.43259 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5212c",
+ "name": "Sahibs",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA6 1PF",
+ "address": "22 The Broadway, Joel Street",
+ "_geoloc": { "lat": 51.602291, "lng": -0.409662 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51a57",
+ "name": "Ivy Leaf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB7 7RJ",
+ "address": "Ivy Leaf Club, Wimpole Road",
+ "_geoloc": { "lat": 51.511684, "lng": -0.476588 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51a66",
+ "name": "J J Moons",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 0AA",
+ "address": "J J Moons, 12 Victoria Road",
+ "_geoloc": { "lat": 51.573435, "lng": -0.413584 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f51a5a",
+ "name": "Ivy Leaf Memorial Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 2AP",
+ "address": "Ivy Leaf Club, 8 Wellington Road",
+ "_geoloc": { "lat": 51.543666, "lng": -0.482601 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f521f2",
+ "name": "Six Bells",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB7 7ND",
+ "address": "Six Bells, Station Road",
+ "_geoloc": { "lat": 51.506271, "lng": -0.469707 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f521f5",
+ "name": "Six Bells",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 7TP",
+ "address": "Six Bells, Ducks Hill Road",
+ "_geoloc": { "lat": 51.589527130127, "lng": -0.43691501021385 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52213",
+ "name": "Soldiers Return",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB10 8LG",
+ "address": "The Soldiers Return, 65 High Road",
+ "_geoloc": { "lat": 51.567917, "lng": -0.441393 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52336",
+ "name": "Swallow Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB10 9NR",
+ "address": "The Swallow Ph, Long Lane",
+ "_geoloc": { "lat": 51.5536270141602, "lng": -0.45021799206734 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f523e1",
+ "name": "The Beldam",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 3PH",
+ "address": "Eastern Gateway Building, Brunel University, Kingston Lane",
+ "_geoloc": { "lat": 51.532857, "lng": -0.472868 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f523e4",
+ "name": "The Black Bull",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 0EF",
+ "address": "Black Bull, Victoria Road",
+ "_geoloc": { "lat": 51.561449, "lng": -0.401075 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f523e7",
+ "name": "The Black Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA5 2EN",
+ "address": "The Black Horse Ph, Black Horse Parade, High Road",
+ "_geoloc": { "lat": 51.584666, "lng": -0.406293 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f523d5",
+ "name": "The Adam & Eve PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB4 0RR",
+ "address": "The Adam And Eve Public House, 830 Uxbridge Road",
+ "_geoloc": { "lat": 51.5216026306152, "lng": -0.41753000020981 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5242c",
+ "name": "The Dolphin",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 2UB",
+ "address": "The Dolphin, Rockingham Road",
+ "_geoloc": { "lat": 51.544157, "lng": -0.487877 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5242f",
+ "name": "The Emerald Rooms - Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 6QX",
+ "address": "Gaelic Athletic Association, West End Road",
+ "_geoloc": { "lat": 51.549497, "lng": -0.399662 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5243e",
+ "name": "The Fig Tree",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 1AB",
+ "address": "The Fig Tree Ph, 49 Windsor Street",
+ "_geoloc": { "lat": 51.545421, "lng": -0.480595 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52405",
+ "name": "The Case is Altered P.H",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA5 2EQ",
+ "address": "The Case Is Altered, Southill Lane",
+ "_geoloc": { "lat": 51.589595, "lng": -0.405081 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52411",
+ "name": "The Clubhouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 7SB",
+ "address": "Club House, Middlesex Stadium, Breakspear Road",
+ "_geoloc": { "lat": 51.586853, "lng": -0.439922 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52420",
+ "name": "The Crown P H",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 3QH",
+ "address": "The Crown, Colham Green Road",
+ "_geoloc": { "lat": 51.5228118896484, "lng": -0.45691499114037 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52432",
+ "name": "The Emerald Rooms (Function Rooms)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 6QX",
+ "address": "Gaelic Athletic Association, West End Road",
+ "_geoloc": { "lat": 51.549497, "lng": -0.399662 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5241a",
+ "name": "The Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB7 0AJ",
+ "address": "The Crown, High Street",
+ "_geoloc": { "lat": 51.488736, "lng": -0.477972 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5241d",
+ "name": "The Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 2NL",
+ "address": "The Crown Ph, High Street",
+ "_geoloc": { "lat": 51.531026, "lng": -0.482127 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52426",
+ "name": "The Darwin",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "TW6 3GA",
+ "address": "T3 (landside) Departures",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f523f0",
+ "name": "The Brookhouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB4 8BZ",
+ "address": "Kingshill Avenue",
+ "_geoloc": { "lat": 51.532164, "lng": -0.420483 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52423",
+ "name": "The Curator",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "TW6 1AY",
+ "address": "Sas And Air Canada London Lounge, Terminal 3 Pier 7, Camberley Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52438",
+ "name": "The Fairway",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 7DQ",
+ "address": "Ruislip Golf Centre, Ickenham Road",
+ "_geoloc": { "lat": 51.572059, "lng": -0.432997 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5244d",
+ "name": "The Gate P H",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA6 2RH",
+ "address": "The Gate, Rickmansworth Road",
+ "_geoloc": { "lat": 51.6141700744629, "lng": -0.43718001246452 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52447",
+ "name": "The Five Bells",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB7 0AQ",
+ "address": "The Five Bells, High Street",
+ "_geoloc": { "lat": 51.48918, "lng": -0.478231 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52450",
+ "name": "The George Ale & Coffee House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "TW6 2GA",
+ "address": "Departures Level, Terminal 5, Wellington Road",
+ "_geoloc": { "lat": 51.47328, "lng": -0.487831 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f524da",
+ "name": "The Pipemakers Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 2UR",
+ "address": "Pipemakers Arms, 58 St John's Road",
+ "_geoloc": { "lat": 51.5409698486328, "lng": -0.49098199605942 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5249b",
+ "name": "The Locker Room",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA6 1NU",
+ "address": "29 The Broadway, Joel Street",
+ "_geoloc": { "lat": 51.601977, "lng": -0.409066 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f524b0",
+ "name": "The Middlesex Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 0HG",
+ "address": "The Middlesex Arms, Long Drive",
+ "_geoloc": { "lat": 51.557616, "lng": -0.396968 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5246e",
+ "name": "The Harefield",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB9 6BY",
+ "address": "The Harefield, 41 High Street",
+ "_geoloc": { "lat": 51.602023, "lng": -0.483198 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f524b3",
+ "name": "The Music Box (Catering)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 1QT",
+ "address": "The Music Box, Bourne Avenue",
+ "_geoloc": { "lat": 51.5029945373535, "lng": -0.44004601240158 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f524d4",
+ "name": "The Pheasant PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 5LX",
+ "address": "The Pheasant Ph, 98 West End Lane",
+ "_geoloc": { "lat": 51.4852, "lng": -0.439476 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52465",
+ "name": "The Great Western",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 1NF",
+ "address": "The Great Western, Dawley Road",
+ "_geoloc": { "lat": 51.497293, "lng": -0.430578 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f524c8",
+ "name": "The Olde Northwood P H",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA6 1BP",
+ "address": "The Olde Northwood Ph, 142 Pinner Road",
+ "_geoloc": { "lat": 51.604835, "lng": -0.416938 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5245c",
+ "name": "The Good Yarn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 1JX",
+ "address": "The Good Yarn Ph, 132 High Street",
+ "_geoloc": { "lat": 51.547749, "lng": -0.480547 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f524ad",
+ "name": "The Metropolitan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 1AB",
+ "address": "Metropolitan Tavern, 8-9 Windsor Street",
+ "_geoloc": { "lat": 51.545421, "lng": -0.480595 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52483",
+ "name": "The Hut PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 3LH",
+ "address": "The Hut Ph, 2 Old Orchard Close",
+ "_geoloc": { "lat": 51.520535, "lng": -0.452755 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5244a",
+ "name": "The Flying Chariot (landside departures)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "TW6 1EW",
+ "address": "Commercial Unit C4, Terminal 2 The Queen's Terminal Check-In Level, Inner Ring East",
+ "_geoloc": { "lat": 51.469743, "lng": -0.449721 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52492",
+ "name": "The Laurels",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 8JY",
+ "address": "153 High Street",
+ "_geoloc": { "lat": 51.57271, "lng": -0.422527 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f524b6",
+ "name": "The Music Box (Pub)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 1QT",
+ "address": "The Music Box, Bourne Avenue",
+ "_geoloc": { "lat": 51.5029945373535, "lng": -0.44004601240158 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f524c2",
+ "name": "The Old Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB3 4BG",
+ "address": "The Old Crown, 81 Station Road",
+ "_geoloc": { "lat": 51.505025, "lng": -0.419116 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f524a1",
+ "name": "The Malt Shovel Ph",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 2JE",
+ "address": "Malt Shovel, 69 Iver Lane",
+ "_geoloc": { "lat": 51.529146, "lng": -0.485577 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f524dd",
+ "name": "The Plough",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB7 0HW",
+ "address": "The Plough Ph, 239 Sipson Road",
+ "_geoloc": { "lat": 51.4934921264648, "lng": -0.45786198973656 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f524ef",
+ "name": "The Royal British Legion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB10 0LQ",
+ "address": "The Royal British Legion, Uxbridge Road",
+ "_geoloc": { "lat": 51.532739, "lng": -0.451461 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52504",
+ "name": "The Three Magpies",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "TW6 2AU",
+ "address": "The Three Magpies, Bath Road",
+ "_geoloc": { "lat": 51.48108, "lng": -0.450864 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52507",
+ "name": "The Titchenham Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB10 8DF",
+ "address": "The Tichenham Inn, 11 Swakeleys Road",
+ "_geoloc": { "lat": 51.564476, "lng": -0.444959 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52516",
+ "name": "The Vine Inn Ph",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB10 0JQ",
+ "address": "The Vine Inn, 121 Hillingdon Hill",
+ "_geoloc": { "lat": 51.53543, "lng": -0.461203 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5252e",
+ "name": "The Wishing Well",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB4 8JF",
+ "address": "1250 Uxbridge Road",
+ "_geoloc": { "lat": 51.525473, "lng": -0.433818 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52540",
+ "name": "Three Steps",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 2DX",
+ "address": "The 3 Steps Ph, High Street",
+ "_geoloc": { "lat": 51.52987, "lng": -0.48241 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5251f",
+ "name": "The White Bear",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 7DF",
+ "address": "White Bear Ph, Ickenham Road",
+ "_geoloc": { "lat": 51.571846, "lng": -0.431215 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f525a0",
+ "name": "Uxbridge And District Conservative C",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 1PJ",
+ "address": "46 Harefield Road",
+ "_geoloc": { "lat": 51.551684, "lng": -0.479579 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f525b2",
+ "name": "Uxbridge Football Club Hinde Catering",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB7 8HX",
+ "address": "Uxbridge Football Club, Horton Road",
+ "_geoloc": { "lat": 51.512266, "lng": -0.458468 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f525d3",
+ "name": "Venue 5",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 9PB",
+ "address": "Venue 5, 446 Field End Road",
+ "_geoloc": { "lat": 51.568833, "lng": -0.38995 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f525ac",
+ "name": "Uxbridge Ex-Services Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 2LT",
+ "address": "12 Cowley Road",
+ "_geoloc": { "lat": 51.543119, "lng": -0.481278 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52543",
+ "name": "Three Tuns",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 1JN",
+ "address": "Three Tuns Ph, 24 High Street",
+ "_geoloc": { "lat": 51.54534, "lng": -0.478507 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f525be",
+ "name": "Uxbridge Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB8 1NR",
+ "address": "Uxbridge Cricket Club, Park Road",
+ "_geoloc": { "lat": 51.551514, "lng": -0.471334 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f52639",
+ "name": "Walnut Tree",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "UB4 9BL",
+ "address": "The Walnut Tree Public House, 115 Willow Tree Lane",
+ "_geoloc": { "lat": 51.526355, "lng": -0.394015 }
+ },
+ {
+ "objectID": "6399f73571c0238ae6f5264e",
+ "name": "Wealdstone FC",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hillingdon",
+ "postcode": "HA4 6JQ",
+ "address": "Ruislip Manor Sports And Social Club Ltd, Grosvenor Vale",
+ "_geoloc": { "lat": 51.569036, "lng": -0.419537 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52876",
+ "name": "African Queen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW4 5HL",
+ "address": "The African Queen, 315-317 Wellington Road South",
+ "_geoloc": { "lat": 51.4612079, "lng": -0.3757142 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f529b7",
+ "name": "Bedfont Football & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW14 9PR",
+ "address": "The Orchard, Hatton Road",
+ "_geoloc": { "lat": 51.458137512207, "lng": -0.43363401293755 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52a2f",
+ "name": "Black Dog Beer House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 0NF",
+ "address": "Albany Arms, 17 Albany Road",
+ "_geoloc": { "lat": 51.4855177, "lng": -0.3018441 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f529c9",
+ "name": "Bedfont Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "",
+ "address": "Bring Site 429 Bedfont Fc And Social Club, Hatton Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52a8c",
+ "name": "Brentford Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 0NT",
+ "address": "Griffin Park, Braemar Road",
+ "_geoloc": { "lat": 51.4877336, "lng": -0.3025324 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52bd9",
+ "name": "Chiswick Memorial Club Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 2EL",
+ "address": "Chiswick Memorial Club, Bourne Place",
+ "_geoloc": { "lat": 51.4920196533203, "lng": -0.26003900170326 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52bc4",
+ "name": "Chiswick Boathouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 2SH",
+ "address": "Chiswick Boathouse, Dukes Meadow, Great Chertsey Road",
+ "_geoloc": { "lat": 51.4733608, "lng": -0.2632268 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52bcd",
+ "name": "Chiswick Club Society Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "",
+ "address": "11-13 Chiswick High Road",
+ "_geoloc": { "lat": 51.4920609, "lng": -0.2733248 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52bc7",
+ "name": "Chiswick Catholic Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 2AE",
+ "address": "The Catholic Centre, 2 Dukes Avenue",
+ "_geoloc": { "lat": 51.4918601, "lng": -0.260498 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52bd0",
+ "name": "Chiswick Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 2SH",
+ "address": "10 Riverside Drive",
+ "_geoloc": { "lat": 51.4735832214355, "lng": -0.25638398528099 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52be8",
+ "name": "Chiswick Tennis Club Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 3EU",
+ "address": "Riverside Lawn Tennis Club, Burlington Lane",
+ "_geoloc": { "lat": 51.4811019897461, "lng": -0.26437801122665 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52be5",
+ "name": "Chiswick Rugby Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 2SH",
+ "address": "Chiswick Rfu Ltd The Club House, Riverside Drive",
+ "_geoloc": { "lat": 51.4735717773438, "lng": -0.25634899735451 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52bdf",
+ "name": "Chiswick Old Fire Station",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 2DR",
+ "address": "All Bar One, 197-199 Chiswick High Road",
+ "_geoloc": { "lat": 51.4922370910645, "lng": -0.25711300969124 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52bfd",
+ "name": "Cinnamon Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 6AB",
+ "address": "181 Twickenham Road",
+ "_geoloc": { "lat": 51.4722473, "lng": -0.3285156 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52c03",
+ "name": "City Barge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 3PH",
+ "address": "Flat, The City Barge, 27 Strand-On-The-Green",
+ "_geoloc": { "lat": 51.4850305, "lng": -0.2790503 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52c21",
+ "name": "Club K",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 1HB",
+ "address": "236a High Street",
+ "_geoloc": { "lat": 51.4683628, "lng": -0.3654828 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52c4b",
+ "name": "Connolly's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 5TT",
+ "address": "Connollys Bar, 450 Chiswick High Road",
+ "_geoloc": { "lat": 51.4930114746094, "lng": -0.26829099655151 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52cae",
+ "name": "Crown and Anchor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 4HH",
+ "address": "The Crown And Anchor, 374 Chiswick High Road",
+ "_geoloc": { "lat": 51.4926071166992, "lng": -0.26767998933792 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52ced",
+ "name": "David Lloyd Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW5 9PE",
+ "address": "David Lloyd Leisure Plc, 10 Southall Lane",
+ "_geoloc": { "lat": 51.4935111999512, "lng": -0.40041300654411 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52d65",
+ "name": "Dukes Meadow Golf and Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 2RX",
+ "address": "1 Great Chertsey Road",
+ "_geoloc": { "lat": 51.4809989929199, "lng": -0.25683501362801 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52d62",
+ "name": "Duke of Wellington",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW14 9QS",
+ "address": "Duke Of Wellington, 331 Hatton Road",
+ "_geoloc": { "lat": 51.4623588, "lng": -0.4273524 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52d74",
+ "name": "Eddies Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW13 6PX",
+ "address": "Eddies Social Club, Hounslow Road",
+ "_geoloc": { "lat": 51.438289642334, "lng": -0.3911580145359 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52de0",
+ "name": "Express Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 0EW",
+ "address": "The Express Tavern, 56 Kew Bridge Road",
+ "_geoloc": { "lat": 51.4891123, "lng": -0.2879357 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52e19",
+ "name": "Feltham Constitutional Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW13 5AB",
+ "address": "Feltham Constitutional Club, 30 Hanworth Road",
+ "_geoloc": { "lat": 51.4467495, "lng": -0.4048733 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52e10",
+ "name": "Feltham and Whitton Lions Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 2NP",
+ "address": "93 Heath Road",
+ "_geoloc": { "lat": 51.4643238, "lng": -0.354438 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52eac",
+ "name": "General Roy",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW13 7AB",
+ "address": "2 Poplar Way",
+ "_geoloc": { "lat": 51.4407336, "lng": -0.4136773 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52eb8",
+ "name": "George and Devonshire",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 2QE",
+ "address": "The George And Devonshire, 8 Burlington Lane",
+ "_geoloc": { "lat": 51.4863621, "lng": -0.2521053 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52edc",
+ "name": "Goals Soccer Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 5PT",
+ "address": "Goals Soccer Centre, Syon Lane",
+ "_geoloc": { "lat": 51.4886589050293, "lng": -0.33656701445579 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52ecd",
+ "name": "Gio's Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 1QT",
+ "address": "113 High Street",
+ "_geoloc": { "lat": 51.4695473, "lng": -0.3580815 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52f1b",
+ "name": "Grasshoppers R.F.Sports & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 5PN",
+ "address": "1 Macfarlane Lane",
+ "_geoloc": { "lat": 51.4868659973145, "lng": -0.3364070057869 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52f84",
+ "name": "Gunnersbury Sports and Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W3 8JY",
+ "address": "Club, Gunnersbury Sports And Social Ground, Park Place",
+ "_geoloc": { "lat": 51.4968795776367, "lng": -0.28105199337006 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52fa8",
+ "name": "Hanworth Royal Naval Association Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW13 6PP",
+ "address": "Royal Naval Association Club, Park Road",
+ "_geoloc": { "lat": 51.4356155395508, "lng": -0.39292600750923 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f52f87",
+ "name": "Gunnersbury Triangle Sports & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W3 8LN",
+ "address": "The Pavilion, The Ridgeway",
+ "_geoloc": { "lat": 51.5009956359863, "lng": -0.28223100304604 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f5306b",
+ "name": "Hounslow Indoor Bowls Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 3BD",
+ "address": "50 Sutton Lane",
+ "_geoloc": { "lat": 51.4733679, "lng": -0.3785971 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f53089",
+ "name": "Hounslow Sports & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 3FX",
+ "address": "60 Grove Road",
+ "_geoloc": { "lat": 51.4668166, "lng": -0.3642133 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f5309e",
+ "name": "Hussar Bar & Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW4 5AR",
+ "address": "The Hussar, 495-497 Staines Road",
+ "_geoloc": { "lat": 51.4631439, "lng": -0.3879696 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f530ec",
+ "name": "Inverness Lodge Social Club Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 8DW",
+ "address": "9 Boston Manor Road",
+ "_geoloc": { "lat": 51.4867744445801, "lng": -0.30842399597168 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f530d4",
+ "name": "Indian Gymkhana Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 4NQ",
+ "address": "Indian Gymkhana Club Ltd, Thornbury Avenue",
+ "_geoloc": { "lat": 51.4807167053223, "lng": -0.34849199652672 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f5310d",
+ "name": "Isleworth Working Mens Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 6PN",
+ "address": "109 St Johns Road",
+ "_geoloc": { "lat": 51.4704967, "lng": -0.3292879 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f53110",
+ "name": "Isleworthians Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 5ED",
+ "address": "Old Isleworthians Association, Wood Lane",
+ "_geoloc": { "lat": 51.477897644043, "lng": -0.33409801125526 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f531af",
+ "name": "Keg & Cask Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW4 7DN",
+ "address": "286 Bath Road",
+ "_geoloc": { "lat": 51.4726381, "lng": -0.3860371 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f5320c",
+ "name": "KTM ROX",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW13 4AB",
+ "address": "49 High Street",
+ "_geoloc": { "lat": 51.4438033, "lng": -0.4109405 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f53239",
+ "name": "Lamplighter",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 3LF",
+ "address": "66 Staines Road",
+ "_geoloc": { "lat": 51.4671336, "lng": -0.3686349 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f533e9",
+ "name": "Moon on the Square",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW13 4AU",
+ "address": "Unit 30, The Centre, High Street",
+ "_geoloc": { "lat": 51.4463998, "lng": -0.4101507 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f5333b",
+ "name": "Mario's Catering @ The Swan Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 6XA",
+ "address": "Swan Inn, Swan Street",
+ "_geoloc": { "lat": 51.4688756, "lng": -0.3242027 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f533b6",
+ "name": "Milford Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 4EY",
+ "address": "The Milford Arms, 574 London Road",
+ "_geoloc": { "lat": 51.4735565185547, "lng": -0.34577000141144 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f53374",
+ "name": "Mawson Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 2QA",
+ "address": "110 Chiswick Lane South",
+ "_geoloc": { "lat": 51.4879692, "lng": -0.2497732 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f533ef",
+ "name": "Moon Under Water",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 3LF",
+ "address": "84-86 Staines Road",
+ "_geoloc": { "lat": 51.4669857, "lng": -0.3693125 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f53362",
+ "name": "Masonian Bowling club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 2SH",
+ "address": "Masonian Bowls Club, Riverside Drive",
+ "_geoloc": { "lat": 51.4735717773438, "lng": -0.25634899735451 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f53332",
+ "name": "Manzil Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 3NX",
+ "address": "45 Bell Road",
+ "_geoloc": { "lat": 51.4661868, "lng": -0.364805 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f532c0",
+ "name": "London Apprentice",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 6BG",
+ "address": "The London Apprentice, 62 Church Street",
+ "_geoloc": { "lat": 51.4711217, "lng": -0.3208519 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f53440",
+ "name": "New Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 0NX",
+ "address": "The New Inn, 1 New Road",
+ "_geoloc": { "lat": 51.4891839, "lng": -0.3022049 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f5347c",
+ "name": "Northumberland Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 8JB",
+ "address": "11 London Road",
+ "_geoloc": { "lat": 51.4822117, "lng": -0.3127325 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f534b5",
+ "name": "Old Station House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 3SG",
+ "address": "The Old Station House, 2 Grove Park Road",
+ "_geoloc": { "lat": 51.4816111, "lng": -0.2692807 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f534d3",
+ "name": "One Over the Ait",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 0FH",
+ "address": "One Over The Ait, Kew Bridge Piazza, 8 Kew Bridge Road",
+ "_geoloc": { "lat": 51.4880447387695, "lng": -0.28832098841667 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f534ee",
+ "name": "O'Riordan's Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 0DX",
+ "address": "Oriordans Tavern, 3 High Street",
+ "_geoloc": { "lat": 51.4878127, "lng": -0.2920535 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f535a2",
+ "name": "Piano Restaurants",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 1SY",
+ "address": "80-82 Chiswick High Road",
+ "_geoloc": { "lat": 51.4931855, "lng": -0.2502951 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f535d8",
+ "name": "Platform 3",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 2DG",
+ "address": "69 Whitton Road",
+ "_geoloc": { "lat": 51.463, "lng": -0.363115 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f536fe",
+ "name": "Royal Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 6EP",
+ "address": "The Royal Oak, 128 Worton Road",
+ "_geoloc": { "lat": 51.4671023, "lng": -0.3406447 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f5365f",
+ "name": "Queens Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW5 9PB",
+ "address": "The Queens Head, 123 High Street",
+ "_geoloc": { "lat": 51.4850125, "lng": -0.4052942 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f53626",
+ "name": "Princess Royal",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 0LF",
+ "address": "The Princess Royal, 107 Ealing Road",
+ "_geoloc": { "lat": 51.4879642, "lng": -0.3011281 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f5363e",
+ "name": "Pub Grub @ The Lord Clyde",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 1XH",
+ "address": "The Lord Clyde, 77 Inwood Road",
+ "_geoloc": { "lat": 51.4659423828125, "lng": -0.35946801304817 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f536ef",
+ "name": "Royal British Legion Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 6BT",
+ "address": "5-6 North Street",
+ "_geoloc": { "lat": 51.4691263, "lng": -0.3251308 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f53662",
+ "name": "Queens Head Chiswick",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 4LD",
+ "address": "12 Sutton Lane North",
+ "_geoloc": { "lat": 51.4890295, "lng": -0.2701494 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f536f5",
+ "name": "Royal British Legion Club Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW13 6QW",
+ "address": "22 Cross Road",
+ "_geoloc": { "lat": 51.4338057, "lng": -0.3880068 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f536ec",
+ "name": "Royal Albion Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 3RP",
+ "address": "The Royal Albion, 58 Hibernia Road",
+ "_geoloc": { "lat": 51.4639459, "lng": -0.3686449 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f536f2",
+ "name": "Royal British Legion Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW14 8HT",
+ "address": "72 New Road",
+ "_geoloc": { "lat": 51.4556842, "lng": -0.432687 }
+ },
+ {
+ "objectID": "6399f73671c0238ae6f535ed",
+ "name": "Pope John Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW5 0HB",
+ "address": "Heston Catholic Club, Eton Avenue",
+ "_geoloc": { "lat": 51.488109588623, "lng": -0.37437298893928 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f536f8",
+ "name": "Royal British Legion Club Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW5 0LG",
+ "address": "79 New Heston Road",
+ "_geoloc": { "lat": 51.4850203, "lng": -0.3784589 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53821",
+ "name": "Sparrow Farm Residents Association @ Sparrow Farm Drive",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW14 0DQ",
+ "address": "Central Parade",
+ "_geoloc": { "lat": 51.4532165527344, "lng": -0.39882799983025 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f539ad",
+ "name": "The Bell on the Green",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW14 8PA",
+ "address": "661 Staines Road",
+ "_geoloc": { "lat": 51.4511535, "lng": -0.4385902 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a64",
+ "name": "The Lamb",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 4PH",
+ "address": "The Lamb Brewery, 9 Barley Mow Passage",
+ "_geoloc": { "lat": 51.4919825, "lng": -0.2623733 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a97",
+ "name": "The Packhorse and Talbot",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 2DT",
+ "address": "The Pack Horse And Talbot, 145 Chiswick High Road",
+ "_geoloc": { "lat": 51.4924926757812, "lng": -0.25514400005341 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53ab5",
+ "name": "The Roebuck",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 1PU",
+ "address": "The Roebuck, 122 Chiswick High Road",
+ "_geoloc": { "lat": 51.4930222, "lng": -0.2526739 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53ad6",
+ "name": "The Swan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW13 6RQ",
+ "address": "The Swan, 201 Swan Road",
+ "_geoloc": { "lat": 51.4304088, "lng": -0.3894024 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f539c5",
+ "name": "The Bulls Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 3PQ",
+ "address": "The Bulls Head, Strand-On-The-Green",
+ "_geoloc": { "lat": 51.4841766357422, "lng": -0.27776500582695 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f539e3",
+ "name": "The Coach and Horses",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 1PG",
+ "address": "684 London Road",
+ "_geoloc": { "lat": 51.4716028, "lng": -0.3517889 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a04",
+ "name": "The Cross Lances",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 3TU",
+ "address": "Cross Lances, 236 Hanworth Road",
+ "_geoloc": { "lat": 51.4643374, "lng": -0.3647267 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a31",
+ "name": "The Griffin Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 0NP",
+ "address": "57 Brook Road South",
+ "_geoloc": { "lat": 51.4870617, "lng": -0.3027057 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a40",
+ "name": "The HCC Sports & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 4BX",
+ "address": "Hounslow Conservative Club, Gresham Road",
+ "_geoloc": { "lat": 51.4786605834961, "lng": -0.35578200221062 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a73",
+ "name": "The Load of Hay",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW14 9HD",
+ "address": "The Load Of Hay, 330 Staines Road",
+ "_geoloc": { "lat": 51.4546589, "lng": -0.4258321 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53adc",
+ "name": "The Tabard",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 1LW",
+ "address": "The Tabard, 2 Bath Road",
+ "_geoloc": { "lat": 51.4956925, "lng": -0.2546414 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53aeb",
+ "name": "The Victoria Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 7HU",
+ "address": "The Victoria, 56 Worple Road",
+ "_geoloc": { "lat": 51.4643908, "lng": -0.3277141 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53af4",
+ "name": "The White Bear",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 4AR",
+ "address": "198 Kingsley Road",
+ "_geoloc": { "lat": 51.4754518, "lng": -0.3600064 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53887",
+ "name": "Staines Rugby Football Club Main Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW13 7NB",
+ "address": "Staines Rugby Football Club, Snakey Lane",
+ "_geoloc": { "lat": 51.4320068359375, "lng": -0.41310700774193 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f539a4",
+ "name": "The Beehive",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 0JG",
+ "address": "The Beehive, 227 High Street",
+ "_geoloc": { "lat": 51.4837358, "lng": -0.3062916 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a7c",
+ "name": "The Magpie and Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 8EW",
+ "address": "The Magpie And Crown, 128 High Street",
+ "_geoloc": { "lat": 51.4827152, "lng": -0.3090989 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a8e",
+ "name": "The Old Pack Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 5TF",
+ "address": "The Old Pack Horse, 434 Chiswick High Road",
+ "_geoloc": { "lat": 51.4929181, "lng": -0.2666917 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53b30",
+ "name": "Town Wharf",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 6RS",
+ "address": "The Town Wharf, Swan Street",
+ "_geoloc": { "lat": 51.4692573547363, "lng": -0.32222598791122 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53878",
+ "name": "St. Christopher's Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW5 9RG",
+ "address": "32 High Street",
+ "_geoloc": { "lat": 51.4830304, "lng": -0.4113855 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f5398c",
+ "name": "Thai@BridgeInn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 5AA",
+ "address": "457 London Road",
+ "_geoloc": { "lat": 51.4750952, "lng": -0.3358505 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a07",
+ "name": "The Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 1PD",
+ "address": "210 Chiswick High Road",
+ "_geoloc": { "lat": 51.4928159, "lng": -0.2568249 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53b66",
+ "name": "University of London Boathouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 3TU",
+ "address": "University of London Boathouse, 81 Hartington Road",
+ "_geoloc": { "lat": 51.4817309, "lng": -0.2750341 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53992",
+ "name": "The Airedale Bar at The Hogarth Health Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 2NW",
+ "address": "1a Airedale Avenue",
+ "_geoloc": { "lat": 51.4926515, "lng": -0.2480221 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f539a1",
+ "name": "The Beehive",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW14 9HF",
+ "address": "333 Staines Road",
+ "_geoloc": { "lat": 51.4554239, "lng": -0.4201261 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f539bf",
+ "name": "The Brewery Tap",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 8BD",
+ "address": "The Brewery Tap, 47 Catherine Wheel Road",
+ "_geoloc": { "lat": 51.482250213623, "lng": -0.30538898706436 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f539dd",
+ "name": "The Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 7BN",
+ "address": "Castle Inn, 18 Upper Square",
+ "_geoloc": { "lat": 51.4683741, "lng": -0.3246026 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f539e6",
+ "name": "The Coach and Horses",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 5BQ",
+ "address": "Coach And Horses, 183 London Road",
+ "_geoloc": { "lat": 51.4794661, "lng": -0.320128 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f539fe",
+ "name": "The Copper Cow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 3JY",
+ "address": "2 Fauconberg Road",
+ "_geoloc": { "lat": 51.4867636, "lng": -0.2716928 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a16",
+ "name": "The Duke of York",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 2HU",
+ "address": "107 Devonshire Road",
+ "_geoloc": { "lat": 51.4894032, "lng": -0.2547022 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53ac1",
+ "name": "The Sawyers Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW13 4QR",
+ "address": "25 Ashford Road",
+ "_geoloc": { "lat": 51.4373016357422, "lng": -0.4242750108242 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53afa",
+ "name": "The Woodlands Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 6NY",
+ "address": "The Woodlands Tavern, 29 St Johns Road",
+ "_geoloc": { "lat": 51.4730514, "lng": -0.3377032 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53b06",
+ "name": "Thistleworth Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 5LX",
+ "address": "Thisleworth Tennis And Social Club, 129 Ridgeway Road North",
+ "_geoloc": { "lat": 51.4839553833008, "lng": -0.34210100769997 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53bfc",
+ "name": "Will to Win Tennis Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 2RP",
+ "address": "Chiswick House Grounds, Burlington Lane",
+ "_geoloc": { "lat": 51.4837664, "lng": -0.2586275 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f539a7",
+ "name": "The Bell",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 3JS",
+ "address": "The Bell, 2 Staines Road",
+ "_geoloc": { "lat": 51.467778, "lng": -0.3660487 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a3d",
+ "name": "The Hare and Hounds",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 5PR",
+ "address": "Hare And Hounds, Windmill Lane",
+ "_geoloc": { "lat": 51.4916458129883, "lng": -0.33925300836563 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a61",
+ "name": "The Kings Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 8EA",
+ "address": "The Kings Arms, 19 Boston Manor Road",
+ "_geoloc": { "lat": 51.4878515, "lng": -0.3108852 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53ae2",
+ "name": "The Three Horseshoes",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW13 4PE",
+ "address": "1 Sunbury Road",
+ "_geoloc": { "lat": 51.4379574, "lng": -0.4207141 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53ae8",
+ "name": "The Union",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 5YA",
+ "address": "Building 5, 566 Chiswick High Road",
+ "_geoloc": { "lat": 51.4946746826172, "lng": -0.27605000138283 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f538ab",
+ "name": "Stoneywall Community Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW14 8SA",
+ "address": "Kilross Road",
+ "_geoloc": { "lat": 51.4493942260742, "lng": -0.43222001194954 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f538db",
+ "name": "Sun Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 1UG",
+ "address": "The Sun, 148 Hanworth Road",
+ "_geoloc": { "lat": 51.46652, "lng": -0.3621637 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53995",
+ "name": "The Airman",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW13 5AX",
+ "address": "The Airman, Hanworth Road",
+ "_geoloc": { "lat": 51.4460615, "lng": -0.400901 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f539b6",
+ "name": "The Black Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 4EZ",
+ "address": "The Black Horse, 203 Lampton Road",
+ "_geoloc": { "lat": 51.4779, "lng": -0.3630666 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a76",
+ "name": "The Lord Nelson",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 9NY",
+ "address": "The Lord Nelson, 9-11 Enfield Road",
+ "_geoloc": { "lat": 51.4917831420898, "lng": -0.30847001075745 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53aac",
+ "name": "The Red Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 6QJ",
+ "address": "92-94 Linkfield Road",
+ "_geoloc": { "lat": 51.4735288, "lng": -0.3339535 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53abe",
+ "name": "The Royal Horse Guardsmen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 0JU",
+ "address": "Royal Horseguardsman, 23 Ealing Road",
+ "_geoloc": { "lat": 51.4863708, "lng": -0.3000177 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53ad9",
+ "name": "The Swan Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 6XA",
+ "address": "Swan Inn, Swan Street",
+ "_geoloc": { "lat": 51.4688756, "lng": -0.3242027 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53aee",
+ "name": "The Watermans Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 0AW",
+ "address": "The Watermans Arms, 1 Ferry Lane",
+ "_geoloc": { "lat": 51.484769, "lng": -0.3013764 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53af1",
+ "name": "The Weir Bar & Dining Room",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 8EQ",
+ "address": "The Weir, 24 Market Place",
+ "_geoloc": { "lat": 51.4836587, "lng": -0.3093067 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f539aa",
+ "name": "The Bell and Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 3PL",
+ "address": "11 Thames Road",
+ "_geoloc": { "lat": 51.4870426, "lng": -0.2831606 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f539c8",
+ "name": "The Bulstrode Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW3 1JG",
+ "address": "55 Lampton Road",
+ "_geoloc": { "lat": 51.4708471, "lng": -0.366698 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a1f",
+ "name": "The George IV",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 2DR",
+ "address": "George Iv Public House, 185 Chiswick High Road",
+ "_geoloc": { "lat": 51.4922226, "lng": -0.257078 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a22",
+ "name": "The Globe",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW8 9NA",
+ "address": "The Globe, 104 Windmill Road",
+ "_geoloc": { "lat": 51.490524, "lng": -0.3097593 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a2b",
+ "name": "The Green Man",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW14 0PZ",
+ "address": "Green Man, Green Man Lane",
+ "_geoloc": { "lat": 51.4654197692871, "lng": -0.41619500517845 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a34",
+ "name": "The Gunnersbury",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 5RP",
+ "address": "The Gunnersbury, 590 Chiswick High Road",
+ "_geoloc": { "lat": 51.4925935, "lng": -0.2758486 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53a43",
+ "name": "The Honeycombe",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW4 5AR",
+ "address": "The Honeycombe, 417 Staines Road",
+ "_geoloc": { "lat": 51.4639903, "lng": -0.3850363 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53aa3",
+ "name": "The Pilot",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "W4 4BZ",
+ "address": "56 Wellesley Road",
+ "_geoloc": { "lat": 51.4902578, "lng": -0.2777401 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53ab2",
+ "name": "The Rising Sun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 5AQ",
+ "address": "The Rising Sun, 407 London Road",
+ "_geoloc": { "lat": 51.4758471, "lng": -0.3318041 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53ab8",
+ "name": "The Rose and Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW5 0RH",
+ "address": "220 Heston Road",
+ "_geoloc": { "lat": 51.485934, "lng": -0.3732774 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53c35",
+ "name": "Wycombe House Cricket & Tennis",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW7 5PJ",
+ "address": "385 Jersey Road",
+ "_geoloc": { "lat": 51.4884196, "lng": -0.3403596 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53c59",
+ "name": "Yolo Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Hounslow",
+ "postcode": "TW5 0RD",
+ "address": "The Old George, 129 Heston Road",
+ "_geoloc": { "lat": 51.4843066, "lng": -0.3719988 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53c83",
+ "name": "23 Paul Street",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC2A 4JU",
+ "address": "23 Paul Street, 23-25 Paul Street",
+ "_geoloc": { "lat": 51.523124, "lng": -0.084682 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53d10",
+ "name": "All Bar One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC2A 1NS",
+ "address": "All Bar One, 127 Finsbury Pavement",
+ "_geoloc": { "lat": 51.520386, "lng": -0.087723 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53d25",
+ "name": "Almeida Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1TA",
+ "address": "Almeida Theatre, Almeida Theatre",
+ "_geoloc": { "lat": 51.539463, "lng": -0.103998 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53d2e",
+ "name": "Alwyne Castle Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 2LY",
+ "address": "Alwyne Castle Public House, 83 St Paul's Road",
+ "_geoloc": { "lat": 51.5465616, "lng": -0.0985723 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53dcd",
+ "name": "Army & Navy Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N16 8NN",
+ "address": "Army & Navy Public House, 1-3 Matthias Road",
+ "_geoloc": { "lat": 51.551713, "lng": -0.079832 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53de5",
+ "name": "Artillery Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1Y 8ND",
+ "address": "Artillery Arms Public House, 102 Bunhill Row",
+ "_geoloc": { "lat": 51.523486, "lng": -0.090304 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55570",
+ "name": "Tufnell Park Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 0EE",
+ "address": "Tufnell Park Tavern, 162 Tufnell Park Road",
+ "_geoloc": { "lat": 51.557463, "lng": -0.133544 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53e42",
+ "name": "Bank Of Friendship PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N5 1EA",
+ "address": "Bank Of Friendship PH, 224 Blackstock Road",
+ "_geoloc": { "lat": 51.558579, "lng": -0.09886 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5558e",
+ "name": "Union Tavern Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "WC1X 9AA",
+ "address": "Union Tavern Public House, 52 Lloyd Baker Street",
+ "_geoloc": { "lat": 51.526942, "lng": -0.113297 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5557c",
+ "name": "Two Brewers Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1Y 8JH",
+ "address": "Two Brewers Public House, 121 Whitecross Street",
+ "_geoloc": { "lat": 51.522367, "lng": -0.092844 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55579",
+ "name": "Two Brewers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 8UR",
+ "address": "Two Brewers, 109-110 Roman Way",
+ "_geoloc": { "lat": 51.546351, "lng": -0.115725 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5559a",
+ "name": "Upper House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1RQ",
+ "address": "Upper House, 181 Upper Street",
+ "_geoloc": { "lat": 51.5420959, "lng": -0.1032292 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53e9f",
+ "name": "Beduin",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1M 6HA",
+ "address": "Beduin, Basement And Ground Floors Front 57-59",
+ "_geoloc": { "lat": 51.5192718505859, "lng": -0.10374099761248 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53e60",
+ "name": "Barrio North",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 2SF",
+ "address": "Barrio North, Commercial Unit",
+ "_geoloc": { "lat": 51.53774, "lng": -0.100363 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53e99",
+ "name": "Bedford Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 7PT",
+ "address": "Bedford Tavern, Ground Floor",
+ "_geoloc": { "lat": 51.561381, "lng": -0.112031 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53e48",
+ "name": "Bar With No Name",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 8AB",
+ "address": "Bar With No Name, 69 Colebrooke Row",
+ "_geoloc": { "lat": 51.536208, "lng": -0.10122 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53e8a",
+ "name": "Be at One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 0PQ",
+ "address": "Be at One, 12 Upper Street",
+ "_geoloc": { "lat": 51.5338943, "lng": -0.1059927 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53ef9",
+ "name": "Big Red",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 0RY",
+ "address": "Big Red, The Big Red Pub, The Arcade",
+ "_geoloc": { "lat": 51.557375, "lng": -0.119612 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f555dc",
+ "name": "W. B Yeats",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N4 3HU",
+ "address": "W. B Yeats, Ground Floor",
+ "_geoloc": { "lat": 51.566041, "lng": -0.111073 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55627",
+ "name": "Whittington Stone",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N19 5NE",
+ "address": "Whittington Stone, 53 Highgate Hill",
+ "_geoloc": { "lat": 51.567356, "lng": -0.138723 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55633",
+ "name": "Wilmington Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1R 4RL",
+ "address": "Wilmington Arms, 69 Rosebery Avenue",
+ "_geoloc": { "lat": 51.526119, "lng": -0.110189 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53f1a",
+ "name": "Blackstock Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N4 2HY",
+ "address": "Blackstock Public House, Ground Floor",
+ "_geoloc": { "lat": 51.564136, "lng": -0.104991 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53f26",
+ "name": "Blue Nile",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 7PX",
+ "address": "Blue Nile, Ground Floor",
+ "_geoloc": { "lat": 51.561909, "lng": -0.11074 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5564b",
+ "name": "Woodbine Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N5 2LL",
+ "address": "Woodbine Public House, 215 Blackstock Road",
+ "_geoloc": { "lat": 51.559522, "lng": -0.098301 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5565a",
+ "name": "World's End",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N4 3EF",
+ "address": "World's End, Public House",
+ "_geoloc": { "lat": 51.567411, "lng": -0.109011 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53f4d",
+ "name": "Boston Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N19 5QQ",
+ "address": "Boston Arms Public House, 178-180 Junction Road",
+ "_geoloc": { "lat": 51.558131, "lng": -0.138248 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53f56",
+ "name": "Bourne & Hollingsworth Buildings",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "",
+ "address": "Bourne & Hollingsworth Buildings, 42 Northampton Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f556a2",
+ "name": "York Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 8EQ",
+ "address": "York Public House, 82 Islington High Street",
+ "_geoloc": { "lat": 51.533102, "lng": -0.105473 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53f71",
+ "name": "Brewhouse and Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1V 1NF",
+ "address": "Brewhouse and Kitchen, 415 City Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53f86",
+ "name": "Britannia Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1V 3QR",
+ "address": "Britannia Public House, 94 Ironmonger Row",
+ "_geoloc": { "lat": 51.526851, "lng": -0.094286 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f556de",
+ "name": "Zubi",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 8DD",
+ "address": "Zubi, 144 Holloway Road",
+ "_geoloc": { "lat": 51.550955, "lng": -0.109577 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f53fe3",
+ "name": "Cafe Kick",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1R 4QL",
+ "address": "Cafe Kick, Shop",
+ "_geoloc": { "lat": 51.526103, "lng": -0.10918 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f5403a",
+ "name": "Camden Head Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "",
+ "address": "Camden Head Public House, 2 Camden Walk",
+ "_geoloc": { "lat": 51.535641, "lng": -0.1027912 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f54073",
+ "name": "Castle Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 0SJ",
+ "address": "Castle Bar, Bar",
+ "_geoloc": { "lat": 51.5534515380859, "lng": -0.12254799902439 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f54055",
+ "name": "Cannons - The Factory",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N5 2LL",
+ "address": "Cannons - The Factory, 223A Blackstock Road",
+ "_geoloc": { "lat": 51.559523, "lng": -0.098302 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f54112",
+ "name": "Central Station Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 9SE",
+ "address": "Central Station Public House, 37 Wharfdale Road",
+ "_geoloc": { "lat": 51.538363, "lng": -0.097915 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f54136",
+ "name": "Charles Lamb Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 8DE",
+ "address": "Charles Lamb Public House, 16 Elia Street",
+ "_geoloc": { "lat": 51.532197, "lng": -0.10231 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f5412a",
+ "name": "Chapel Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 9PX",
+ "address": "Chapel Bar, 29 Penton Street",
+ "_geoloc": { "lat": 51.532915, "lng": -0.111753 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f54133",
+ "name": "Charles 1 Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 9BL",
+ "address": "Charles 1 Public House, 55-57 Northdown Street",
+ "_geoloc": { "lat": 51.53191, "lng": -0.119724 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f5419f",
+ "name": "City Pride Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1R 3AU",
+ "address": "City Pride Public House, 28 Farringdon Lane",
+ "_geoloc": { "lat": 51.522951, "lng": -0.106702 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f541b1",
+ "name": "Clerkenwell & Social",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1M 4DE",
+ "address": "Clerkenwell & Social, Ground and Lower Ground Floors",
+ "_geoloc": { "lat": 51.522127, "lng": -0.103564 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f5425c",
+ "name": "Cousin's Professional Snooker Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "",
+ "address": "Cousin's Professional Snooker Club, 8-14 Seven Sisters Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f54280",
+ "name": "Crown Tavern Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1R 0EG",
+ "address": "Crown Tavern Public House, 43 Clerkenwell Green",
+ "_geoloc": { "lat": 51.52326, "lng": -0.105218 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f5431c",
+ "name": "Dostlar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N16 9BU",
+ "address": "Dostlar, 47 Green Lanes",
+ "_geoloc": { "lat": 51.553262, "lng": -0.088263 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f5432b",
+ "name": "Doyles Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 9DQ",
+ "address": "Doyles Tavern, 379 Caledonian Road",
+ "_geoloc": { "lat": 51.543425, "lng": -0.11775 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f54340",
+ "name": "Duchess Of Kent",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 8PR",
+ "address": "Duchess Of Kent, 441 Liverpool Road",
+ "_geoloc": { "lat": 51.545967, "lng": -0.108631 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f54343",
+ "name": "Duchess of Kent Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 8PR",
+ "address": "Duchess of Kent Public House, 72 Prebend Street",
+ "_geoloc": { "lat": 51.537778, "lng": -0.093253 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f54355",
+ "name": "Eagle Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1R 3AL",
+ "address": "Eagle Public House, 159 Farringdon Road",
+ "_geoloc": { "lat": 51.524382, "lng": -0.110131 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f54358",
+ "name": "Earl Of Essex Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 8LE",
+ "address": "Earl Of Essex Public House, 25 Danbury Street",
+ "_geoloc": { "lat": 51.534193, "lng": -0.099531 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f54382",
+ "name": "El Comandante Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 6ET",
+ "address": "El Comandante Public House, 10 Annette Road",
+ "_geoloc": { "lat": 51.555674, "lng": -0.112787 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f5440c",
+ "name": "Fabric",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "",
+ "address": "Fabric, 77A Charterhouse Street",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f5441e",
+ "name": "Famous Cock Tavern Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1RU",
+ "address": "Famous Cock Tavern Public House, 259 Upper Street",
+ "_geoloc": { "lat": 51.54523, "lng": -0.103628 }
+ },
+ {
+ "objectID": "6399f73771c0238ae6f543b2",
+ "name": "Enkel Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 6AA",
+ "address": "Enkel Arms, 34-36 Seven Sisters Road",
+ "_geoloc": { "lat": 51.558892, "lng": -0.117169 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f544c6",
+ "name": "For Your Eyes Only",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1Y 1AG",
+ "address": "For Your Eyes Only, 23 City Road",
+ "_geoloc": { "lat": 51.522701, "lng": -0.086819 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f544db",
+ "name": "Four Sisters Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 2AS",
+ "address": "Four Sisters Public House, 25 Canonbury Lane",
+ "_geoloc": { "lat": 51.543029, "lng": -0.102104 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f544de",
+ "name": "Fox on the Green",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 2XH",
+ "address": "Fox on the Green, 1 Islington Green",
+ "_geoloc": { "lat": 51.536525, "lng": -0.102519 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f545fb",
+ "name": "Gunners Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N5 1EN",
+ "address": "Gunners Public House, 204 Blackstock Road",
+ "_geoloc": { "lat": 51.55911, "lng": -0.098896 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f545bc",
+ "name": "Green Man Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 8LX",
+ "address": "Green Man Public House, Basement And Ground Floors",
+ "_geoloc": { "lat": 51.539281, "lng": -0.097789 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54643",
+ "name": "Hemingford Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1DF",
+ "address": "Hemingford Arms Public House, 158 Hemingford Road",
+ "_geoloc": { "lat": 51.542974, "lng": -0.113154 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54646",
+ "name": "Hen & Chickens Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 2NA",
+ "address": "Hen & Chickens Public House, 109 St Paul's Road",
+ "_geoloc": { "lat": 51.546045, "lng": -0.101734 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f5466a",
+ "name": "Highbury Library",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N5 1ND",
+ "address": "Highbury Library, Ground Floor",
+ "_geoloc": { "lat": 51.553991, "lng": -0.104922 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54715",
+ "name": "Hoxley and Porter",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1RA",
+ "address": "Hoxley and Porter, 153 Upper Street",
+ "_geoloc": { "lat": 51.540245, "lng": -0.102869 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54766",
+ "name": "Island Queen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 8HD",
+ "address": "Island Queen, Ground Floor",
+ "_geoloc": { "lat": 51.533216, "lng": -0.098129 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54a03",
+ "name": "Love's Company",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1V 2NR",
+ "address": "Love's Company, Unit 1-2 Basement -Ground Floor, Imperial Hall",
+ "_geoloc": { "lat": 51.526294708252, "lng": -0.08838400244713 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54a0c",
+ "name": "Lucky Voice",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1XS",
+ "address": "Lucky Voice, 173-174 Upper Street",
+ "_geoloc": { "lat": 51.538435, "lng": -0.10329 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54781",
+ "name": "Islington Sports Bar & Grill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 6NE",
+ "address": "Islington Sports Bar & Grill, 274 Holloway Road",
+ "_geoloc": { "lat": 51.5540046691895, "lng": -0.11350499838591 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54ae1",
+ "name": "Meltdown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1BB",
+ "address": "Meltdown, Ground Floor",
+ "_geoloc": { "lat": 51.540152, "lng": -0.116687 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54ac9",
+ "name": "McQueen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC2A 4AA",
+ "address": "McQueen, 55-61 Tabernacle Street",
+ "_geoloc": { "lat": 51.524125, "lng": -0.085938 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54b9e",
+ "name": "Myddleton Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 2HS",
+ "address": "Myddleton Arms Public House, 52 Canonbury Road",
+ "_geoloc": { "lat": 51.54138, "lng": -0.096909 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54a9c",
+ "name": "Marquess Tavern Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 2TB",
+ "address": "Marquess Tavern Public House, 32 Canonbury Street",
+ "_geoloc": { "lat": 51.54319, "lng": -0.095363 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54b29",
+ "name": "Miller's Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 9DX",
+ "address": "Miller's Bar, 19 Caledonian Road",
+ "_geoloc": { "lat": 51.531403, "lng": -0.121144 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54b6e",
+ "name": "Mother Red Cap Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N19 5SE",
+ "address": "Mother Red Cap Public House, 665 Holloway Road",
+ "_geoloc": { "lat": 51.564914, "lng": -0.133311 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54aa8",
+ "name": "Masque Haunt Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1V 9BP",
+ "address": "Masque Haunt Public House, Fourth Floor, Bentima House",
+ "_geoloc": { "lat": 51.525036, "lng": -0.090498 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54b08",
+ "name": "Michael's Den",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "",
+ "address": "Michael's Den, Public House",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f547ea",
+ "name": "John Salt",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1QP",
+ "address": "John Salt, Basement And Ground Floors",
+ "_geoloc": { "lat": 51.539127, "lng": -0.102699 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54c4c",
+ "name": "North Nineteen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N19 4HZ",
+ "address": "North Nineteen, 194-196 Sussex Way",
+ "_geoloc": { "lat": 51.564211, "lng": -0.121364 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54c76",
+ "name": "Oak and Pastor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N19 5QU",
+ "address": "Oak and Pastor, 86 Junction Road",
+ "_geoloc": { "lat": 51.563741, "lng": -0.135307 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54c28",
+ "name": "Ninth Ward London",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1R 3BT",
+ "address": "Ninth Ward London, Ground Floor Front",
+ "_geoloc": { "lat": 51.522405, "lng": -0.107992 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54c70",
+ "name": "O2 Academy Islington",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 0PS",
+ "address": "O2 Academy Islington, 16 Parkfield Street",
+ "_geoloc": { "lat": 51.5344696044922, "lng": -0.10662700235844 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54c4f",
+ "name": "Northern Soul Bar & Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N19 5LB",
+ "address": "Northern Soul Bar & Kitchen, 114 Junction Road",
+ "_geoloc": { "lat": 51.5610198974609, "lng": -0.13726499676704 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54c40",
+ "name": "Nomad Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1V 9AJ",
+ "address": "Nomad Club, 58 Old Street",
+ "_geoloc": { "lat": 51.524054, "lng": -0.095945 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54c97",
+ "name": "Old Red Lion Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1V 4NJ",
+ "address": "Old Red Lion Public House, 418 St John Street",
+ "_geoloc": { "lat": 51.531365, "lng": -0.10592 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54c94",
+ "name": "Old China Hand",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1R 4RQ",
+ "address": "Old China Hand, Ground Floor",
+ "_geoloc": { "lat": 51.526747, "lng": -0.108995 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54874",
+ "name": "Kennedy's Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1EG",
+ "address": "Kennedy's Public House, 297 Caledonian Road",
+ "_geoloc": { "lat": 51.540667, "lng": -0.117344 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f548aa",
+ "name": "King's Head Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N4 2DR",
+ "address": "King's Head Public House, 126 Blackstock Road",
+ "_geoloc": { "lat": 51.562051, "lng": -0.100634 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f548a7",
+ "name": "Kings Head Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1QN",
+ "address": "Kings Head Public House, 115 Upper Street",
+ "_geoloc": { "lat": 51.537997, "lng": -0.102876 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54cc4",
+ "name": "Orlean's Nightclub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N4 2DD",
+ "address": "Orlean's Nightclub, Basement",
+ "_geoloc": { "lat": 51.564581, "lng": -0.105261 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54916",
+ "name": "Lady Mildmay",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 4PR",
+ "address": "Lady Mildmay, 92 Mildmay Park",
+ "_geoloc": { "lat": 51.550007, "lng": -0.084404 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54919",
+ "name": "Ladybird",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 0NY",
+ "address": "Ladybird, Basement and Ground Floor",
+ "_geoloc": { "lat": 51.536001, "lng": -0.104026 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54d0f",
+ "name": "Park Tavern Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N4 3AD",
+ "address": "Park Tavern Public House, 164 Tollington Park",
+ "_geoloc": { "lat": 51.567692, "lng": -0.111928 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54940",
+ "name": "Lazybones",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1M 5UG",
+ "address": "Lazybones, Unit 5 Cowcross Place",
+ "_geoloc": { "lat": 51.520549, "lng": -0.103341 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54931",
+ "name": "Large Glass",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1DN",
+ "address": "Large Glass, 392-394 Caledonian Road",
+ "_geoloc": { "lat": 51.542633, "lng": -0.117119 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54e77",
+ "name": "Prince Edward",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 0SF",
+ "address": "Prince Edward, 38 Parkhurst Road",
+ "_geoloc": { "lat": 51.554242, "lng": -0.122727 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54997",
+ "name": "Lincoln Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 9AB",
+ "address": "Lincoln Lounge, 52 York Way",
+ "_geoloc": { "lat": 51.532751, "lng": -0.122227 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54eb6",
+ "name": "Radicals & Victuallers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 0NY",
+ "address": "Radicals & Victuallers, 59 Upper Street",
+ "_geoloc": { "lat": 51.536001, "lng": -0.104026 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54f2b",
+ "name": "Royal Oak Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N19 3RJ",
+ "address": "Royal Oak Public House, 250 St John's Way",
+ "_geoloc": { "lat": 51.570081, "lng": -0.127991 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54f2e",
+ "name": "Royal Star Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1V 2PN",
+ "address": "Royal Star Public House, 220 City Road",
+ "_geoloc": { "lat": 51.52825, "lng": -0.092397 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54f1f",
+ "name": "Rosemary Branch Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 3DT",
+ "address": "Rosemary Branch Public House, 2 Shepperton Road",
+ "_geoloc": { "lat": 51.537631, "lng": -0.086972 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f54fee",
+ "name": "Shaftesbury Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N19 3QN",
+ "address": "Shaftesbury Tavern, Ground Floor",
+ "_geoloc": { "lat": 51.569463, "lng": -0.123673 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f55087",
+ "name": "Sports Bar & Grill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1V 9RQ",
+ "address": "Sports Bar & Grill, Ground Floor",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f55030",
+ "name": "Singer",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1Y 1AG",
+ "address": "Singer, 1-5 City Road",
+ "_geoloc": { "lat": 51.5227, "lng": -0.086819 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f55045",
+ "name": "Slim Jim's Liquor Store",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1QN",
+ "address": "Slim Jim's Liquor Store, Basement And Ground Floors",
+ "_geoloc": { "lat": 51.537996, "lng": -0.102876 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f550ab",
+ "name": "St Johns Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N19 5QU",
+ "address": "St Johns Tavern, St John's Tavern Public House",
+ "_geoloc": { "lat": 51.563785, "lng": -0.135276 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f55195",
+ "name": "Steam Passage",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 0PN",
+ "address": "Steam Passage, Ground and Basement Floor",
+ "_geoloc": { "lat": 51.534823, "lng": -0.105142 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f55216",
+ "name": "T Bird Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N4 2DX",
+ "address": "T Bird Bar, Ground Floor",
+ "_geoloc": { "lat": 51.561268, "lng": -0.099484 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f55204",
+ "name": "Sutton Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1V 0DN",
+ "address": "Sutton Arms, 16 Great Sutton Street",
+ "_geoloc": { "lat": 51.52319, "lng": -0.100925 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f55207",
+ "name": "Sutton Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1M 6EB",
+ "address": "Sutton Arms Public House, 6 Carthusian Street",
+ "_geoloc": { "lat": 51.520709, "lng": -0.098175 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f5521f",
+ "name": "Tap Room",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1US",
+ "address": "Tap Room, 163 Upper Street",
+ "_geoloc": { "lat": 51.540724, "lng": -0.103051 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f55222",
+ "name": "Tarmon Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "",
+ "address": "Tarmon Public House, 270 Caledonian Road",
+ "_geoloc": { "lat": 51.53876253, "lng": -0.11664439 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f552b2",
+ "name": "The Angel Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1Y 1BD",
+ "address": "The Angel Public House, 73 City Road",
+ "_geoloc": { "lat": 51.524716, "lng": -0.087412 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f552bb",
+ "name": "The Artisan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1V 4JL",
+ "address": "The Artisan, Basement And Ground Floor, St Johns House",
+ "_geoloc": { "lat": 51.522938, "lng": -0.104237 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f552a3",
+ "name": "The 1920 Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1V 0DR",
+ "address": "The 1920 Public House, 19-20 Great Sutton Street",
+ "_geoloc": { "lat": 51.523231, "lng": -0.100621 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f552ac",
+ "name": "The Alma Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 4QU",
+ "address": "The Alma Public House, 59 Newington Green Road",
+ "_geoloc": { "lat": 51.548775, "lng": -0.087687 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f552a6",
+ "name": "The Albion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1HW",
+ "address": "The Albion, 10 Thornhill Road",
+ "_geoloc": { "lat": 51.539614, "lng": -0.109485 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f552a9",
+ "name": "The Alma Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 9EX",
+ "address": "The Alma Public House, 77-78 Chapel Market",
+ "_geoloc": { "lat": 51.533291, "lng": -0.109964 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f552b5",
+ "name": "The Angel Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 9LQ",
+ "address": "The Angel Public House, Public House",
+ "_geoloc": { "lat": 51.532383, "lng": -0.106599 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f552b8",
+ "name": "The Angelic PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 0RJ",
+ "address": "The Angelic PH, 57 Liverpool Road",
+ "_geoloc": { "lat": 51.534842, "lng": -0.107419 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f552be",
+ "name": "The Auld Triangle Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N4 2QW",
+ "address": "The Auld Triangle Public House, Ground Floor",
+ "_geoloc": { "lat": 51.561219, "lng": -0.104738 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f552d6",
+ "name": "The Betsey Trotwood",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1R 3BL",
+ "address": "The Betsey Trotwood, 56 Farringdon Road",
+ "_geoloc": { "lat": 51.523322, "lng": -0.107983 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f552ee",
+ "name": "The Bull Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 0NP",
+ "address": "The Bull Public House, 100 Upper Street",
+ "_geoloc": { "lat": 51.53724, "lng": -0.103355 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f55303",
+ "name": "The Cellars",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 4RA",
+ "address": "The Cellars, Public House",
+ "_geoloc": { "lat": 51.550813, "lng": -0.08639 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f55306",
+ "name": "The Charlotte Despard",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N19 3TX",
+ "address": "The Charlotte Despard, Ground Floor",
+ "_geoloc": { "lat": 51.568222, "lng": -0.13661 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5536c",
+ "name": "The Exmouth Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1R 4QL",
+ "address": "The Exmouth Arms Public House, 23 Exmouth Market",
+ "_geoloc": { "lat": 51.526102, "lng": -0.10918 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55375",
+ "name": "The Fence",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1M 6BP",
+ "address": "The Fence, Public House",
+ "_geoloc": { "lat": 51.520005, "lng": -0.102499 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5537b",
+ "name": "The Florin",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N19 4DQ",
+ "address": "The Florin, Ground Floor",
+ "_geoloc": { "lat": 51.562677, "lng": -0.127256 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5535a",
+ "name": "The Drayton Park Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N5 1ND",
+ "address": "The Drayton Park Public House, 66 Drayton Park",
+ "_geoloc": { "lat": 51.553992, "lng": -0.104923 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5538a",
+ "name": "The Garage",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N5 1RA",
+ "address": "The Garage, 12 Highbury Corner",
+ "_geoloc": { "lat": 51.54657, "lng": -0.104164 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f552f7",
+ "name": "The Canonbury PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 2NS",
+ "address": "The Canonbury PH, 21 Canonbury Place",
+ "_geoloc": { "lat": 51.54483, "lng": -0.097256 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f552fd",
+ "name": "The Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1M 6DB",
+ "address": "The Castle, 34-35 Cowcross Street",
+ "_geoloc": { "lat": 51.520294, "lng": -0.104217 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55357",
+ "name": "The Drapers Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1ER",
+ "address": "The Drapers Arms Public House, 44 Barnsbury Street",
+ "_geoloc": { "lat": 51.540575, "lng": -0.108278 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5535d",
+ "name": "The Driver Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 9RY",
+ "address": "The Driver Public House, 2-4 Wharfdale Road",
+ "_geoloc": { "lat": 51.533674, "lng": -0.119248 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55366",
+ "name": "The Eaglet",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 6AE",
+ "address": "The Eaglet, Basement and Ground Floor",
+ "_geoloc": { "lat": 51.55952, "lng": -0.115974 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55369",
+ "name": "The Eaglet",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 6AE",
+ "address": "The Eaglet, Basement and Ground Floor",
+ "_geoloc": { "lat": 51.55952, "lng": -0.115974 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55372",
+ "name": "The Fellow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 9AA",
+ "address": "The Fellow, 24 York Way",
+ "_geoloc": { "lat": 51.531143, "lng": -0.122337 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f552f1",
+ "name": "The Cally",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 9BG",
+ "address": "The Cally, 427 Caledonian Road",
+ "_geoloc": { "lat": 51.546195, "lng": -0.118328 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55339",
+ "name": "The Corner Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1V 8AP",
+ "address": "The Corner Bar, 125 Central Street",
+ "_geoloc": { "lat": 51.527513, "lng": -0.097473 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55342",
+ "name": "The Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 0EB",
+ "address": "The Crown, 116 Cloudesley Road",
+ "_geoloc": { "lat": 51.536403, "lng": -0.109474 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55354",
+ "name": "The Dovetail",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "",
+ "address": "The Dovetail, 9-10 Jerusalem Passage",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5537e",
+ "name": "The Fox and Anchor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1M 6AA",
+ "address": "The Fox and Anchor, 115 Charterhouse Street",
+ "_geoloc": { "lat": 51.520533, "lng": -0.10069 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f552e2",
+ "name": "The Bowler",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1R 0BJ",
+ "address": "The Bowler, Ground Floor",
+ "_geoloc": { "lat": 51.5243255, "lng": -0.1081919 }
+ },
+ {
+ "objectID": "6399f73871c0238ae6f55300",
+ "name": "The Castle Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 9HF",
+ "address": "The Castle Public House, 54 Pentonville Road",
+ "_geoloc": { "lat": 51.532114, "lng": -0.108326 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5534b",
+ "name": "The De Beauvoir Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 3JS",
+ "address": "The De Beauvoir Arms, 113 Southgate Road",
+ "_geoloc": { "lat": 51.540772, "lng": -0.085499 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5533c",
+ "name": "The Coronet",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 6NJ",
+ "address": "The Coronet, 338-346 Holloway Road",
+ "_geoloc": { "lat": 51.554914, "lng": -0.114737 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5533f",
+ "name": "The Craft Beer Co",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 9PP",
+ "address": "The Craft Beer Co, 55 White Lion Street",
+ "_geoloc": { "lat": 51.5328636169434, "lng": -0.1100590005517 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55351",
+ "name": "The Depot N7",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 9EF",
+ "address": "The Depot N7, Bar And Premises",
+ "_geoloc": { "lat": 51.548885345459, "lng": -0.1217650026083 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f553bd",
+ "name": "The Hanbury Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 7DU",
+ "address": "The Hanbury Arms, 33 Linton Street",
+ "_geoloc": { "lat": 51.536023, "lng": -0.093715 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f553ba",
+ "name": "The Half Way House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 6AE",
+ "address": "The Half Way House, 74 Seven Sisters Road",
+ "_geoloc": { "lat": 51.559546, "lng": -0.11593 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f553c0",
+ "name": "The Harlequin Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1R 1UY",
+ "address": "The Harlequin Public House, 27 Arlington Way",
+ "_geoloc": { "lat": 51.530118, "lng": -0.106145 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f553c6",
+ "name": "The Highbury Barn Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N5 2AB",
+ "address": "The Highbury Barn Tavern, 26 Highbury Park",
+ "_geoloc": { "lat": 51.553531, "lng": -0.09819 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f553e4",
+ "name": "The Horseshoe Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1R 0AG",
+ "address": "The Horseshoe Public House, 24 Clerkenwell Close",
+ "_geoloc": { "lat": 51.523914, "lng": -0.106734 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f553d8",
+ "name": "The Hope And Anchor Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1RL",
+ "address": "The Hope And Anchor Public House, 207 Upper Street",
+ "_geoloc": { "lat": 51.543596, "lng": -0.103768 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f554a7",
+ "name": "The Snooty Fox",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N5 2NN",
+ "address": "The Snooty Fox, 75 Grosvenor Avenue",
+ "_geoloc": { "lat": 51.549202, "lng": -0.090741 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5552b",
+ "name": "Tommy Flynn's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 6JA",
+ "address": "Tommy Flynn's, 504 Holloway Road",
+ "_geoloc": { "lat": 51.558872, "lng": -0.12043 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55408",
+ "name": "The Leconfield",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N16 9BU",
+ "address": "The Leconfield, 79 Green Lanes",
+ "_geoloc": { "lat": 51.553345, "lng": -0.088347 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5543e",
+ "name": "The Old Fountain Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1V 9NU",
+ "address": "The Old Fountain Public House, 3 Baldwin Street",
+ "_geoloc": { "lat": 51.526993, "lng": -0.089191 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f554d4",
+ "name": "The Whitecross Tap",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1Y 8QJ",
+ "address": "The Whitecross Tap, 142-146 Whitecross Street",
+ "_geoloc": { "lat": 51.52415, "lng": -0.0934663 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f553f3",
+ "name": "The Jerusalem Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "",
+ "address": "The Jerusalem Tavern, 55 Britton Street",
+ "_geoloc": { "lat": 51.5217074, "lng": -0.10413207 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f553d2",
+ "name": "The Honourable Artillery Company",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1Y 2BQ",
+ "address": "The Honourable Artillery Company, Armoury House",
+ "_geoloc": { "lat": 51.5229263305664, "lng": -0.08754500001669 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f553de",
+ "name": "The Horatia",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 8JE",
+ "address": "The Horatia, 98-100 Holloway Road",
+ "_geoloc": { "lat": 51.550379, "lng": -0.108996 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f553f6",
+ "name": "The Joker",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 9PZ",
+ "address": "The Joker, Ground Floor",
+ "_geoloc": { "lat": 51.533428, "lng": -0.111255 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f553e1",
+ "name": "The Horns",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1V 9DD",
+ "address": "The Horns, 262-264 Old Street",
+ "_geoloc": { "lat": 51.525902, "lng": -0.0852 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55486",
+ "name": "The Scottish Stores and The Stores",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 9DT",
+ "address": "The Scottish Stores and The Stores, 6 Caledonian Road",
+ "_geoloc": { "lat": 51.5311735, "lng": -0.1207832 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f554c5",
+ "name": "The Vineyard",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1RG",
+ "address": "The Vineyard, 179 Upper Street",
+ "_geoloc": { "lat": 51.541374, "lng": -0.103168 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f554f2",
+ "name": "Three Compasses Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1M 6BP",
+ "address": "Three Compasses Public House, 66 Cowcross Street",
+ "_geoloc": { "lat": 51.520006, "lng": -0.1025 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5540b",
+ "name": "The Lexington",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 9JB",
+ "address": "The Lexington, 96-98 Pentonville Road",
+ "_geoloc": { "lat": 51.531721, "lng": -0.111874 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55459",
+ "name": "The Peasant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1V 4PH",
+ "address": "The Peasant, 240 St John Street",
+ "_geoloc": { "lat": 51.526035, "lng": -0.103301 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5546b",
+ "name": "The Railway Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N16 8JT",
+ "address": "The Railway Tavern, 2 St Jude Street",
+ "_geoloc": { "lat": 51.548578, "lng": -0.078364 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55495",
+ "name": "The Shakespeare's Head Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1R 1XA",
+ "address": "The Shakespeare's Head Public House, 1 Arlington Way",
+ "_geoloc": { "lat": 51.529491, "lng": -0.106834 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f554b0",
+ "name": "The Star of Kings",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 0AX",
+ "address": "The Star of Kings, Ground Floor",
+ "_geoloc": { "lat": 51.536721, "lng": -0.121948 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f554da",
+ "name": "The Windmill Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC2A 4DE",
+ "address": "The Windmill Public House, 27 Tabernacle Street",
+ "_geoloc": { "lat": 51.523128, "lng": -0.086542 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55528",
+ "name": "Tollington Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 6DN",
+ "address": "Tollington Public House, 115 Hornsey Road",
+ "_geoloc": { "lat": 51.557264, "lng": -0.112692 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55405",
+ "name": "The Lamb",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 8JL",
+ "address": "The Lamb, 54 Holloway Road",
+ "_geoloc": { "lat": 51.548748, "lng": -0.107073 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f554b3",
+ "name": "The Swimmer At The Grafton Arms Ph",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 6AR",
+ "address": "The Swimmer At The Grafton Arms Ph, Eburne Road",
+ "_geoloc": { "lat": 51.559396, "lng": -0.119442 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f554ef",
+ "name": "Thornhill Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 9RD",
+ "address": "Thornhill Arms Public House, 148 Caledonian Road",
+ "_geoloc": { "lat": 51.534439, "lng": -0.11701 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f553fc",
+ "name": "The Jolly Sisters",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N7 8AX",
+ "address": "The Jolly Sisters, 95 Bride Street",
+ "_geoloc": { "lat": 51.545635, "lng": -0.113159 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55402",
+ "name": "The King's Head Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 2SF",
+ "address": "The King's Head Public House, 59 Essex Road",
+ "_geoloc": { "lat": 51.53774, "lng": -0.100363 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5543b",
+ "name": "The Old Dairy",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N4 4AP",
+ "address": "The Old Dairy, Ground Floor",
+ "_geoloc": { "lat": 51.570967, "lng": -0.117117 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f554a1",
+ "name": "The Slaughtered Lamb",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "EC1V 0DX",
+ "address": "The Slaughtered Lamb, 34-35 Great Sutton Street",
+ "_geoloc": { "lat": 51.523316, "lng": -0.101439 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f554ad",
+ "name": "The Stapleton Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N4 4AU",
+ "address": "The Stapleton Tavern, 2 Crouch Hill",
+ "_geoloc": { "lat": 51.5709, "lng": -0.11624 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f554cb",
+ "name": "The Weavers Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 4RG",
+ "address": "The Weavers Arms Public House, 98 Newington Green Road",
+ "_geoloc": { "lat": 51.549348, "lng": -0.087 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55414",
+ "name": "The Lord Clyde",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 3PB",
+ "address": "The Lord Clyde, 342 Essex Road",
+ "_geoloc": { "lat": 51.54353, "lng": -0.090287 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5542c",
+ "name": "The Narrow Boat Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 8PZ",
+ "address": "The Narrow Boat Public House, 119 St Peter's Street",
+ "_geoloc": { "lat": 51.533036, "lng": -0.096969 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55471",
+ "name": "The Regent",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1LX",
+ "address": "The Regent, 201-203 Liverpool Road",
+ "_geoloc": { "lat": 51.539993, "lng": -0.106744 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f554a4",
+ "name": "The Smokehouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 2DG",
+ "address": "The Smokehouse, 63-69 Canonbury Road",
+ "_geoloc": { "lat": 51.542153, "lng": -0.099097 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f554b6",
+ "name": "The Three Johns",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 9PF",
+ "address": "The Three Johns, Public House",
+ "_geoloc": { "lat": 51.532945, "lng": -0.108579 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f554d1",
+ "name": "The White Swan Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Islington",
+ "postcode": "N1 1RU",
+ "address": "The White Swan Public House, 255-256 Upper Street",
+ "_geoloc": { "lat": 51.54523, "lng": -0.103628 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5614c",
+ "name": "Lots Road Pub & Dining room",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW10 0RJ",
+ "address": "114 Lots Road, LONDON",
+ "_geoloc": { "lat": 51.478415, "lng": -0.183677 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56353",
+ "name": "Notting Hill Arts Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W11 3JQ",
+ "address": "19-21 Notting Hill Gate, LONDON",
+ "_geoloc": { "lat": 51.509143, "lng": -0.19479 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f562e7",
+ "name": "My Place Nightclub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW5 9LS",
+ "address": "1-3 Trebovir Road, LONDON",
+ "_geoloc": { "lat": 51.49235, "lng": -0.194546 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56398",
+ "name": "Old Swan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 4DP",
+ "address": "Public House, 206 Kensington Church Street",
+ "_geoloc": { "lat": 51.508794, "lng": -0.194962 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f5649d",
+ "name": "Pig & Whistle PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W10 6UG",
+ "address": "92-94 Bramley Road, LONDON",
+ "_geoloc": { "lat": 51.513968, "lng": -0.217472 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f564a0",
+ "name": "Pig and Whistle Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W10 6UG",
+ "address": "92-94 Bramley Road, LONDON",
+ "_geoloc": { "lat": 51.513968, "lng": -0.217472 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f5655d",
+ "name": "Prince Albert",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W11 3HQ",
+ "address": "11 Pembridge Road, LONDON",
+ "_geoloc": { "lat": 51.509547, "lng": -0.1977 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56560",
+ "name": "Prince Of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 4EP",
+ "address": "Public House, 8 Kensington Church Street",
+ "_geoloc": { "lat": 51.502635, "lng": -0.190941 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f5651e",
+ "name": "Portobello Star Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W11 2DY",
+ "address": "Public House, 171 Portobello Road",
+ "_geoloc": { "lat": 51.514186, "lng": -0.204074 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56566",
+ "name": "Princess Victoria",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 6EB",
+ "address": "PUBLIC HOUSE, 25 Earl's Court Road",
+ "_geoloc": { "lat": 51.498293, "lng": -0.198014 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56593",
+ "name": "Raffles Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 5EW",
+ "address": "287 King's Road, LONDON",
+ "_geoloc": { "lat": 51.485344, "lng": -0.173564 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f565b4",
+ "name": "Real Ale Limited",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W10 5NL",
+ "address": "97 Golborne Road, LONDON",
+ "_geoloc": { "lat": 51.5213918, "lng": -0.2088856 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f565f6",
+ "name": "Rose and Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW1W 8BU",
+ "address": "90 Lower Sloane Street, LONDON",
+ "_geoloc": { "lat": 51.49001, "lng": -0.156827 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56761",
+ "name": "Sporting Page",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW10 0BH",
+ "address": "PUBLIC HOUSE, 6 Camera Place",
+ "_geoloc": { "lat": 51.484679, "lng": -0.179409 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f567bb",
+ "name": "Stanhope Arms (The)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW7 4SS",
+ "address": "Adam Court, 97 Gloucester Road",
+ "_geoloc": { "lat": 51.494244, "lng": -0.182125 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f5675e",
+ "name": "Sporting Club De Londres",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W10 5NT",
+ "address": "27 Elkstone Road, LONDON",
+ "_geoloc": { "lat": 51.522245, "lng": -0.203008 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f567f1",
+ "name": "Stewart Arms PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W11 4TR",
+ "address": "26 Norland Road, LONDON",
+ "_geoloc": { "lat": 51.505728, "lng": -0.216107 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56818",
+ "name": "Sun in Splendour",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W11 3DA",
+ "address": "PUBLIC HOUSE, 7 Portobello Road",
+ "_geoloc": { "lat": 51.510911, "lng": -0.198092 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f5685a",
+ "name": "Taste Wine 4 LTD",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW1X 0BP",
+ "address": "255 Pavilion Road, LONDON",
+ "_geoloc": { "lat": 51.493265, "lng": -0.158553 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f5690e",
+ "name": "The Coopers Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 5TB",
+ "address": "PUBLIC HOUSE, 87 Flood Street",
+ "_geoloc": { "lat": 51.48609, "lng": -0.164978 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56914",
+ "name": "The Cross Keys",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 5NB",
+ "address": "1 Lawrence Street, LONDON",
+ "_geoloc": { "lat": 51.483757019043, "lng": -0.17096300423145 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56917",
+ "name": "The Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 6LB",
+ "address": "Public House, 153 Dovehouse Street",
+ "_geoloc": { "lat": 51.490096, "lng": -0.173273 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f568b7",
+ "name": "The Admirable Crichton",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 6LU",
+ "address": "Holland Park Theatre, Holland Park",
+ "_geoloc": { "lat": 51.501472, "lng": -0.203623 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56950",
+ "name": "The Goat Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 5NP",
+ "address": "PUBLIC HOUSE, 3A Kensington High Street",
+ "_geoloc": { "lat": 51.502055, "lng": -0.188298 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f5692f",
+ "name": "The Earls Court Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW5 9RL",
+ "address": "PUBLIC HOUSE, 123 Earl's Court Road",
+ "_geoloc": { "lat": 51.493828, "lng": -0.194776 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f5694d",
+ "name": "The Gloucester",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW1X 9QR",
+ "address": "187 Sloane Street, LONDON",
+ "_geoloc": { "lat": 51.49997, "lng": -0.159465 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f568ea",
+ "name": "The Champion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W2 4LW",
+ "address": "Public House 1 Wellington Terrace, Notting Hill Gate",
+ "_geoloc": { "lat": 51.50998, "lng": -0.192552 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f568fc",
+ "name": "The Chelsea Pig",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 5BS",
+ "address": "35 Old Church Street, LONDON",
+ "_geoloc": { "lat": 51.484737, "lng": -0.172695 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56968",
+ "name": "The Hansom Cab",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 6EG",
+ "address": "84 Earl's Court Road, LONDON",
+ "_geoloc": { "lat": 51.49614, "lng": -0.197177 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56932",
+ "name": "The Elgin",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W11 1PY",
+ "address": "96 Ladbroke Grove, LONDON",
+ "_geoloc": { "lat": 51.516483, "lng": -0.209043 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f5694a",
+ "name": "The Globe",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W11 2AT",
+ "address": "103 Talbot Road, LONDON",
+ "_geoloc": { "lat": 51.516622, "lng": -0.200505 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f5689c",
+ "name": "Thai (at Rose & Crown)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW1W 8BU",
+ "address": "90 Lower Sloane Street, LONDON",
+ "_geoloc": { "lat": 51.49001, "lng": -0.156827 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f568c9",
+ "name": "The Bolton",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW5 9BQ",
+ "address": "Public House, 326 Earl's Court Road",
+ "_geoloc": { "lat": 51.489802, "lng": -0.190844 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f568cf",
+ "name": "The Britannia",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 6UX",
+ "address": "Public House, 1 Allen Street",
+ "_geoloc": { "lat": 51.497109, "lng": -0.194732 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f568e4",
+ "name": "The Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W11 1LU",
+ "address": "Public House, 225 Portobello Road",
+ "_geoloc": { "lat": 51.51633, "lng": -0.205546 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f5692c",
+ "name": "The Eagle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W10 5LP",
+ "address": "250 Ladbroke Grove, LONDON",
+ "_geoloc": { "lat": 51.522728, "lng": -0.212863 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56983",
+ "name": "The Italian Job",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W11 1HE",
+ "address": "Public House, 45 All Saints Road",
+ "_geoloc": { "lat": 51.5183982849121, "lng": -0.20435500144958 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56980",
+ "name": "The Hunter's Moon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 6HR",
+ "address": "Public House, 86 Fulham Road",
+ "_geoloc": { "lat": 51.4901138, "lng": -0.17495 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f5699b",
+ "name": "The KPH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W10 6HJ",
+ "address": "Public House, 139 Ladbroke Grove",
+ "_geoloc": { "lat": 51.5169212, "lng": -0.2099835 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56995",
+ "name": "The Kings Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW10 9PN",
+ "address": "Public House, 190 Fulham Road",
+ "_geoloc": { "lat": 51.486197, "lng": -0.181062 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56974",
+ "name": "The Hour Glass",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 2DY",
+ "address": "Public House, 279-283 Brompton Road",
+ "_geoloc": { "lat": 51.494159, "lng": -0.168558 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56971",
+ "name": "The Hillgate",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 7SR",
+ "address": "24 Hillgate Street, LONDON",
+ "_geoloc": { "lat": 51.508118, "lng": -0.197742 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f569f2",
+ "name": "The Prince of Teck",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW5 9RQ",
+ "address": "PUBLIC HOUSE, 161 Earl's Court Road",
+ "_geoloc": { "lat": 51.492986, "lng": -0.193829 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f569cb",
+ "name": "The Mitre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W11 3QY",
+ "address": "PUBLIC HOUSE, 40 Holland Park Avenue",
+ "_geoloc": { "lat": 51.507874, "lng": -0.204135 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f569b6",
+ "name": "The Mall Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 4RU",
+ "address": "Public House, 71-73 Palace Gardens Terrace",
+ "_geoloc": { "lat": 51.508119, "lng": -0.193778 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f569e6",
+ "name": "The Phoenix Pub and Dining Room",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 4EE",
+ "address": "23 Smith Street, LONDON",
+ "_geoloc": { "lat": 51.488994, "lng": -0.163191 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56a3d",
+ "name": "The Uxbridge Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 7TQ",
+ "address": "13 Uxbridge Street, LONDON",
+ "_geoloc": { "lat": 51.508402, "lng": -0.198653 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f569e3",
+ "name": "The Phene",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 5NY",
+ "address": "Arms, 9 Phene Street",
+ "_geoloc": { "lat": 51.485214, "lng": -0.167563 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56a10",
+ "name": "The Scarsdale",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 6HE",
+ "address": "Public House, 23A Edwardes Square",
+ "_geoloc": { "lat": 51.49773, "lng": -0.19939 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56a2b",
+ "name": "The Surprise",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 4AJ",
+ "address": "Public House, 6 Christchurch Terrace",
+ "_geoloc": { "lat": 51.486298, "lng": -0.162708 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56a31",
+ "name": "The Sydney Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 6NJ",
+ "address": "70 Sydney Street, LONDON",
+ "_geoloc": { "lat": 51.488377, "lng": -0.169107 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f569dd",
+ "name": "The Pembroke",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW5 9JA",
+ "address": "Public House, 261 Old Brompton Road",
+ "_geoloc": { "lat": 51.488704, "lng": -0.191982 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f569f8",
+ "name": "The Queen's Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW7 5QL",
+ "address": "30 Queen's Gate Mews, LONDON",
+ "_geoloc": { "lat": 51.499829, "lng": -0.180952 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56b1e",
+ "name": "Warwick Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W14 8PS",
+ "address": "160 Warwick Road, LONDON",
+ "_geoloc": { "lat": 51.495178, "lng": -0.203021 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56b54",
+ "name": "Windsor Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 7AR",
+ "address": "Public House, 114 Campden Hill Road",
+ "_geoloc": { "lat": 51.506548, "lng": -0.198625 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56bae",
+ "name": "Zetland Arms PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW7 3EX",
+ "address": "PUBLIC HOUSE, 2-4 Bute Street",
+ "_geoloc": { "lat": 51.493738, "lng": -0.176181 }
+ },
+ {
+ "objectID": "6399f73a71c0238ae6f56ba8",
+ "name": "Zefi Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW10 0TZ",
+ "address": "Club, 531-533 King's Road",
+ "_geoloc": { "lat": 51.480228, "lng": -0.185275 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55795",
+ "name": "Anglesea Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW7 3QG",
+ "address": "Public House 15 Selwood Terrace, Onslow Gardens",
+ "_geoloc": { "lat": 51.490264, "lng": -0.177155 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5585b",
+ "name": "Bertie Blossoms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W10 5SY",
+ "address": "323 Portobello Road, LONDON",
+ "_geoloc": { "lat": 51.520807, "lng": -0.209522 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55807",
+ "name": "Barts",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 3EL",
+ "address": "Ground Floor Rear and First Floor Chelsea Cloisters, Sloane Avenue",
+ "_geoloc": { "lat": 51.49237, "lng": -0.167448 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5572c",
+ "name": "Admiral Codrington",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 2LY",
+ "address": "17 Mossop Street, LONDON",
+ "_geoloc": { "lat": 51.493823, "lng": -0.166008 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55798",
+ "name": "Antelope",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW1W 8EZ",
+ "address": "PUBLIC HOUSE, 22-24 Eaton Terrace",
+ "_geoloc": { "lat": 51.494194, "lng": -0.155865 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55828",
+ "name": "Beaufort House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 5UZ",
+ "address": "354 King's Road, LONDON",
+ "_geoloc": { "lat": 51.484206, "lng": -0.176735 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55891",
+ "name": "Blackbird",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW5 9AN",
+ "address": "Public House, 209-211 Earl's Court Road",
+ "_geoloc": { "lat": 51.491981, "lng": -0.192241 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f557b0",
+ "name": "Ariadne's Nectar Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W10 6QW",
+ "address": "Public House, 274 Latimer Road",
+ "_geoloc": { "lat": 51.518653, "lng": -0.22461 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f557d7",
+ "name": "Azteca",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 5ES",
+ "address": "329 King's Road, LONDON",
+ "_geoloc": { "lat": 51.483726, "lng": -0.176538 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f557fe",
+ "name": "Bar Love",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W11 1LR",
+ "address": "265 Portobello Road, LONDON",
+ "_geoloc": { "lat": 51.517824, "lng": -0.206756 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5592d",
+ "name": "Bunch of Grapes",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 1LA",
+ "address": "Public House, 207 Brompton Road",
+ "_geoloc": { "lat": 51.497504, "lng": -0.166825 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55924",
+ "name": "Builders Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 5BJ",
+ "address": "Public House, 1 Kensington Court Place",
+ "_geoloc": { "lat": 51.500004, "lng": -0.188278 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55927",
+ "name": "Builders Arms PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 3TY",
+ "address": "Public House, 13 Britten Street",
+ "_geoloc": { "lat": 51.489075, "lng": -0.167782 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f559f3",
+ "name": "Castle PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W11 4UA",
+ "address": "Public House, 100 Holland Park Avenue",
+ "_geoloc": { "lat": 51.50683, "lng": -0.207634 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55a26",
+ "name": "Chatpata",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W14 8PS",
+ "address": "160 Warwick Road, LONDON",
+ "_geoloc": { "lat": 51.495178, "lng": -0.203021 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55a59",
+ "name": "Chelsea Potter",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 4PL",
+ "address": "Public House, 119 King's Road",
+ "_geoloc": { "lat": 51.48833, "lng": -0.166127 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55a5c",
+ "name": "Chelsea Ram PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW10 0PL",
+ "address": "Public House, 32 Burnaby Street",
+ "_geoloc": { "lat": 51.479121, "lng": -0.182885 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55a50",
+ "name": "Chelsea Pensioner",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW10 9UU",
+ "address": "Public House, 358 Fulham Road",
+ "_geoloc": { "lat": 51.481526, "lng": -0.187801 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55a53",
+ "name": "Chelsea Pensioners Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 4SR",
+ "address": "Royal Hospital, Royal Hospital Road",
+ "_geoloc": { "lat": 51.486889, "lng": -0.159127 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55a86",
+ "name": "Chilled Eskimo",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W10 5AN",
+ "address": "Public House, 48 Southern Row",
+ "_geoloc": { "lat": 51.524881, "lng": -0.21138 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55aad",
+ "name": "Churchill Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 7LN",
+ "address": "PUBLIC HOUSE, 119 Kensington Church Street",
+ "_geoloc": { "lat": 51.506561, "lng": -0.194762 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55ae0",
+ "name": "Coco Momo",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW7 4PL",
+ "address": "Public House, 25 Gloucester Road",
+ "_geoloc": { "lat": 51.498116, "lng": -0.183599 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55b22",
+ "name": "Coronet Cinema and Print Room at the Coronet",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W11 3LB",
+ "address": "103-111 Notting Hill Gate, LONDON",
+ "_geoloc": { "lat": 51.508496, "lng": -0.198923 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55b40",
+ "name": "Courtfield Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW5 9AN",
+ "address": "Public House, 187 Earl's Court Road",
+ "_geoloc": { "lat": 51.491981, "lng": -0.192241 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55b5e",
+ "name": "Crown and Sceptre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W14 8BA",
+ "address": "PUBLIC HOUSE, 34 Holland Road",
+ "_geoloc": { "lat": 51.49763, "lng": -0.207001 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55ba9",
+ "name": "Devonshire Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 6LA",
+ "address": "Public House The, 37 Marloes Road",
+ "_geoloc": { "lat": 51.497078, "lng": -0.192702 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55bbb",
+ "name": "Dirty Bones",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 4EP",
+ "address": "20 Kensington Church Street, LONDON",
+ "_geoloc": { "lat": 51.502636, "lng": -0.190941 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55bd0",
+ "name": "Drayton Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW5 0LJ",
+ "address": "153 Old Brompton Road, LONDON",
+ "_geoloc": { "lat": 51.490652, "lng": -0.183594 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55bdf",
+ "name": "Duke of Wellington PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W11 2ED",
+ "address": "179 Portobello Road, LONDON",
+ "_geoloc": { "lat": 51.515542, "lng": -0.205102 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55c03",
+ "name": "Eclipse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 2HP",
+ "address": "113 Walton Street, LONDON",
+ "_geoloc": { "lat": 51.49409, "lng": -0.167596 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55c2d",
+ "name": "Elephant & Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 4LT",
+ "address": "Public House, 40-42 Holland Street",
+ "_geoloc": { "lat": 51.503222, "lng": -0.192805 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55ca8",
+ "name": "Finborough Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW10 9ED",
+ "address": "Public House, 118 Finborough Road",
+ "_geoloc": { "lat": 51.486175, "lng": -0.189532 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55ce4",
+ "name": "Fox & Pheasant PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW10 9UJ",
+ "address": "Public House, 1 Billing Road",
+ "_geoloc": { "lat": 51.482088, "lng": -0.188038 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55d6b",
+ "name": "Gloucester Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW7 4RB",
+ "address": "Public House, 34 Gloucester Road",
+ "_geoloc": { "lat": 51.499156, "lng": -0.184004 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55d71",
+ "name": "Goat",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW10 9QL",
+ "address": "333 Fulham Road, LONDON",
+ "_geoloc": { "lat": 51.486316, "lng": -0.179992 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55d29",
+ "name": "Garden Bar and Grill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W10 6SZ",
+ "address": "41 Bramley Road, LONDON",
+ "_geoloc": { "lat": 51.512456, "lng": -0.218021 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55e31",
+ "name": "Hereford Arms (The)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW7 4TE",
+ "address": "PUBLIC HOUSE, 127 Gloucester Road",
+ "_geoloc": { "lat": 51.493099, "lng": -0.181393 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55db9",
+ "name": "Greyhound Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W8 5EP",
+ "address": "Public House, 1 Kensington Square",
+ "_geoloc": { "lat": 51.500784, "lng": -0.189242 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55f0f",
+ "name": "Jaks Bar Limited",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW3 2HP",
+ "address": "87-89 Walton Street, LONDON",
+ "_geoloc": { "lat": 51.49409, "lng": -0.167596 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5605c",
+ "name": "Ladbroke Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W11 3NW",
+ "address": "54 Ladbroke Road, LONDON",
+ "_geoloc": { "lat": 51.509121, "lng": -0.202717 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55fdb",
+ "name": "Kings Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW5 0QT",
+ "address": "Public House, 17 Hogarth Place",
+ "_geoloc": { "lat": 51.49291, "lng": -0.192982 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f56062",
+ "name": "Larry King Limted",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W11 2SH",
+ "address": "2-4 Lambton Place, LONDON",
+ "_geoloc": { "lat": 51.5140298, "lng": -0.2002677 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55ea0",
+ "name": "Hoop & Toy",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW7 2HQ",
+ "address": "34 Thurloe Place, LONDON",
+ "_geoloc": { "lat": 51.494766, "lng": -0.174037 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55f0c",
+ "name": "Jaks",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW10 0TZ",
+ "address": "Basement, 531-533 King's Road",
+ "_geoloc": { "lat": 51.480228, "lng": -0.185275 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f55f15",
+ "name": "Janet's Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "SW7 3DL",
+ "address": "30 Old Brompton Road, LONDON",
+ "_geoloc": { "lat": 51.493865, "lng": -0.175096 }
+ },
+ {
+ "objectID": "6399f73971c0238ae6f5607d",
+ "name": "Laylow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Kensington and Chelsea",
+ "postcode": "W10 5PE",
+ "address": "Public House, 10 Golborne Road",
+ "_geoloc": { "lat": 51.5240231, "lng": -0.2063028 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f57ce3",
+ "name": "Ace Of Clubs Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7AS",
+ "address": "Ace Of Clubs Day Centre, St Alphonsus Road",
+ "_geoloc": { "lat": 51.460294, "lng": -0.137755 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f57cf8",
+ "name": "Adventure Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7UR",
+ "address": "38 Clapham High Street, London",
+ "_geoloc": { "lat": 51.464411, "lng": -0.132016 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f57c98",
+ "name": "64th \\& Social",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7UL",
+ "address": "64 Clapham High Street, London",
+ "_geoloc": { "lat": 51.463601, "lng": -0.133662 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f57d28",
+ "name": "All Bar One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7PY",
+ "address": "1 Chicheley Street, London",
+ "_geoloc": { "lat": 51.502565, "lng": -0.116739 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f57e36",
+ "name": "Barrio South",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW2 5SG",
+ "address": "30 Acre Lane, London",
+ "_geoloc": { "lat": 51.460984, "lng": -0.117329 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f57e48",
+ "name": "Be At One Bar \\& Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7AA",
+ "address": "4 Clapham Common South Side, London",
+ "_geoloc": { "lat": 51.461563, "lng": -0.137833 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f57db5",
+ "name": "Ashtar Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7TP",
+ "address": "Arches 80 To 81, Albert Embankment",
+ "_geoloc": { "lat": 51.4879760742188, "lng": -0.12375099956989 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f57f2f",
+ "name": "BrewDog",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 8LH",
+ "address": "419-423 Coldharbour Lane, London",
+ "_geoloc": { "lat": 51.4615399, "lng": -0.1133232 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f57f41",
+ "name": "British Legion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 0NW",
+ "address": "154 Victoria Rise, London",
+ "_geoloc": { "lat": 51.465389, "lng": -0.148374 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f57f65",
+ "name": "Brixton Jamm",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 6LH",
+ "address": "261 Brixton Road, London",
+ "_geoloc": { "lat": 51.47096, "lng": -0.111965 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f57f20",
+ "name": "Bread & Roses",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 6DZ",
+ "address": "The Bread And Roses Public House, 68 Clapham Manor Street",
+ "_geoloc": { "lat": 51.466404, "lng": -0.136916 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f57f4a",
+ "name": "Brixton Brew Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 8PQ",
+ "address": "S06, Pop Brixton",
+ "_geoloc": { "lat": 51.463765, "lng": -0.108605 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f57f38",
+ "name": "Bridge Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 6DH",
+ "address": "Arch 644, 8 Voltaire Road",
+ "_geoloc": { "lat": 51.465754, "lng": -0.133329 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f57f56",
+ "name": "Brixton Domino & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 8RP",
+ "address": "297 - 299 Coldharbour Lane, London",
+ "_geoloc": { "lat": 51.463583, "lng": -0.105647 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f57fcb",
+ "name": "Cabin Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7LY",
+ "address": "Unit 18 The Balcony, Waterloo Station",
+ "_geoloc": { "lat": 51.503157, "lng": -0.113271 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f5809c",
+ "name": "Chalkpit",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW16 1EX",
+ "address": "20 - 21 The High Parade, Streatham High Road",
+ "_geoloc": { "lat": 51.434615, "lng": -0.12788 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f58084",
+ "name": "Cavendish Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW8 2HJ",
+ "address": "The Cavendish Arms, Hartington Road",
+ "_geoloc": { "lat": 51.4765449, "lng": -0.1276668 }
+ },
+ {
+ "objectID": "6399f73b71c0238ae6f58171",
+ "name": "Commercial Hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE24 0JT",
+ "address": "The Commercial Hotel, 210 - 212 Railton Road",
+ "_geoloc": { "lat": 51.452968, "lng": -0.102647 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58225",
+ "name": "Crown \\& Anchor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 6AQ",
+ "address": "The Crown And Anchor, 246 Brixton Road",
+ "_geoloc": { "lat": 51.4711112976074, "lng": -0.11300999671221 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f5825b",
+ "name": "D Vine Cellars",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 6DQ",
+ "address": "1 Voltaire Road, London",
+ "_geoloc": { "lat": 51.464656829834, "lng": -0.13160300254822 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f5834b",
+ "name": "Eagle London South Central",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 5QY",
+ "address": "The Duke Of Cambridge Public House, 349 Kennington Lane",
+ "_geoloc": { "lat": 51.486206, "lng": -0.11943 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f583ab",
+ "name": "Elm Park Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW2 2UB",
+ "address": "76 Elm Park, London",
+ "_geoloc": { "lat": 51.4499893188477, "lng": -0.11875999718904 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f582eb",
+ "name": "Dogstar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 8LQ",
+ "address": "The Dog Star, 389 Coldharbour Lane",
+ "_geoloc": { "lat": 51.461685, "lng": -0.112305 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f5832d",
+ "name": "Duchy Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 5UG",
+ "address": "The Duchy Arms, 63 Sancroft Street",
+ "_geoloc": { "lat": 51.488928, "lng": -0.11311 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f583e1",
+ "name": "Estrela Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW8 1UZ",
+ "address": "111-115 South Lambeth Road, London",
+ "_geoloc": { "lat": 51.479281, "lng": -0.123315 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58438",
+ "name": "Feeleys Free House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW8 2RF",
+ "address": "Feelys Free House, 99 Union Road",
+ "_geoloc": { "lat": 51.4715, "lng": -0.135067 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58375",
+ "name": "Effra Hall Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW2 1EB",
+ "address": "38A Kellett Road, London",
+ "_geoloc": { "lat": 51.459704, "lng": -0.113797 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f5840b",
+ "name": "Faber Fox",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE19 1TQ",
+ "address": "25 - 27 Westow Hill, London",
+ "_geoloc": { "lat": 51.420111, "lng": -0.08229 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f5837b",
+ "name": "Effra Road Social",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW2 1DF",
+ "address": "89 Effra Road, London",
+ "_geoloc": { "lat": 51.455680847168, "lng": -0.11347399652004 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58336",
+ "name": "Duke Of Cambridge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW8 2DQ",
+ "address": "76 Lansdowne Way, London",
+ "_geoloc": { "lat": 51.474759, "lng": -0.125127 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f5834e",
+ "name": "Earl Ferrers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW16 6JF",
+ "address": "Earl Ferrers Public House, 22 Ellora Road",
+ "_geoloc": { "lat": 51.423595, "lng": -0.132688 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58ff6",
+ "name": "Royal Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 5QY",
+ "address": "Royal Oak Public House, 355 Kennington Lane",
+ "_geoloc": { "lat": 51.486206, "lng": -0.11943 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58ff9",
+ "name": "Royal Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 6QU",
+ "address": "The Royal Oak, 78 Fitzalan Street",
+ "_geoloc": { "lat": 51.49325, "lng": -0.112917 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f5909e",
+ "name": "Satay Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 8LP",
+ "address": "447 Coldharbour Lane, London",
+ "_geoloc": { "lat": 51.46143, "lng": -0.114345 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f59131",
+ "name": "Slug \\& Lettuce",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7PY",
+ "address": "The Slug And Lettuce, Chicheley Street",
+ "_geoloc": { "lat": 51.502565, "lng": -0.116739 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f5914f",
+ "name": "So UK",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7SS",
+ "address": "165 Clapham High Street, London",
+ "_geoloc": { "lat": 51.462169, "lng": -0.13634 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f59170",
+ "name": "South West Saloon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 8PQ",
+ "address": "S11, Pop Brixton",
+ "_geoloc": { "lat": 51.463765, "lng": -0.108605 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f59218",
+ "name": "Stane Street Syndicate",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7UD",
+ "address": "196 Clapham High Street, London",
+ "_geoloc": { "lat": 51.462196, "lng": -0.138081 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f5919d",
+ "name": "Sports Bar \\& Grill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7LY",
+ "address": "Unit 1 The Balcony, Waterloo Station",
+ "_geoloc": { "lat": 51.503157, "lng": -0.113271 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f590e6",
+ "name": "Shalamar House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 0HY",
+ "address": "3 The Pavement, London",
+ "_geoloc": { "lat": 51.462062, "lng": -0.139295 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f592a5",
+ "name": "Streatham Wine House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW2 4TS",
+ "address": "53A Streatham Hill, London",
+ "_geoloc": { "lat": 51.440588, "lng": -0.125175 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5934a",
+ "name": "Taproom",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 8PR",
+ "address": "43 - 44 Granville Arcade, Coldharbour Lane",
+ "_geoloc": { "lat": 51.462631, "lng": -0.111819 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5937a",
+ "name": "Taylors",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW16 1BS",
+ "address": "Taylors Public House, 78A-78B Streatham High Road",
+ "_geoloc": { "lat": 51.435122, "lng": -0.128622 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5944c",
+ "name": "The Canton Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW8 1XP",
+ "address": "The Canton Arms Public House, 177 South Lambeth Road",
+ "_geoloc": { "lat": 51.476765, "lng": -0.1229 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59452",
+ "name": "The Clapham Tap",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 6ED",
+ "address": "128 Clapham Manor Street, London",
+ "_geoloc": { "lat": 51.4645156860352, "lng": -0.13565400242806 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59410",
+ "name": "The Belle Vue",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7AA",
+ "address": "1 Clapham Common South Side, London",
+ "_geoloc": { "lat": 51.4617204, "lng": -0.1375442 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5943a",
+ "name": "The Bricklayers Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE27 9RZ",
+ "address": "1 Hamilton Road, London",
+ "_geoloc": { "lat": 51.430099, "lng": -0.091538 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59476",
+ "name": "The Craft Beer Co",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 8PA",
+ "address": "11-13 Brixton Station Road, London",
+ "_geoloc": { "lat": 51.463558, "lng": -0.114128 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f593fe",
+ "name": "The Alexandra",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7AA",
+ "address": "The Alexandra Public House, 14 Clapham Common South Side",
+ "_geoloc": { "lat": 51.4615631103516, "lng": -0.13784800469875 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5943d",
+ "name": "The Brown Derby",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 4PP",
+ "address": "336 Kennington Park Road, London",
+ "_geoloc": { "lat": 51.481679, "lng": -0.113092 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5944f",
+ "name": "The Clapham North",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 9BT",
+ "address": "409 Clapham Road, London",
+ "_geoloc": { "lat": 51.466744, "lng": -0.128293 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59401",
+ "name": "The Anchor And Hope",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 8LP",
+ "address": "36 The Cut, London",
+ "_geoloc": { "lat": 51.503518, "lng": -0.106685 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5940a",
+ "name": "The Beehive",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 5JA",
+ "address": "Beehive Public House, 51 Durham Street",
+ "_geoloc": { "lat": 51.485126, "lng": -0.118855 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5940d",
+ "name": "The Beehive",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 7DG",
+ "address": "The Beehive Public House, 407 Brixton Road",
+ "_geoloc": { "lat": 51.463768, "lng": -0.114292 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59419",
+ "name": "The Black Dog",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 5ER",
+ "address": "112 Vauxhall Walk, London",
+ "_geoloc": { "lat": 51.488759, "lng": -0.121082 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5941f",
+ "name": "The Black Prince",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 6HS",
+ "address": "6 Black Prince Road, London",
+ "_geoloc": { "lat": 51.489738, "lng": -0.112111 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5942b",
+ "name": "The Bobbin",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 0LN",
+ "address": "1 - 3 Lillieshall Road, London",
+ "_geoloc": { "lat": 51.466086, "lng": -0.14348 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59479",
+ "name": "The Crown And Sceptre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW2 4AH",
+ "address": "Streatham Hill, London",
+ "_geoloc": { "lat": 51.444999, "lng": -0.124936 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59458",
+ "name": "The Coach & Horses",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7EX",
+ "address": "The Coach And Horses, 173 - 175 Clapham Park Road",
+ "_geoloc": { "lat": 51.459858, "lng": -0.131252 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59491",
+ "name": "The Duke Of Sussex",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7AY",
+ "address": "23 Baylis Road, London",
+ "_geoloc": { "lat": 51.501048, "lng": -0.11026 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5948e",
+ "name": "The Duke Of Edinburgh",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 8AG",
+ "address": "Duke Of Cambridge Public House, 204 Ferndale Road",
+ "_geoloc": { "lat": 51.463375, "lng": -0.119519 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f594ac",
+ "name": "The Florence",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE24 0NG",
+ "address": "131 - 133 Dulwich Road, London",
+ "_geoloc": { "lat": 51.452786, "lng": -0.103028 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f594cd",
+ "name": "The Great North Wood",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE27 0HS",
+ "address": "3 Knight's Hill, London",
+ "_geoloc": { "lat": 51.430995, "lng": -0.104103 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5953f",
+ "name": "The Manor Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW16 6LQ",
+ "address": "Mitcham Lane, London",
+ "_geoloc": { "lat": 51.427968, "lng": -0.132827 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59554",
+ "name": "The Nottingham Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW8 2NB",
+ "address": "The Nottingham Castle Public House, 257 Wandsworth Road",
+ "_geoloc": { "lat": 51.478763, "lng": -0.12865 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5949d",
+ "name": "The Falcon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7SQ",
+ "address": "33 Bedford Road, London",
+ "_geoloc": { "lat": 51.464338, "lng": -0.129111 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f594c1",
+ "name": "The Golden Goose",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE5 0RR",
+ "address": "146 - 148 Camberwell New Road, London",
+ "_geoloc": { "lat": 51.4780074, "lng": -0.1033985 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f594d9",
+ "name": "The Hand In Hand",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW2 4EN",
+ "address": "61 New Park Road, London",
+ "_geoloc": { "lat": 51.4475026, "lng": -0.1268109 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f594e8",
+ "name": "The Horns Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE27 0JD",
+ "address": "Knight's Hill, London",
+ "_geoloc": { "lat": 51.431182, "lng": -0.104513 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59575",
+ "name": "The Phoenix",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 9AR",
+ "address": "348 Clapham Road, London",
+ "_geoloc": { "lat": 51.467861, "lng": -0.128449 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f594d0",
+ "name": "The Great Southern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE19 1QH",
+ "address": "79 Gipsy Hill, London",
+ "_geoloc": { "lat": 51.4231185913086, "lng": -0.08370299637318 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f594e5",
+ "name": "The Hope",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE27 9JS",
+ "address": "The Hope Public House, 49 Norwood High Street",
+ "_geoloc": { "lat": 51.43048, "lng": -0.101694 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5950c",
+ "name": "The Kennington",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE5 0RS",
+ "address": "60 Camberwell New Road, London",
+ "_geoloc": { "lat": 51.479119, "lng": -0.105983 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5950f",
+ "name": "The King & Co.",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7BZ",
+ "address": "The Kings Head, 100 Clapham Park Road",
+ "_geoloc": { "lat": 51.459191, "lng": -0.134028 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59518",
+ "name": "The Landor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 9PH",
+ "address": "The Landor Public House, 70 Landor Road",
+ "_geoloc": { "lat": 51.465715, "lng": -0.125801 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5957e",
+ "name": "The Pilgrim",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 5QU",
+ "address": "The Pilgrim Public House, 247 Kennington Lane",
+ "_geoloc": { "lat": 51.48675, "lng": -0.113545 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59584",
+ "name": "The Prince",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 8HH",
+ "address": "469 Brixton Road, London",
+ "_geoloc": { "lat": 51.461794, "lng": -0.114632 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f594ee",
+ "name": "The Horse And Stables",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7RW",
+ "address": "122 Westminster Bridge Road, London",
+ "_geoloc": { "lat": 51.499729, "lng": -0.113773 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59542",
+ "name": "The Mere Scribbler",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW16 3PX",
+ "address": "426 - 428 Streatham High Road, London",
+ "_geoloc": { "lat": 51.4213256835938, "lng": -0.12917099893093 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5954b",
+ "name": "The Mulberry Bush",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 9PP",
+ "address": "89 Upper Ground, London",
+ "_geoloc": { "lat": 51.507451, "lng": -0.110241 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59551",
+ "name": "The New Crown & Cushion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7HR",
+ "address": "The New Crown And Cushion Public Ho, 133-135 Westminster Bridge Road",
+ "_geoloc": { "lat": 51.499094, "lng": -0.113381 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59488",
+ "name": "The Dog House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 6BY",
+ "address": "Kennington Road, London",
+ "_geoloc": { "lat": 51.490032, "lng": -0.110759 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f594a6",
+ "name": "The Five Bells",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW16 1DA",
+ "address": "68 - 70 Streatham High Road, London",
+ "_geoloc": { "lat": 51.436545, "lng": -0.128232 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f594eb",
+ "name": "The Horse And Groom",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW16 1DA",
+ "address": "60 Streatham High Road, London",
+ "_geoloc": { "lat": 51.436545, "lng": -0.128233 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59527",
+ "name": "The Leigham Well",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW16 2BT",
+ "address": "Leigham Arms, 1 - 3 Wellfield Road",
+ "_geoloc": { "lat": 51.429348, "lng": -0.12575 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59512",
+ "name": "The Kings Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 8TB",
+ "address": "25 Roupell Street, London",
+ "_geoloc": { "lat": 51.504576, "lng": -0.109812 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5957b",
+ "name": "The Pied Bull",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW16 3QB",
+ "address": "498 Streatham High Road, London",
+ "_geoloc": { "lat": 51.41884, "lng": -0.128294 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59569",
+ "name": "The Paxton",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE27 9QY",
+ "address": "255 Gipsy Road, London",
+ "_geoloc": { "lat": 51.427539, "lng": -0.087833 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5953c",
+ "name": "The Lotus Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7UL",
+ "address": "76 Clapham High Street, London",
+ "_geoloc": { "lat": 51.463601, "lng": -0.133662 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59581",
+ "name": "The Pineapple",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7DZ",
+ "address": "The Pineapple Public House, 53 Hercules Road",
+ "_geoloc": { "lat": 51.497238, "lng": -0.113746 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59587",
+ "name": "The Prince Regent",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE24 0NJ",
+ "address": "69 Dulwich Road, London",
+ "_geoloc": { "lat": 51.454253, "lng": -0.107573 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f595ab",
+ "name": "The Rosendale",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE21 8EZ",
+ "address": "65 Rosendale Road, London",
+ "_geoloc": { "lat": 51.436797, "lng": -0.094741 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59590",
+ "name": "The Rabbit Hole",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW16 5NJ",
+ "address": "The Greyhound, 151 - 153 Greyhound Lane",
+ "_geoloc": { "lat": 51.4217855, "lng": -0.1297609 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f595db",
+ "name": "The Stonhouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 6BJ",
+ "address": "165 Stonhouse Street, London",
+ "_geoloc": { "lat": 51.464427, "lng": -0.136954 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f595d8",
+ "name": "The Steam Engine",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7BU",
+ "address": "41 - 42 Cosser Street, London",
+ "_geoloc": { "lat": 51.497183, "lng": -0.112581 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f595de",
+ "name": "The Sultan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW2 4DU",
+ "address": "The Sultan Public House, 37-39 New Park Road",
+ "_geoloc": { "lat": 51.448956, "lng": -0.124314 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f595ae",
+ "name": "The Royal Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7UT",
+ "address": "Royal Oak, 10 Clapham High Street",
+ "_geoloc": { "lat": 51.465042, "lng": -0.130436 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f595c6",
+ "name": "The Shrub & Shutter",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 8QH",
+ "address": "336 Coldharbour Lane, London",
+ "_geoloc": { "lat": 51.463024, "lng": -0.108348 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f595d5",
+ "name": "The Stage Door Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 8QA",
+ "address": "30 Webber Street, London",
+ "_geoloc": { "lat": 51.501266, "lng": -0.107557 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59596",
+ "name": "The Railway",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW16 5SD",
+ "address": "Railway Hotel Public House, 2 Greyhound Lane",
+ "_geoloc": { "lat": 51.418532, "lng": -0.134347 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f595a8",
+ "name": "The Rose",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7TL",
+ "address": "35 Albert Embankment, London",
+ "_geoloc": { "lat": 51.489621, "lng": -0.12266 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f595a2",
+ "name": "The Riverside (Unit 14)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW8 2LE",
+ "address": "5 St George Wharf, London",
+ "_geoloc": { "lat": 51.485545, "lng": -0.125881 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f595b1",
+ "name": "The Royal Vauxhall Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 5HY",
+ "address": "Royal Vauxhall Tavern Public House, 372 Kennington Lane",
+ "_geoloc": { "lat": 51.486534, "lng": -0.119719 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59599",
+ "name": "The Railway Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7UR",
+ "address": "18 Clapham High Street, London",
+ "_geoloc": { "lat": 51.464411, "lng": -0.132016 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f595e1",
+ "name": "The Sun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 0JL",
+ "address": "47 Old Town, London",
+ "_geoloc": { "lat": 51.464139, "lng": -0.140924 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f595e7",
+ "name": "The Surprise",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW8 2PP",
+ "address": "The Surprise Public House, 16 Southville",
+ "_geoloc": { "lat": 51.474429, "lng": -0.131449 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f595e4",
+ "name": "The Sun Of Camberwell",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE5 9NS",
+ "address": "61 - 63 Coldharbour Lane, London",
+ "_geoloc": { "lat": 51.469682, "lng": -0.095762 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f595ea",
+ "name": "The Swan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 9BF",
+ "address": "2A Stockwell Road, London",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f595ed",
+ "name": "The Tankard",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 6SF",
+ "address": "111 Kennington Road, London",
+ "_geoloc": { "lat": 51.49421, "lng": -0.110515 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59617",
+ "name": "The Wellington Hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 8UD",
+ "address": "The Wellington, 81 - 83 Waterloo Road",
+ "_geoloc": { "lat": 51.504095, "lng": -0.111763 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59605",
+ "name": "The Two Towers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE27 9QY",
+ "address": "201 Gipsy Road, London",
+ "_geoloc": { "lat": 51.427539, "lng": -0.087833 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f595f3",
+ "name": "The Three Stags",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7PZ",
+ "address": "67 - 69 Kennington Road, London",
+ "_geoloc": { "lat": 51.496902, "lng": -0.111354 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f595fc",
+ "name": "The Tommyfield",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 4EZ",
+ "address": "185 Kennington Lane, London",
+ "_geoloc": { "lat": 51.488948, "lng": -0.11043 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59608",
+ "name": "The Understudy",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 9PX",
+ "address": "Royal National Theatre, South Bank",
+ "_geoloc": { "lat": 51.507209, "lng": -0.113637 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5960e",
+ "name": "The Vaults",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "",
+ "address": "The Vaults, Arches In Leake Street, London",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59626",
+ "name": "The Windmill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7JS",
+ "address": "44 Lambeth High Street, London",
+ "_geoloc": { "lat": 51.49313, "lng": -0.1205193 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59629",
+ "name": "The Windmill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 8LW",
+ "address": "86 The Cut, London",
+ "_geoloc": { "lat": 51.503046, "lng": -0.108103 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59614",
+ "name": "The Walrus",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7RW",
+ "address": "The Walrus Social, 172 Westminster Bridge Road",
+ "_geoloc": { "lat": 51.499782, "lng": -0.113699 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59620",
+ "name": "The White Bear",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 4DJ",
+ "address": "138 Kennington Park Road, London",
+ "_geoloc": { "lat": 51.48675, "lng": -0.108028 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5962c",
+ "name": "The Windmill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW2 5BZ",
+ "address": "Windmill Public House, Blenheim Gardens",
+ "_geoloc": { "lat": 51.4545288085938, "lng": -0.12250299751759 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59623",
+ "name": "The White Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW2 1QN",
+ "address": "The White Horse Public House, 94 Brixton Hill",
+ "_geoloc": { "lat": 51.45492, "lng": -0.119982 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5962f",
+ "name": "The Windmill Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 9DE",
+ "address": "The Windmill On The Common, Windmill Drive",
+ "_geoloc": { "lat": 51.457595, "lng": -0.145076 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f596c5",
+ "name": "Tulse Hill Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE24 9AY",
+ "address": "Tulse Hill Hotel, 150 Norwood Road",
+ "_geoloc": { "lat": 51.441857, "lng": -0.106215 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f596a7",
+ "name": "Trinity Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 8DR",
+ "address": "The Trinity Arms, 45 Trinity Gardens",
+ "_geoloc": { "lat": 51.461933, "lng": -0.118787 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f596d7",
+ "name": "Two Brewers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7UJ",
+ "address": "The Two Brewers, 114 Clapham High Street",
+ "_geoloc": { "lat": 51.463188, "lng": -0.134859 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5971f",
+ "name": "Vaulty Towers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7RG",
+ "address": "34 Lower Marsh, London",
+ "_geoloc": { "lat": 51.501047, "lng": -0.111845 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5973a",
+ "name": "Venn Street Records",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 0AT",
+ "address": "78 Venn Street, London",
+ "_geoloc": { "lat": 51.46362, "lng": -0.138268 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59797",
+ "name": "Walker Briggs",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE19 1TQ",
+ "address": "23 Westow Hill, London",
+ "_geoloc": { "lat": 51.420108795166, "lng": -0.08229000121355 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f597e8",
+ "name": "White Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW16 1BB",
+ "address": "The White Lion, 232 - 234 Streatham High Road",
+ "_geoloc": { "lat": 51.431148, "lng": -0.12982 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f597d9",
+ "name": "Westow House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE19 1TX",
+ "address": "79 Westow Hill, London",
+ "_geoloc": { "lat": 51.419901, "lng": -0.079364 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f597af",
+ "name": "Waterloo Tap",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7ES",
+ "address": "Arch 147, Sutton Walk",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f597cd",
+ "name": "West Indian Ex Service Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 6DB",
+ "address": "165-167 Clapham Manor Street, London",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59884",
+ "name": "Zeitgeist @ The Jolly Gardeners",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 6AB",
+ "address": "The Jolly Gardeners Public House, 49-51 Black Prince Road",
+ "_geoloc": { "lat": 51.491649, "lng": -0.119033 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f5843e",
+ "name": "Fentiman Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW8 1LA",
+ "address": "The Fentiman Arms, 64 Fentiman Road",
+ "_geoloc": { "lat": 51.481224, "lng": -0.118929 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58447",
+ "name": "Ferndales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7SE",
+ "address": "118 Ferndale Road, London",
+ "_geoloc": { "lat": 51.463058, "lng": -0.124989 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f5844a",
+ "name": "Fire",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW8 1RT",
+ "address": "Arches 39-44 Parry Street, London",
+ "_geoloc": { "lat": 51.484497, "lng": -0.123908 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f585f4",
+ "name": "Hanover Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 4PP",
+ "address": "The Hanover Arms, 326 Kennington Park Road",
+ "_geoloc": { "lat": 51.481679, "lng": -0.113092 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f585ee",
+ "name": "Hand In Hand",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW2 4EN",
+ "address": "Hand In Hand Public House, 61 New Park Road",
+ "_geoloc": { "lat": 51.447418, "lng": -0.127112 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58666",
+ "name": "Hole In The Wall",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 8SQ",
+ "address": "The Hole In The Wall, 5 Mepham Street",
+ "_geoloc": { "lat": 51.504107, "lng": -0.113679 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f5864e",
+ "name": "Hero Of Switzerland",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 7LL",
+ "address": "142 Loughborough Road, London",
+ "_geoloc": { "lat": 51.466932, "lng": -0.105321 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f5866c",
+ "name": "Holland Tringham",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW16 1HJ",
+ "address": "107 - 109 Streatham High Road, London",
+ "_geoloc": { "lat": 51.42967, "lng": -0.130168 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f5868a",
+ "name": "Hootananny",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW2 1DF",
+ "address": "95 Effra Road, London",
+ "_geoloc": { "lat": 51.455679, "lng": -0.113474 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f5868d",
+ "name": "Hope \\& Anchor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW2 5UA",
+ "address": "123 Acre Lane, London",
+ "_geoloc": { "lat": 51.459485, "lng": -0.128201 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58702",
+ "name": "Indian Flavours",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7TS",
+ "address": "5 Clapham High Street, London",
+ "_geoloc": { "lat": 51.464926, "lng": -0.129922 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f5874d",
+ "name": "Jazz Junction",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE5 9PA",
+ "address": "Ground Floor, 171 Coldharbour Lane",
+ "_geoloc": { "lat": 51.467019, "lng": -0.09963 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58822",
+ "name": "Kings Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 4XD",
+ "address": "The Little Apple, 98 Kennington Lane",
+ "_geoloc": { "lat": 51.490018, "lng": -0.108196 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58858",
+ "name": "Knowles Of Norwood",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE27 9AF",
+ "address": "294 - 298 Norwood Road, London",
+ "_geoloc": { "lat": 51.435263, "lng": -0.104401 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58996",
+ "name": "Lost Rivers Brewery",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7NN",
+ "address": "24 & 26 Leake Street, London",
+ "_geoloc": { "lat": 51.5017890930176, "lng": -0.11595000326634 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58999",
+ "name": "Lost Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW8 2JU",
+ "address": "208 Wandsworth Road, London",
+ "_geoloc": { "lat": 51.476, "lng": -0.131298 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58a98",
+ "name": "Mawbey Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW8 2TT",
+ "address": "Mawbey Arms Public House, 7 Mawbey Street",
+ "_geoloc": { "lat": 51.478259, "lng": -0.125805 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58a6e",
+ "name": "Market House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 8LN",
+ "address": "443 - 445 Coldharbour Lane, London",
+ "_geoloc": { "lat": 51.461484, "lng": -0.113795 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58a83",
+ "name": "Marquis Of Lorne",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 9SB",
+ "address": "Marquis Of Lorne Public House, Dalyell Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58af2",
+ "name": "Metro",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7AA",
+ "address": "9 Clapham Common South Side, London",
+ "_geoloc": { "lat": 51.461563, "lng": -0.137833 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58bb2",
+ "name": "Mosquito Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7TS",
+ "address": "5 Clapham High Street, London",
+ "_geoloc": { "lat": 51.464926, "lng": -0.129922 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58bb5",
+ "name": "Mother Kelly's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 5AW",
+ "address": "Arch 76 Albert Embankment, London",
+ "_geoloc": { "lat": 51.4870491027832, "lng": -0.12221799790859 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58bee",
+ "name": "Namco Funscape",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 7PB",
+ "address": "County Hall Riverside Building, Westminster Bridge Road",
+ "_geoloc": { "lat": 51.50283, "lng": -0.119264 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58c75",
+ "name": "No32 The Old Town",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 0JE",
+ "address": "32 The Pavement, London",
+ "_geoloc": { "lat": 51.463037, "lng": -0.140624 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58c78",
+ "name": "Nolan's Freehouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW8 2XA",
+ "address": "33 Wilcox Road, London",
+ "_geoloc": { "lat": 51.479795, "lng": -0.126779 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58c5a",
+ "name": "New Zealand Wine Cellar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 8PQ",
+ "address": "S15, Pop Brixton",
+ "_geoloc": { "lat": 51.463765, "lng": -0.108605 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58cab",
+ "name": "Oaka At The Mansion House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 4RS",
+ "address": "The Mansion House, 48 Kennington Park Road",
+ "_geoloc": { "lat": 51.489227, "lng": -0.105463 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58cd8",
+ "name": "Off The Cuff Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE24 0JN",
+ "address": "Arch 645 Rear Of 301 To 303, Railton Road",
+ "_geoloc": { "lat": 51.4528503417969, "lng": -0.10198900103569 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58cea",
+ "name": "Old Red Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 4RS",
+ "address": "The Old Red Lion, 42 Kennington Park Road",
+ "_geoloc": { "lat": 51.489351, "lng": -0.1054 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58dfb",
+ "name": "Perky Nel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 9DW",
+ "address": "7-8 Cavendish Parade, Clapham Common South Side",
+ "_geoloc": { "lat": 51.4536498, "lng": -0.1463646 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58e07",
+ "name": "Peter May Stand",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 5SS",
+ "address": "Surrey County Cricket Club, Kennington Oval",
+ "_geoloc": { "lat": 51.482964, "lng": -0.114667 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58d83",
+ "name": "Park Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE27 9ND",
+ "address": "56 Elder Road, London",
+ "_geoloc": { "lat": 51.423576, "lng": -0.097981 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58e16",
+ "name": "Phonox",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 7AY",
+ "address": "418 Brixton Road, London",
+ "_geoloc": { "lat": 51.464314, "lng": -0.114773 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58e97",
+ "name": "Porky's Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW2 4PA",
+ "address": "23 - 27 Sternhold Avenue, London",
+ "_geoloc": { "lat": 51.4384498596191, "lng": -0.12760800123215 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58eb2",
+ "name": "Pratt's & Payne",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW16 1HJ",
+ "address": "Pratts And Payne, 103 - 105 Streatham High Road",
+ "_geoloc": { "lat": 51.42967, "lng": -0.130168 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58ef4",
+ "name": "Prince Of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW2 5PY",
+ "address": "Prince Of Wales Public House, 169-171 Lyham Road",
+ "_geoloc": { "lat": 51.453507, "lng": -0.126646 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58f2a",
+ "name": "Queens Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 9TQ",
+ "address": "144 Stockwell Road, London",
+ "_geoloc": { "lat": 51.467345, "lng": -0.118118 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58f4b",
+ "name": "Railway Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE27 9BW",
+ "address": "The Railway Tavern, 7 Station Rise",
+ "_geoloc": { "lat": 51.439897, "lng": -0.10572 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58ef7",
+ "name": "Prince Of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE11 4EA",
+ "address": "The Prince Of Wales Public House, 48 Cleaver Square",
+ "_geoloc": { "lat": 51.488129, "lng": -0.108749 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58eee",
+ "name": "Prince Albert",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW9 8LF",
+ "address": "The Prince Albert, 418 Coldharbour Lane",
+ "_geoloc": { "lat": 51.4618682861328, "lng": -0.11308900266886 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58efa",
+ "name": "Prince Of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 0LB",
+ "address": "The Prince Of Wales Public House, 38 Old Town",
+ "_geoloc": { "lat": 51.464161, "lng": -0.141772 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58efd",
+ "name": "Priory Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW8 2PB",
+ "address": "The Priory Arms Public House, 83 Lansdowne Way",
+ "_geoloc": { "lat": 51.475008, "lng": -0.129423 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58f8a",
+ "name": "Revolution Clapham",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 7TB",
+ "address": "Revolution, 95 - 97 Clapham High Street",
+ "_geoloc": { "lat": 51.462822, "lng": -0.134471 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58fcc",
+ "name": "Rose & Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SW4 0JG",
+ "address": "Rose Crown Public House, 2 The Polygon",
+ "_geoloc": { "lat": 51.463499, "lng": -0.141425 }
+ },
+ {
+ "objectID": "6399f73c71c0238ae6f58ff3",
+ "name": "Royal National Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lambeth",
+ "postcode": "SE1 9PX",
+ "address": "South Bank, London",
+ "_geoloc": { "lat": 51.507209, "lng": -0.113637 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59a43",
+ "name": "Baring Hall Hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE12 0DU",
+ "address": "368 Baring Road, London",
+ "_geoloc": { "lat": 51.4308825, "lng": 0.0210479 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59af1",
+ "name": "Black Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE8 5RE",
+ "address": "195 Evelyn Street, London",
+ "_geoloc": { "lat": 51.485697, "lng": -0.034139 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59a94",
+ "name": "Bellingham Ex-servicemen's club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE6 3DD",
+ "address": "Bellingham Club, Allerford Road",
+ "_geoloc": { "lat": 51.43094, "lng": -0.017026 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59ae8",
+ "name": "Bird In Hand,",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE23 3HN",
+ "address": "Bird In Hand, 35 Dartmouth Road",
+ "_geoloc": { "lat": 51.437805, "lng": -0.054282 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59b0c",
+ "name": "Blythe Hill Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE23 1JB",
+ "address": "The Blythe Hotel, 319 Stanstead Road",
+ "_geoloc": { "lat": 51.4424934387207, "lng": -0.03495899960399 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59b33",
+ "name": "Bottle Bar & Shop",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE6 4SP",
+ "address": "2 Catford Broadway, London",
+ "_geoloc": { "lat": 51.4449953, "lng": -0.0229122 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59b84",
+ "name": "Brockley Jack",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE4 2DH",
+ "address": "408-410 Brockley Road, Crofton Park",
+ "_geoloc": { "lat": 51.453433, "lng": -0.038563 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59b57",
+ "name": "Bricklayers Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE26 4QY",
+ "address": "189 Dartmouth Road, London",
+ "_geoloc": { "lat": 51.432439, "lng": -0.059862 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59b8a",
+ "name": "Brockley Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE4 2SU",
+ "address": "240-242 Brockley Road, Crofton Park",
+ "_geoloc": { "lat": 51.461919, "lng": -0.03568 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59c3e",
+ "name": "Capitol - JD Wetherspoon PLC",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE23 3TW",
+ "address": "11-21 London Road, London",
+ "_geoloc": { "lat": 51.43887, "lng": -0.054482 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59c86",
+ "name": "Catford Mews",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE6 4JU",
+ "address": "32 Winslade Way, London",
+ "_geoloc": { "lat": 51.446277, "lng": -0.020477 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59eba",
+ "name": "Crofton Park Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE4 2BT",
+ "address": "332 Brockley Road, Crofton Park",
+ "_geoloc": { "lat": 51.456118, "lng": -0.036677 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59ec3",
+ "name": "Crystals",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE14 6PP",
+ "address": "23 Lewisham Way, London",
+ "_geoloc": { "lat": 51.475312, "lng": -0.03532 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59eea",
+ "name": "Dacre Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE13 5BU",
+ "address": "11 Kingswood Place, London",
+ "_geoloc": { "lat": 51.461081, "lng": 0.003743 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59f56",
+ "name": "Dirty South",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE13 5PR",
+ "address": "162 Lee High Road, London",
+ "_geoloc": { "lat": 51.459311, "lng": -0.003733 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59faa",
+ "name": "Duke of Edinburgh",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE12 8RW",
+ "address": "Duke Of Edinburgh Public House, 394 Lee High Road",
+ "_geoloc": { "lat": 51.456457, "lng": 0.010666 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f59f98",
+ "name": "Drink at Bob's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE13 6RT",
+ "address": "214 Hither Green Lane, Hither Green",
+ "_geoloc": { "lat": 51.4508653, "lng": -0.0063086 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5a08e",
+ "name": "Five Bells",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE14 5DJ",
+ "address": "155 New Cross Road, London",
+ "_geoloc": { "lat": 51.476037, "lng": -0.047472 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5a0a6",
+ "name": "Flower of Kent",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE14 6QP",
+ "address": "Flower Of Kent, 135 Lewisham Way",
+ "_geoloc": { "lat": 51.471773, "lng": -0.030217 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5a0cd",
+ "name": "Foresters Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE23 2NE",
+ "address": "All Inn One, 53 Perry Vale",
+ "_geoloc": { "lat": 51.439257, "lng": -0.051832 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5a0d9",
+ "name": "Fox And Firkin",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE13 6JZ",
+ "address": "316 Lewisham High Street, Hither Green",
+ "_geoloc": { "lat": 51.457282, "lng": -0.014013 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5a0dc",
+ "name": "Fox and Hounds",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE26 4BB",
+ "address": "Fox And Hounds, 150 Kirkdale",
+ "_geoloc": { "lat": 51.431168, "lng": -0.060218 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5a256",
+ "name": "Hare And Billet",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE3 0QJ",
+ "address": "1A Eliot Cottages, Hare And Billet Road",
+ "_geoloc": { "lat": 51.4678382873535, "lng": 0.00357900001109 }
+ },
+ {
+ "objectID": "6399f73d71c0238ae6f5a298",
+ "name": "Hill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE23 3HN",
+ "address": "The Hill, 45-47 Dartmouth Road",
+ "_geoloc": { "lat": 51.437805, "lng": -0.054282 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5a4e4",
+ "name": "Ladywell Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE13 7HS",
+ "address": "80 Ladywell Road, Ladywell",
+ "_geoloc": { "lat": 51.456302, "lng": -0.021426 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5a3ee",
+ "name": "Joyce",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE4 2RA",
+ "address": "294 Brockley Road, Crofton Park",
+ "_geoloc": { "lat": 51.459196, "lng": -0.034212 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5a3e2",
+ "name": "Joiners Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE13 5JH",
+ "address": "66 Lewisham High Street, Hither Green",
+ "_geoloc": { "lat": 51.462956, "lng": -0.010787 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5a580",
+ "name": "Lewisham Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE13 5LD",
+ "address": "The White Horse, 1 Lee High Road",
+ "_geoloc": { "lat": 51.462341, "lng": -0.008453 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5a5cb",
+ "name": "Little Faith",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE8 4SA",
+ "address": "G2, 3 Creekside",
+ "_geoloc": { "lat": 51.476615, "lng": -0.0218906 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5a583",
+ "name": "Lewisham Triangle Neighbourhood Asso",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE13 5HN",
+ "address": "Wisteria Road, Hither Green",
+ "_geoloc": { "lat": 51.457377, "lng": -0.005804 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5a55c",
+ "name": "Lewis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE13 6LH",
+ "address": "University Hospital Lewisham, Lewisham High Street",
+ "_geoloc": { "lat": 51.45434, "lng": -0.017063 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5a619",
+ "name": "London & Rye",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE6 4AF",
+ "address": "109 Rushey Green, London",
+ "_geoloc": { "lat": 51.447523, "lng": -0.017603 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5a6d6",
+ "name": "Marquis of Granby",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE14 6AG",
+ "address": "Marquis Of Granby, 322 New Cross Road",
+ "_geoloc": { "lat": 51.47567, "lng": -0.034124 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5a622",
+ "name": "London Beer Dispensary",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE4 2PH",
+ "address": "389 Brockley Road, Crofton Park",
+ "_geoloc": { "lat": 51.45456, "lng": -0.037089 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5a796",
+ "name": "Mordens Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE3 0TA",
+ "address": "7-9 Montpelier Vale, Blackheath",
+ "_geoloc": { "lat": 51.466868, "lng": 0.008734 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5a7d2",
+ "name": "MOT Venue Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE14 5RT",
+ "address": "18 Orion Business Centre, Surrey Canal Road",
+ "_geoloc": { "lat": 51.4847845, "lng": -0.0489466 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5a850",
+ "name": "New Cross Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE14 6AS",
+ "address": "323 New Cross Road, London",
+ "_geoloc": { "lat": 51.475623, "lng": -0.038288 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5a853",
+ "name": "New Cross Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE14 6AS",
+ "address": "323 New Cross Road, London",
+ "_geoloc": { "lat": 51.475623, "lng": -0.038288 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5a84d",
+ "name": "New Cross House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE14 6AF",
+ "address": "316 New Cross Road, London",
+ "_geoloc": { "lat": 51.47541, "lng": -0.037404 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5a87d",
+ "name": "Ninth Life",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE6 4BD",
+ "address": "169 Rushey Green, London",
+ "_geoloc": { "lat": 51.4450922, "lng": -0.0195981 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5a8e0",
+ "name": "O'Neills",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE3 0BD",
+ "address": "52 Tranquil Vale, Blackheath",
+ "_geoloc": { "lat": 51.466744, "lng": 0.008095 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5aa21",
+ "name": "Poodle Club Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE26 5HB",
+ "address": "167 Sydenham Road, London",
+ "_geoloc": { "lat": 51.425868, "lng": -0.047582 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5aa66",
+ "name": "Princess of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE3 0RL",
+ "address": "1A Montpelier Row, Blackheath",
+ "_geoloc": { "lat": 51.468229, "lng": 0.009629 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5aac0",
+ "name": "Railway Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE26 5BH",
+ "address": "401 Southend Lane, Bellingham",
+ "_geoloc": { "lat": 51.428022, "lng": -0.033839 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5aa63",
+ "name": "Prince of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE23 2QL",
+ "address": "52 Perry Rise, London",
+ "_geoloc": { "lat": 51.433863, "lng": -0.042724 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ab0b",
+ "name": "Riva",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE6 2TS",
+ "address": "7 Bromley Road, London",
+ "_geoloc": { "lat": 51.442948, "lng": -0.01983 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ab0e",
+ "name": "Rivoli Ballroom",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE4 2BY",
+ "address": "346-350 Brockley Road, Crofton Park",
+ "_geoloc": { "lat": 51.454607, "lng": -0.037778 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ab02",
+ "name": "Rising Sun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE13 7SN",
+ "address": "The Rising Sun, 120 Loampit Vale",
+ "_geoloc": { "lat": 51.465507, "lng": -0.018047 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ab44",
+ "name": "Royal Albert",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE14 6TJ",
+ "address": "460 New Cross Road, London",
+ "_geoloc": { "lat": 51.474895, "lng": -0.027058 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ac46",
+ "name": "Skehans Freehouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE14 5TW",
+ "address": "1 Kitto Road, London",
+ "_geoloc": { "lat": 51.467648, "lng": -0.048608 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5abb3",
+ "name": "Salvation Army Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE13 6BT",
+ "address": "The Salvation Army, Albion Way",
+ "_geoloc": { "lat": 51.460482, "lng": -0.008605 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ad4b",
+ "name": "Suttons Radio",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE13 6AA",
+ "address": "The Market Tavern, 139-141 Lewisham High Street",
+ "_geoloc": { "lat": 51.460889, "lng": -0.010349 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5acfd",
+ "name": "Subplot 57 (Basement)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE23 3HN",
+ "address": "57 Dartmouth Road, London",
+ "_geoloc": { "lat": 51.4371513, "lng": -0.0544878 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ad6c",
+ "name": "Sylvan Post",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE23 3XZ",
+ "address": "24-28 Dartmouth Road, London",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5acee",
+ "name": "Stockton Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE8 4AF",
+ "address": "2 Deptford High Street, London",
+ "_geoloc": { "lat": 51.475546, "lng": -0.025705 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5acf4",
+ "name": "Student Union Bar (2nd Floor)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "",
+ "address": "Street Record, Dixon Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5aded",
+ "name": "The Birds Nest Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE8 4RZ",
+ "address": "The Birds Nest, 32 Deptford Church Street",
+ "_geoloc": { "lat": 51.476159, "lng": -0.022568 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5adfc",
+ "name": "The Bridge House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE13 7PY",
+ "address": "Anchor, 165 Lewisham Road",
+ "_geoloc": { "lat": 51.46568, "lng": -0.010712 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5add2",
+ "name": "The Alfred",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE26 5RP",
+ "address": "Prince Alfred, 178 Sydenham Road",
+ "_geoloc": { "lat": 51.425835, "lng": -0.042894 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ade7",
+ "name": "The Bell Flex",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE26 5SJ",
+ "address": "The Bell, 59 Bell Green",
+ "_geoloc": { "lat": 51.428836, "lng": -0.036854 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ae38",
+ "name": "The Crown (Blackheath)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE3 0BS",
+ "address": "The Crown, 49 Tranquil Vale",
+ "_geoloc": { "lat": 51.4666061401367, "lng": 0.00719599984586 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ae44",
+ "name": "The Dog & Bell",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE8 3JD",
+ "address": "Dog And Bell, 116 Prince Street",
+ "_geoloc": { "lat": 51.483301, "lng": -0.025874 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ae41",
+ "name": "The Dartmouth Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE23 3HN",
+ "address": "Dartmouth Arms, 7 Dartmouth Road",
+ "_geoloc": { "lat": 51.437805, "lng": -0.054282 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ae50",
+ "name": "The Edmund Halley",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE12 8SS",
+ "address": "23-27 Leegate, Grove Park",
+ "_geoloc": { "lat": 51.455732, "lng": 0.012592 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ae53",
+ "name": "The Elements Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE13 5PQ",
+ "address": "207 Lee High Road, London",
+ "_geoloc": { "lat": 51.458877, "lng": 0.004856 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ae4a",
+ "name": "The Downham Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "BR1 5HS",
+ "address": "Downham Tavern, Downham Way",
+ "_geoloc": { "lat": 51.427801, "lng": 0.013091 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ae17",
+ "name": "The Chandos",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE23 1LN",
+ "address": "56 Brockley Rise, Crofton Park",
+ "_geoloc": { "lat": 51.4476765, "lng": -0.0412033 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ae47",
+ "name": "The Dolphin",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE26 5HB",
+ "address": "121 Sydenham Road, London",
+ "_geoloc": { "lat": 51.425868, "lng": -0.047583 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ae08",
+ "name": "The Brookmill Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE8 4EJ",
+ "address": "65 Cranbrook Road, London",
+ "_geoloc": { "lat": 51.471119, "lng": -0.022872 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ae14",
+ "name": "The Catford Bridge Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE6 4RE",
+ "address": "Catford Bridge Tavern, Station Approach",
+ "_geoloc": { "lat": 51.4448204040527, "lng": -0.0248290002346 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ae35",
+ "name": "The Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE12 0AJ",
+ "address": "117 Burnt Ash Hill, London",
+ "_geoloc": { "lat": 51.443701, "lng": 0.017733 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ae5c",
+ "name": "The Fat Walrus",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE14 6NP",
+ "address": "44 Lewisham Way, London",
+ "_geoloc": { "lat": 51.474128, "lng": -0.034421 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ae7d",
+ "name": "The Genaral Napier-W G Moore Taverns",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE23 1EX",
+ "address": "The General Napier, 73 Bovill Road",
+ "_geoloc": { "lat": 51.446015, "lng": -0.044493 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5ae80",
+ "name": "The Golden Lion PH Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE26 5JX",
+ "address": "116 Sydenham Road, London",
+ "_geoloc": { "lat": 51.425569, "lng": -0.048473 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5aeaa",
+ "name": "The Job Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE8 4NS",
+ "address": "120-122 Deptford High Street, London",
+ "_geoloc": { "lat": 51.478255, "lng": -0.025804 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5aeb9",
+ "name": "The Little Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE14 6TQ",
+ "address": "The Crown, 495 New Cross Road",
+ "_geoloc": { "lat": 51.475256, "lng": -0.027129 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5aec5",
+ "name": "The Lord Northbrook",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE12 8PU",
+ "address": "116 Burnt Ash Road, London",
+ "_geoloc": { "lat": 51.451038, "lng": 0.012054 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5aeec",
+ "name": "The Pavilion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE26 4QB",
+ "address": "Railway Tavern, 325 Kirkdale",
+ "_geoloc": { "lat": 51.426837, "lng": -0.055007 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5af01",
+ "name": "The Railway",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE3 9LE",
+ "address": "Fairway And Firkin, 16 Blackheath Village",
+ "_geoloc": { "lat": 51.46569, "lng": 0.00874 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5af25",
+ "name": "The Talbot",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE4 1QG",
+ "address": "2-4 Tyrwhitt Road, London",
+ "_geoloc": { "lat": 51.466117, "lng": -0.024327 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5af07",
+ "name": "The Rose Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE14 5UL",
+ "address": "272 New Cross Road, London",
+ "_geoloc": { "lat": 51.474676, "lng": -0.042489 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5af0d",
+ "name": "The Royal George",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE8 4QD",
+ "address": "Royal George, 85 Tanners Hill",
+ "_geoloc": { "lat": 51.471699, "lng": -0.028967 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5aec8",
+ "name": "The Love Shack",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE13 5JH",
+ "address": "Second Floor, 100-104 Lewisham High Street",
+ "_geoloc": { "lat": 51.462956, "lng": -0.010786 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5af04",
+ "name": "THE RAILWAY TELEGRAPH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE23 1BS",
+ "address": "112 Stanstead Road, Catford",
+ "_geoloc": { "lat": 51.442207, "lng": -0.049117 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5af1c",
+ "name": "The Summerfield Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE12 0PS",
+ "address": "60 Baring Road, London",
+ "_geoloc": { "lat": 51.443195, "lng": 0.014717 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5aed7",
+ "name": "The Old Tigers Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE12 8RU",
+ "address": "Ye Old Tigers Head, 351 Lee High Road",
+ "_geoloc": { "lat": 51.45741, "lng": 0.009139 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5af19",
+ "name": "The Signal PH (Hippo Inns Ltd)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE23 3HE",
+ "address": "7 Devonshire Road, London",
+ "_geoloc": { "lat": 51.43941, "lng": -0.053984 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5af2e",
+ "name": "The Telegraph at The Earl of Derby",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE14 5LW",
+ "address": "Earl Of Derby, 87 Dennetts Road",
+ "_geoloc": { "lat": 51.470349, "lng": -0.050436 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5af4f",
+ "name": "THE WHITE HART",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE14 5AA",
+ "address": "184 New Cross Road, London",
+ "_geoloc": { "lat": 51.474877, "lng": -0.046945 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5b012",
+ "name": "Venue Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE14 6JP",
+ "address": "2 Clifton Rise, London",
+ "_geoloc": { "lat": 51.476173, "lng": -0.036752 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5b04e",
+ "name": "Walpole Pub Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "",
+ "address": "403 New Cross Road, London",
+ "_geoloc": { "lat": 51.475920173444, "lng": -0.03340260212006 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5b057",
+ "name": "Watch House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE13 6JP",
+ "address": "The Watch House, 198-204 Lewisham High Street",
+ "_geoloc": { "lat": 51.45984, "lng": -0.012103 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5b08a",
+ "name": "Wickham Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE4 1TF",
+ "address": "69 Upper Brockley Road, London",
+ "_geoloc": { "lat": 51.467284, "lng": -0.033304 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5b084",
+ "name": "White Swan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE8 3NT",
+ "address": "217 Deptford High Street, London",
+ "_geoloc": { "lat": 51.48076, "lng": -0.026618 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5b0f9",
+ "name": "Youth First Woodpecker Youth Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Lewisham",
+ "postcode": "SE14 6EU",
+ "address": "Woodpecker Youth Club, 20 Woodpecker Road",
+ "_geoloc": { "lat": 51.4806175231934, "lng": -0.03802999854088 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bf60",
+ "name": "West Wimbledon Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW20 0DE",
+ "address": "55 Durham Road, West Wimbledon",
+ "_geoloc": { "lat": 51.412458, "lng": -0.233962 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5beeb",
+ "name": "Tunnel 267",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "267 The Broadway, London",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bf72",
+ "name": "White Lion of Mortimer",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "223 London Road, Mitcham",
+ "_geoloc": { "lat": 51.406566, "lng": -0.1636972 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bf63",
+ "name": "Westside Lawn Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 4RG",
+ "address": "20 Woodhayes Road, West Wimbledon",
+ "_geoloc": { "lat": 51.418968, "lng": -0.229166 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bf66",
+ "name": "Westside Lawn Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 4RG",
+ "address": "20 Woodhayes Road, West Wimbledon",
+ "_geoloc": { "lat": 51.418968, "lng": -0.229166 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bf8d",
+ "name": "Wilton Lawn Tennis Club, Pavilion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 3QX",
+ "address": "28 Wilton Grove, London",
+ "_geoloc": { "lat": 51.414341, "lng": -0.20635 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bfbd",
+ "name": "Wimbledon Racquets & Fitness Club Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 4HD",
+ "address": "Wimbledon Squash And Badminton Club, 13 Cranbrook Road",
+ "_geoloc": { "lat": 51.41723, "lng": -0.214162 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bfcc",
+ "name": "Wimbledon Village Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 4QD",
+ "address": "26 Lingfield Road, Wimbledon",
+ "_geoloc": { "lat": 51.423701, "lng": -0.21749 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bf90",
+ "name": "Wimbledon (Trinity Road) Club Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 8QX",
+ "address": "2A Trinity Road, London",
+ "_geoloc": { "lat": 51.42044, "lng": -0.197108 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bfc0",
+ "name": "Wimbledon Rugby Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW20 0ET",
+ "address": "Barham Road, West Wimbledon",
+ "_geoloc": { "lat": 51.418312, "lng": -0.245904 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bf99",
+ "name": "Wimbledon Bridge Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 4EY",
+ "address": "Kenneth Black Memorial Hall, 56A Worple Road",
+ "_geoloc": { "lat": 51.41839, "lng": -0.213584 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bfc9",
+ "name": "Wimbledon Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 1QG",
+ "address": "New Wimbledon Theatre, 93 The Broadway",
+ "_geoloc": { "lat": 51.4193000793457, "lng": -0.20133799314499 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bfba",
+ "name": "Wimbledon Park Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 7HR",
+ "address": "Home Park Road, Wimbledon Park",
+ "_geoloc": { "lat": 51.435257, "lng": -0.201603 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bf7b",
+ "name": "Wibbas Down Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "Collingham House, 6-12 Gladstone Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5b177",
+ "name": "All Bar One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 7NA",
+ "address": "37-39 Wimbledon Hill Road, Wimbledon",
+ "_geoloc": { "lat": 51.42256, "lng": -0.208646 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5b1ef",
+ "name": "Bar 191",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "191 Worple Road, Raynes Park",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5b240",
+ "name": "Bills Produce Store",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 3TA",
+ "address": "20 Hartfield Road, London",
+ "_geoloc": { "lat": 51.420337, "lng": -0.206245 }
+ },
+ {
+ "objectID": "6399f73e71c0238ae6f5b25e",
+ "name": "Blue Junction",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SM4 5DA",
+ "address": "1-2 Crown Parade, Crown Lane",
+ "_geoloc": { "lat": 51.40164, "lng": -0.19674 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b34b",
+ "name": "Central Ward Residents Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SM4 4ED",
+ "address": "Ashridge Way, Morden",
+ "_geoloc": { "lat": 51.398885, "lng": -0.208838 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b420",
+ "name": "Club House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 4UW",
+ "address": "Wimbledon Common Golf Club, Camp Road",
+ "_geoloc": { "lat": 51.426143, "lng": -0.232658 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b4a4",
+ "name": "Cranleigh Tennis Club & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 3LX",
+ "address": "Cranleigh Lawn Tennis Club Open Space, Cranleigh Road",
+ "_geoloc": { "lat": 51.404549, "lng": -0.202319 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b51f",
+ "name": "Dog and Fox",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 5EA",
+ "address": "Public House, 24 High Street",
+ "_geoloc": { "lat": 51.424979, "lng": -0.217556 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b543",
+ "name": "Earl Beatty",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "West Barnes Lane, New Malden",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b57f",
+ "name": "Elmwood Lawn Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "CR4 1DL",
+ "address": "337A Tamworth Lane, Mitcham",
+ "_geoloc": { "lat": 51.40123, "lng": -0.146265 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b636",
+ "name": "Ganleys Irish Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SM4 5HT",
+ "address": "43-47 London Road, Morden",
+ "_geoloc": { "lat": 51.4023342, "lng": -0.1934389 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b6c0",
+ "name": "Hand In Hand",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "6-9 Crooked Billet, Wimbledon",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b6bd",
+ "name": "Hand & Racquet",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 7NE",
+ "address": "25-27 Wimbledon Hill Road, Wimbledon",
+ "_geoloc": { "lat": 51.421899, "lng": -0.207809 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b6f6",
+ "name": "Hemingways",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 5EE",
+ "address": "57 High Street, Wimbledon",
+ "_geoloc": { "lat": 51.42557, "lng": -0.218569 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b7e3",
+ "name": "Kings College School Sports Ground",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "Kingsway, New Malden",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b7da",
+ "name": "Kings Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "CR4 3HD",
+ "address": "260 London Road, Mitcham",
+ "_geoloc": { "lat": 51.406651, "lng": -0.164436 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b7ce",
+ "name": "Kilkenny Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 1DE",
+ "address": "The Kilkenny Tavern, 131 Merton High Street",
+ "_geoloc": { "lat": 51.415446, "lng": -0.191695 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b7ad",
+ "name": "KCS Old Boys RFC",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "School Sports Club House, Archbishop Tenisons School Sports Ground",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b7f8",
+ "name": "Kiss Me Hardy",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 2PP",
+ "address": "Unit 5, Priory Retail Park, 131 High Street",
+ "_geoloc": { "lat": 51.4162292480469, "lng": -0.17893700301647 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b8bb",
+ "name": "LSGC (Catering)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "Club House, London Scottish Golf Club",
+ "_geoloc": { "lat": 51.4311537453046, "lng": -0.23336902866286 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b91b",
+ "name": "Merton Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "Joseph Hood Recreation Ground, 296a Martin Way",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b927",
+ "name": "Merton Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "Pavilion, Joseph Hood Recreation Ground, 296a Martin Way",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b96c",
+ "name": "Mitcham Conservative Club Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "CR4 3AA",
+ "address": "Club, Durham House, 12-16 Upper Green West",
+ "_geoloc": { "lat": 51.40619, "lng": -0.164914 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b957",
+ "name": "Miller & Carter",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "The Mill House, Windmill Road",
+ "_geoloc": { "lat": 51.3984046129368, "lng": -0.14519397744035 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5b96f",
+ "name": "Mitcham Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "The Clubhouse, Carshalton Road",
+ "_geoloc": { "lat": 51.3927548919768, "lng": -0.15881 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5ba59",
+ "name": "Old Emanuel Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "KT3 4PU",
+ "address": "Blagdon House, Old Emanuel School Playing Fields",
+ "_geoloc": { "lat": 51.40204, "lng": -0.243809 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5ba56",
+ "name": "Old Blues RFC",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "The Old Blues Rfc, Arthur Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5ba62",
+ "name": "Old Wimbledonians Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "Old Wimbledonians Sports Ground, Coombe Lane",
+ "_geoloc": { "lat": 51.4143100000719, "lng": -0.24828999982938 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5ba5f",
+ "name": "Old Tenisonians Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "KT3 6LX",
+ "address": "Archbishop Tenison's School Sports Ground, Arthur Road",
+ "_geoloc": { "lat": 51.394444, "lng": -0.235633 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5ba6b",
+ "name": "O'Neill's Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 1RQ",
+ "address": "66 The Broadway, London",
+ "_geoloc": { "lat": 51.420006, "lng": -0.202849 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5ba5c",
+ "name": "Old Rutlishians Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 3JS",
+ "address": "Poplar Road, Merton Park",
+ "_geoloc": { "lat": 51.4079284667969, "lng": -0.19994400441647 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bace",
+ "name": "Phoenix Grill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 2BN",
+ "address": "The Royal Standard, 180 High Street",
+ "_geoloc": { "lat": 51.4184417724609, "lng": -0.17840400338173 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bb31",
+ "name": "Prince Of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 3TA",
+ "address": "2 Hartfield Road, London",
+ "_geoloc": { "lat": 51.420337, "lng": -0.206245 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bb2e",
+ "name": "Prince Georges Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "1A Prince George's Avenue, Raynes Park",
+ "_geoloc": { "lat": 51.4091653, "lng": -0.2267768 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bb40",
+ "name": "Purkins Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "CR4 2AF",
+ "address": "174 Streatham Road, Mitcham",
+ "_geoloc": { "lat": 51.4169044494629, "lng": -0.15246300399303 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bba9",
+ "name": "Rose & Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "55 High Street, Wimbledon",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bbd3",
+ "name": "Royal Wimbledon Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 4UW",
+ "address": "29 Camp Road, Wimbledon",
+ "_geoloc": { "lat": 51.426143, "lng": -0.232658 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bb79",
+ "name": "Raynes Park Vale Sports & Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW20 9NB",
+ "address": "Raynes Park Vale Footbal Club, Prince Georges Playing Fields",
+ "_geoloc": { "lat": 51.3962745666504, "lng": -0.22697399556637 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bbd0",
+ "name": "Royal Standard",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 2BN",
+ "address": "The Royal Standard, 180 High Street",
+ "_geoloc": { "lat": 51.4184417724609, "lng": -0.17840400338173 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bbcd",
+ "name": "Royal British Legion Mitcham Club Lt",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "CR4 2LF",
+ "address": "Britsh Royal Legion Club, 26 St Mark's Road",
+ "_geoloc": { "lat": 51.4066696166992, "lng": -0.16051000356674 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bb76",
+ "name": "Raynes Park Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW20 0LA",
+ "address": "32 Coombe Lane, Raynes Park",
+ "_geoloc": { "lat": 51.409681, "lng": -0.231049 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bc8d",
+ "name": "Smash",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 1RH",
+ "address": "82 The Broadway, London",
+ "_geoloc": { "lat": 51.419581, "lng": -0.200938 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bccf",
+ "name": "Southey Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW20 8SF",
+ "address": "559 Kingston Road, Raynes Park",
+ "_geoloc": { "lat": 51.410878, "lng": -0.219226 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bcc9",
+ "name": "South Wimbledon Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 1QL",
+ "address": "6 Russell Road, Wimbledon",
+ "_geoloc": { "lat": 51.417607, "lng": -0.200627 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bcc0",
+ "name": "South London Irish Association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "140 Hartfield Road, London",
+ "_geoloc": { "lat": 51.4167663, "lng": -0.2027237 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bd26",
+ "name": "Suburban Bar & Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 3SG",
+ "address": "27 Hartfield Road, London",
+ "_geoloc": { "lat": 51.4195388, "lng": -0.2058367 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bd4d",
+ "name": "Surrey Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "CR4 4DD",
+ "address": "Surrey Arms Public House, Morden Road",
+ "_geoloc": { "lat": 51.4001502990723, "lng": -0.18112899363041 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bd59",
+ "name": "Swan Hotel Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 4SU",
+ "address": "89 Ridgway, Wimbledon",
+ "_geoloc": { "lat": 51.420778, "lng": -0.220985 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5be16",
+ "name": "The George Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SM4 5PJ",
+ "address": "Epsom Road, Morden",
+ "_geoloc": { "lat": 51.391606, "lng": -0.203876 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5be88",
+ "name": "The Trafalgar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "23 High Path, Colliers Wood",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bdf2",
+ "name": "The Crown of Mitcham",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "CR4 4HJ",
+ "address": "Carshalton Road, Mitcham",
+ "_geoloc": { "lat": 51.390119, "lng": -0.159075 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bdfb",
+ "name": "The Edward Rayne",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW20 8ND",
+ "address": "8-10 Coombe Lane, Raynes Park",
+ "_geoloc": { "lat": 51.4099888, "lng": -0.2289019 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5be8b",
+ "name": "The Vale",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW16 5HN",
+ "address": "The Vale At Streatham, 1A Lilian Road",
+ "_geoloc": { "lat": 51.4129334, "lng": -0.1420149 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bdcb",
+ "name": "The Alexandra",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "31-33 Wimbledon Hill Road, Wimbledon",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5be3a",
+ "name": "The Leather Bottle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "277 Kingston Road, Wimbledon",
+ "_geoloc": { "lat": 51.4112258, "lng": -0.20902 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bde0",
+ "name": "The Cavern Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW20 0AY",
+ "address": "100-102 Coombe Lane, Raynes Park",
+ "_geoloc": { "lat": 51.4099044799805, "lng": -0.23390200734139 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bdef",
+ "name": "The Crooked Billet",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 4RQ",
+ "address": "14-15 Crooked Billet, Wimbledon",
+ "_geoloc": { "lat": 51.421302, "lng": -0.228285 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5be0d",
+ "name": "The Gardeners Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "CR4 2JA",
+ "address": "Gardeners Arms, 107 London Road",
+ "_geoloc": { "lat": 51.410197, "lng": -0.161735 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5be10",
+ "name": "The Garratt & Gauge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 3TA",
+ "address": "18 Hartfield Road, London",
+ "_geoloc": { "lat": 51.4202575683594, "lng": -0.20623399317265 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5be85",
+ "name": "The Sultan Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "The Sultan, 78 Norman Road",
+ "_geoloc": { "lat": 51.4185619, "lng": -0.1852138 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bde3",
+ "name": "The Charles Holden",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 2BH",
+ "address": "The Collier Tup, 198 High Street",
+ "_geoloc": { "lat": 51.4179334, "lng": -0.1787028 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5be1f",
+ "name": "The Gorringe Park",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW17 9JR",
+ "address": "Gorringe Park Hotel, 29 London Road",
+ "_geoloc": { "lat": 51.419331, "lng": -0.161641 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5be49",
+ "name": "The Morden Brook Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SM4 4SS",
+ "address": "Lower Morden Lane, Morden",
+ "_geoloc": { "lat": 51.390865, "lng": -0.220793 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5bea3",
+ "name": "The Windmill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "CR4 4HA",
+ "address": "Pub, The Windmill Public House, 40 Commonside West",
+ "_geoloc": { "lat": 51.402982, "lng": -0.161578 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5be07",
+ "name": "The Fox and Grapes",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "",
+ "address": "10 Camp Road, Wimbledon",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5be5e",
+ "name": "The Ravensbury Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "CR4 4JA",
+ "address": "Croydon Road, Mitcham",
+ "_geoloc": { "lat": 51.397663, "lng": -0.157895 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5be9a",
+ "name": "The William Morris",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 2RD",
+ "address": "20 Watermill Way, Colliers Wood",
+ "_geoloc": { "lat": 51.413265, "lng": -0.183182 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5be9d",
+ "name": "The Wimbledon Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 5AG",
+ "address": "Church Road, Wimbledon Village",
+ "_geoloc": { "lat": 51.436203, "lng": -0.215292 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5be5b",
+ "name": "The Prince Of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Merton",
+ "postcode": "SW19 3BP",
+ "address": "98 Morden Road, South Wimbledon",
+ "_geoloc": { "lat": 51.410247, "lng": -0.192749 }
+ },
+ {
+ "objectID": "6399f73f71c0238ae6f5c047",
+ "name": "Abbey Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E13 8HL",
+ "address": "Abbey Arms Public House, 384 Barking Road",
+ "_geoloc": { "lat": 51.521229, "lng": 0.020725 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c185",
+ "name": "Aspers (Casino Entrance) - Sky Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E20 1ET",
+ "address": "312 The Loft, Westfield Stratford City",
+ "_geoloc": { "lat": 51.544346, "lng": -0.006359 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c188",
+ "name": "Aspers (Casino Entrance) - Tanzibar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E20 1ET",
+ "address": "312 The Loft, Westfield Stratford City",
+ "_geoloc": { "lat": 51.5443458557129, "lng": -0.00635900022462 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c200",
+ "name": "Bar One Thailander Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 1JA",
+ "address": "7 - 9 Leytonstone Road, Stratford",
+ "_geoloc": { "lat": 51.546891, "lng": 0.005781 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c239",
+ "name": "Beckton Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E16 1PY",
+ "address": "1 Beckton Road, Canning Town",
+ "_geoloc": { "lat": 51.517181, "lng": 0.014535 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c25a",
+ "name": "Berneliu Uzeiga - Shepherds Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E6 5LX",
+ "address": "Shepherds Inn, 16 Mary Rose Mall",
+ "_geoloc": { "lat": 51.5145225524902, "lng": 0.05780100077391 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c2a2",
+ "name": "Blakesley Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E12 5BP",
+ "address": "53 Station Road, Manor Park",
+ "_geoloc": { "lat": 51.551325, "lng": 0.046839 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c362",
+ "name": "Buzz Bingo",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 4QZ",
+ "address": "341 - 353 High Street, Stratford",
+ "_geoloc": { "lat": 51.53907, "lng": -0.000216 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c32f",
+ "name": "Bronze Wine Bar And Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E13 8EQ",
+ "address": "291 - 293 Barking Road, Plaistow",
+ "_geoloc": { "lat": 51.520354, "lng": 0.017775 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c3f5",
+ "name": "Cart And Horses",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 1PF",
+ "address": "The Cart And Horses, 1 Maryland Point",
+ "_geoloc": { "lat": 51.545855, "lng": 0.004278 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c4fa",
+ "name": "Community Road Tenants And Residents Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 1JT",
+ "address": "Community Road Tennants And Residen, Community Road",
+ "_geoloc": { "lat": 51.548014, "lng": -1.1e-5 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c602",
+ "name": "Denmark Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E6 1LA",
+ "address": "381 Barking Road, East Ham",
+ "_geoloc": { "lat": 51.53303, "lng": 0.052723 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c6bc",
+ "name": "East Ham Working Mens Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E6 1QE",
+ "address": "2 Boleyn Road, East Ham",
+ "_geoloc": { "lat": 51.53195, "lng": 0.041428 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c66b",
+ "name": "Double Dutch Westfield Pop Up",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E20 1GP",
+ "address": "2 Great Eastern Market, Westfield Stratford City",
+ "_geoloc": { "lat": 51.5443458557129, "lng": -0.00635900022462 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c6bf",
+ "name": "East London Rugby Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 3BP",
+ "address": "71 Holland Road, Stratford",
+ "_geoloc": { "lat": 51.528541, "lng": 0.008146 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c827",
+ "name": "Fox@excel PH/Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E16 1XL",
+ "address": "Fox At Excel, Warehouse K",
+ "_geoloc": { "lat": 51.50817, "lng": 0.027108 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c824",
+ "name": "Fox & Hounds Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E7 9BB",
+ "address": "The Fox And Hounds, 178 Forest Lane",
+ "_geoloc": { "lat": 51.549361, "lng": 0.022159 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c8e4",
+ "name": "Golden Fleece",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E12 5DB",
+ "address": "166 Capel Road, Manor Park",
+ "_geoloc": { "lat": 51.554572, "lng": 0.044245 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5c9b6",
+ "name": "Henley Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E16 2HX",
+ "address": "The Henley Arms, 268 Albert Road",
+ "_geoloc": { "lat": 51.5017280578613, "lng": 0.05618700012565 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5ca4c",
+ "name": "Ibis Styles Hotel Pub Restaurant And Cafe",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E16 3BY",
+ "address": "Ibis Styles London ExCel Custom Hou, 272 - 283 Victoria Dock Road",
+ "_geoloc": { "lat": 51.510103, "lng": 0.028159 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5cbf3",
+ "name": "King Edward Vll",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 4BQ",
+ "address": "The King Edward VII, 47 Broadway",
+ "_geoloc": { "lat": 51.541009, "lng": 0.002638 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5cc9e",
+ "name": "Leyton House Working Mens Club And Institute",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 1TB",
+ "address": "Metro Building, 200 Chandos Road",
+ "_geoloc": { "lat": 51.550357, "lng": -0.002923 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5ccd4",
+ "name": "Loading Stratford",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 4PH",
+ "address": "25 West Ham Lane, Stratford",
+ "_geoloc": { "lat": 51.539464, "lng": 0.004142 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5cd25",
+ "name": "Lord Stanley",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E13 9AE",
+ "address": "The Lord Stanley, 15 St Marys Road",
+ "_geoloc": { "lat": 51.531449, "lng": 0.024638 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5ce2a",
+ "name": "Meza East",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 1BN",
+ "address": "Theatre Royal, Salway Road",
+ "_geoloc": { "lat": 51.542521, "lng": 0.000944 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5ce81",
+ "name": "Mother Kellys E20",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E20 1FS",
+ "address": "27 - 30 Victory Parade, Stratford",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5cf2c",
+ "name": "Neighbourhood",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E20 1DB",
+ "address": "52 Celebration Avenue, Stratford",
+ "_geoloc": { "lat": 51.547783, "lng": -0.008084 }
+ },
+ {
+ "objectID": "6399f74071c0238ae6f5cfe3",
+ "name": "O12 Bar And Grill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 1NS",
+ "address": "The Q Building, 108 - 110 The Grove",
+ "_geoloc": { "lat": 51.5442314147949, "lng": 0.00403399998322 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d15a",
+ "name": "Plaistow Park Community Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E13 0PE",
+ "address": "63 Queens Road West, Plaistow",
+ "_geoloc": { "lat": 51.532901, "lng": 0.025481 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d238",
+ "name": "Queens Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 4PH",
+ "address": "5 - 7 West Ham Lane, Stratford",
+ "_geoloc": { "lat": 51.5406287, "lng": 0.0023439 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d28c",
+ "name": "Red Lion E6",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E6 6ET",
+ "address": "80 High Street South, East Ham",
+ "_geoloc": { "lat": 51.530724, "lng": 0.055532 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d3b8",
+ "name": "Searcy's Champagne Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E20 1EQ",
+ "address": "8A The Arcade, Westfield Stratford City",
+ "_geoloc": { "lat": 51.544345, "lng": -0.006359 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d44e",
+ "name": "Silver Avenue",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E7 9PA",
+ "address": "19 Upton Lane, Forest Gate",
+ "_geoloc": { "lat": 51.5452534, "lng": 0.0262714 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d4c3",
+ "name": "South West Ham Labour Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E13 8QD",
+ "address": "11A St Andrews Road, Plaistow",
+ "_geoloc": { "lat": 51.524126, "lng": 0.028465 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d5b3",
+ "name": "Streeties P H",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E16 1HU",
+ "address": "Streeties, 15 Shirley Street",
+ "_geoloc": { "lat": 51.5129486, "lng": 0.0123279 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d640",
+ "name": "Tap East",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E20 1EE",
+ "address": "7 International Square, Westfield Stratford City",
+ "_geoloc": { "lat": 51.544346, "lng": -0.006359 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d712",
+ "name": "The Cow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E20 1GL",
+ "address": "4 Chestnut Plaza, Westfield Stratford City",
+ "_geoloc": { "lat": 51.544346, "lng": -0.006359 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d751",
+ "name": "The Greyhound",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 4PT",
+ "address": "136 West Ham Lane, Stratford",
+ "_geoloc": { "lat": 51.5358497, "lng": 0.0067772 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d6f7",
+ "name": "The Carpenters Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 2JH",
+ "address": "Carpenters Road, Stratford",
+ "_geoloc": { "lat": 51.537668, "lng": -0.005512 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d6d9",
+ "name": "The Black Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E13 0AD",
+ "address": "Black Lion Public House, 59-61 High Street",
+ "_geoloc": { "lat": 51.531107, "lng": 0.020514 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d6df",
+ "name": "The Britannia",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 3ER",
+ "address": "2 Plaistow Grove, Stratford",
+ "_geoloc": { "lat": 51.5341377, "lng": 0.0127433 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d745",
+ "name": "The Goose On Broadway",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 1NG",
+ "address": "The Goose, 78 - 102 Broadway",
+ "_geoloc": { "lat": 51.541651, "lng": 0.001902 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d71e",
+ "name": "The Eagle Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 1LX",
+ "address": "157 Chobham Road, Stratford",
+ "_geoloc": { "lat": 51.549289, "lng": -0.000431 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d739",
+ "name": "The Fox At Connaught",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E16 3RE",
+ "address": "Lynx Way, Canning Town",
+ "_geoloc": { "lat": 51.510599, "lng": 0.045186 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d742",
+ "name": "The Golden Grove",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 1NS",
+ "address": "Golden Grove Public House, 146-148 The Grove",
+ "_geoloc": { "lat": 51.544232, "lng": 0.004034 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d760",
+ "name": "The Hudson Bay",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E7 9PA",
+ "address": "Hudson Bay, 1 - 5 Upton Lane",
+ "_geoloc": { "lat": 51.5450096130371, "lng": 0.02627900056541 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d769",
+ "name": "The Joy Foundation",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E13 8RP",
+ "address": "Belgrave Court, 83-87 Prince Regent Lane",
+ "_geoloc": { "lat": 51.522637, "lng": 0.031354 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d772",
+ "name": "The Lamb Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E13 0NL",
+ "address": "The Lamb, 85 Pelly Road",
+ "_geoloc": { "lat": 51.53375, "lng": 0.021611 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d77e",
+ "name": "The Millers Well",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E6 2JX",
+ "address": "419 - 423 Barking Road, East Ham",
+ "_geoloc": { "lat": 51.533543, "lng": 0.056798 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d7a5",
+ "name": "The Railway Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 1DB",
+ "address": "131 Angel Lane, Stratford",
+ "_geoloc": { "lat": 51.545106, "lng": 0.000178 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d7b1",
+ "name": "The Refreshment Food - Ground Floor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 4BQ",
+ "address": "27 Broadway, Stratford",
+ "_geoloc": { "lat": 51.5409736633301, "lng": 0.00256399996579 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d7b4",
+ "name": "The Rising Sun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E7 8AF",
+ "address": "Rising Sun, 528 Romford Road",
+ "_geoloc": { "lat": 51.548127, "lng": 0.039902 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d7ba",
+ "name": "The Royal British Legion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E16 2DQ",
+ "address": "14 Constance Street, North Woolwich",
+ "_geoloc": { "lat": 51.502814, "lng": 0.045529 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d7c3",
+ "name": "The Royal Standard Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E16 2NQ",
+ "address": "Royal Standard Hotel, 116 Albert Road",
+ "_geoloc": { "lat": 51.500213, "lng": 0.063582 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d7cc",
+ "name": "The Sportsman",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 1NG",
+ "address": "78 - 102 Broadway, Stratford",
+ "_geoloc": { "lat": 51.541651, "lng": 0.001901 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d7e4",
+ "name": "The Winsor House P H & Travel Inn Brewster Fayre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E6 6LD",
+ "address": "The Winsor House Public House, Winsor Terrace",
+ "_geoloc": { "lat": 51.515332, "lng": 0.06353 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d913",
+ "name": "Village Vanguard",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E20 1AS",
+ "address": "1 Liberty Bridge Road, Stratford",
+ "_geoloc": { "lat": 51.548208, "lng": -0.006132 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d8c2",
+ "name": "Upton Park Snooker Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E13 9AP",
+ "address": "358-362 Green Street, Upton Park",
+ "_geoloc": { "lat": 51.536638, "lng": 0.03453 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d89b",
+ "name": "Underground Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E16 2RD",
+ "address": "University Of East London Dockland, University Way",
+ "_geoloc": { "lat": 51.507405, "lng": 0.064757 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d994",
+ "name": "William The Conqueror",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E12 5AQ",
+ "address": "630 Romford Road, Manor Park",
+ "_geoloc": { "lat": 51.550938, "lng": 0.048885 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5d9e8",
+ "name": "Ye Olde Black Bull",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Newham",
+ "postcode": "E15 4BQ",
+ "address": "13 Broadway, Stratford",
+ "_geoloc": { "lat": 51.541009, "lng": 0.002638 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5db74",
+ "name": "Barley Bowls Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "RM6 4RE",
+ "address": "Thackeray Drive",
+ "_geoloc": { "lat": 51.567956, "lng": 0.111612 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5daa5",
+ "name": "Aldersbrook Bowls Club Limited",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "E12 5DY",
+ "address": "34 Aldersbrook Road",
+ "_geoloc": { "lat": 51.561559, "lng": 0.036479 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5db5c",
+ "name": "Bancroft Rugby Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG9 6JD",
+ "address": "Bancroft Rugby Football Club, Buckhurst Way",
+ "_geoloc": { "lat": 51.6160469055176, "lng": 0.04571599885821 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5db6b",
+ "name": "Barkingside Buzz Bingo",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG6 2EF",
+ "address": "Fairlop Road",
+ "_geoloc": { "lat": 51.592825, "lng": 0.082171 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5dd1e",
+ "name": "Champs Sports & Grill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG1 2AF",
+ "address": "19-21 Chapel Road",
+ "_geoloc": { "lat": 51.557709, "lng": 0.070497 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5ddc9",
+ "name": "Clementswood Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG1 1SZ",
+ "address": "South Park Drive",
+ "_geoloc": { "lat": 51.554885, "lng": 0.089238 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5df40",
+ "name": "Eastwood Snooker and Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG2 6NE",
+ "address": "Rear of, 347 Eastern Avenue",
+ "_geoloc": { "lat": 51.576775, "lng": 0.065288 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5df8e",
+ "name": "Eton Manor Rugby Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "E11 2JA",
+ "address": "Nutter Lane",
+ "_geoloc": { "lat": 51.579795, "lng": 0.034465 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5dfbb",
+ "name": "Fairlop Waters Bar & Marquee",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG6 3HN",
+ "address": "Fairlop Waters Country Park, Forest Road",
+ "_geoloc": { "lat": 51.597982, "lng": 0.104644 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5dfac",
+ "name": "Faces Nightclub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG2 6LE",
+ "address": "Faces, 458-462 Cranbrook Road",
+ "_geoloc": { "lat": 51.5769756, "lng": 0.0683294 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5e02d",
+ "name": "Ford Sports & Social Club (Essex)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG3 8HG",
+ "address": "Aldborough Road South",
+ "_geoloc": { "lat": 51.577593, "lng": 0.100267 }
+ },
+ {
+ "objectID": "6399f74171c0238ae6f5e045",
+ "name": "Frenford Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG1 3PS",
+ "address": "Jack Carter Centre, The Drive",
+ "_geoloc": { "lat": 51.571011, "lng": 0.056556 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e0c9",
+ "name": "Goodmayes Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG3 9QY",
+ "address": "Goodmayes Park, Abbotsford Road",
+ "_geoloc": { "lat": 51.5594940185547, "lng": 0.11689499765635 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e135",
+ "name": "Grove Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "RM6 4AQ",
+ "address": "The Grove Social Club, 50 Grove Road",
+ "_geoloc": { "lat": 51.5700791, "lng": 0.1200594 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e156",
+ "name": "Hainault Forest Golf Club (Private)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG7 4QW",
+ "address": "Hainault Forest Golf Course, Romford Road",
+ "_geoloc": { "lat": 51.605478, "lng": 0.133715 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e147",
+ "name": "Hainault Bowls Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG6 3SL",
+ "address": "Hainault Recreation Ground, Forest Road",
+ "_geoloc": { "lat": 51.604094, "lng": 0.117288 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e153",
+ "name": "Hainault Forest Community Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG7 4DF",
+ "address": "100b Manford Way",
+ "_geoloc": { "lat": 51.60777, "lng": 0.104403 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e15f",
+ "name": "Hainault Youth Centre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG6 3SY",
+ "address": "116 Huntsman Road",
+ "_geoloc": { "lat": 51.609255, "lng": 0.117832 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5edc8",
+ "name": "Woodford Bowling Club Limited",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG8 0JA",
+ "address": "Kings Avenue",
+ "_geoloc": { "lat": 51.609413, "lng": 0.03472 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ede9",
+ "name": "Woodford Wells Cricket and Lawn Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG8 0NL",
+ "address": "Monkhams Lane",
+ "_geoloc": { "lat": 51.614923, "lng": 0.028076 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5edd7",
+ "name": "Woodford Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG8 0ST",
+ "address": "2 Sunset Avenue",
+ "_geoloc": { "lat": 51.612324, "lng": 0.021851 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e393",
+ "name": "King George V Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG2 6SX",
+ "address": "645 Cranbrook Road",
+ "_geoloc": { "lat": 51.578341, "lng": 0.070814 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e420",
+ "name": "Linkside Lawn Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "E11 2LW",
+ "address": "Overton Drive",
+ "_geoloc": { "lat": 51.571479, "lng": 0.034858 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e21c",
+ "name": "Ilford Catholic Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG1 1QP",
+ "address": "324 High Road",
+ "_geoloc": { "lat": 51.5607, "lng": 0.082882 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e585",
+ "name": "Miller & Carter at the Dick Turpin",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG2 7TD",
+ "address": "Aldborough Road North",
+ "_geoloc": { "lat": 51.586074, "lng": 0.102708 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e23a",
+ "name": "Ilford Liberal Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG1 4JF",
+ "address": "10 Balfour Road",
+ "_geoloc": { "lat": 51.561382, "lng": 0.072309 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e216",
+ "name": "Ilford & District Indoor Bowls Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG2 7LX",
+ "address": "Perrymans Farm Road",
+ "_geoloc": { "lat": 51.577808380127, "lng": 0.08819600194693 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e21f",
+ "name": "Ilford Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG1 2AT",
+ "address": "42 Ilford Hill",
+ "_geoloc": { "lat": 51.55797, "lng": 0.068937 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e22e",
+ "name": "Ilford Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG1 3TR",
+ "address": "291 Wanstead Park Road",
+ "_geoloc": { "lat": 51.564528, "lng": 0.056003 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e291",
+ "name": "Jack Carter Pavillion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG6 2JL",
+ "address": "The Jack Carter Pavilion, Fencepiece Road",
+ "_geoloc": { "lat": 51.5980949401855, "lng": 0.08765400201082 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e2d9",
+ "name": "Jono's Freehouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG1 4PA",
+ "address": "37 Cranbrook Road",
+ "_geoloc": { "lat": 51.560009, "lng": 0.069592 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e45c",
+ "name": "Lokkum of Woodford",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "E18 2QD",
+ "address": "Woodford New Road",
+ "_geoloc": { "lat": 51.599716, "lng": 0.013465 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e243",
+ "name": "Ilford Wanderers Rugby Football",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG6 3HJ",
+ "address": "Forest Road",
+ "_geoloc": { "lat": 51.599192, "lng": 0.100325 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e4a7",
+ "name": "Luppolo",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "E11 2RJ",
+ "address": "34-38 High Street",
+ "_geoloc": { "lat": 51.576323, "lng": 0.027252 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e225",
+ "name": "Ilford Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG1 4LX",
+ "address": "Valentines Park, Cranbrook Road",
+ "_geoloc": { "lat": 51.563178, "lng": 0.067846 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e6f9",
+ "name": "O'Neills",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG1 4DW",
+ "address": "109 Station Road",
+ "_geoloc": { "lat": 51.558873, "lng": 0.070781 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e6e1",
+ "name": "O'Gradys Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG3 8RH",
+ "address": "699 High Road",
+ "_geoloc": { "lat": 51.564998, "lng": 0.101028 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e63f",
+ "name": "New Fairlop Oak Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG6 2JP",
+ "address": "The New Fairlop Oak, Fencepiece Road",
+ "_geoloc": { "lat": 51.5940246582031, "lng": 0.08494099974632 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e6ed",
+ "name": "Old Parkonians",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG6 3HD",
+ "address": "Oakfield Playing Fields, Forest Road",
+ "_geoloc": { "lat": 51.59612, "lng": 0.090581 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e870",
+ "name": "Redbridge Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG6 1NA",
+ "address": "Station Road",
+ "_geoloc": { "lat": 51.585923, "lng": 0.089016 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e825",
+ "name": "Powerleague",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG6 3HJ",
+ "address": "Forest Road",
+ "_geoloc": { "lat": 51.599192, "lng": 0.100325 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e78f",
+ "name": "Peez & Sunshinez Bless Up Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG1 1NE",
+ "address": "The General Havelock, 229 High Road",
+ "_geoloc": { "lat": 51.5598773, "lng": 0.0765504 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e9cc",
+ "name": "Sidney's Bar & Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG2 6HE",
+ "address": "545 Cranbrook Road",
+ "_geoloc": { "lat": 51.575822, "lng": 0.065807 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e9ed",
+ "name": "Slug and Lettuce Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "E18 1AY",
+ "address": "184 George Lane",
+ "_geoloc": { "lat": 51.593842, "lng": 0.024567 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5e972",
+ "name": "Seasons Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG8 0HL",
+ "address": "15 The Broadway",
+ "_geoloc": { "lat": 51.607944, "lng": 0.033297 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ea2c",
+ "name": "South Woodford Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "E18 1DR",
+ "address": "Gordon Road",
+ "_geoloc": { "lat": 51.59769, "lng": 0.03138 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ea8c",
+ "name": "St. Cedd's Catholic Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG3 8RW",
+ "address": "783a High Road",
+ "_geoloc": { "lat": 51.565875, "lng": 0.105311 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ebca",
+ "name": "The Cricketers Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG8 9HQ",
+ "address": "299-301 High Road",
+ "_geoloc": { "lat": 51.601934, "lng": 0.018891 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5eb94",
+ "name": "The Ash Grove",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG3 9TN",
+ "address": "The Ashgrove, 271 Green Lane",
+ "_geoloc": { "lat": 51.560374, "lng": 0.095102 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ebbe",
+ "name": "The Chequers Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG6 2DD",
+ "address": "The Chequers, 2 High Street",
+ "_geoloc": { "lat": 51.588616, "lng": 0.081156 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ebd9",
+ "name": "The Duke",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "E11 2EY",
+ "address": "79 Nightingale Lane",
+ "_geoloc": { "lat": 51.582235, "lng": 0.02805 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5eba9",
+ "name": "The Beehive Harvester",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG4 5DR",
+ "address": "Beehive Lane",
+ "_geoloc": { "lat": 51.576955, "lng": 0.059653 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ebd0",
+ "name": "The Cuckfield Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "E11 2AA",
+ "address": "31 High Street",
+ "_geoloc": { "lat": 51.579701, "lng": 0.0243 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ebb2",
+ "name": "The Bridge House Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG3 9UR",
+ "address": "62-64 Goodmayes Road",
+ "_geoloc": { "lat": 51.56576, "lng": 0.110197 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ebcd",
+ "name": "The Crown & Crooked Billet P H",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG8 8BN",
+ "address": "13 Cross Road",
+ "_geoloc": { "lat": 51.607334, "lng": 0.061056 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ec42",
+ "name": "The Railway Bell Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "E18 1JJ",
+ "address": "87 George Lane",
+ "_geoloc": { "lat": 51.591792, "lng": 0.02823 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ebfa",
+ "name": "The George Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "E18 2QL",
+ "address": "70-74 High Road",
+ "_geoloc": { "lat": 51.593371, "lng": 0.022655 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ec15",
+ "name": "The Ilford Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG1 4XA",
+ "address": "Cranbrook Road",
+ "_geoloc": { "lat": 51.571629, "lng": 0.06592 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ec36",
+ "name": "The Old Maypole Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG6 2NG",
+ "address": "Old Maypole, 105-107 Fencepiece Road",
+ "_geoloc": { "lat": 51.601299, "lng": 0.084031 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ebf1",
+ "name": "The Forester Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG7 4NH",
+ "address": "105-107 Burrow Road",
+ "_geoloc": { "lat": 51.612499, "lng": 0.111974 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ec2a",
+ "name": "The Lizard Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "E18 1AY",
+ "address": "186-188 George Lane",
+ "_geoloc": { "lat": 51.593842, "lng": 0.024567 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ebe2",
+ "name": "The Eva Hart Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "RM6 4AH",
+ "address": "1128 High Road",
+ "_geoloc": { "lat": 51.570529, "lng": 0.129957 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ec12",
+ "name": "The Horse & Well Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG8 0PS",
+ "address": "566-568 High Road",
+ "_geoloc": { "lat": 51.617362, "lng": 0.026928 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ec09",
+ "name": "The Great Spoon Of Ilford",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG1 4LZ",
+ "address": "114 Cranbrook Road",
+ "_geoloc": { "lat": 51.562251, "lng": 0.06841 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ebfd",
+ "name": "The George Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "E11 2RL",
+ "address": "The George, 159 High Street",
+ "_geoloc": { "lat": 51.576711, "lng": 0.027673 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ec0c",
+ "name": "The Greyhound Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "RM6 4HU",
+ "address": "900 High Road",
+ "_geoloc": { "lat": 51.56858, "lng": 0.120414 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ec3c",
+ "name": "The Papermakers Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG1 2AA",
+ "address": "57 Roden Street",
+ "_geoloc": { "lat": 51.55653, "lng": 0.067963 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ec3f",
+ "name": "The Prince Of Wales Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG1 1XJ",
+ "address": "63 Green Lane",
+ "_geoloc": { "lat": 51.559149, "lng": 0.086649 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ec45",
+ "name": "The Railway Tavern Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG8 7HY",
+ "address": "126 Snakes Lane East",
+ "_geoloc": { "lat": 51.60786, "lng": 0.038709 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ec48",
+ "name": "The Red House Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG4 5BG",
+ "address": "Redbridge Lane East",
+ "_geoloc": { "lat": 51.576982, "lng": 0.044745 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ec4b",
+ "name": "The Rose & Crown Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG8 0UG",
+ "address": "31 Mill Lane",
+ "_geoloc": { "lat": 51.609705, "lng": 0.020897 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ec9f",
+ "name": "Toby Carvery",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG8 8LG",
+ "address": "Southend Road",
+ "_geoloc": { "lat": 51.591478, "lng": 0.047316 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ec69",
+ "name": "The Travellers Friend Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG8 0PN",
+ "address": "496-498 High Road",
+ "_geoloc": { "lat": 51.615648, "lng": 0.025696 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ec6f",
+ "name": "The Unicorn Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG5 0NY",
+ "address": "225 Clayhall Avenue",
+ "_geoloc": { "lat": 51.591751, "lng": 0.064061 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5eca2",
+ "name": "Toby Carvery (Eagle)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "E11 1PE",
+ "address": "73 Hollybush Hill",
+ "_geoloc": { "lat": 51.583154, "lng": 0.020686 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ecf6",
+ "name": "Uplands Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG8 8EF",
+ "address": "Uplands Social Club, 2 Green Walk",
+ "_geoloc": { "lat": 51.605236, "lng": 0.053033 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ed5c",
+ "name": "Wanstead Cricket Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "E11 2LW",
+ "address": "Overton Drive",
+ "_geoloc": { "lat": 51.571479, "lng": 0.034858 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ed74",
+ "name": "Wanstead Rugby Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "IG8 8JY",
+ "address": "Wanstead Rugby Club, Roding Lane North",
+ "_geoloc": { "lat": 51.5967407226562, "lng": 0.0518559999764 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ed62",
+ "name": "Wanstead Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "E11 2LW",
+ "address": "Overton Drive",
+ "_geoloc": { "lat": 51.571479, "lng": 0.034858 }
+ },
+ {
+ "objectID": "6399f74271c0238ae6f5ed68",
+ "name": "Wanstead House Community Assoc",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Redbridge",
+ "postcode": "E11 2NT",
+ "address": "21 The Green",
+ "_geoloc": { "lat": 51.574994, "lng": 0.028694 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f6055c",
+ "name": "Canavans peckham pool club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 4NF",
+ "address": "188",
+ "_geoloc": { "lat": 51.467136, "lng": -0.066583 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f6056b",
+ "name": "Canterbury arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE17 3NH",
+ "address": "2-4",
+ "_geoloc": { "lat": 51.48273, "lng": -0.102967 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f605b3",
+ "name": "Castle public house",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE22 9JJ",
+ "address": "280",
+ "_geoloc": { "lat": 51.4513, "lng": -0.074233 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f6066d",
+ "name": "China hall",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 2XL",
+ "address": "141",
+ "_geoloc": { "lat": 51.494224, "lng": -0.048813 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f606b5",
+ "name": "Clarendon arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE5 0TH",
+ "address": "225",
+ "_geoloc": { "lat": 51.477359, "lng": -0.100597 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f606c7",
+ "name": "Club 701",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 5BA",
+ "address": "Basement And Ground Floors, 516",
+ "_geoloc": { "lat": 51.484396, "lng": -0.068445 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60721",
+ "name": "Control risks group limited",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 2TT",
+ "address": "Part Fourth Floor And Part Fif",
+ "_geoloc": { "lat": 51.506075, "lng": -0.084735 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60853",
+ "name": "Dean swift",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 2NE",
+ "address": "Dean Swift, 10",
+ "_geoloc": { "lat": 51.502502, "lng": -0.073587 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60898",
+ "name": "Diogenes the dog",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE17 1BG",
+ "address": "Rose And Crown, 94-96",
+ "_geoloc": { "lat": 51.491512, "lng": -0.0910546 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f608b3",
+ "name": "Doggetts coat & badge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 9UD",
+ "address": "Doggetts Coat And Badge Black",
+ "_geoloc": { "lat": 51.508461, "lng": -0.104866 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f608dd",
+ "name": "Dover castle ph",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 4XW",
+ "address": "6A",
+ "_geoloc": { "lat": 51.500734, "lng": -0.093027 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f608e6",
+ "name": "Draft house",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 2UP",
+ "address": "206-208",
+ "_geoloc": { "lat": 51.503388, "lng": -0.076591 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f608fb",
+ "name": "Duke of sussex",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 1QS",
+ "address": "77",
+ "_geoloc": { "lat": 51.479292, "lng": -0.065364 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f6096d",
+ "name": "East dulwich tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE22 8EW",
+ "address": "1",
+ "_geoloc": { "lat": 51.459855, "lng": -0.074967 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60910",
+ "name": "Dulwich hamlet fc clubhouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE22 8BD",
+ "address": "Dulwich Hamlet Football Club",
+ "_geoloc": { "lat": 51.461904, "lng": -0.083705 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60a30",
+ "name": "Farriers arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE8 5DJ",
+ "address": "214",
+ "_geoloc": { "lat": 51.490765, "lng": -0.043602 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60a9c",
+ "name": "Flying dutchman",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE5 7SY",
+ "address": "156",
+ "_geoloc": { "lat": 51.478571, "lng": -0.085541 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60a99",
+ "name": "Flowers of the forest",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 7QX",
+ "address": "14",
+ "_geoloc": { "lat": 51.498804, "lng": -0.106564 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60b74",
+ "name": "George canning",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE5 8BG",
+ "address": "The George Canning, 123",
+ "_geoloc": { "lat": 51.4680947, "lng": -0.0860856 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60bfb",
+ "name": "Great guns social",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 0EF",
+ "address": "Goldsmiths Arms, 96",
+ "_geoloc": { "lat": 51.5019149780273, "lng": -0.0981649979949 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60abd",
+ "name": "Founders arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 9JH",
+ "address": "52",
+ "_geoloc": { "lat": 51.508198, "lng": -0.101895 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60bd1",
+ "name": "Good neighbour",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE5 8TR",
+ "address": "21",
+ "_geoloc": { "lat": 51.4741147, "lng": -0.0907296 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60c2b",
+ "name": "Griffin sports club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE21 7AL",
+ "address": "12",
+ "_geoloc": { "lat": 51.451637, "lng": -0.0871 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60c37",
+ "name": "Grove house",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE5 8RE",
+ "address": "26",
+ "_geoloc": { "lat": 51.472095, "lng": -0.088231 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60d2a",
+ "name": "Hermits cave",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE5 8QU",
+ "address": "28",
+ "_geoloc": { "lat": 51.47381, "lng": -0.091357 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60d72",
+ "name": "Hollydale tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 2TF",
+ "address": "115",
+ "_geoloc": { "lat": 51.468976, "lng": -0.056009 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60d90",
+ "name": "Hop art",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE17 1AY",
+ "address": "Unit 1 Artworks House",
+ "_geoloc": { "lat": 51.4939582, "lng": -0.0985372 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60dba",
+ "name": "Huntsman & hound",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE17 1QG",
+ "address": "70",
+ "_geoloc": { "lat": 51.490257, "lng": -0.086363 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60e5f",
+ "name": "Italian beer company connection limtied",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 6DR",
+ "address": "Unit A, 40-42",
+ "_geoloc": { "lat": 51.498703, "lng": -0.098125 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60ee3",
+ "name": "John the unicorn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 4TL",
+ "address": "157-159",
+ "_geoloc": { "lat": 51.468603, "lng": -0.067241 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60f85",
+ "name": "K-che vip latin club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 5BA",
+ "address": "512-516",
+ "_geoloc": { "lat": 51.4847245, "lng": -0.0686673 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60e86",
+ "name": "Jacks bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 8DA",
+ "address": "Railway Arch 96",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60f7f",
+ "name": "Katzenjammers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1TY",
+ "address": "Part Basement The Hop Exchang, 24",
+ "_geoloc": { "lat": 51.504901, "lng": -0.091052 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60fd9",
+ "name": "King's college london students union",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 9RT",
+ "address": "Boland House",
+ "_geoloc": { "lat": 51.504652, "lng": -0.089002 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60fd3",
+ "name": "Kings arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 2JX",
+ "address": "Kings Arms, 251",
+ "_geoloc": { "lat": 51.501579, "lng": -0.075918 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f61087",
+ "name": "Lant street",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1QN",
+ "address": "First Floor, 59-61",
+ "_geoloc": { "lat": 51.5012094, "lng": -0.0945684 }
+ },
+ {
+ "objectID": "6399f74371c0238ae6f600c1",
+ "name": "Affinity brew co.",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 3LR",
+ "address": "Railway Arch 7",
+ "_geoloc": { "lat": 51.491723, "lng": -0.0595408 }
+ },
+ {
+ "objectID": "6399f74371c0238ae6f6009d",
+ "name": "Abel hospitality",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 6DR",
+ "address": "Unit A, 40-42",
+ "_geoloc": { "lat": 51.498703, "lng": -0.098125 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f6014e",
+ "name": "Anchor tap",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 2LN",
+ "address": "20a",
+ "_geoloc": { "lat": 51.5033378601074, "lng": -0.0762619972229 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60151",
+ "name": "Ancient foresters",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 2HB",
+ "address": "282",
+ "_geoloc": { "lat": 51.492009, "lng": -0.060547 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60118",
+ "name": "Alleyns head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE21 8BW",
+ "address": "Alleyns Head",
+ "_geoloc": { "lat": 51.435885, "lng": -0.090636 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f6010c",
+ "name": "All bar one",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 2YG",
+ "address": "All Bar One, 34",
+ "_geoloc": { "lat": 51.503198, "lng": -0.072694 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60187",
+ "name": "Aquarius golf club (licensed bar)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE22 0RY",
+ "address": "Aquarius Golf Club",
+ "_geoloc": { "lat": 51.4522972106934, "lng": -0.05463600158691 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f601e1",
+ "name": "Asylum tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 2RL",
+ "address": "40-42",
+ "_geoloc": { "lat": 51.477996, "lng": -0.059298 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f602a1",
+ "name": "Batch",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 4JR",
+ "address": "Ground Floor, 56",
+ "_geoloc": { "lat": 51.4651253, "lng": -0.0668027 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f6028f",
+ "name": "Barrow boy & banker",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 9QQ",
+ "address": "8",
+ "_geoloc": { "lat": 51.506383, "lng": -0.088713 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60262",
+ "name": "Bankside house",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 9JA",
+ "address": "Bankside House, 24",
+ "_geoloc": { "lat": 51.506428, "lng": -0.098654 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f6037f",
+ "name": "Blackfriars wine bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 0XN",
+ "address": "Railway Arch 80",
+ "_geoloc": { "lat": 51.504288, "lng": -0.103671 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f602cb",
+ "name": "Beer sandwich please",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 2HQ",
+ "address": "80",
+ "_geoloc": { "lat": 51.4997816, "lng": -0.0754219 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f602c8",
+ "name": "Beer hawk",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 9LQ",
+ "address": "30",
+ "_geoloc": { "lat": 51.5074577331543, "lng": -0.10221400111914 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f602ef",
+ "name": "Belushis & st christophers village",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1HR",
+ "address": "161-165",
+ "_geoloc": { "lat": 51.502711, "lng": -0.091849 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60433",
+ "name": "Brew by numbers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 3RA",
+ "address": "Railway Arch 75, 79",
+ "_geoloc": { "lat": 51.4977196, "lng": -0.0725265 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f60481",
+ "name": "Bunch of grapes",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 9RS",
+ "address": "2",
+ "_geoloc": { "lat": 51.504652, "lng": -0.089002 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61280",
+ "name": "Mar i terra",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 0XH",
+ "address": "Mar I Terra Public House, 14",
+ "_geoloc": { "lat": 51.504343, "lng": -0.102646 }
+ },
+ {
+ "objectID": "6399f74471c0238ae6f611cc",
+ "name": "London south bank university students union",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 6OG",
+ "address": "",
+ "_geoloc": { "lat": 51.496297, "lng": -0.093175 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6126b",
+ "name": "Man of kent",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 3QF",
+ "address": "2",
+ "_geoloc": { "lat": 51.465307, "lng": -0.058224 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6136d",
+ "name": "Miraflores bar & lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1UN",
+ "address": "60",
+ "_geoloc": { "lat": 51.5050796, "lng": -0.0953291 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61385",
+ "name": "Moby dick",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 7PL",
+ "address": "6",
+ "_geoloc": { "lat": 51.495728, "lng": -0.039211 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f613a9",
+ "name": "Moor beer company",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 3RA",
+ "address": "Railway Arch 71",
+ "_geoloc": { "lat": 51.4976451, "lng": -0.0723711 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61475",
+ "name": "Nags head p h",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE5 0DP",
+ "address": "242",
+ "_geoloc": { "lat": 51.47679, "lng": -0.094343 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6146c",
+ "name": "Mystique uk ltd (prince of wales)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 1LL",
+ "address": "14",
+ "_geoloc": { "lat": 51.482316, "lng": -0.061721 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61592",
+ "name": "Old dispensary",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE5 0TF",
+ "address": "325",
+ "_geoloc": { "lat": 51.475479, "lng": -0.096125 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6159e",
+ "name": "Old kings head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1NA",
+ "address": "45",
+ "_geoloc": { "lat": 51.504582, "lng": -0.089668 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f615a1",
+ "name": "Old nuns head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 3QQ",
+ "address": "The Old Nuns Head, 15",
+ "_geoloc": { "lat": 51.465286, "lng": -0.05965 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f615a4",
+ "name": "Old salt quay",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 5QU",
+ "address": "163",
+ "_geoloc": { "lat": 51.504237, "lng": -0.048529 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61556",
+ "name": "Number 1 bar limited",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 2SW",
+ "address": "1",
+ "_geoloc": { "lat": 51.505931, "lng": -0.087493 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f615aa",
+ "name": "Old thameside inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 9DG",
+ "address": "Old Thameside Inn Pickfords Wh",
+ "_geoloc": { "lat": 51.506993, "lng": -0.09193 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f615e9",
+ "name": "Orbit brewing",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE17 3HD",
+ "address": "Railway Arches 225 To 228",
+ "_geoloc": { "lat": 51.485425, "lng": -0.095048 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61661",
+ "name": "Palmerston",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE22 8EP",
+ "address": "91",
+ "_geoloc": { "lat": 51.458584, "lng": -0.07479 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f616d9",
+ "name": "Peckham liberal club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 5DE",
+ "address": "24",
+ "_geoloc": { "lat": 51.470788, "lng": -0.071008 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61715",
+ "name": "Phoenix",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE5 8BB",
+ "address": "PHOENIX",
+ "_geoloc": { "lat": 51.468893, "lng": -0.088754 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61787",
+ "name": "Pommeler's rest",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 2UN",
+ "address": "196-198",
+ "_geoloc": { "lat": 51.502425, "lng": -0.077092 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61823",
+ "name": "Prosecco house",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 2SE",
+ "address": "1",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f618f8",
+ "name": "Rockingham arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 6DQ",
+ "address": "Wetherspoons Metro Central He, 119",
+ "_geoloc": { "lat": 51.495901, "lng": -0.09889 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6194f",
+ "name": "Royal oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 4JU",
+ "address": "Royal Oak, 44",
+ "_geoloc": { "lat": 51.5001261, "lng": -0.0915446 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61814",
+ "name": "Prince william henry",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 8NL",
+ "address": "Prince William Henry, 216-219",
+ "_geoloc": { "lat": 51.5053736, "lng": -0.1040348 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6184d",
+ "name": "Queen elizabeth p h",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE17 2NH",
+ "address": "42",
+ "_geoloc": { "lat": 51.485893, "lng": -0.092278 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61922",
+ "name": "Rose & crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1SG",
+ "address": "Rose And Crown, 65-67",
+ "_geoloc": { "lat": 51.503851, "lng": -0.095044 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6180b",
+ "name": "Prince of peckham",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 5JA",
+ "address": "Clayton Arms, 1",
+ "_geoloc": { "lat": 51.47359, "lng": -0.065345 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61811",
+ "name": "Prince of wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 6ER",
+ "address": "51",
+ "_geoloc": { "lat": 51.49586, "lng": -0.104698 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61850",
+ "name": "Queen victoria",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 3RP",
+ "address": "148",
+ "_geoloc": { "lat": 51.492343, "lng": -0.067707 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6183e",
+ "name": "Pyrotechnist arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 3QF",
+ "address": "39",
+ "_geoloc": { "lat": 51.465307, "lng": -0.058224 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f618d4",
+ "name": "Rising sun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 6AQ",
+ "address": "98",
+ "_geoloc": { "lat": 51.494514, "lng": -0.093186 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6188c",
+ "name": "Red lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE17 2AW",
+ "address": "407",
+ "_geoloc": { "lat": 51.484967, "lng": -0.093397 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f618cb",
+ "name": "Ring",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 8HA",
+ "address": "72",
+ "_geoloc": { "lat": 51.503169, "lng": -0.10513 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61a66",
+ "name": "Ship",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1DX",
+ "address": "68",
+ "_geoloc": { "lat": 51.499511, "lng": -0.096896 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61a69",
+ "name": "Ship & whale public house",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 7LT",
+ "address": "2",
+ "_geoloc": { "lat": 51.496891, "lng": -0.035084 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61a6c",
+ "name": "Shipwrights arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 2TF",
+ "address": "88",
+ "_geoloc": { "lat": 51.504565, "lng": -0.083645 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61b1d",
+ "name": "Southwark cyprus turkish association",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 5TY",
+ "address": "152",
+ "_geoloc": { "lat": 51.490351, "lng": -0.08113 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61a99",
+ "name": "Simon the tanner",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 4PR",
+ "address": "231",
+ "_geoloc": { "lat": 51.498367, "lng": -0.082983 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61b3b",
+ "name": "Southwark sports bowls club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE21 7EU",
+ "address": "Southwark Sports Ground",
+ "_geoloc": { "lat": 51.442823, "lng": -0.078258 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61b62",
+ "name": "Spit & sawdust",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 4AL",
+ "address": "21",
+ "_geoloc": { "lat": 51.495338, "lng": -0.088037 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61b8c",
+ "name": "St georges tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE5 7TG",
+ "address": "14",
+ "_geoloc": { "lat": 51.479346, "lng": -0.083464 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61b83",
+ "name": "St christopher's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1NP",
+ "address": "121",
+ "_geoloc": { "lat": 51.5036, "lng": -0.091193 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61c0a",
+ "name": "Streatham and marlborough cricket club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE21 7EX",
+ "address": "Marlborough Cricket Club",
+ "_geoloc": { "lat": 51.443136, "lng": -0.071022 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61c7f",
+ "name": "Surrey docks",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 2LW",
+ "address": "185",
+ "_geoloc": { "lat": 51.49258, "lng": -0.045641 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61c04",
+ "name": "Stormbird",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE5 8TR",
+ "address": "25",
+ "_geoloc": { "lat": 51.47406, "lng": -0.089604 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61b95",
+ "name": "St james of bermondsey",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 4QZ",
+ "address": "72",
+ "_geoloc": { "lat": 51.495455, "lng": -0.066077 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61bc5",
+ "name": "Stanley arms public house",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 2ET",
+ "address": "418",
+ "_geoloc": { "lat": 51.494803, "lng": -0.058195 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61c79",
+ "name": "Surdoc social club ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 2UJ",
+ "address": "16-19",
+ "_geoloc": { "lat": 51.492491, "lng": -0.046769 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61bbc",
+ "name": "St. thomas the apostle church (licensed bar)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 3HL",
+ "address": "81",
+ "_geoloc": { "lat": 51.466607, "lng": -0.056326 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61bc8",
+ "name": "Stansfeld oxford & bermondsey club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 4RP",
+ "address": "3",
+ "_geoloc": { "lat": 51.495583, "lng": -0.082148 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61d96",
+ "name": "The actress",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE22 9EY",
+ "address": "90",
+ "_geoloc": { "lat": 51.458124, "lng": -0.071412 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61da2",
+ "name": "The angel at rotherhithe",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 4NB",
+ "address": "101",
+ "_geoloc": { "lat": 51.500689, "lng": -0.059054 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61d9c",
+ "name": "The alexander hay",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 2HD",
+ "address": "Unit 22 Hays Galleria",
+ "_geoloc": { "lat": 51.505903, "lng": -0.083546 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61d9f",
+ "name": "The anchor bankside",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 9EF",
+ "address": "34",
+ "_geoloc": { "lat": 51.507009, "lng": -0.092952 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61db7",
+ "name": "The beer rebellion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 2NB",
+ "address": "129",
+ "_geoloc": { "lat": 51.47509, "lng": -0.058716 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61d99",
+ "name": "The albert arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 6EY",
+ "address": "The Albert Arms, 1",
+ "_geoloc": { "lat": 51.497454, "lng": -0.104848 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61db4",
+ "name": "The beehive",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE17 3EW",
+ "address": "60-62",
+ "_geoloc": { "lat": 51.48569, "lng": -0.099733 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61dc6",
+ "name": "The bishop",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE22 8EW",
+ "address": "Foresters Arms, 25-27",
+ "_geoloc": { "lat": 51.459855, "lng": -0.074967 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61dcf",
+ "name": "The boot & flogger",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1TA",
+ "address": "10-20",
+ "_geoloc": { "lat": 51.504188, "lng": -0.093647 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61dd5",
+ "name": "The bridge tap",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1XU",
+ "address": "32-34",
+ "_geoloc": { "lat": 51.5045, "lng": -0.090737 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61ddb",
+ "name": "The brittania",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 3RU",
+ "address": "The Brittania, 44",
+ "_geoloc": { "lat": 51.501156, "lng": -0.087491 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61dc9",
+ "name": "The blue anchor p h",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 3TS",
+ "address": "251",
+ "_geoloc": { "lat": 51.492574, "lng": -0.063173 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61dd8",
+ "name": "The bridge theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 2SG",
+ "address": "3 Potters Fields Park",
+ "_geoloc": { "lat": 51.5034466, "lng": -0.07866 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61de1",
+ "name": "The brunel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 4JN",
+ "address": "Adam And Eve Public House, 47",
+ "_geoloc": { "lat": 51.501329, "lng": -0.051044 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61de4",
+ "name": "The bull & finch",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE19 1PL",
+ "address": "126",
+ "_geoloc": { "lat": 51.424499, "lng": -0.083415 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61e3b",
+ "name": "The clf art lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 4RX",
+ "address": "12a",
+ "_geoloc": { "lat": 51.470025, "lng": -0.0688994 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61e3e",
+ "name": "The clockhouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE22 9QA",
+ "address": "196A",
+ "_geoloc": { "lat": 51.459709, "lng": -0.066609 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61e38",
+ "name": "The clf art cafe",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 3SN",
+ "address": "133",
+ "_geoloc": { "lat": 51.469911, "lng": -0.064162 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61dfc",
+ "name": "The camberwell arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE5 8TR",
+ "address": "The Castle, 65",
+ "_geoloc": { "lat": 51.47406, "lng": -0.089604 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61e23",
+ "name": "The cherry tree",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE22 8EQ",
+ "address": "The Vale, 31-33",
+ "_geoloc": { "lat": 51.461659, "lng": -0.078604 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61e56",
+ "name": "The colby arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE19 1PW",
+ "address": "Colby Arms, 132",
+ "_geoloc": { "lat": 51.425013, "lng": -0.08348 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61e83",
+ "name": "The dulwich woodhouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE26 6RS",
+ "address": "39",
+ "_geoloc": { "lat": 51.432751, "lng": -0.072783 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61e7d",
+ "name": "The dulwich beer dispensary limited",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE22 8JY",
+ "address": "481",
+ "_geoloc": { "lat": 51.444185, "lng": -0.068114 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61e8c",
+ "name": "The elephant and castle pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 6BN",
+ "address": "Elephant And Castle Public Hou, 121",
+ "_geoloc": { "lat": 51.4969367980957, "lng": -0.09909199923277 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61e9e",
+ "name": "The fox on the hill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE5 8EH",
+ "address": "149",
+ "_geoloc": { "lat": 51.464839, "lng": -0.089917 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61ec5",
+ "name": "The george inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1NH",
+ "address": "George Inn, 75-77",
+ "_geoloc": { "lat": 51.504254, "lng": -0.090503 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61ee0",
+ "name": "The grange",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 3BW",
+ "address": "The Grange, 103",
+ "_geoloc": { "lat": 51.494387, "lng": -0.076091 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61ece",
+ "name": "The gladstone",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1QN",
+ "address": "64",
+ "_geoloc": { "lat": 51.500802, "lng": -0.094451 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61ed1",
+ "name": "The globe tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 9AL",
+ "address": "8",
+ "_geoloc": { "lat": 51.505428, "lng": -0.090252 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61edd",
+ "name": "The gowlett arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 4HY",
+ "address": "The Gowlett, 62",
+ "_geoloc": { "lat": 51.463837, "lng": -0.0704851 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61ec2",
+ "name": "The george",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 4TR",
+ "address": "40",
+ "_geoloc": { "lat": 51.495458, "lng": -0.083249 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61ed4",
+ "name": "The golden anchor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 2DX",
+ "address": "16",
+ "_geoloc": { "lat": 51.469161, "lng": -0.052013 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61ecb",
+ "name": "The gladstone",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE17 1DQ",
+ "address": "24-26",
+ "_geoloc": { "lat": 51.489135, "lng": -0.093122 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61ed7",
+ "name": "The good intent public house",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE17 2DN",
+ "address": "Good Intent Public House, 24-26",
+ "_geoloc": { "lat": 51.487979, "lng": -0.093948 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61eef",
+ "name": "The greyhound",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 5SE",
+ "address": "Greyhound, 109",
+ "_geoloc": { "lat": 51.4741652, "lng": -0.0685661 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61eec",
+ "name": "The gregorian",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 4SQ",
+ "address": "The Gregorian, 96",
+ "_geoloc": { "lat": 51.4975205, "lng": -0.0664405 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61ee6",
+ "name": "The great exhibition",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE22 9EP",
+ "address": "193",
+ "_geoloc": { "lat": 51.455465, "lng": -0.0721 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f07",
+ "name": "The hide",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 3XF",
+ "address": "39-45",
+ "_geoloc": { "lat": 51.501577, "lng": -0.081883 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f01",
+ "name": "The heeltap",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1NX",
+ "address": "Chaucer House",
+ "_geoloc": { "lat": 51.504582, "lng": -0.089668 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61efe",
+ "name": "The hand and marigold",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 3UH",
+ "address": "244",
+ "_geoloc": { "lat": 51.497348, "lng": -0.081715 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f04",
+ "name": "The herne tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE22 0RR",
+ "address": "Herne Hill Tavern, 2",
+ "_geoloc": { "lat": 51.453433, "lng": -0.062312 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f16",
+ "name": "The horseshoe inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 3QP",
+ "address": "Horseshoe, 26",
+ "_geoloc": { "lat": 51.5024659, "lng": -0.0839254 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f19",
+ "name": "The hour glass",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE17 2BX",
+ "address": "131",
+ "_geoloc": { "lat": 51.486466, "lng": -0.084375 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f10",
+ "name": "The hope",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 5QW",
+ "address": "The Hope, 3",
+ "_geoloc": { "lat": 51.473513, "lng": -0.071036 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f13",
+ "name": "The horniman at hays",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 2HD",
+ "address": "Unit 26 Hays Galleria",
+ "_geoloc": { "lat": 51.505903, "lng": -0.083546 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f22",
+ "name": "The ivy house",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 3BE",
+ "address": "The Ivyhouse, 40",
+ "_geoloc": { "lat": 51.4585, "lng": -0.052798 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f28",
+ "name": "The joiners arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE5 8RS",
+ "address": "Joiners Arms, 35",
+ "_geoloc": { "lat": 51.4723861, "lng": -0.0928176 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f2b",
+ "name": "The kentish drovers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 5RS",
+ "address": "71-79",
+ "_geoloc": { "lat": 51.473836, "lng": -0.069309 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f2e",
+ "name": "The kings arms public house",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1YT",
+ "address": "65",
+ "_geoloc": { "lat": 51.502747, "lng": -0.091272 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f3d",
+ "name": "The leather exchange",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 3HN",
+ "address": "15",
+ "_geoloc": { "lat": 51.500335, "lng": -0.084543 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f40",
+ "name": "The libertine",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1PQ",
+ "address": "125",
+ "_geoloc": { "lat": 51.500768, "lng": -0.097867 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f64",
+ "name": "The mad hatter hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 9NY",
+ "address": "3-7",
+ "_geoloc": { "lat": 51.507007, "lng": -0.104985 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f52",
+ "name": "The lord clyde",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1ER",
+ "address": "Lord Clyde, 27",
+ "_geoloc": { "lat": 51.5028627, "lng": -0.0955945 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f55",
+ "name": "The lord nelson",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 0LR",
+ "address": "243",
+ "_geoloc": { "lat": 51.503596, "lng": -0.102043 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f58",
+ "name": "The lord nelson",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 5AA",
+ "address": "Lord Nelson, 386",
+ "_geoloc": { "lat": 51.486972, "lng": -0.074646 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f5b",
+ "name": "The lordship",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE22 8HA",
+ "address": "The Magdala, 211",
+ "_geoloc": { "lat": 51.454929, "lng": -0.076743 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f6d",
+ "name": "The market porter",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 9AA",
+ "address": "9",
+ "_geoloc": { "lat": 51.505118, "lng": -0.091086 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f70",
+ "name": "The mayflower",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 4NF",
+ "address": "117",
+ "_geoloc": { "lat": 51.501977, "lng": -0.053222 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f76",
+ "name": "The midnight apothecary",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 4LF",
+ "address": "Brunel Engine House",
+ "_geoloc": { "lat": 51.501605, "lng": -0.052978 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f82",
+ "name": "The montpelier",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 4AR",
+ "address": "43",
+ "_geoloc": { "lat": 51.46755, "lng": -0.070986 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f85",
+ "name": "The mudlark",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 9DA",
+ "address": "The Mudlark",
+ "_geoloc": { "lat": 51.506175, "lng": -0.089212 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f7f",
+ "name": "The ministry",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1DN",
+ "address": "79-81",
+ "_geoloc": { "lat": 51.4990248, "lng": -0.0979301 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f8e",
+ "name": "The nags head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 4TP",
+ "address": "231-235",
+ "_geoloc": { "lat": 51.467685, "lng": -0.066603 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f7c",
+ "name": "The miller",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 3SS",
+ "address": "96",
+ "_geoloc": { "lat": 51.502076, "lng": -0.087611 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61f88",
+ "name": "The mug house",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 2PF",
+ "address": "1-3",
+ "_geoloc": { "lat": 51.506472, "lng": -0.08809 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61fa0",
+ "name": "The old school yard",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 4PH",
+ "address": "109",
+ "_geoloc": { "lat": 51.500767, "lng": -0.088963 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61fa3",
+ "name": "The olde apple tree",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 6JU",
+ "address": "107",
+ "_geoloc": { "lat": 51.479657, "lng": -0.073874 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61fa9",
+ "name": "The other room beer bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 4TR",
+ "address": "6 Brighton Buildings",
+ "_geoloc": { "lat": 51.495457, "lng": -0.083249 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61fdc",
+ "name": "The prince albert",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 4QY",
+ "address": "Prince Albert, 111",
+ "_geoloc": { "lat": 51.4682632, "lng": -0.0722277 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61fd0",
+ "name": "The plough",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE22 8JJ",
+ "address": "381",
+ "_geoloc": { "lat": 51.449943, "lng": -0.074837 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61fc7",
+ "name": "The planet nollywood",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE5 0HQ",
+ "address": "Father Redcap, 319",
+ "_geoloc": { "lat": 51.47594, "lng": -0.093528 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f61fe8",
+ "name": "The rake",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 9AG",
+ "address": "14",
+ "_geoloc": { "lat": 51.506281, "lng": -0.091311 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6200c",
+ "name": "The royal british legion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE17 3RJ",
+ "address": "34-40",
+ "_geoloc": { "lat": 51.487311, "lng": -0.104289 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f62003",
+ "name": "The roebuck",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 4YG",
+ "address": "50",
+ "_geoloc": { "lat": 51.498069, "lng": -0.090617 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f62009",
+ "name": "The rose",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 3ST",
+ "address": "The Rose, 123",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6200f",
+ "name": "The royal british legion club (social club)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE22 0HR",
+ "address": "97",
+ "_geoloc": { "lat": 51.455866, "lng": -0.068081 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f62021",
+ "name": "The ship aground public house",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 2BP",
+ "address": "33",
+ "_geoloc": { "lat": 51.500718, "lng": -0.071156 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6201e",
+ "name": "The ship",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 4JE",
+ "address": "Ship, 39-47",
+ "_geoloc": { "lat": 51.500507, "lng": -0.054005 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f62045",
+ "name": "The tiger",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE5 7AA",
+ "address": "18",
+ "_geoloc": { "lat": 51.473799, "lng": -0.092336 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6202a",
+ "name": "The southwark tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1TU",
+ "address": "22",
+ "_geoloc": { "lat": 51.504839, "lng": -0.09166 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f62054",
+ "name": "The union jack nolia gallary",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 0LR",
+ "address": "Union Jack, 225",
+ "_geoloc": { "lat": 51.503528, "lng": -0.10232 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f62087",
+ "name": "The windsor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 1NQ",
+ "address": "888",
+ "_geoloc": { "lat": 51.478372, "lng": -0.054328 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f62036",
+ "name": "The tankard",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE17 1JL",
+ "address": "The Tankard, 178",
+ "_geoloc": { "lat": 51.490901, "lng": -0.097773 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f62060",
+ "name": "The victoria",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 4HL",
+ "address": "68-70",
+ "_geoloc": { "lat": 51.494598, "lng": -0.080735 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6206c",
+ "name": "The vinegar yard",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 3QU",
+ "address": "80-82",
+ "_geoloc": { "lat": 51.5028731, "lng": -0.0840812 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f62081",
+ "name": "The white horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 4JR",
+ "address": "20",
+ "_geoloc": { "lat": 51.465565, "lng": -0.066722 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f62090",
+ "name": "The yellow house",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 2UF",
+ "address": "126",
+ "_geoloc": { "lat": 51.49311, "lng": -0.047247 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6207b",
+ "name": "The wheatsheaf",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 9AA",
+ "address": "",
+ "_geoloc": { "lat": 51.505118, "lng": -0.091086 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6205a",
+ "name": "The vault",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 2UP",
+ "address": "The Horace Jones Vault",
+ "_geoloc": { "lat": 51.503388, "lng": -0.076591 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f62063",
+ "name": "The victoria inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 4AR",
+ "address": "Victoria Inn, 77",
+ "_geoloc": { "lat": 51.46755, "lng": -0.070986 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6208a",
+ "name": "The woolpack",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 3UB",
+ "address": "Woolpack, 98",
+ "_geoloc": { "lat": 51.5007186, "lng": -0.0821112 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f620d8",
+ "name": "Tola",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 5DP",
+ "address": "56",
+ "_geoloc": { "lat": 51.473214, "lng": -0.070891 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6212b",
+ "name": "Trinity",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 1JX",
+ "address": "202-206",
+ "_geoloc": { "lat": 51.501059, "lng": -0.094209 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6224b",
+ "name": "Whelan's free house",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE16 2PP",
+ "address": "11",
+ "_geoloc": { "lat": 51.493073, "lng": -0.047738 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6221e",
+ "name": "Waverley arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE15 3BU",
+ "address": "Waverley Arms, 202",
+ "_geoloc": { "lat": 51.460654, "lng": -0.046631 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6225a",
+ "name": "White hart",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE1 0UG",
+ "address": "22",
+ "_geoloc": { "lat": 51.505245, "lng": -0.101715 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f6221b",
+ "name": "Watson's general telegraph",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE22 0RS",
+ "address": "Forest Hill Tavern, 108",
+ "_geoloc": { "lat": 51.4518012, "lng": -0.0599389 }
+ },
+ {
+ "objectID": "6399f74571c0238ae6f62290",
+ "name": "Woodcraft folk",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Southwark",
+ "postcode": "SE17 3BT",
+ "address": "Unit 9-10, 83",
+ "_geoloc": { "lat": 51.490258, "lng": -0.099169 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f6233e",
+ "name": "All Bar One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 1DZ",
+ "address": "2 Hill Road, Sutton",
+ "_geoloc": { "lat": 51.361712, "lng": -0.193181 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f623f2",
+ "name": "Bishopsford Road Social Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM4 6BH",
+ "address": "Bishopsford Road, Morden",
+ "_geoloc": { "lat": 51.388827, "lng": -0.180571 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62497",
+ "name": "California (Ember Inns)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM2 5SU",
+ "address": "267 Brighton Road, Sutton",
+ "_geoloc": { "lat": 51.343841, "lng": -0.197674 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f624ac",
+ "name": "Carshalton Darby And Joans Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM5 2DL",
+ "address": "Darby And Joan Club, 18 Cooper Crescent",
+ "_geoloc": { "lat": 51.372974395752, "lng": -0.16624300181866 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f625f3",
+ "name": "Chiltern Church Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM2 5QY",
+ "address": "Chiltern Church, 83 Chiltern Road",
+ "_geoloc": { "lat": 51.346839, "lng": -0.185695 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f6262c",
+ "name": "Claret Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM3 8BL",
+ "address": "33 The Broadway, Cheam",
+ "_geoloc": { "lat": 51.358919, "lng": -0.216919 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f6263b",
+ "name": "Coach And Horses",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM5 3AG",
+ "address": "12 High Street, Carshalton",
+ "_geoloc": { "lat": 51.365189, "lng": -0.161195 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f6263e",
+ "name": "Cock And Bull",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 1HF",
+ "address": "26 High Street, Sutton",
+ "_geoloc": { "lat": 51.360898, "lng": -0.191733 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f6262f",
+ "name": "Classe Catering",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 2EH",
+ "address": "Health Club & Cricket Ground, Gander Green Lane",
+ "_geoloc": { "lat": 51.361424, "lng": -0.205431 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62710",
+ "name": "Dukes Head Hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM6 7NT",
+ "address": "6 Manor Road North, Wallington",
+ "_geoloc": { "lat": 51.367838, "lng": -0.154625 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f6271f",
+ "name": "Ebb And Flow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 1DT",
+ "address": "59-61 High Street, Sutton",
+ "_geoloc": { "lat": 51.36164, "lng": -0.192609 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f627d0",
+ "name": "Gander Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 2UE",
+ "address": "The Gander, 2 St Dunstans Hill",
+ "_geoloc": { "lat": 51.37103, "lng": -0.209681 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62863",
+ "name": "Harvest Home Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "CR0 4TG",
+ "address": "Harvest Home Ph, 27 Beddington Lane",
+ "_geoloc": { "lat": 51.3720321655273, "lng": -0.13170400261879 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f629e3",
+ "name": "Lord Nelson",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM3 9DR",
+ "address": "837 London Road, North Cheam",
+ "_geoloc": { "lat": 51.380352, "lng": -0.218931 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62aa0",
+ "name": "Moon On The Hill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 1DZ",
+ "address": "5 - 9 Hill Road, Sutton",
+ "_geoloc": { "lat": 51.361712, "lng": -0.193181 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62aee",
+ "name": "Nonsuch Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM3 9AA",
+ "address": "552-556 London Road, North Cheam",
+ "_geoloc": { "lat": 51.372119, "lng": -0.225716 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62b06",
+ "name": "North End Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "KT4 8ST",
+ "address": "The North End Tavern, 245 Cheam Common Road",
+ "_geoloc": { "lat": 51.3764526, "lng": -0.2370931 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62b27",
+ "name": "Old Bank",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 1HN",
+ "address": "The Old Bank, 2 High Street",
+ "_geoloc": { "lat": 51.360155, "lng": -0.191346 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62b2d",
+ "name": "O'Neills",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 1DJ",
+ "address": "37 High Street, Sutton",
+ "_geoloc": { "lat": 51.360682, "lng": -0.192288 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62c0e",
+ "name": "Rose And Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM6 7HX",
+ "address": "Rose And Crown Public House, Wallington Corner",
+ "_geoloc": { "lat": 51.3684463500977, "lng": -0.15502299368382 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62cb0",
+ "name": "Shinner And Sudtone",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 1DT",
+ "address": "67 High Street, Sutton",
+ "_geoloc": { "lat": 51.36164, "lng": -0.192609 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62cc5",
+ "name": "Slug And Lettuce",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 1DJ",
+ "address": "33-35 High Street, Sutton",
+ "_geoloc": { "lat": 51.360682, "lng": -0.192288 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62e12",
+ "name": "The Butterchurn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 3AS",
+ "address": "The Butter Churn, Erskine Road",
+ "_geoloc": { "lat": 51.369625, "lng": -0.181548 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62e75",
+ "name": "The Hope",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM5 2PR",
+ "address": "48 West Street, Carshalton",
+ "_geoloc": { "lat": 51.367368, "lng": -0.167156 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62e9f",
+ "name": "The Nightingale",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 4LG",
+ "address": "The Nightingale Ph, 53 Carshalton Road",
+ "_geoloc": { "lat": 51.362796, "lng": -0.185324 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62eae",
+ "name": "The Plough",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "CR0 4QR",
+ "address": "The Broadway, Plough Lane",
+ "_geoloc": { "lat": 51.367207, "lng": -0.131894 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62e45",
+ "name": "The Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 1LD",
+ "address": "285 High Street, Sutton",
+ "_geoloc": { "lat": 51.367859, "lng": -0.195252 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62e8a",
+ "name": "The Little Windsor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 4BY",
+ "address": "13 Greyhound Road, Sutton",
+ "_geoloc": { "lat": 51.364038, "lng": -0.186553 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62ec3",
+ "name": "The Robin Hood",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 1SH",
+ "address": "52 West Street, Sutton",
+ "_geoloc": { "lat": 51.363855, "lng": -0.196257 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62e69",
+ "name": "The Greyhound",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM5 3PE",
+ "address": "2 High Street, Carshalton",
+ "_geoloc": { "lat": 51.364891, "lng": -0.164583 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62e6f",
+ "name": "The Harrow Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM3 8RL",
+ "address": "6 High Street, Cheam",
+ "_geoloc": { "lat": 51.357544, "lng": -0.215809 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62eb4",
+ "name": "The Prince Of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM3 8QF",
+ "address": "28 Malden Road, Cheam",
+ "_geoloc": { "lat": 51.36082, "lng": -0.217764 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62eba",
+ "name": "The Railway Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM5 2HG",
+ "address": "47 North Street, Carshalton",
+ "_geoloc": { "lat": 51.370245, "lng": -0.16651 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62e0c",
+ "name": "The Brook",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "KT4 8DR",
+ "address": "Midas Touch, 181 Central Road",
+ "_geoloc": { "lat": 51.379742, "lng": -0.244059 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62e90",
+ "name": "The Lord Nelson",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 4QP",
+ "address": "32 Lower Road, Sutton",
+ "_geoloc": { "lat": 51.365326, "lng": -0.183802 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62eb7",
+ "name": "The Racehorse Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM5 2PT",
+ "address": "17 West Street, Carshalton",
+ "_geoloc": { "lat": 51.366472, "lng": -0.167364 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62ec0",
+ "name": "The Red Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM6 7AX",
+ "address": "Hackbridge Road, Hackbridge",
+ "_geoloc": { "lat": 51.378506, "lng": -0.157113 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62ed8",
+ "name": "The Sutton Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 1EZ",
+ "address": "60-62 High Street, Sutton",
+ "_geoloc": { "lat": 51.361829, "lng": -0.192027 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62eed",
+ "name": "The Winning Post",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM1 1LD",
+ "address": "265 High Street, Sutton",
+ "_geoloc": { "lat": 51.367859, "lng": -0.195252 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62eea",
+ "name": "The Windsor Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM5 3PT",
+ "address": "378 Carshalton Road, Carshalton",
+ "_geoloc": { "lat": 51.36258, "lng": -0.169186 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62ef0",
+ "name": "The Woodcote Flying Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM6 0LT",
+ "address": "51A Woodcote Road, Wallington",
+ "_geoloc": { "lat": 51.358075, "lng": -0.149157 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62ed5",
+ "name": "The Sun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM5 2HU",
+ "address": "4 North Street, Carshalton",
+ "_geoloc": { "lat": 51.367439, "lng": -0.16418 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62f95",
+ "name": "Whispering Moon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM6 8QF",
+ "address": "25 Ross Parade, Wallington",
+ "_geoloc": { "lat": 51.360306, "lng": -0.149239 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f62fe0",
+ "name": "Ye Olde Red Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Sutton",
+ "postcode": "SM3 8QB",
+ "address": "17 Park Road, Cheam",
+ "_geoloc": { "lat": 51.359549, "lng": -0.216334 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f6301f",
+ "name": "93 Feet East",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 6RU",
+ "address": "150 Brick Lane",
+ "_geoloc": { "lat": 51.521731, "lng": -0.071522 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f6308e",
+ "name": "Albert",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 5JL",
+ "address": "Albert Public House, 74 St Stephens Road",
+ "_geoloc": { "lat": 51.532679, "lng": -0.032231 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f63091",
+ "name": "Alcotraz",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 6SA",
+ "address": "212 Brick Lane",
+ "_geoloc": { "lat": 51.524165, "lng": -0.071391 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f630b8",
+ "name": "All Bar One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 5EH",
+ "address": "All Bar One, 42 Mackenzie Walk",
+ "_geoloc": { "lat": 51.504335, "lng": -0.020542 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f63100",
+ "name": "Angel & Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 0RY",
+ "address": "Angel And Crown Public House, 170 Roman Road",
+ "_geoloc": { "lat": 51.529282, "lng": -0.045843 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f63118",
+ "name": "Apples and Pears",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 6TD",
+ "address": "26 Osborn Street",
+ "_geoloc": { "lat": 51.516903, "lng": -0.069954 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f6311e",
+ "name": "Approach Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 9LY",
+ "address": "47 Approach Road",
+ "_geoloc": { "lat": 51.531279, "lng": -0.051799 }
+ },
+ {
+ "objectID": "6399f74671c0238ae6f63145",
+ "name": "Artful Dodger",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 8LG",
+ "address": "47 Royal Mint Street",
+ "_geoloc": { "lat": 51.510289, "lng": -0.070795 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f6319f",
+ "name": "Backyard Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 0EL",
+ "address": "231-237 Cambridge Heath Road",
+ "_geoloc": { "lat": 51.526472, "lng": -0.055839 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f631c3",
+ "name": "Bancroft Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 4RQ",
+ "address": "Bancroft Arms, 410 Mile End Road",
+ "_geoloc": { "lat": 51.522782, "lng": -0.040038 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f631ea",
+ "name": "Bar Locks PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 7QR",
+ "address": "21 White Church Lane",
+ "_geoloc": { "lat": 51.515568, "lng": -0.069188 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f632cb",
+ "name": "Bethnal Green Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 0EA",
+ "address": "The Misty Moon, 456 Bethnal Green Road",
+ "_geoloc": { "lat": 51.52705, "lng": -0.057688 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f633f1",
+ "name": "Brown Bear",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 8EY",
+ "address": "Brown Bear Public House, 139 Leman Street",
+ "_geoloc": { "lat": 51.5114212, "lng": -0.0685034 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63373",
+ "name": "Boro' of Bethnal Green Working Mens Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 6NB",
+ "address": "Bethnal Green Working Mens Club, 42-46 Pollard Row",
+ "_geoloc": { "lat": 51.527091, "lng": -0.063367 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63388",
+ "name": "Bow Bells",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 3AA",
+ "address": "Bow Bells Public House, 116 Bow Road",
+ "_geoloc": { "lat": 51.527892, "lng": -0.020342 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63352",
+ "name": "Blind Beggar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 1BU",
+ "address": "The Blind Beggar, 337-341 Whitechapel Road",
+ "_geoloc": { "lat": 51.520027, "lng": -0.05767 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63526",
+ "name": "Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 1LN",
+ "address": "44 Commercial Road",
+ "_geoloc": { "lat": 51.51488, "lng": -0.069419 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63637",
+ "name": "Club Oops",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 8DA",
+ "address": "30 Alie Street",
+ "_geoloc": { "lat": 51.513659, "lng": -0.071186 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f634cf",
+ "name": "Callaghans",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 6LP",
+ "address": "55 Chrisp Street",
+ "_geoloc": { "lat": 51.512979, "lng": -0.014272 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f6350b",
+ "name": "Captain Kidd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1W 2NE",
+ "address": "Captain Kidd Public House, 108 Wapping High Street",
+ "_geoloc": { "lat": 51.503036, "lng": -0.060136 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f6357a",
+ "name": "Cherry",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 4QS",
+ "address": "359 Mile End Road",
+ "_geoloc": { "lat": 51.524769, "lng": -0.036248 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f6351d",
+ "name": "Carpenters Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 6EG",
+ "address": "73 Cheshire Street",
+ "_geoloc": { "lat": 51.524088, "lng": -0.066666 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63556",
+ "name": "Chapter House Student Living Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 7HS",
+ "address": "9 Frying Pan Alley",
+ "_geoloc": { "lat": 51.517598, "lng": -0.076684 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63553",
+ "name": "Champagne Route",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1W 2AE",
+ "address": "30 Gauging Square",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63661",
+ "name": "Commercial Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 6NU",
+ "address": "Commercial Tavern Public House, 142-144 Commercial Street",
+ "_geoloc": { "lat": 51.521903, "lng": -0.076041 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63763",
+ "name": "Davys At Canary Wharf",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 4DH",
+ "address": "31-35 Fishermans Walk",
+ "_geoloc": { "lat": 51.50592, "lng": -0.021727 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f636df",
+ "name": "Coupette",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 0AN",
+ "address": "423 Bethnal Green Road",
+ "_geoloc": { "lat": 51.527175, "lng": -0.05973 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f637c6",
+ "name": "Dickens Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1W 1LB",
+ "address": "St Katharines Docks, St Katharines Way",
+ "_geoloc": { "lat": 51.506081, "lng": -0.071376 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63772",
+ "name": "Dean Swift",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 2QA",
+ "address": "Dean Swift Public House, 2-6 Deancross Street",
+ "_geoloc": { "lat": 51.513678, "lng": -0.054899 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f637ff",
+ "name": "Dog & Truck",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 1LX",
+ "address": "72 Back Church Lane",
+ "_geoloc": { "lat": 51.51301, "lng": -0.06676 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f638a1",
+ "name": "Eleanor Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 5JP",
+ "address": "460 Old Ford Road",
+ "_geoloc": { "lat": 51.535013, "lng": -0.033082 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63832",
+ "name": "Duke of Wellington",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 7NE",
+ "address": "12-14 Toynbee Street",
+ "_geoloc": { "lat": 51.517781, "lng": -0.074687 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f6386b",
+ "name": "East London Liquor Company Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 5SN",
+ "address": "Unit Gf1, Bow Wharf, 221 Grove Road",
+ "_geoloc": { "lat": 51.531963, "lng": -0.042124 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f638e0",
+ "name": "Exit Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 6RU",
+ "address": "174 Brick Lane",
+ "_geoloc": { "lat": 51.521731, "lng": -0.071522 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63826",
+ "name": "Drapers Arms Bar & E1 Venue Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 4DH",
+ "address": "432 Bancroft Road",
+ "_geoloc": { "lat": 51.523803, "lng": -0.043007 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f638c5",
+ "name": "Enoteca Super Tuscan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 7LJ",
+ "address": "8a Artillery Passage",
+ "_geoloc": { "lat": 51.518095, "lng": -0.077413 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63925",
+ "name": "Festival Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 6AD",
+ "address": "Festival Inn Public House, 71 Grundy Street",
+ "_geoloc": { "lat": 51.512399, "lng": -0.015666 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63a30",
+ "name": "Grapeshots",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 7LJ",
+ "address": "2-3 Artillery Passage",
+ "_geoloc": { "lat": 51.518095, "lng": -0.077413 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f639be",
+ "name": "Galvaniser's PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 3FD",
+ "address": "2 Devas Street",
+ "_geoloc": { "lat": 51.523564, "lng": -0.013307 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63aa8",
+ "name": "Half Moon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 4YU",
+ "address": "213-233 Mile End Road",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63a18",
+ "name": "Good Samaritan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 2AE",
+ "address": "87 Turner Street",
+ "_geoloc": { "lat": 51.517343, "lng": -0.061186 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63a21",
+ "name": "Goodmans Field",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 8AP",
+ "address": "Goodman Field Public House Gro, 87-91 Mansell Street",
+ "_geoloc": { "lat": 51.511661, "lng": -0.072726 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63b5c",
+ "name": "Humble Grape",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 4PH",
+ "address": "18-20 Mackenzie Walk",
+ "_geoloc": { "lat": 51.504523, "lng": -0.02209 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63b32",
+ "name": "Hope & Anchor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 0EY",
+ "address": "14 Newby Place",
+ "_geoloc": { "lat": 51.509305, "lng": -0.011896 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63b50",
+ "name": "Howling Hops",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E9 5EN",
+ "address": "Unit 9a, Queens Yard, 43 White Post Lane",
+ "_geoloc": { "lat": 51.5429649353027, "lng": -0.02316300012171 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63b62",
+ "name": "Hungerford Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 2NB",
+ "address": "240 Commercial Road",
+ "_geoloc": { "lat": 51.514444, "lng": -0.058282 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63b68",
+ "name": "Hurk Limited",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E9 5EN",
+ "address": "Unit 8, 29 White Post Lane",
+ "_geoloc": { "lat": 51.543195, "lng": -0.0249159 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63bc5",
+ "name": "Indo",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 1DT",
+ "address": "133 Whitechapel Road",
+ "_geoloc": { "lat": 51.517766, "lng": -0.066126 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63c8e",
+ "name": "Juju's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 6QR",
+ "address": "15 Hanbury Street",
+ "_geoloc": { "lat": 51.520237, "lng": -0.073113 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63cf7",
+ "name": "Kings Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 6EY",
+ "address": "11a Buckfast Street",
+ "_geoloc": { "lat": 51.525376, "lng": -0.066294 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63d48",
+ "name": "KT Holding Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 6LT",
+ "address": "60-62 Commercial Street",
+ "_geoloc": { "lat": 51.51747, "lng": -0.073302 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63dde",
+ "name": "Leman Street Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 8PT",
+ "address": "Unit 3, North West Block, Goodman's Fields",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63e5c",
+ "name": "London Cocktail Club Sclater Street",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 6LB",
+ "address": "Commercial Unit 12, Avant Garde Building, 29 Sclater Street",
+ "_geoloc": { "lat": 51.5238342285156, "lng": -0.07365400344133 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63e59",
+ "name": "London Cocktail Club Paradise Row",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 9LE",
+ "address": "Railway Arches, 253 Paradise Row",
+ "_geoloc": { "lat": 51.528158, "lng": -0.056128 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63e83",
+ "name": "Love Shack",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 9HA",
+ "address": "Railway Arches, 298-299 Cambridge Heath Road",
+ "_geoloc": { "lat": 51.532195, "lng": -0.057181 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63eaa",
+ "name": "Mad George Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 0LA",
+ "address": "George Tavern, 373 Commercial Road",
+ "_geoloc": { "lat": 51.514346, "lng": -0.052925 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63f43",
+ "name": "Marquis Of Cornwallis",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 0AG",
+ "address": "Marquis Of Cornwallis Public House, 304 Bethnal Green Road",
+ "_geoloc": { "lat": 51.526268, "lng": -0.064742 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f63fa0",
+ "name": "Metropolis",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 9NN",
+ "address": "234 Cambridge Heath Road",
+ "_geoloc": { "lat": 51.532232, "lng": -0.056675 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64b79",
+ "name": "The White Swan and Cuckoo",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1W 2RW",
+ "address": "White Swan And Cuckoo Public House, 97 Wapping Lane",
+ "_geoloc": { "lat": 51.505391, "lng": -0.057918 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64bac",
+ "name": "Tooke Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 8NH",
+ "address": "Tooke Arms Public House, 165 Westferry Road",
+ "_geoloc": { "lat": 51.498097, "lng": -0.025537 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64bd9",
+ "name": "Town of Ramsgate",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1W 2PN",
+ "address": "62 Wapping High Street",
+ "_geoloc": { "lat": 51.503374, "lng": -0.062096 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64be5",
+ "name": "Tracks and Records",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 7EZ",
+ "address": "94-98 Middlesex Street",
+ "_geoloc": { "lat": 51.516887, "lng": -0.076656 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f64012",
+ "name": "Moretown Belle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1W 1YW",
+ "address": "5 Thomas More Square",
+ "_geoloc": { "lat": 51.507634, "lng": -0.067924 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64c1e",
+ "name": "Turners Old Star",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1W 2QG",
+ "address": "14 Watts Street",
+ "_geoloc": { "lat": 51.505371, "lng": -0.059403 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f6402a",
+ "name": "Mother Kelly's Bottle Shop & Tap Room",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 9LE",
+ "address": "Railway Arch 251, Paradise Row",
+ "_geoloc": { "lat": 51.528158, "lng": -0.056127 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f64015",
+ "name": "Morgan Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 5AA",
+ "address": "43 Morgan Street",
+ "_geoloc": { "lat": 51.527195, "lng": -0.034515 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64c54",
+ "name": "Urban Bar/Jamboree",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 8HH",
+ "address": "27 Three Colt Street",
+ "_geoloc": { "lat": 51.511199, "lng": -0.02977 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f640a2",
+ "name": "Mucci's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 4NS",
+ "address": "Ground, Queen Mary University Of London, 327 Mile End Road",
+ "_geoloc": { "lat": 51.52342, "lng": -0.040544 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f640e7",
+ "name": "Nags Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 1DU",
+ "address": "Nags Head Public House, 17-19 Whitechapel Road",
+ "_geoloc": { "lat": 51.517003, "lng": -0.068393 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f6411a",
+ "name": "Nelsons Head PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 7SB",
+ "address": "32 Horatio Street",
+ "_geoloc": { "lat": 51.530867, "lng": -0.069896 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f6416e",
+ "name": "Ninety One - ground floor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 6QL",
+ "address": "91 Brick Lane",
+ "_geoloc": { "lat": 51.521716, "lng": -0.072301 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f6415f",
+ "name": "Nicolas",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 5AX",
+ "address": "Unit RP480, 1 Canada Square",
+ "_geoloc": { "lat": 51.5049379, "lng": -0.0194342 }
+ },
+ {
+ "objectID": "6399f74771c0238ae6f641ec",
+ "name": "Old Street Brewery",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 0EJ",
+ "address": "Unit 11, Gales Gardens",
+ "_geoloc": { "lat": 51.5265502929688, "lng": -0.05670100077987 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64d0b",
+ "name": "Watermans Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 3BW",
+ "address": "1 Glenaffric Avenue",
+ "_geoloc": { "lat": 51.488745, "lng": -0.006423 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64d17",
+ "name": "Well and Bucket",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 7DG",
+ "address": "Well And Bucket Public House, 143 Bethnal Green Road",
+ "_geoloc": { "lat": 51.525331, "lng": -0.071197 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64d62",
+ "name": "White's Gentlemans Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 8EW",
+ "address": "32-38 Leman Street",
+ "_geoloc": { "lat": 51.514008, "lng": -0.07107 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64d47",
+ "name": "White Hart",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 4TP",
+ "address": "White Hart Public House, 1 Mile End Road",
+ "_geoloc": { "lat": 51.520436, "lng": -0.055202 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64d1d",
+ "name": "Wentworth Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 4SR",
+ "address": "Wentworth Arms, 127 Eric Street",
+ "_geoloc": { "lat": 51.523887, "lng": -0.033518 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64d56",
+ "name": "White Swan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 8DA",
+ "address": "White Swan Public House, 21-23 Alie Street",
+ "_geoloc": { "lat": 51.5136663, "lng": -0.0717903 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64d44",
+ "name": "White Hart",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 7QX",
+ "address": "White Hart Public House, 89 Whitechapel High Street",
+ "_geoloc": { "lat": 51.515994, "lng": -0.070496 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64d53",
+ "name": "White Swan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 7JD",
+ "address": "White Swan, 556 Commercial Road",
+ "_geoloc": { "lat": 51.512642, "lng": -0.0402 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64d65",
+ "name": "Widows Son",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 3PJ",
+ "address": "75 Devons Road",
+ "_geoloc": { "lat": 51.522268, "lng": -0.018019 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64d74",
+ "name": "Wine Library",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "EC3N 4DJ",
+ "address": "All Hallows Parish House, 43 Trinity Square",
+ "_geoloc": { "lat": 51.510404, "lng": -0.076713 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64dbf",
+ "name": "Yeoman Warder Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "EC3N 4AE",
+ "address": "Tower Of London, Tower Hill",
+ "_geoloc": { "lat": 51.5082740783691, "lng": -0.07624600082636 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f642df",
+ "name": "Perseverance",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 9AP",
+ "address": "Perseverance Public House, 110-112 Pritchards Road",
+ "_geoloc": { "lat": 51.534196, "lng": -0.062402 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f642a9",
+ "name": "Pepper Saint Ontiod",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 9RP",
+ "address": "21 Pepper Street",
+ "_geoloc": { "lat": 51.496142, "lng": -0.017871 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64dd7",
+ "name": "Young Prince",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 5LU",
+ "address": "448 Roman Road",
+ "_geoloc": { "lat": 51.531942, "lng": -0.033863 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64375",
+ "name": "Poplar Blackwall & District Rowing Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 3DT",
+ "address": "Ferry Street",
+ "_geoloc": { "lat": 51.486984, "lng": -0.01232 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f643ff",
+ "name": "Prince Regent",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 7PR",
+ "address": "Prince Regent Public House, 81 Salmon Lane",
+ "_geoloc": { "lat": 51.514226, "lng": -0.036572 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64402",
+ "name": "Princess of Prussia",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 8AZ",
+ "address": "15 Prescot Street",
+ "_geoloc": { "lat": 51.511474, "lng": -0.070659 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64414",
+ "name": "Prospect of Whitby",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1W 3SH",
+ "address": "57 Wapping Wall",
+ "_geoloc": { "lat": 51.507202, "lng": -0.051068 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64447",
+ "name": "Queens Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 7LS",
+ "address": "Queens Head Public House, 8 Flamborough Street",
+ "_geoloc": { "lat": 51.513689, "lng": -0.038872 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f6449e",
+ "name": "Redchurch",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 7DL",
+ "address": "107 Redchurch Street",
+ "_geoloc": { "lat": 51.524859, "lng": -0.072544 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f6456d",
+ "name": "Royal Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 7RG",
+ "address": "73 Columbia Road",
+ "_geoloc": { "lat": 51.529423, "lng": -0.069568 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64606",
+ "name": "Satan's Whiskers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 9RA",
+ "address": "343-345 Cambridge Heath Road",
+ "_geoloc": { "lat": 51.53007, "lng": -0.056435 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64639",
+ "name": "Senior Common Room Bar (Blizzard Bar)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 4NS",
+ "address": "Ground, Queen Mary University Of London, 327 Mile End Road",
+ "_geoloc": { "lat": 51.52342, "lng": -0.040544 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f6462a",
+ "name": "Sebright Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 9AG",
+ "address": "Sebright Arms Public House, 31-35 Coate Street",
+ "_geoloc": { "lat": 51.532033, "lng": -0.063128 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f646bd",
+ "name": "Simmons",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 8LG",
+ "address": "61 Royal Mint Street",
+ "_geoloc": { "lat": 51.510289, "lng": -0.070795 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f646e1",
+ "name": "Sir Sydney Smith",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 8JP",
+ "address": "22 Dock Street",
+ "_geoloc": { "lat": 51.510432, "lng": -0.068584 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f646f0",
+ "name": "Slug and Lettuce",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 5EZ",
+ "address": "30a South Colonnade",
+ "_geoloc": { "lat": 51.504335, "lng": -0.020542 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f646ed",
+ "name": "Slug & Lettuce",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1W 1AN",
+ "address": "Unit 1, Tower Bridge House, St Katharines Way",
+ "_geoloc": { "lat": 51.507025, "lng": -0.060027 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f647b3",
+ "name": "Star of the East",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 7HG",
+ "address": "805a Commercial Road",
+ "_geoloc": { "lat": 51.512338, "lng": -0.029073 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f6481c",
+ "name": "Studio Spaces Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1W 2BB",
+ "address": "Unit 2, 110 Pennington Street",
+ "_geoloc": { "lat": 51.50915, "lng": -0.061678 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f648c1",
+ "name": "TapaVino",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 9FQ",
+ "address": "Ground Floor, Unit 1, Block F, Lincoln Plaza, 20 Millharbour",
+ "_geoloc": { "lat": 51.4983901977539, "lng": -0.01840800046921 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64984",
+ "name": "The Big Chill Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 6QL",
+ "address": "Unit CG002, Dray Walk",
+ "_geoloc": { "lat": 51.521716, "lng": -0.072301 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a23",
+ "name": "The George",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 3ND",
+ "address": "114-114a Glengall Grove",
+ "_geoloc": { "lat": 51.495719, "lng": -0.011983 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a2c",
+ "name": "The Good Old Days",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 7NS",
+ "address": "2-4 Hackney Road",
+ "_geoloc": { "lat": 51.52742, "lng": -0.076804 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a41",
+ "name": "The Greenwich Pensioner",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 0ES",
+ "address": "The Greenwich Pensioner, 28 Bazely Street",
+ "_geoloc": { "lat": 51.509752, "lng": -0.010665 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a44",
+ "name": "The Griff Inn Bar & Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 2AT",
+ "address": "BSLA Building (St Bartholomew & The Royal London School of Medicine & Dentistry), 4 Newark Street",
+ "_geoloc": { "lat": 51.5166397094727, "lng": -0.06204200163484 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a8f",
+ "name": "The Ledger Building",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 4AL",
+ "address": "Ledger Building, 4 Hertsmere Road",
+ "_geoloc": { "lat": 51.507655, "lng": -0.023856 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64ae9",
+ "name": "The Palm Tree",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 5RP",
+ "address": "127 Grove Road",
+ "_geoloc": { "lat": 51.529221, "lng": -0.038969 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64af8",
+ "name": "The Peacock",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 0QW",
+ "address": "The Peacock Public House, 145 Aylward Street",
+ "_geoloc": { "lat": 51.515848, "lng": -0.046418 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64b16",
+ "name": "The Pride Of Spitalfields",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 5LJ",
+ "address": "3 Heneage Street",
+ "_geoloc": { "lat": 51.519037, "lng": -0.070656 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64b34",
+ "name": "The Salmon & Ball",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 0EA",
+ "address": "Salmon And Ball, 502 Bethnal Green Road",
+ "_geoloc": { "lat": 51.52705, "lng": -0.057688 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64b58",
+ "name": "The Ten Bells",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 6LY",
+ "address": "84 Commercial Street",
+ "_geoloc": { "lat": 51.519087, "lng": -0.073695 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f6498a",
+ "name": "The Black Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 8EU",
+ "address": "40 Leman Street",
+ "_geoloc": { "lat": 51.512923, "lng": -0.070208 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f649a5",
+ "name": "The Camel Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 0JD",
+ "address": "The Camel Public House, 277 Globe Road",
+ "_geoloc": { "lat": 51.528339, "lng": -0.051333 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f649c3",
+ "name": "The Coborn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 2DA",
+ "address": "6-8 Coborn Road",
+ "_geoloc": { "lat": 51.527222, "lng": -0.030217 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f649d8",
+ "name": "The Craft Beer Co Limehouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 7JD",
+ "address": "576-578 Commercial Road",
+ "_geoloc": { "lat": 51.512642, "lng": -0.0402 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f649de",
+ "name": "The Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 7LW",
+ "address": "The Crown Public House, 667 Commercial Road",
+ "_geoloc": { "lat": 51.512868, "lng": -0.038158 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f649e1",
+ "name": "The Culpeper",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 6LP",
+ "address": "40 Commercial Street",
+ "_geoloc": { "lat": 51.516365, "lng": -0.072254 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a0b",
+ "name": "The Ferry House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 3DT",
+ "address": "Ferry House Public House, 26 Ferry Street",
+ "_geoloc": { "lat": 51.486983, "lng": -0.012319 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a0e",
+ "name": "The Florist Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 0JD",
+ "address": "Florists Arms Public House, 255 Globe Road",
+ "_geoloc": { "lat": 51.528339, "lng": -0.051333 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a56",
+ "name": "The Gun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 6AG",
+ "address": "54 Brushfield Street",
+ "_geoloc": { "lat": 51.518954, "lng": -0.076584 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64aad",
+ "name": "The Marksman",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 7SJ",
+ "address": "254 Hackney Road",
+ "_geoloc": { "lat": 51.530974, "lng": -0.068739 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64ad7",
+ "name": "The Oliver Conquest",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 8EU",
+ "address": "70 Leman Street",
+ "_geoloc": { "lat": 51.512923, "lng": -0.070208 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64b3a",
+ "name": "The Shakespeare",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 0EA",
+ "address": "The Shakespeare Public House, 460 Bethnal Green Road",
+ "_geoloc": { "lat": 51.52705, "lng": -0.057688 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64b6a",
+ "name": "The Victory",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 9DQ",
+ "address": "The Victory Public House, 27 Vyner Street",
+ "_geoloc": { "lat": 51.534575, "lng": -0.05483 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f649ba",
+ "name": "The Carpenters Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 5RN",
+ "address": "The Carpenters Arms, 135 Cambridge Heath Road",
+ "_geoloc": { "lat": 51.523027, "lng": -0.055308 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a35",
+ "name": "The Grapes PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 8BP",
+ "address": "The Grapes PH, 76 Narrow Street",
+ "_geoloc": { "lat": 51.508556, "lng": -0.03304 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a98",
+ "name": "The Little Driver",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 2AN",
+ "address": "125 Bow Road",
+ "_geoloc": { "lat": 51.52771, "lng": -0.02394 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64aa1",
+ "name": "The Lord Nelson",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 3BD",
+ "address": "Lord Nelson Public House, 1-1a Manchester Road",
+ "_geoloc": { "lat": 51.487506, "lng": -0.012354 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64ae6",
+ "name": "The Pagination",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 4EB",
+ "address": "9 Cabot Square",
+ "_geoloc": { "lat": 51.50592, "lng": -0.021727 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64b61",
+ "name": "The Urban Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 1BJ",
+ "address": "176 Whitechapel Road",
+ "_geoloc": { "lat": 51.519329, "lng": -0.05734 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64987",
+ "name": "The Birdcage",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 7QB",
+ "address": "80 Columbia Road",
+ "_geoloc": { "lat": 51.52847, "lng": -0.07069 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64b1f",
+ "name": "The Queen Adelaide",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 9ED",
+ "address": "483 Hackney Road",
+ "_geoloc": { "lat": 51.532482, "lng": -0.058741 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64b4c",
+ "name": "The Sun Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 0AN",
+ "address": "Sun Public House, 441 Bethnal Green Road",
+ "_geoloc": { "lat": 51.527174, "lng": -0.05973 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a5c",
+ "name": "The Henry Addington",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 4PH",
+ "address": "Henry Addington, 22-28 Mackenzie Walk",
+ "_geoloc": { "lat": 51.504523, "lng": -0.02209 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a65",
+ "name": "The Horn of Plenty",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 4DU",
+ "address": "Horn Of Plenty Public House, 36 Globe Road",
+ "_geoloc": { "lat": 51.522502, "lng": -0.046436 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64aa7",
+ "name": "The Manor Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 0BP",
+ "address": "150 East India Dock Road",
+ "_geoloc": { "lat": 51.51089, "lng": -0.015718 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64ad1",
+ "name": "The Old Ship",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 7NW",
+ "address": "The Old Ship Public House, 17 Barnes Street",
+ "_geoloc": { "lat": 51.513922, "lng": -0.039886 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64b49",
+ "name": "The Star of Bethnal Green",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 6LG",
+ "address": "The Star Of Bethnal Green, 359 Bethnal Green Road",
+ "_geoloc": { "lat": 51.526863, "lng": -0.062655 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64b55",
+ "name": "The Tea Merchant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 4DH",
+ "address": "25-27 Fishermans Walk",
+ "_geoloc": { "lat": 51.505919, "lng": -0.021726 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f6497b",
+ "name": "The Bell",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 7EX",
+ "address": "50 Middlesex Street",
+ "_geoloc": { "lat": 51.515825, "lng": -0.075505 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a26",
+ "name": "The Golden Heart",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 6LZ",
+ "address": "110 Commercial Street",
+ "_geoloc": { "lat": 51.519923, "lng": -0.074222 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a59",
+ "name": "The Hare",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 9BU",
+ "address": "Hare Tavern Public House, 505 Cambridge Heath Road",
+ "_geoloc": { "lat": 51.533424, "lng": -0.057546 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64aa4",
+ "name": "The Lord Tredegar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 5AL",
+ "address": "50 Lichfield Road",
+ "_geoloc": { "lat": 51.528618, "lng": -0.032536 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64ace",
+ "name": "The Old George",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 0AN",
+ "address": "Old George Public House, 379 Bethnal Green Road",
+ "_geoloc": { "lat": 51.527174, "lng": -0.05973 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64ae3",
+ "name": "The Owl & The Pussycat",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 7DP",
+ "address": "The Owl And The Pussycat Public House, 34 Redchurch Street",
+ "_geoloc": { "lat": 51.524307, "lng": -0.074513 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64b3d",
+ "name": "The Ship",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 3AG",
+ "address": "290 Westferry Road",
+ "_geoloc": { "lat": 51.488071, "lng": -0.018639 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64975",
+ "name": "The Beehive",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 3LT",
+ "address": "104-106 Empson Street",
+ "_geoloc": { "lat": 51.521525, "lng": -0.013944 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f649ea",
+ "name": "The Dispensary",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 8EN",
+ "address": "19a Leman Street",
+ "_geoloc": { "lat": 51.514163, "lng": -0.070703 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a38",
+ "name": "The Green Goose",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 5HD",
+ "address": "112 Anglo Road",
+ "_geoloc": { "lat": 51.532153, "lng": -0.028217 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a92",
+ "name": "The Lighthouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 2JG",
+ "address": "421 Wick Lane",
+ "_geoloc": { "lat": 51.5354408, "lng": -0.0216724 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64b67",
+ "name": "The Victoria",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 5TH",
+ "address": "110 Grove Road",
+ "_geoloc": { "lat": 51.530618, "lng": -0.039702 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f649a2",
+ "name": "The Buxton",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 6TD",
+ "address": "42 Osborn Street",
+ "_geoloc": { "lat": 51.516903, "lng": -0.069954 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f649db",
+ "name": "The Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 5SN",
+ "address": "223 Grove Road",
+ "_geoloc": { "lat": 51.531963, "lng": -0.042124 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f649f3",
+ "name": "The Dundee Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E2 9LH",
+ "address": "Dundee Arms Public House, 339 Cambridge Heath Road",
+ "_geoloc": { "lat": 51.528507, "lng": -0.056041 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a53",
+ "name": "The Gun",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 9NS",
+ "address": "27 Cold Harbour",
+ "_geoloc": { "lat": 51.502425, "lng": -0.00757 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a7d",
+ "name": "The Italian Job",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E9 5HP",
+ "address": "Castle House, 129 Cadogan Terrace",
+ "_geoloc": { "lat": 51.5396074, "lng": -0.0270932 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a95",
+ "name": "The Limehouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 4DH",
+ "address": "29-30 Fishermans Walk",
+ "_geoloc": { "lat": 51.50592, "lng": -0.021727 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64a9e",
+ "name": "The Lord Morpeth PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E3 5NR",
+ "address": "402 Old Ford Road",
+ "_geoloc": { "lat": 51.534421, "lng": -0.035833 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64ab9",
+ "name": "The Narrow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 8DQ",
+ "address": "The Narrow, 44 Narrow Street",
+ "_geoloc": { "lat": 51.509922, "lng": -0.041023 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64ac8",
+ "name": "The Octagon, The Queens Building",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E1 4NT",
+ "address": "327-329 Mile End Road",
+ "_geoloc": { "lat": 51.523578, "lng": -0.039211 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64b40",
+ "name": "The Sipping Room",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Tower Hamlets",
+ "postcode": "E14 4EF",
+ "address": "16 Hertsmere Road",
+ "_geoloc": { "lat": 51.507118, "lng": -0.021329 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64e49",
+ "name": "31 Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E10 7AF",
+ "address": "George Mitchell House (British Legion), 31 Dunton Road",
+ "_geoloc": { "lat": 51.573286, "lng": -0.013363 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f64f8a",
+ "name": "Bar 300",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 9QD",
+ "address": "300 Hoe Street",
+ "_geoloc": { "lat": 51.582199, "lng": -0.01879 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f6503e",
+ "name": "Boot Laces",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E10 7DN",
+ "address": "596 Lea Bridge Road",
+ "_geoloc": { "lat": 51.574425, "lng": -0.013731 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f651be",
+ "name": "Chingford Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 6AN",
+ "address": "158 Station Road",
+ "_geoloc": { "lat": 51.63387, "lng": 0.009803 }
+ },
+ {
+ "objectID": "6399f74871c0238ae6f651d6",
+ "name": "Chingford Rugby Club Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 8AQ",
+ "address": "291 Waltham Way",
+ "_geoloc": { "lat": 51.625148, "lng": -0.022569 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f6534d",
+ "name": "Dog & Duck Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 5AL",
+ "address": "222 Chingford Road",
+ "_geoloc": { "lat": 51.598413, "lng": -0.015082 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65404",
+ "name": "Essex House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 6AN",
+ "address": "152-154 Station Road",
+ "_geoloc": { "lat": 51.63387, "lng": 0.009803 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65443",
+ "name": "Ferry Boat Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "N17 9NG",
+ "address": "1 Ferry Lane",
+ "_geoloc": { "lat": 51.586956, "lng": -0.052608 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65506",
+ "name": "Georgios Sports Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 7PF",
+ "address": "30 St James Street",
+ "_geoloc": { "lat": 51.580998, "lng": -0.033421 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65626",
+ "name": "Hoe Street Club & Institute",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 4SD",
+ "address": "9a Hoe Street",
+ "_geoloc": { "lat": 51.589534, "lng": -0.018082 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f655e4",
+ "name": "Heathcote & Star",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E11 4EA",
+ "address": "344 Grove Green Road",
+ "_geoloc": { "lat": 51.565143, "lng": 0.002803 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f655ba",
+ "name": "Hare & Hounds",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E10 7LD",
+ "address": "278 Lea Bridge Road",
+ "_geoloc": { "lat": 51.569083, "lng": -0.028106 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f6583f",
+ "name": "Leytonstone Ex Servicemens Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E11 3DB",
+ "address": "2b Harvey Road",
+ "_geoloc": { "lat": 51.567788, "lng": 0.012183 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f657c4",
+ "name": "La Transilvania",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E10 7NE",
+ "address": "299 Lea Bridge Road",
+ "_geoloc": { "lat": 51.569772, "lng": -0.027325 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f6583c",
+ "name": "Leyton Technical",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E10 5QN",
+ "address": "The Great Hall, 265b High Road Leyton",
+ "_geoloc": { "lat": 51.559323, "lng": -0.008229 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65851",
+ "name": "Leytonstone Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E11 3PX",
+ "address": "119 Harrow Road",
+ "_geoloc": { "lat": 51.559282, "lng": 0.012659 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65776",
+ "name": "King William IV",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E10 6AE",
+ "address": "816 High Road Leyton",
+ "_geoloc": { "lat": 51.574678, "lng": -0.011137 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65839",
+ "name": "Leyton Star",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E15 2BX",
+ "address": "116 High Road Leyton",
+ "_geoloc": { "lat": 51.554559, "lng": -0.005134 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f658bd",
+ "name": "Luna Lounge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E11 1HG",
+ "address": "7 Church Lane",
+ "_geoloc": { "lat": 51.568245, "lng": 0.009101 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f659e9",
+ "name": "Mother\u2019s Ruin",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 9HQ",
+ "address": "Unit 18, Ravenswood Industrial Estate, Shernhall Street",
+ "_geoloc": { "lat": 51.583818, "lng": -0.00814 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65a9a",
+ "name": "Old Hall Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 8EY",
+ "address": "200 Hall Lane",
+ "_geoloc": { "lat": 51.616775, "lng": -0.028365 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65aca",
+ "name": "O'Neills",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E11 3AW",
+ "address": "762 High Road Leytonstone",
+ "_geoloc": { "lat": 51.570215, "lng": 0.014311 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65ad6",
+ "name": "Orford House Social Club & Institute Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 9QL",
+ "address": "73 Orford Road",
+ "_geoloc": { "lat": 51.581682, "lng": -0.015869 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65b69",
+ "name": "Peppers Ghost Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E10 5AB",
+ "address": "777 High Road Leyton",
+ "_geoloc": { "lat": 51.573056, "lng": -0.008812 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65c2f",
+ "name": "Prince Of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 6BD",
+ "address": "58 St Andrews Road",
+ "_geoloc": { "lat": 51.59324, "lng": -0.036877 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65c77",
+ "name": "Red Lion",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E11 3AA",
+ "address": "640 High Road Leytonstone",
+ "_geoloc": { "lat": 51.568635, "lng": 0.011557 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65c83",
+ "name": "Regent 88",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E10 7JQ",
+ "address": "Unit 3, 210 Church Road",
+ "_geoloc": { "lat": 51.5681495666504, "lng": -0.02348499931395 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65cc2",
+ "name": "Royal British Legion Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 8HW",
+ "address": "65-67 Hall Lane",
+ "_geoloc": { "lat": 51.616661, "lng": -0.023213 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65ca1",
+ "name": "RnR Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 8LP",
+ "address": "225 Chingford Mount Road",
+ "_geoloc": { "lat": 51.615725, "lng": -0.017808 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65ce9",
+ "name": "Rusty Bike Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 6AN",
+ "address": "134-138 Station Road",
+ "_geoloc": { "lat": 51.63387, "lng": 0.009803 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65cd4",
+ "name": "Royal Forest Brewers Fayre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 7QH",
+ "address": "4 Rangers Road",
+ "_geoloc": { "lat": 51.634421, "lng": 0.017501 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65cd1",
+ "name": "Royal Epping Forest Golf Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 7AZ",
+ "address": "Forest Approach",
+ "_geoloc": { "lat": 51.634524, "lng": 0.011509 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65db2",
+ "name": "Shepherds Inn - Berneliu Uzeiga",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E11 4PG",
+ "address": "483-485 High Road Leytonstone",
+ "_geoloc": { "lat": 51.559413, "lng": 0.007082 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65dcd",
+ "name": "Silverthorn Bowls Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 9EH",
+ "address": "Ropers Avenue",
+ "_geoloc": { "lat": 51.612672, "lng": -0.003728 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65dfd",
+ "name": "Snooker Lovers Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E10 6AE",
+ "address": "788 High Road Leyton",
+ "_geoloc": { "lat": 51.574678, "lng": -0.011137 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65e1b",
+ "name": "Solvay Brewing Limited",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E11 4AF",
+ "address": "Arch 223, Dyers Hall Road",
+ "_geoloc": { "lat": 51.5662133, "lng": 0.0023134 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f66004",
+ "name": "The Greene Man",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 6RB",
+ "address": "191 Old Church Road",
+ "_geoloc": { "lat": 51.626032, "lng": -0.013645 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65f8c",
+ "name": "The Birkbeck Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E11 4HL",
+ "address": "45 Langthorne Road",
+ "_geoloc": { "lat": 51.555968, "lng": 0.000799 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65f9e",
+ "name": "The Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 9LB",
+ "address": "15 Grosvenor Rise East",
+ "_geoloc": { "lat": 51.580753, "lng": -0.010901 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65fd4",
+ "name": "The Dovecote",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 6EL",
+ "address": "Friday Hill",
+ "_geoloc": { "lat": 51.621847, "lng": 0.008766 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65ff8",
+ "name": "The Goose",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 3AX",
+ "address": "264 Hoe Street",
+ "_geoloc": { "lat": 51.583783, "lng": -0.019371 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65f7d",
+ "name": "The Bar/Cafe",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 4HR",
+ "address": "Peter May Sports Centre, 135 Wadham Road",
+ "_geoloc": { "lat": 51.600835, "lng": -0.009966 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65fa1",
+ "name": "The Chequers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 7BX",
+ "address": "145 High Street",
+ "_geoloc": { "lat": 51.583834, "lng": -0.025591 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65fc5",
+ "name": "The County Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 9PB",
+ "address": "420 Hale End Road",
+ "_geoloc": { "lat": 51.606689, "lng": 0.0017 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65fd7",
+ "name": "The Drum",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E10 7EQ",
+ "address": "557-559 Lea Bridge Road",
+ "_geoloc": { "lat": 51.575144, "lng": -0.013671 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f6600d",
+ "name": "The Holly Tree Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E7 0DZ",
+ "address": "141 Dames Road",
+ "_geoloc": { "lat": 51.555776, "lng": 0.02041 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65fb0",
+ "name": "The Coach & Horses",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E10 5NA",
+ "address": "391 High Road Leyton",
+ "_geoloc": { "lat": 51.561057, "lng": -0.010217 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65f77",
+ "name": "The 800 Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 9DN",
+ "address": "800-806 Lea Bridge Road",
+ "_geoloc": { "lat": 51.578762, "lng": -0.005416 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65fbf",
+ "name": "The Coppermill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 7HF",
+ "address": "205 Coppermill Lane",
+ "_geoloc": { "lat": 51.580101, "lng": -0.040547 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65fda",
+ "name": "The Dukes Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 3HX",
+ "address": "112 Wood Street",
+ "_geoloc": { "lat": 51.588144, "lng": -0.004486 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65f83",
+ "name": "The Bell",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 4NE",
+ "address": "617 Forest Road",
+ "_geoloc": { "lat": 51.590112, "lng": -0.016064 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65f89",
+ "name": "The Birds",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E11 3AA",
+ "address": "692 High Road Leytonstone",
+ "_geoloc": { "lat": 51.568635, "lng": 0.011557 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65fe6",
+ "name": "The Flower Pot",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 3HX",
+ "address": "126-128 Wood Street",
+ "_geoloc": { "lat": 51.588144, "lng": -0.004486 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65f80",
+ "name": "The Bell",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E11 3HN",
+ "address": "468 High Road Leytonstone",
+ "_geoloc": { "lat": 51.561065, "lng": 0.008814 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65fb9",
+ "name": "The Connaught Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 7QH",
+ "address": "1 Rangers Road",
+ "_geoloc": { "lat": 51.634421, "lng": 0.017501 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f65fec",
+ "name": "The Function Room",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 9LE",
+ "address": "Bank Buildings, 3a The Avenue",
+ "_geoloc": { "lat": 51.607714, "lng": 0.000113 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f6601f",
+ "name": "The Kings Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 7EA",
+ "address": "2b Kings Head Hill",
+ "_geoloc": { "lat": 51.631957, "lng": -0.001913 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f660c1",
+ "name": "The Wanstead Tap Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E7 0AQ",
+ "address": "Arch 352, Winchelsea Road",
+ "_geoloc": { "lat": 51.55515, "lng": 0.01917 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f66043",
+ "name": "The Lord Raglan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 9HX",
+ "address": "199 Shernhall Street",
+ "_geoloc": { "lat": 51.58179, "lng": -0.003119 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f66055",
+ "name": "The North Star & Thai Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E11 3AR",
+ "address": "24 Browning Road",
+ "_geoloc": { "lat": 51.569808, "lng": 0.015476 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f6606a",
+ "name": "The Plough & Harrow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E11 4JU",
+ "address": "419 High Road Leytonstone",
+ "_geoloc": { "lat": 51.558138, "lng": 0.006434 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f6619c",
+ "name": "Walthamstow Trades Institute",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 4SB",
+ "address": "17 Hoe Street",
+ "_geoloc": { "lat": 51.588724, "lng": -0.019604 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f6602b",
+ "name": "The Larkshall",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 6NT",
+ "address": "205 Larkshall Road",
+ "_geoloc": { "lat": 51.617244, "lng": -0.000263 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f66070",
+ "name": "The Queen Elizabeth",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 6BA",
+ "address": "95 Forest Side",
+ "_geoloc": { "lat": 51.628672, "lng": 0.016625 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f66073",
+ "name": "The Queens Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 9NJ",
+ "address": "42 Orford Road",
+ "_geoloc": { "lat": 51.582562, "lng": -0.013117 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f66094",
+ "name": "The Stag & Lantern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 9LQ",
+ "address": "11-12 The Broadway",
+ "_geoloc": { "lat": 51.607372, "lng": -0.000899 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f660a6",
+ "name": "The Victoria",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 4QH",
+ "address": "184b Hoe Street",
+ "_geoloc": { "lat": 51.586508, "lng": -0.020437 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f660bb",
+ "name": "The Walnut Tree",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E11 1HH",
+ "address": "857-861 High Road Leytonstone",
+ "_geoloc": { "lat": 51.569507, "lng": 0.012086 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f6601c",
+ "name": "The Kings Ford",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 8JL",
+ "address": "250-252 Chingford Mount Road",
+ "_geoloc": { "lat": 51.616, "lng": -0.017088 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f6604f",
+ "name": "The Nags Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 9LP",
+ "address": "9 Orford Road",
+ "_geoloc": { "lat": 51.583521, "lng": -0.010794 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f660c4",
+ "name": "The Warrant Officer",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 5RG",
+ "address": "318 Higham Hill Road",
+ "_geoloc": { "lat": 51.596425, "lng": -0.035339 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f66082",
+ "name": "The Royal Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 7PP",
+ "address": "219 Kings Head Hill",
+ "_geoloc": { "lat": 51.634539, "lng": -0.010485 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f66058",
+ "name": "The Northcote",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E11 4EL",
+ "address": "110 Grove Green Road",
+ "_geoloc": { "lat": 51.560474, "lng": -0.001312 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f661c0",
+ "name": "Welcome to the Forest Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 4QH",
+ "address": "186a Hoe Street",
+ "_geoloc": { "lat": 51.5859885, "lng": -0.019972 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f66040",
+ "name": "The Lord Palmerston",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 5JN",
+ "address": "252 Forest Road",
+ "_geoloc": { "lat": 51.589179, "lng": -0.02956 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f6604c",
+ "name": "The Mount",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 8DD",
+ "address": "30-32 Old Church Road",
+ "_geoloc": { "lat": 51.617895, "lng": -0.017973 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f6609d",
+ "name": "The Untraditional Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 7FY",
+ "address": "27 Crate Building, 35 St James Street",
+ "_geoloc": { "lat": 51.5803635, "lng": -0.0325286 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f660b5",
+ "name": "The Village Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 9NL",
+ "address": "31 Orford Road",
+ "_geoloc": { "lat": 51.582746, "lng": -0.011752 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f6614e",
+ "name": "United Services (Chingford) Club Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 7EY",
+ "address": "United Services Club, 18 Kings Road",
+ "_geoloc": { "lat": 51.6296, "lng": 0.001263 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f66085",
+ "name": "The Royal Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "IG8 9LN",
+ "address": "320 Hale End Road",
+ "_geoloc": { "lat": 51.604214, "lng": 0.00289 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f66088",
+ "name": "The Sir Alfred Hitchcock Hotel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E11 1NP",
+ "address": "147-151 Whipps Cross Road",
+ "_geoloc": { "lat": 51.576382, "lng": 0.011841 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f660ca",
+ "name": "The William Morris Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 4JD",
+ "address": "807-811 Forest Road",
+ "_geoloc": { "lat": 51.591128, "lng": -0.008123 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f6618d",
+ "name": "Walthamstow Conservative Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 9RW",
+ "address": "76 Church Lane",
+ "_geoloc": { "lat": 51.584969, "lng": -0.009244 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f66190",
+ "name": "Walthamstow Cricket&LawnTennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 3QN",
+ "address": "48a Greenway Avenue",
+ "_geoloc": { "lat": 51.586008, "lng": -0.001043 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f66250",
+ "name": "Wild Card Brewery",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 9HQ",
+ "address": "Unit 7, Ravenswood Industrial Estate, Shernhall Street",
+ "_geoloc": { "lat": 51.583817, "lng": -0.008139 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f6629e",
+ "name": "Woodford Rugby Football Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "IG8 9LB",
+ "address": "High Road",
+ "_geoloc": { "lat": 51.606401, "lng": 0.015392 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f662d1",
+ "name": "Ye Olde Rose & Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E17 4SA",
+ "address": "53 Hoe Street",
+ "_geoloc": { "lat": 51.586992, "lng": -0.020372 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f6627d",
+ "name": "Wishing Well",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E4 8HH",
+ "address": "11 Hall Lane",
+ "_geoloc": { "lat": 51.616792, "lng": -0.0187 }
+ },
+ {
+ "objectID": "6399f74971c0238ae6f662b6",
+ "name": "Yapalak FC",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Waltham Forest",
+ "postcode": "E10 7PN",
+ "address": "185a Lea Bridge Road",
+ "_geoloc": { "lat": 51.567561, "lng": -0.033294 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a77",
+ "name": "The Heathfield Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 3JP",
+ "address": "17 Sandgate Lane",
+ "_geoloc": { "lat": 51.442824, "lng": -0.171073 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67ab9",
+ "name": "The Leather Bottle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 0NY",
+ "address": "538 Garratt Lane",
+ "_geoloc": { "lat": 51.436853, "lng": -0.187282 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67ace",
+ "name": "The Little Taperia",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 0SY",
+ "address": "143 Tooting High Street",
+ "_geoloc": { "lat": 51.425559, "lng": -0.169993 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67ae6",
+ "name": "The Nightingale PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW12 8NX",
+ "address": "97 Nightingale Lane",
+ "_geoloc": { "lat": 51.450226, "lng": -0.157392 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b07",
+ "name": "The Park Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 5SW",
+ "address": "212 Merton Road",
+ "_geoloc": { "lat": 51.450917, "lng": -0.198987 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b37",
+ "name": "The Ramble Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 9JG",
+ "address": "223 Mitcham Road",
+ "_geoloc": { "lat": 51.42242, "lng": -0.160179 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a6e",
+ "name": "The Grove PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW12 8PN",
+ "address": "39 Oldridge Road",
+ "_geoloc": { "lat": 51.448332, "lng": -0.151338 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a71",
+ "name": "The Half Moon",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1EU",
+ "address": "93 Lower Richmond Road",
+ "_geoloc": { "lat": 51.46723, "lng": -0.220171 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67ab3",
+ "name": "The Latchmere PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 3BW",
+ "address": "503 Battersea Park Road",
+ "_geoloc": { "lat": 51.471939, "lng": -0.165719 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67add",
+ "name": "The Mason's Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW8 4BT",
+ "address": "169 Battersea Park Road",
+ "_geoloc": { "lat": 51.476696, "lng": -0.146879 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a65",
+ "name": "The Grapes PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 1DX",
+ "address": "39 Fairfield Street",
+ "_geoloc": { "lat": 51.458929, "lng": -0.190755 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67af2",
+ "name": "The Old Sergeant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 4DJ",
+ "address": "104 Garratt Lane",
+ "_geoloc": { "lat": 51.451327, "lng": -0.190537 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67aa4",
+ "name": "The Kings Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 4HL",
+ "address": "1 Roehampton High Street",
+ "_geoloc": { "lat": 51.450472, "lng": -0.239505 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67ad4",
+ "name": "The Magic Garden",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 4LG",
+ "address": "231 Battersea Park Road",
+ "_geoloc": { "lat": 51.475284, "lng": -0.150853 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67ad7",
+ "name": "The Manor Bar & Grill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 0SF",
+ "address": "196-198 Tooting High Street",
+ "_geoloc": { "lat": 51.424111, "lng": -0.172309 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b0a",
+ "name": "The Pavilion Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW8 4AG",
+ "address": "135 Battersea Park Road",
+ "_geoloc": { "lat": 51.47796, "lng": -0.144856 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b3a",
+ "name": "The Regent",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW12 8JB",
+ "address": "21 Chestnut Grove",
+ "_geoloc": { "lat": 51.444444, "lng": -0.154531 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a5c",
+ "name": "The Goat",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1EQ",
+ "address": "66a, 66 Battersea Rise",
+ "_geoloc": { "lat": 51.461034, "lng": -0.166488 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a7a",
+ "name": "The Hillstation",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 0RJ",
+ "address": "Unit 14, Broadway Market, Tooting High Street",
+ "_geoloc": { "lat": 51.428742, "lng": -0.166485 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67ae9",
+ "name": "The Northcote",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1NT",
+ "address": "2 Northcote Road",
+ "_geoloc": { "lat": 51.460578, "lng": -0.167268 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b10",
+ "name": "The Phoenix Members Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 3JB",
+ "address": "37 Groom Crescent",
+ "_geoloc": { "lat": 51.448395, "lng": -0.180033 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b1f",
+ "name": "The Plough",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1SY",
+ "address": "89-91 St Johns Hill",
+ "_geoloc": { "lat": 51.461292, "lng": -0.173833 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a98",
+ "name": "The Jolly Gardeners",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1NT",
+ "address": "61-63 Lacy Road",
+ "_geoloc": { "lat": 51.464605, "lng": -0.218503 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a83",
+ "name": "The Hope",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 7EG",
+ "address": "1 Bellevue Road",
+ "_geoloc": { "lat": 51.445595, "lng": -0.165998 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a9b",
+ "name": "The Jolly Gardeners",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 4EA",
+ "address": "214 Garratt Lane",
+ "_geoloc": { "lat": 51.446753, "lng": -0.189595 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67abf",
+ "name": "The Lighthouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 4LR",
+ "address": "Dovedale House, 441 Battersea Park Road",
+ "_geoloc": { "lat": 51.472419, "lng": -0.163612 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b46",
+ "name": "The Royal Standard",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 1AL",
+ "address": "The Tonsley Tup, 1 Ballantine Street",
+ "_geoloc": { "lat": 51.460395, "lng": -0.186638 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b43",
+ "name": "The Roundhouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 2SS",
+ "address": "2 North Side Wandsworth Common",
+ "_geoloc": { "lat": 51.458914, "lng": -0.174662 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b5b",
+ "name": "The Secret Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 0RJ",
+ "address": "Unit 40 Broadway Market, Tooting High Street",
+ "_geoloc": { "lat": 51.428742, "lng": -0.166485 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b7f",
+ "name": "The Trafalgar Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 0RT",
+ "address": "148-156 Tooting High Street",
+ "_geoloc": { "lat": 51.424745, "lng": -0.171449 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67cc0",
+ "name": "Virgin Active",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 1DG",
+ "address": "Smugglers Way",
+ "_geoloc": { "lat": 51.463234, "lng": -0.188829 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b73",
+ "name": "The Tapas Room Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 0RJ",
+ "address": "Unit 3-5, Broadway Market, Tooting High Street",
+ "_geoloc": { "lat": 51.4281578063965, "lng": -0.16646599769592 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b76",
+ "name": "The Telegraph PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 3TU",
+ "address": "Telegraph Road",
+ "_geoloc": { "lat": 51.448791, "lng": -0.226444 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67bac",
+ "name": "The Woodman",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 3HX",
+ "address": "60 Battersea High Street",
+ "_geoloc": { "lat": 51.473577, "lng": -0.173876 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67c8d",
+ "name": "United Services Club Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 7AJ",
+ "address": "268 Balham High Road",
+ "_geoloc": { "lat": 51.438716, "lng": -0.156806 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b61",
+ "name": "The Ship Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 1TB",
+ "address": "41 Jews Row",
+ "_geoloc": { "lat": 51.462564, "lng": -0.187991 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b97",
+ "name": "The Waterfront",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 1TS",
+ "address": "Unit C Public House, Baltimore House, Juniper Drive",
+ "_geoloc": { "lat": 51.46427, "lng": -0.185462 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b64",
+ "name": "The Spencer Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 1ZE",
+ "address": "Spencer Cricket And Lawn Tenni, Fieldview",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b5e",
+ "name": "The Selkirk",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 0ES",
+ "address": "60 Selkirk Road",
+ "_geoloc": { "lat": 51.429826, "lng": -0.167981 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b85",
+ "name": "The Union Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 3AT",
+ "address": "109 Battersea Bridge Road",
+ "_geoloc": { "lat": 51.477061, "lng": -0.168365 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67ba0",
+ "name": "The Winchester House Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1JN",
+ "address": "10 Lower Richmond Road",
+ "_geoloc": { "lat": 51.467258, "lng": -0.217248 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67c12",
+ "name": "Tooting Progressive Working",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 9JG",
+ "address": "227 Mitcham Road",
+ "_geoloc": { "lat": 51.42242, "lng": -0.16018 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67c15",
+ "name": "Tooting Tram and Social",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 9NA",
+ "address": "46-48 Mitcham Road",
+ "_geoloc": { "lat": 51.42684, "lng": -0.166792 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b9a",
+ "name": "The Wheatsheaf",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 7PG",
+ "address": "The Wheatsheaf, 2 Upper Tooting Road",
+ "_geoloc": { "lat": 51.435309, "lng": -0.160885 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67bd9",
+ "name": "Tir na nog",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 4DW",
+ "address": "107 Garratt Lane",
+ "_geoloc": { "lat": 51.452611, "lng": -0.191004 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67bfd",
+ "name": "Tooting Conservative & Unionist Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 8PW",
+ "address": "12 Ashvale Road",
+ "_geoloc": { "lat": 51.427795, "lng": -0.1652 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67cdb",
+ "name": "Wagamama",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1SQ",
+ "address": "50-54 Putney High Street",
+ "_geoloc": { "lat": 51.465047, "lng": -0.214988 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b67",
+ "name": "The Spotted Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1RG",
+ "address": "120-122 Putney High Street",
+ "_geoloc": { "lat": 51.462748, "lng": -0.216401 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67b8b",
+ "name": "The Victoria",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW8 3QH",
+ "address": "166 Queenstown Road",
+ "_geoloc": { "lat": 51.47276, "lng": -0.148191 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67cae",
+ "name": "Vesta Rowing Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1LB",
+ "address": "Embankment",
+ "_geoloc": { "lat": 51.469528, "lng": -0.2205 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67d05",
+ "name": "Wandle Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 4EJ",
+ "address": "332 Garratt Lane",
+ "_geoloc": { "lat": 51.443613, "lng": -0.190037 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67d9e",
+ "name": "Wolfgang Beer Haus",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW12 9AG",
+ "address": "90-92 Balham High Road",
+ "_geoloc": { "lat": 51.446546, "lng": -0.149813 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f6634f",
+ "name": "Adventure Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1HW",
+ "address": "89-91 Battersea Rise",
+ "_geoloc": { "lat": 51.460623, "lng": -0.167799 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f6639a",
+ "name": "All Bar One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1NZ",
+ "address": "30-34 Northcote Road",
+ "_geoloc": { "lat": 51.4594, "lng": -0.166696 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66478",
+ "name": "Balham Bowls Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW12 8QX",
+ "address": "Clubhouse And Premises, 7-9 Ramsden Road",
+ "_geoloc": { "lat": 51.44548, "lng": -0.152921 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f663fd",
+ "name": "Archer Street Clapham",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1NG",
+ "address": "Ground Floor, Lansdowne House, 3-7 Northcote Road",
+ "_geoloc": { "lat": 51.4604522, "lng": -0.1666317 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66475",
+ "name": "Balham and Tooting Community and Sports Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW12 9AA",
+ "address": "94 Balham High Road",
+ "_geoloc": { "lat": 51.445882, "lng": -0.150501 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f664d8",
+ "name": "Battersea British Legion Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 5TE",
+ "address": "173 Lavender Hill",
+ "_geoloc": { "lat": 51.464613, "lng": -0.159563 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f664f3",
+ "name": "Battersea Labour Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 2PF",
+ "address": "Club House And Premises, 81-83 Falcon Road",
+ "_geoloc": { "lat": 51.467123, "lng": -0.169987 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66520",
+ "name": "Beehive PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1TH",
+ "address": "197 St Johns Hill",
+ "_geoloc": { "lat": 51.459706, "lng": -0.178819 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f664db",
+ "name": "Battersea Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW4 9SP",
+ "address": "117 Clapham Common North Side",
+ "_geoloc": { "lat": 51.461304, "lng": -0.16187 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f665bf",
+ "name": "Boma Bridge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1SL",
+ "address": "4-6 Putney High Street",
+ "_geoloc": { "lat": 51.465743, "lng": -0.214672 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f6652c",
+ "name": "Bella Bar & Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW12 9DR",
+ "address": "47 Balham Hill",
+ "_geoloc": { "lat": 51.451427, "lng": -0.147428 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66622",
+ "name": "Brewers Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 2QB",
+ "address": "145-147 East Hill",
+ "_geoloc": { "lat": 51.457019, "lng": -0.188182 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66625",
+ "name": "Bricklayer's Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1DD",
+ "address": "32 Waterman Street",
+ "_geoloc": { "lat": 51.466183, "lng": -0.217549 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f6667f",
+ "name": "Bunga Bunga",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 3BW",
+ "address": "37 Battersea Bridge Road",
+ "_geoloc": { "lat": 51.471939, "lng": -0.165719 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66757",
+ "name": "Cedar Tree at The Normanby",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 2PU",
+ "address": "231 Putney Bridge Road",
+ "_geoloc": { "lat": 51.462796, "lng": -0.210094 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66823",
+ "name": "Coat And Badge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1NL",
+ "address": "8 Lacy Road",
+ "_geoloc": { "lat": 51.464768, "lng": -0.217921 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f668b9",
+ "name": "County Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 3SH",
+ "address": "345 Trinity Road",
+ "_geoloc": { "lat": 51.450104, "lng": -0.174279 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66973",
+ "name": "Devas Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 5EN",
+ "address": "2A Stormont Road",
+ "_geoloc": { "lat": 51.464503, "lng": -0.156559 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66808",
+ "name": "Churchills",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1TQ",
+ "address": "151 St Johns Hill",
+ "_geoloc": { "lat": 51.460181, "lng": -0.176958 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f669eb",
+ "name": "Dukes Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1JN",
+ "address": "8 Lower Richmond Road",
+ "_geoloc": { "lat": 51.467222, "lng": -0.216745 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f669e8",
+ "name": "Duke Of Cambridge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 3AA",
+ "address": "228 Battersea Bridge Road",
+ "_geoloc": { "lat": 51.47259, "lng": -0.165981 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f669e2",
+ "name": "Duchess Belle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW8 4DS",
+ "address": "101 Battersea Park Road",
+ "_geoloc": { "lat": 51.478866, "lng": -0.143076 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66ade",
+ "name": "Flanagans of Battersea",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW8 4AG",
+ "address": "21 Bradmead",
+ "_geoloc": { "lat": 51.478257, "lng": -0.144339 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66bf2",
+ "name": "Graffiti Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 4SR",
+ "address": "561 Garratt Lane",
+ "_geoloc": { "lat": 51.441036, "lng": -0.186815 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66b0e",
+ "name": "Fox and Hounds",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 2JU",
+ "address": "66-68 Latchmere Road",
+ "_geoloc": { "lat": 51.466831, "lng": -0.162828 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66bd1",
+ "name": "Goldfinch",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 9PE",
+ "address": "145 Mitcham Road",
+ "_geoloc": { "lat": 51.425276, "lng": -0.16392 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66c0d",
+ "name": "Green Man PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 3NG",
+ "address": "Putney Heath",
+ "_geoloc": { "lat": 51.453449, "lng": -0.221672 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66bfb",
+ "name": "Graveney & Meadow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 9NA",
+ "address": "40 Mitcham Road",
+ "_geoloc": { "lat": 51.42684, "lng": -0.166792 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66d30",
+ "name": "Hop Pole",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 1HR",
+ "address": "64 Putney Bridge Road",
+ "_geoloc": { "lat": 51.459331, "lng": -0.19821 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66c6d",
+ "name": "Hallowed Belly",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 4ST",
+ "address": "573 Garratt Lane",
+ "_geoloc": { "lat": 51.43954, "lng": -0.186643 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66c61",
+ "name": "Hagen & Hyde",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW12 9AU",
+ "address": "157 Balham High Road",
+ "_geoloc": { "lat": 51.444321, "lng": -0.151817 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66ca0",
+ "name": "Hawkins Forge",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1EJ",
+ "address": "110 Battersea Rise",
+ "_geoloc": { "lat": 51.46078, "lng": -0.168685 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66c6a",
+ "name": "Halfway House PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 4SR",
+ "address": "521-523 Garratt Lane",
+ "_geoloc": { "lat": 51.441036, "lng": -0.186814 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66d54",
+ "name": "HSBC Rowing Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 2SH",
+ "address": "Embankment",
+ "_geoloc": { "lat": 51.4606857299805, "lng": -0.21563300490379 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66c37",
+ "name": "Grosvenor Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 4ED",
+ "address": "204 Garratt Lane",
+ "_geoloc": { "lat": 51.448268, "lng": -0.189881 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66d9f",
+ "name": "Imperial College Boat Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1LB",
+ "address": "Embankment",
+ "_geoloc": { "lat": 51.469528, "lng": -0.2205 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66e2c",
+ "name": "Junction",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1SA",
+ "address": "The Windsor Castle, 36 St Johns Hill",
+ "_geoloc": { "lat": 51.463765, "lng": -0.169171 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66d6c",
+ "name": "Hurricane Room",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 8SB",
+ "address": "2A Lynwood Road",
+ "_geoloc": { "lat": 51.432285, "lng": -0.161884 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66d69",
+ "name": "Hurlingham Yacht Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 2NP",
+ "address": "43a Deodar Road",
+ "_geoloc": { "lat": 51.464775, "lng": -0.211312 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66d5d",
+ "name": "Hudsons Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1EX",
+ "address": "113 Lower Richmond Road",
+ "_geoloc": { "lat": 51.467686, "lng": -0.221824 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66dc9",
+ "name": "J J Moons",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 0RN",
+ "address": "56a Tooting High Street",
+ "_geoloc": { "lat": 51.427399, "lng": -0.1692 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66e8c",
+ "name": "King's Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 4LB",
+ "address": "94-96 Wandsworth High Street",
+ "_geoloc": { "lat": 51.457273, "lng": -0.194188 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66e92",
+ "name": "Kings Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 7PB",
+ "address": "84 Upper Tooting Road",
+ "_geoloc": { "lat": 51.434168, "lng": -0.162714 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66f2b",
+ "name": "Le Quecum Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 3HX",
+ "address": "42-44 Battersea High Street",
+ "_geoloc": { "lat": 51.473577, "lng": -0.173875 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66f7f",
+ "name": "Live at Home Hub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 6JX",
+ "address": "Ash Court, 155c Broomwood Road",
+ "_geoloc": { "lat": 51.455523, "lng": -0.156777 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66fd0",
+ "name": "Lost Society",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 4LS",
+ "address": "339 Battersea Park Road",
+ "_geoloc": { "lat": 51.474081, "lng": -0.156633 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66fc1",
+ "name": "London Rowing Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1LB",
+ "address": "Embankment",
+ "_geoloc": { "lat": 51.469528, "lng": -0.2205 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f670a8",
+ "name": "Mayfair Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 7TJ",
+ "address": "127-145 Upper Tooting Road",
+ "_geoloc": { "lat": 51.431919, "lng": -0.163798 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f67018",
+ "name": "Made In Italy Group Ltd t/as Clapham",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1NP",
+ "address": "59 Northcote Road",
+ "_geoloc": { "lat": 51.458941, "lng": -0.16601 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f66fd3",
+ "name": "Lost Society",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1RS",
+ "address": "Public House, 160 Putney High Street",
+ "_geoloc": { "lat": 51.461448, "lng": -0.217187 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f670db",
+ "name": "Megan's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 8EZ",
+ "address": "27 Circus Road West",
+ "_geoloc": { "lat": 51.4819501, "lng": -0.1463847 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f6725e",
+ "name": "Nine Elms Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW8 5AY",
+ "address": "Unit D3 The Nine Elms Tavern, 3 Riverlight Quay",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f672a6",
+ "name": "number 29",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 8EZ",
+ "address": "Unit 29, 29 Circus West",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f74a71c0238ae6f672d9",
+ "name": "Old Fields",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 5LS",
+ "address": "20 Replingham Road",
+ "_geoloc": { "lat": 51.44459, "lng": -0.205669 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f6738d",
+ "name": "Paya & Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 4LB",
+ "address": "181 Battersea Park Road",
+ "_geoloc": { "lat": 51.47583, "lng": -0.148931 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f673ea",
+ "name": "Pig And Whistle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 5LD",
+ "address": "479-481 Merton Road",
+ "_geoloc": { "lat": 51.441343, "lng": -0.196788 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67459",
+ "name": "Polish White Eagle Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 7BQ",
+ "address": "Community Centre And Premises,, 211 Balham High Road",
+ "_geoloc": { "lat": 51.439786, "lng": -0.155094 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f674b9",
+ "name": "Prince of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 2SP",
+ "address": "Prince Of Wales, 138 Upper Richmond Road",
+ "_geoloc": { "lat": 51.459928, "lng": -0.211877 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f674b6",
+ "name": "Prince Albert PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 4PF",
+ "address": "85 Albert Bridge Road",
+ "_geoloc": { "lat": 51.480038, "lng": -0.166114 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f674bc",
+ "name": "Princes Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 2LR",
+ "address": "44-46 Falcon Road",
+ "_geoloc": { "lat": 51.468638, "lng": -0.171466 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f674f2",
+ "name": "Putney Lawn Tennis Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 6NG",
+ "address": "Balmuir Gardens",
+ "_geoloc": { "lat": 51.462037, "lng": -0.225858 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f674e9",
+ "name": "Putney Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 2RD",
+ "address": "63 Upper Richmond Road",
+ "_geoloc": { "lat": 51.457776, "lng": -0.207599 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f6751c",
+ "name": "Queens Arms PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW8 3SS",
+ "address": "Queens Hotel, 139 St Philip Street",
+ "_geoloc": { "lat": 51.469193, "lng": -0.148897 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67516",
+ "name": "Queen Adelaide",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 1NP",
+ "address": "35 Putney Bridge Road",
+ "_geoloc": { "lat": 51.460471, "lng": -0.200972 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67504",
+ "name": "Putney Town Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1HS",
+ "address": "Commondale",
+ "_geoloc": { "lat": 51.469919, "lng": -0.227323 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67537",
+ "name": "Ranelagh Sailing Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1LB",
+ "address": "Embankment",
+ "_geoloc": { "lat": 51.469528, "lng": -0.2205 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67561",
+ "name": "Revolution",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 6TD",
+ "address": "202 Upper Richmond Road",
+ "_geoloc": { "lat": 51.461241, "lng": -0.217856 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67564",
+ "name": "Revolution Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1LJ",
+ "address": "276-288 Lavender Hill",
+ "_geoloc": { "lat": 51.46406, "lng": -0.166812 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f6758b",
+ "name": "Roehampton Club Limited",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 5LR",
+ "address": "Roehampton Club, Roehampton Lane",
+ "_geoloc": { "lat": 51.462895, "lng": -0.245174 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67597",
+ "name": "Roehampton Youth Club Supporters Association.",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 4JE",
+ "address": "36 Holybourne Avenue",
+ "_geoloc": { "lat": 51.449204, "lng": -0.240719 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f675d9",
+ "name": "Royal British Legion Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 2RD",
+ "address": "65 Upper Richmond Road",
+ "_geoloc": { "lat": 51.457776, "lng": -0.207599 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f675af",
+ "name": "Rose & Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 8BH",
+ "address": "140 Tooting Bec Road",
+ "_geoloc": { "lat": 51.432809, "lng": -0.154051 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67693",
+ "name": "Shaftesbury Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 5RB",
+ "address": "128 Lavender Hill",
+ "_geoloc": { "lat": 51.465321, "lng": -0.158339 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67735",
+ "name": "South Sider Cocktail Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1EG",
+ "address": "56 Battersea Rise",
+ "_geoloc": { "lat": 51.461015, "lng": -0.165812 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f6773b",
+ "name": "South West Eleven",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 4NE",
+ "address": "279 Battersea Park Road",
+ "_geoloc": { "lat": 51.474589, "lng": -0.152941 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f6774d",
+ "name": "SOUTHFIELDS LAWN TENNIS CLUB",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 1PQ",
+ "address": "Gressenhall Road",
+ "_geoloc": { "lat": 51.452776, "lng": -0.206988 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67747",
+ "name": "Southfields Club & Institute",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 5TG",
+ "address": "62 Standen Road",
+ "_geoloc": { "lat": 51.446969, "lng": -0.202453 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67765",
+ "name": "Spencer Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1HJ",
+ "address": "237 Lower Richmond Road",
+ "_geoloc": { "lat": 51.468285, "lng": -0.226926 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67777",
+ "name": "Sports Bar and Grill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1RU",
+ "address": "4 St Johns Hill",
+ "_geoloc": { "lat": 51.463833, "lng": -0.168347 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67780",
+ "name": "Spread Eagle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 2PT",
+ "address": "69-71 Wandsworth High Street",
+ "_geoloc": { "lat": 51.456593, "lng": -0.192071 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f677d7",
+ "name": "Star & Garter",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1JN",
+ "address": "4 Lower Richmond Road",
+ "_geoloc": { "lat": 51.467222, "lng": -0.216745 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67816",
+ "name": "Suburb SW11",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 2LW",
+ "address": "148 Falcon Road",
+ "_geoloc": { "lat": 51.466034, "lng": -0.169987 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67810",
+ "name": "Streatham Park Bowling Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW16 1SH",
+ "address": "Streatham Park Bowling Club, Pringle Gardens",
+ "_geoloc": { "lat": 51.429237, "lng": -0.143089 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f6780a",
+ "name": "STREATHAM CONSERVATIVE CLUB",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW16 6DL",
+ "address": "111 Blegborough Road",
+ "_geoloc": { "lat": 51.422602, "lng": -0.140928 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f678af",
+ "name": "Tacos N Tequila",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 0RJ",
+ "address": "Unit M8 Broadway Market, 29 Tooting High Street",
+ "_geoloc": { "lat": 51.4281578063965, "lng": -0.16646599769592 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f678cd",
+ "name": "Tap 13 Tooting",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 0RJ",
+ "address": "Unit E5, Broadway Market, Tooting High Street",
+ "_geoloc": { "lat": 51.4286701, "lng": -0.1665372 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67909",
+ "name": "Tequila Mockingbird Cocktail Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1SL",
+ "address": "12 Putney High Street",
+ "_geoloc": { "lat": 51.465635, "lng": -0.214634 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67906",
+ "name": "Tequila Mockingbird",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1EE",
+ "address": "46 Battersea Rise",
+ "_geoloc": { "lat": 51.461058, "lng": -0.164572 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67948",
+ "name": "Thames Rowing Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 1LB",
+ "address": "Embankment",
+ "_geoloc": { "lat": 51.469528, "lng": -0.2205 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67969",
+ "name": "The Asparagus",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 2PL",
+ "address": "1-13 Falcon Road",
+ "_geoloc": { "lat": 51.469968, "lng": -0.17137 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f6794e",
+ "name": "The Alma Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 1TF",
+ "address": "499 Old York Road",
+ "_geoloc": { "lat": 51.460344, "lng": -0.188036 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67960",
+ "name": "The Antelope",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 9NG",
+ "address": "76 Mitcham Road",
+ "_geoloc": { "lat": 51.425723, "lng": -0.165513 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67966",
+ "name": "The Arab Boy",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 6SP",
+ "address": "289 Upper Richmond Road",
+ "_geoloc": { "lat": 51.462736, "lng": -0.226235 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f6795d",
+ "name": "The Angel",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 4HL",
+ "address": "11 Roehampton High Street",
+ "_geoloc": { "lat": 51.450532, "lng": -0.2393 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f6795a",
+ "name": "The Anchor PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 2AT",
+ "address": "61 Holgate Avenue",
+ "_geoloc": { "lat": 51.465477, "lng": -0.178676 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f6797b",
+ "name": "The Bank",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1NJ",
+ "address": "31-37 Northcote Road",
+ "_geoloc": { "lat": 51.459699, "lng": -0.16621 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67987",
+ "name": "The Bedford",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW12 9HD",
+ "address": "77 Bedford Hill",
+ "_geoloc": { "lat": 51.4421, "lng": -0.149043 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67993",
+ "name": "The Boathouse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 2JX",
+ "address": "32 Brewhouse Lane",
+ "_geoloc": { "lat": 51.464978, "lng": -0.212816 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67996",
+ "name": "The Bolingbroke",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 6RE",
+ "address": "174 Northcote Road",
+ "_geoloc": { "lat": 51.453766, "lng": -0.164072 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f679c3",
+ "name": "The Clapham Grand",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1TT",
+ "address": "21-25 St Johns Hill",
+ "_geoloc": { "lat": 51.462879, "lng": -0.170026 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f679b4",
+ "name": "The Cat's Back",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 1NN",
+ "address": "86-88 Point Pleasant",
+ "_geoloc": { "lat": 51.461776, "lng": -0.199841 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f679c6",
+ "name": "The Classic (Caribbean Fusion)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 7PG",
+ "address": "28 Upper Tooting Road",
+ "_geoloc": { "lat": 51.435309, "lng": -0.160885 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f679b1",
+ "name": "The Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 0RG",
+ "address": "The Castle, 38 Tooting High Street",
+ "_geoloc": { "lat": 51.428893, "lng": -0.167544 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f679db",
+ "name": "The Corner Pin",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW17 0AY",
+ "address": "10 Summerstown",
+ "_geoloc": { "lat": 51.433298, "lng": -0.185984 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f679e4",
+ "name": "The Country House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 4EP",
+ "address": "2-4 Groton Road",
+ "_geoloc": { "lat": 51.4418830871582, "lng": -0.18934200704098 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f679f0",
+ "name": "The Cyclist",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW12 9BP",
+ "address": "194-196 Balham High Road",
+ "_geoloc": { "lat": 51.443897, "lng": -0.152927 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f679ff",
+ "name": "The Devonshire",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW12 9AN",
+ "address": "39 Balham High Road",
+ "_geoloc": { "lat": 51.4468536, "lng": -0.148784 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f679ed",
+ "name": "The Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 5RD",
+ "address": "102 Lavender Hill",
+ "_geoloc": { "lat": 51.465637, "lng": -0.156657 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f679ea",
+ "name": "The Crane",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 1EZ",
+ "address": "14 Armoury Way",
+ "_geoloc": { "lat": 51.458892, "lng": -0.194758 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a1d",
+ "name": "The Earl Spencer",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 5JL",
+ "address": "260-262 Merton Road",
+ "_geoloc": { "lat": 51.448291, "lng": -0.199565 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a1a",
+ "name": "The Eagle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 6HG",
+ "address": "104 Chatham Road",
+ "_geoloc": { "lat": 51.455027, "lng": -0.163619 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a23",
+ "name": "The East Hill",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 1AA",
+ "address": "21 Alma Road",
+ "_geoloc": { "lat": 51.458472, "lng": -0.185605 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a38",
+ "name": "The Flag",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 5AU",
+ "address": "101-103 Culvert Road",
+ "_geoloc": { "lat": 51.472111, "lng": -0.159491 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a2f",
+ "name": "The Falcon PH",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1RU",
+ "address": "2 St Johns Hill",
+ "_geoloc": { "lat": 51.463833, "lng": -0.168347 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a41",
+ "name": "The Fox & Hounds",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW15 6SE",
+ "address": "167 Upper Richmond Road",
+ "_geoloc": { "lat": 51.460794, "lng": -0.217975 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a4d",
+ "name": "The Furzedown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW16 6NR",
+ "address": "The Samuel Johnson, 118 Mitcham Lane",
+ "_geoloc": { "lat": 51.424767, "lng": -0.141329 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a56",
+ "name": "The Garratt Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 4DW",
+ "address": "89 Garratt Lane",
+ "_geoloc": { "lat": 51.452612, "lng": -0.191005 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a50",
+ "name": "The Gardeners",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW18 5JL",
+ "address": "266-268 Merton Road",
+ "_geoloc": { "lat": 51.448291, "lng": -0.199565 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67a3e",
+ "name": "The Four Thieves",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Wandsworth",
+ "postcode": "SW11 1DJ",
+ "address": "51 Lavender Gardens",
+ "_geoloc": { "lat": 51.463506, "lng": -0.1624 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67eaf",
+ "name": "Adam & Eve",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1H 9EX",
+ "address": "81 Petty France, London",
+ "_geoloc": { "lat": 51.499414, "lng": -0.135671 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67eb2",
+ "name": "Adam And Eve",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1T 3QP",
+ "address": "77A Wells Street, London",
+ "_geoloc": { "lat": 51.516511, "lng": -0.137496 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67ec1",
+ "name": "Admiral Duncan Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 4UD",
+ "address": "54 Old Compton Street, London",
+ "_geoloc": { "lat": 51.512894, "lng": -0.132311 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67f3f",
+ "name": "Alfred Tennyson",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1X 8LA",
+ "address": "10 Motcomb Street, London",
+ "_geoloc": { "lat": 51.49969, "lng": -0.156523 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67fcc",
+ "name": "Angies II Free House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W9 2BJ",
+ "address": "Angies Free House, Woodfield Place",
+ "_geoloc": { "lat": 51.523591, "lng": -0.201066 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67f7b",
+ "name": "Allsop Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "NW1 5AL",
+ "address": "137-143 Gloucester Place, London",
+ "_geoloc": { "lat": 51.522319, "lng": -0.160222 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67f57",
+ "name": "All Bar One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1U 1BH",
+ "address": "5A Picton Place, London",
+ "_geoloc": { "lat": 51.515538, "lng": -0.151026 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67f5d",
+ "name": "All Bar One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1E 6AN",
+ "address": "60 Victoria Street, London",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f68002",
+ "name": "Apollo Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 7EA",
+ "address": "Apollo Theatre, 31 Shaftesbury Avenue",
+ "_geoloc": { "lat": 51.51042, "lng": -0.134458 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f68005",
+ "name": "Apollo Victoria Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 1LG",
+ "address": "17 Wilton Road, London",
+ "_geoloc": { "lat": 51.495785, "lng": -0.142691 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f68038",
+ "name": "Argyll Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 7TP",
+ "address": "18 Argyll Street, London",
+ "_geoloc": { "lat": 51.515055, "lng": -0.141504 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67f54",
+ "name": "All Bar One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 8QH",
+ "address": "19 Henrietta Street, London",
+ "_geoloc": { "lat": 51.510757, "lng": -0.124054 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f67f60",
+ "name": "All Bar One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2H 7LT",
+ "address": "Concession, Communications House",
+ "_geoloc": { "lat": 51.5102096, "lng": -0.1307975 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f68200",
+ "name": "Bear & Staff Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2H 7AS",
+ "address": "10-12 Bear Street, London",
+ "_geoloc": { "lat": 51.510854, "lng": -0.128993 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6836b",
+ "name": "Blue Posts Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1A 1RP",
+ "address": "6 Bennett Street, London",
+ "_geoloc": { "lat": 51.507128, "lng": -0.140645 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f681ee",
+ "name": "Be At One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 7LA",
+ "address": "20 Great Windmill Street, London",
+ "_geoloc": { "lat": 51.511561, "lng": -0.134411 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f681f1",
+ "name": "Be At One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 7DA",
+ "address": "23 Wellington Street, London",
+ "_geoloc": { "lat": 51.511753, "lng": -0.120554 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f683b3",
+ "name": "Bonds",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1S 1AR",
+ "address": "11 Dering Street, London",
+ "_geoloc": { "lat": 51.513983, "lng": -0.145929 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68365",
+ "name": "Blue Posts Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 0QA",
+ "address": "22 Berwick Street, London",
+ "_geoloc": { "lat": 51.513846, "lng": -0.135039 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f6818e",
+ "name": "Barley Mow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1K 6JF",
+ "address": "82 Duke Street, London",
+ "_geoloc": { "lat": 51.512929, "lng": -0.150973 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6839e",
+ "name": "Boisdale Of Mayfair",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1K 7DF",
+ "address": "12 North Row, London",
+ "_geoloc": { "lat": 51.512783, "lng": -0.157089 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f680f2",
+ "name": "Bag O Nails",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1W 0PP",
+ "address": "6 Buckingham Palace Road, London",
+ "_geoloc": { "lat": 51.498492, "lng": -0.143273 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f681f4",
+ "name": "Be At One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1G 0EH",
+ "address": "94 Wimpole Street, London",
+ "_geoloc": { "lat": 51.515959, "lng": -0.147506 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f681fd",
+ "name": "Be@One",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2B 5HF",
+ "address": "23-24 Russell Street, London",
+ "_geoloc": { "lat": 51.512834, "lng": -0.12123 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f6817c",
+ "name": "Bar Termini",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 5JE",
+ "address": "7 Old Compton Street, London",
+ "_geoloc": { "lat": 51.513655, "lng": -0.129829 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f68191",
+ "name": "Barley Mow Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1P 2EE",
+ "address": "104 Horseferry Road, London",
+ "_geoloc": { "lat": 51.495045, "lng": -0.131254 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f681e5",
+ "name": "Bayswater Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 4QH",
+ "address": "99 Queensway, London",
+ "_geoloc": { "lat": 51.512121, "lng": -0.187914 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f68212",
+ "name": "Beer House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 1JT",
+ "address": "Unit 8, Main Concourse Victoria Station",
+ "_geoloc": { "lat": 51.494984, "lng": -0.144366 }
+ },
+ {
+ "objectID": "6399f74b71c0238ae6f6822a",
+ "name": "Belgravia",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1W 9JL",
+ "address": "152 Ebury Street, London",
+ "_geoloc": { "lat": 51.492509, "lng": -0.151626 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68368",
+ "name": "Blue Posts Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 6DJ",
+ "address": "28 Rupert Street, London",
+ "_geoloc": { "lat": 51.511155, "lng": -0.132641 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f684c1",
+ "name": "Buckingham Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1H 9EU",
+ "address": "62 Petty France, London",
+ "_geoloc": { "lat": 51.499127, "lng": -0.136836 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f684e2",
+ "name": "Burger & Lobster",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1J 7EF",
+ "address": "29 Clarges Street, London",
+ "_geoloc": { "lat": 51.506894, "lng": -0.145756 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68443",
+ "name": "Brass Monkey",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 1AU",
+ "address": "250 Vauxhall Bridge Road, London",
+ "_geoloc": { "lat": 51.494238, "lng": -0.140435 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68440",
+ "name": "Bradley's Spanish Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1T 1UP",
+ "address": "42-44 Hanway Street, London",
+ "_geoloc": { "lat": 51.516677, "lng": -0.13266 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f684f1",
+ "name": "Burger King",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2H 7AS",
+ "address": "18 Bear Street, London",
+ "_geoloc": { "lat": 51.510854, "lng": -0.128993 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f686aa",
+ "name": "Captains Cabin Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1Y 4RJ",
+ "address": "4-7 Norris Street, London",
+ "_geoloc": { "lat": 51.509131, "lng": -0.133156 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6867d",
+ "name": "Cambridge Street Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 4QQ",
+ "address": "52 Cambridge Street, London",
+ "_geoloc": { "lat": 51.490227, "lng": -0.144429 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f686c8",
+ "name": "Carlisle Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 4AE",
+ "address": "2 Bateman Street, London",
+ "_geoloc": { "lat": 51.514092, "lng": -0.131253 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68788",
+ "name": "Chequers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1Y 6DB",
+ "address": "16 Duke Street, London",
+ "_geoloc": { "lat": 51.507513, "lng": -0.137747 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6888d",
+ "name": "Coach And Horses",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 5DH",
+ "address": "29 Greek Street, London",
+ "_geoloc": { "lat": 51.513275, "lng": -0.130205 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6884e",
+ "name": "City Of Quebec Public Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1H 7AF",
+ "address": "City Of Quebec, 12 Old Quebec Street",
+ "_geoloc": { "lat": 51.5140533447266, "lng": -0.15726900100708 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6887e",
+ "name": "Club 49",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 4EG",
+ "address": "49 Greek Street, London",
+ "_geoloc": { "lat": 51.514026, "lng": -0.131083 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68893",
+ "name": "Coach And Horses Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 7BD",
+ "address": "42 Wellington Street, London",
+ "_geoloc": { "lat": 51.512476, "lng": -0.120741 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f686e0",
+ "name": "Carpenters Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1H 7NE",
+ "address": "12 Seymour Place, London",
+ "_geoloc": { "lat": 51.51476, "lng": -0.161016 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68899",
+ "name": "Coal Hole Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2R 0DW",
+ "address": "91-92 Strand, London",
+ "_geoloc": { "lat": 51.510284, "lng": -0.121436 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6889f",
+ "name": "Cock Tavern Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1W 8QE",
+ "address": "27 Great Portland Street, London",
+ "_geoloc": { "lat": 51.516836, "lng": -0.141518 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6885d",
+ "name": "Clarence Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1A 2HP",
+ "address": "53 Whitehall, London",
+ "_geoloc": { "lat": 51.506206, "lng": -0.126777 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68890",
+ "name": "Coach And Horses Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 7HG",
+ "address": "1 Great Marlborough Street, London",
+ "_geoloc": { "lat": 51.514954, "lng": -0.137444 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68896",
+ "name": "Coach And Horses Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1J 6PT",
+ "address": "5 Bruton Street, London",
+ "_geoloc": { "lat": 51.510784, "lng": -0.14384 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68761",
+ "name": "Champagne Charlies",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 6NG",
+ "address": "17 The Arches, London",
+ "_geoloc": { "lat": 51.508097, "lng": -0.124134 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68872",
+ "name": "Cleveland Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 6DT",
+ "address": "28 Chilworth Street, London",
+ "_geoloc": { "lat": 51.514911, "lng": -0.181087 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f686fb",
+ "name": "Cask And Glass Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1E 5HN",
+ "address": "39-41 Palace Street, London",
+ "_geoloc": { "lat": 51.498579, "lng": -0.140301 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6883f",
+ "name": "Cirque Du Soir",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 9BN",
+ "address": "Basement, 15-21 Ganton Street",
+ "_geoloc": { "lat": 51.512893, "lng": -0.139012 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6885a",
+ "name": "Clarence Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1S 4LB",
+ "address": "4 Dover Street, London",
+ "_geoloc": { "lat": 51.507885, "lng": -0.141306 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68920",
+ "name": "Compton Cross",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 4TA",
+ "address": "2 Old Compton Street, London",
+ "_geoloc": { "lat": 51.513879, "lng": -0.129734 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f688f9",
+ "name": "Colonies",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1E 6PR",
+ "address": "25 Wilfred Street, London",
+ "_geoloc": { "lat": 51.498569, "lng": -0.139653 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68926",
+ "name": "Comptons Of Soho Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 6HN",
+ "address": "51-53 Old Compton Street, London",
+ "_geoloc": { "lat": 51.512575, "lng": -0.132598 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68a49",
+ "name": "Crown Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 9TP",
+ "address": "64 Brewer Street, London",
+ "_geoloc": { "lat": 51.511223, "lng": -0.136342 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68aaf",
+ "name": "Dalys Wine Bar And Temple Brew House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2R 1AP",
+ "address": "210 Strand, London",
+ "_geoloc": { "lat": 51.513098, "lng": -0.113005 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68ad6",
+ "name": "De Hems Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 5BW",
+ "address": "11 Macclesfield Street, London",
+ "_geoloc": { "lat": 51.512095, "lng": -0.131248 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68ac7",
+ "name": "Davy's At St James's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1Y 6QY",
+ "address": "20 King Street, Covent Garden",
+ "_geoloc": { "lat": 51.506104, "lng": -0.137906 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6896e",
+ "name": "Cork And Bottle Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2H 7AN",
+ "address": "Basement, 44-46 Cranbourn Street",
+ "_geoloc": { "lat": 51.511088, "lng": -0.128984 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68a40",
+ "name": "Crown & Sceptre Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1W 6SD",
+ "address": "86 Great Titchfield Street, London",
+ "_geoloc": { "lat": 51.519367, "lng": -0.140694 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68b5d",
+ "name": "Dirty Martini",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1S 1JH",
+ "address": "10C Hanover Square, London",
+ "_geoloc": { "lat": 51.514236, "lng": -0.143152 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68b39",
+ "name": "Devonshire Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1U 3EE",
+ "address": "7 Duke Street, London",
+ "_geoloc": { "lat": 51.516194, "lng": -0.152138 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68b51",
+ "name": "Din Tai Fung",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 8PS",
+ "address": "5-6 Henrietta Street, London",
+ "_geoloc": { "lat": 51.511189, "lng": -0.122955 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68b7b",
+ "name": "Dog & Duck Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 3AJ",
+ "address": "18 Bateman Street, London",
+ "_geoloc": { "lat": 51.514005, "lng": -0.132035 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68be7",
+ "name": "Duke Of Argyll Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 0RY",
+ "address": "37 Brewer Street, London",
+ "_geoloc": { "lat": 51.511854, "lng": -0.134731 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68bf3",
+ "name": "Duke Of York Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "NW8 6PJ",
+ "address": "2 St Ann's Terrace, London",
+ "_geoloc": { "lat": 51.534567, "lng": -0.171724 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68bed",
+ "name": "Duke Of Wellington",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 6QA",
+ "address": "77 Wardour Street, London",
+ "_geoloc": { "lat": 51.512316, "lng": -0.133271 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68bf0",
+ "name": "Duke Of Wellington Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1W 8TR",
+ "address": "63 Eaton Terrace, London",
+ "_geoloc": { "lat": 51.493305, "lng": -0.153654 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68bfc",
+ "name": "Duke Of York Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1S 1AF",
+ "address": "8 Dering Street, London",
+ "_geoloc": { "lat": 51.514199, "lng": -0.145935 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68bf9",
+ "name": "Duke Of York Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1T 1NW",
+ "address": "47 Rathbone Street, London",
+ "_geoloc": { "lat": 51.518529, "lng": -0.13603 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68bf6",
+ "name": "Duke Of York Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1H 5HT",
+ "address": "45 Harrowby Street, London",
+ "_geoloc": { "lat": 51.517517, "lng": -0.16422 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68c65",
+ "name": "Edgar Wallace Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2R 3JF",
+ "address": "40 Essex Street, London",
+ "_geoloc": { "lat": 51.512952, "lng": -0.112852 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68dc4",
+ "name": "Five Guys",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 9LH",
+ "address": "1-3 Long Acre, London",
+ "_geoloc": { "lat": 51.511962, "lng": -0.12631 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68d9d",
+ "name": "Finos Wine Cellar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1K 3NP",
+ "address": "Basement, 123 Mount Street",
+ "_geoloc": { "lat": 51.51001, "lng": -0.148353 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68e4b",
+ "name": "Fountains Abbey Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 1RL",
+ "address": "109 Praed Street, London",
+ "_geoloc": { "lat": 51.516427, "lng": -0.173878 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68e87",
+ "name": "Frankfort Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W9 3QA",
+ "address": "518 Harrow Road, London",
+ "_geoloc": { "lat": 51.524742, "lng": -0.202261 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68ea5",
+ "name": "Freemasons Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 9NG",
+ "address": "81-82 Long Acre, London",
+ "_geoloc": { "lat": 51.514529, "lng": -0.122573 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68e66",
+ "name": "Fox & Hounds Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1W 8HR",
+ "address": "29 Passmore Street, London",
+ "_geoloc": { "lat": 51.490842, "lng": -0.154877 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68ef9",
+ "name": "Gallery Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 3AS",
+ "address": "1 Lupus Street, London",
+ "_geoloc": { "lat": 51.488685, "lng": -0.134496 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68f11",
+ "name": "Garlic & Shots",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 4RD",
+ "address": "14 Frith Street, London",
+ "_geoloc": { "lat": 51.513862, "lng": -0.131522 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68f14",
+ "name": "Garrick Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2H 0HG",
+ "address": "8-10 Charing Cross Road, London",
+ "_geoloc": { "lat": 51.510364, "lng": -0.128163 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68f4d",
+ "name": "Genuine Liquorette",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1T 1HL",
+ "address": "6 Rathbone Place, London",
+ "_geoloc": { "lat": 51.516736, "lng": -0.13299 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68f56",
+ "name": "George IV Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2A 2HT",
+ "address": "28-30 Portugal Street, London",
+ "_geoloc": { "lat": 51.514636, "lng": -0.118029 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68f7d",
+ "name": "Glasshouse Stores Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 9UJ",
+ "address": "55 Brewer Street, London",
+ "_geoloc": { "lat": 51.511441, "lng": -0.135353 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68fa1",
+ "name": "Golden Lion Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 5BH",
+ "address": "51 Dean Street, London",
+ "_geoloc": { "lat": 51.512523, "lng": -0.131591 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68f89",
+ "name": "Globe Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "NW1 5JY",
+ "address": "The Globe, 43-47 Marylebone Road",
+ "_geoloc": { "lat": 51.521927, "lng": -0.157037 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68f9e",
+ "name": "Golden Lion Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1Y 6QY",
+ "address": "25 King Street, St James's",
+ "_geoloc": { "lat": 51.506104, "lng": -0.137906 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f68fda",
+ "name": "Gordons Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 6NE",
+ "address": "Basement, 47 Villiers Street",
+ "_geoloc": { "lat": 51.507968, "lng": -0.12339 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6901f",
+ "name": "Graphic Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 9HT",
+ "address": "Ground Floor, 4 Golden Square",
+ "_geoloc": { "lat": 51.512075, "lng": -0.136783 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6903d",
+ "name": "Green Man Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 8SR",
+ "address": "57 Berwick Street, London",
+ "_geoloc": { "lat": 51.515554, "lng": -0.136684 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6903a",
+ "name": "Green Man Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1W 7EP",
+ "address": "36 Riding House Street, London",
+ "_geoloc": { "lat": 51.518916, "lng": -0.139473 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f69046",
+ "name": "Greencoat Boy Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1P 1PJ",
+ "address": "2 Greencoat Place, London",
+ "_geoloc": { "lat": 51.496308, "lng": -0.135971 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6906a",
+ "name": "Greyhound Cafe",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1T 3NB",
+ "address": "37 Berners Street, London",
+ "_geoloc": { "lat": 51.518223, "lng": -0.137685 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f69094",
+ "name": "Gunmakers",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1U 4AP",
+ "address": "33 Aybrook Street, London",
+ "_geoloc": { "lat": 51.519252, "lng": -0.153326 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f690df",
+ "name": "Halfway To Heaven",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 4JF",
+ "address": "7 Duncannon Street, London",
+ "_geoloc": { "lat": 51.508403, "lng": -0.126384 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f69181",
+ "name": "Her Majesty's Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1Y 4QL",
+ "address": "Her Majestys Theatre, 72-78 Haymarket",
+ "_geoloc": { "lat": 51.508133, "lng": -0.132044 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6917e",
+ "name": "Henry's Cafe Bar Piccadilly",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1J 8HX",
+ "address": "80 Piccadilly, London",
+ "_geoloc": { "lat": 51.506747, "lng": -0.143298 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f69184",
+ "name": "Hercules",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 4DF",
+ "address": "7 Greek Street, London",
+ "_geoloc": { "lat": 51.514602, "lng": -0.131102 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f69178",
+ "name": "Henry Holland Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1U 1LP",
+ "address": "39 Duke Street, London",
+ "_geoloc": { "lat": 51.514745, "lng": -0.151476 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69ebc",
+ "name": "Paxton's Head Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1X 7PA",
+ "address": "Paxton Head, 153 Knightsbridge",
+ "_geoloc": { "lat": 51.501601, "lng": -0.16254 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6927a",
+ "name": "Hub By Premier Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1H 0DJ",
+ "address": "15 Dacre Street, London",
+ "_geoloc": { "lat": 51.499106, "lng": -0.132715 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f69229",
+ "name": "Horse & Groom Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1W 6PS",
+ "address": "128 Great Portland Street, London",
+ "_geoloc": { "lat": 51.519871, "lng": -0.142418 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6922c",
+ "name": "Horse & Groom Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1X 7BA",
+ "address": "7 Groom Place, London",
+ "_geoloc": { "lat": 51.499484, "lng": -0.150883 }
+ },
+ {
+ "objectID": "6399f74c71c0238ae6f6931f",
+ "name": "Inn 1888",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1G 6PD",
+ "address": "21A Devonshire Street, London",
+ "_geoloc": { "lat": 51.521422, "lng": -0.150629 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69349",
+ "name": "Iron Duke",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1K 4AN",
+ "address": "11 Avery Row, London",
+ "_geoloc": { "lat": 51.51268, "lng": -0.145982 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69f0a",
+ "name": "Phoenix",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 4AL",
+ "address": "51 Moscow Road, London",
+ "_geoloc": { "lat": 51.512306, "lng": -0.189967 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f693b2",
+ "name": "Jackolope",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1G 7EQ",
+ "address": "43 Weymouth Mews, London",
+ "_geoloc": { "lat": 51.520049, "lng": -0.146245 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69448",
+ "name": "Jugged Hare Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 1DX",
+ "address": "172 Vauxhall Bridge Road, London",
+ "_geoloc": { "lat": 51.493313, "lng": -0.138773 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69502",
+ "name": "Kings Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1J 7QA",
+ "address": "2 Shepherd Market, London",
+ "_geoloc": { "lat": 51.506351, "lng": -0.146138 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6950e",
+ "name": "Kings Head Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1G 8PJ",
+ "address": "13 Westmoreland Street, London",
+ "_geoloc": { "lat": 51.519181, "lng": -0.14997 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69511",
+ "name": "Kings Head Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 4AH",
+ "address": "33 Moscow Road, London",
+ "_geoloc": { "lat": 51.512401, "lng": -0.189185 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6958c",
+ "name": "Kupp",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 1AS",
+ "address": "Unit 53, 5 Merchant Square West",
+ "_geoloc": { "lat": 51.518859, "lng": -0.173621 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69607",
+ "name": "Lamb & Flag",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 9EB",
+ "address": "33 Rose Street, London",
+ "_geoloc": { "lat": 51.511661, "lng": -0.125458 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6960a",
+ "name": "Lamb And Flag Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1U 1EL",
+ "address": "24 James Street, Marylebone",
+ "_geoloc": { "lat": 51.514899, "lng": -0.150417 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69ffa",
+ "name": "Pomona's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 5AH",
+ "address": "47 Hereford Road, London",
+ "_geoloc": { "lat": 51.515354, "lng": -0.194617 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69fee",
+ "name": "Pollen Street Social",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1S 1NH",
+ "address": "10 Pollen Street, London",
+ "_geoloc": { "lat": 51.513344, "lng": -0.142482 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a156",
+ "name": "Pride Of Paddington Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 3BP",
+ "address": "1-3 Craven Road, London",
+ "_geoloc": { "lat": 51.514755, "lng": -0.176827 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a15f",
+ "name": "Prince Alfred Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W9 1EE",
+ "address": "Prince Alfred Public House, Formosa Street",
+ "_geoloc": { "lat": 51.524671, "lng": -0.184763 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a15c",
+ "name": "Prince Alfred Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 3RR",
+ "address": "112 Queensway, London",
+ "_geoloc": { "lat": 51.513302, "lng": -0.187492 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a162",
+ "name": "Prince Bonaparte Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 5BE",
+ "address": "80 Chepstow Road, London",
+ "_geoloc": { "lat": 51.516777, "lng": -0.195382 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a16b",
+ "name": "Prince Of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 6LH",
+ "address": "2 Cleveland Terrace, London",
+ "_geoloc": { "lat": 51.516965, "lng": -0.180169 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a16e",
+ "name": "Prince Of Wales Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2B 5TB",
+ "address": "150-151 Drury Lane, London",
+ "_geoloc": { "lat": 51.514563, "lng": -0.121375 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a171",
+ "name": "Prince Of Wales Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 6AS",
+ "address": "31 Coventry Street, London",
+ "_geoloc": { "lat": 51.510009, "lng": -0.131809 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a17d",
+ "name": "Princess Of Wales",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 6ND",
+ "address": "27 Villiers Street, London",
+ "_geoloc": { "lat": 51.508227, "lng": -0.123841 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a174",
+ "name": "Prince Regent Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1U 5JN",
+ "address": "71 Marylebone High Street, London",
+ "_geoloc": { "lat": 51.521526, "lng": -0.152095 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a1d7",
+ "name": "Queens Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "NW6 5SE",
+ "address": "1 Kilburn High Road, London",
+ "_geoloc": { "lat": 51.535051, "lng": -0.190175 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a1a1",
+ "name": "Punch And Judy Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 8RF",
+ "address": "The Punch And Judy, 40 The Market",
+ "_geoloc": { "lat": 51.512071, "lng": -0.122977 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a25e",
+ "name": "Red Lion Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1B 5PR",
+ "address": "14 Kingly Street, London",
+ "_geoloc": { "lat": 51.512741, "lng": -0.139076 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a261",
+ "name": "Red Lion Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1Y 6JP",
+ "address": "2 Duke Of York Street, London",
+ "_geoloc": { "lat": 51.50824, "lng": -0.136493 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a264",
+ "name": "Red Lion Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1Y 6PP",
+ "address": "23 Crown Passage, London",
+ "_geoloc": { "lat": 51.505868, "lng": -0.137771 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a267",
+ "name": "Red Lion Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1A 2NH",
+ "address": "48 Parliament Street, London",
+ "_geoloc": { "lat": 51.502142, "lng": -0.125733 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a2b5",
+ "name": "Retro Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 6HH",
+ "address": "2 George Court, London",
+ "_geoloc": { "lat": 51.509141, "lng": -0.123616 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a31b",
+ "name": "Ronnie Scotts Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 4SE",
+ "address": "47 Frith Street, London",
+ "_geoloc": { "lat": 51.513416, "lng": -0.131727 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a2ee",
+ "name": "Ristorante Gustoso Ltd",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1P 1JH",
+ "address": "35 Willow Place, London",
+ "_geoloc": { "lat": 51.493224, "lng": -0.138286 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a333",
+ "name": "Rose & Crown",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1K 1QN",
+ "address": "2 Old Park Lane, London",
+ "_geoloc": { "lat": 51.504138, "lng": -0.148879 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69679",
+ "name": "Le Garrick",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 9BH",
+ "address": "Ground Floor, 10-12 Garrick Street",
+ "_geoloc": { "lat": 51.511585, "lng": -0.125749 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f696c4",
+ "name": "Leicester Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1B 5DP",
+ "address": "44 Glasshouse Street, London",
+ "_geoloc": { "lat": 51.510571, "lng": -0.137767 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f696d3",
+ "name": "Leinster Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 3EU",
+ "address": "17 Leinster Terrace, London",
+ "_geoloc": { "lat": 51.511729, "lng": -0.1829 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a34b",
+ "name": "Round House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 9AR",
+ "address": "1 Garrick Street, London",
+ "_geoloc": { "lat": 51.511391, "lng": -0.125974 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a34e",
+ "name": "Round Table Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 4AL",
+ "address": "26-27 St Martin's Court, London",
+ "_geoloc": { "lat": 51.510898, "lng": -0.12781 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a4ec",
+ "name": "Sawyers Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 1HL",
+ "address": "8-9 London Street, London",
+ "_geoloc": { "lat": 51.515393, "lng": -0.17451 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a573",
+ "name": "Shepherds Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1J 7SS",
+ "address": "50 Hertford Street, London",
+ "_geoloc": { "lat": 51.506153, "lng": -0.147803 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a387",
+ "name": "Royal Exchange Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 1PU",
+ "address": "26 Sale Place, London",
+ "_geoloc": { "lat": 51.518196, "lng": -0.169728 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a55e",
+ "name": "Shampers Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1B 5PE",
+ "address": "4 Kingly Street, London",
+ "_geoloc": { "lat": 51.51233, "lng": -0.138646 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a38d",
+ "name": "Royal George Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2H 0EA",
+ "address": "133 Charing Cross Road, London",
+ "_geoloc": { "lat": 51.515122, "lng": -0.130995 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a44d",
+ "name": "Sake",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 6DS",
+ "address": "Crown Buildings, 52 Rupert Street",
+ "_geoloc": { "lat": 51.512177, "lng": -0.1334985 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a55b",
+ "name": "Shakespeare's Head Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 7HZ",
+ "address": "29 Great Marlborough Street, London",
+ "_geoloc": { "lat": 51.513749, "lng": -0.139669 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a39f",
+ "name": "Royal Oak Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1P 4BZ",
+ "address": "2 Regency Street, London",
+ "_geoloc": { "lat": 51.494068, "lng": -0.132576 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a4e6",
+ "name": "Savoy Tap",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2R 0BA",
+ "address": "2 Savoy Street, London",
+ "_geoloc": { "lat": 51.510917, "lng": -0.11945 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a558",
+ "name": "Shakespeare Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1W 0RP",
+ "address": "99 Buckingham Palace Road, London",
+ "_geoloc": { "lat": 51.49626, "lng": -0.144862 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6a3c6",
+ "name": "Running Footman Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1J 5DE",
+ "address": "Running Footman, 5 Charles Street",
+ "_geoloc": { "lat": 51.508563, "lng": -0.146106 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a57c",
+ "name": "Sherlock Holmes Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 5DA",
+ "address": "10-11 Northumberland Street, London",
+ "_geoloc": { "lat": 51.507443, "lng": -0.125401 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a60c",
+ "name": "Slug And Lettuce",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2H 7BG",
+ "address": "5 Lisle Street, London",
+ "_geoloc": { "lat": 51.51136, "lng": -0.131379 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a609",
+ "name": "Slug & Lettuce Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1S 1YR",
+ "address": "19-20 Hanover Street, London",
+ "_geoloc": { "lat": 51.513764, "lng": -0.141758 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a690",
+ "name": "Soho Residennce",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 6QE",
+ "address": "83-85 Wardour Street, London",
+ "_geoloc": { "lat": 51.512445, "lng": -0.133439 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a6fc",
+ "name": "Spread Eagle Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1C 2AB",
+ "address": "8 Woodstock Street, London",
+ "_geoloc": { "lat": 51.51428, "lng": -0.147084 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f697db",
+ "name": "Lockets",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1A 1HA",
+ "address": "Smithson Tower, 25 St James's Street",
+ "_geoloc": { "lat": 51.5068924, "lng": -0.1387869 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a741",
+ "name": "St James' Tavern Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 7NE",
+ "address": "45 Great Windmill Street, London",
+ "_geoloc": { "lat": 51.510938, "lng": -0.134221 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a72f",
+ "name": "St Georges Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 1QD",
+ "address": "14 Belgrave Road, London",
+ "_geoloc": { "lat": 51.492945, "lng": -0.145083 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a798",
+ "name": "St Stephens Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1A 2JR",
+ "address": "St Stephens Tavern, 10 Bridge Street",
+ "_geoloc": { "lat": 51.501412, "lng": -0.125014 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a75f",
+ "name": "St Martin's Lane Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 4EA",
+ "address": "58 St Martin's Lane, London",
+ "_geoloc": { "lat": 51.510882, "lng": -0.126801 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a7b6",
+ "name": "Star & Garter Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 7NB",
+ "address": "62 Poland Street, London",
+ "_geoloc": { "lat": 51.514458, "lng": -0.137306 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a7a7",
+ "name": "Stag's Head Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1W 6XW",
+ "address": "102 New Cavendish Street, London",
+ "_geoloc": { "lat": 51.519929, "lng": -0.143223 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6985c",
+ "name": "Lowlander Grand Cafe",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2B 5RR",
+ "address": "36 Drury Lane, London",
+ "_geoloc": { "lat": 51.514662, "lng": -0.122467 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69946",
+ "name": "Market Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1J 7HR",
+ "address": "7 Shepherd Street, London",
+ "_geoloc": { "lat": 51.506147, "lng": -0.146867 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69862",
+ "name": "LSE Garrick",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2B 4DX",
+ "address": "69 Aldwych, London",
+ "_geoloc": { "lat": 51.514597, "lng": -0.119796 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6986b",
+ "name": "Lucky Pig",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1W 6BB",
+ "address": "Bolsover House, 5-6 Clipstone Street",
+ "_geoloc": { "lat": 51.520821, "lng": -0.142221 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6998b",
+ "name": "Marquis Of Granby Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1T 1NR",
+ "address": "2 Rathbone Street, London",
+ "_geoloc": { "lat": 51.518058, "lng": -0.13468 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69a9f",
+ "name": "Milfords",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2R 3LL",
+ "address": "1 Milford Lane, London",
+ "_geoloc": { "lat": 51.512801, "lng": -0.113565 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a8a3",
+ "name": "Sun Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 9JH",
+ "address": "66 Long Acre, London",
+ "_geoloc": { "lat": 51.511782, "lng": -0.121772 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6991f",
+ "name": "Maple Leaf (voltaires)",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 7LJ",
+ "address": "Ground Floor, 41 Maiden Lane",
+ "_geoloc": { "lat": 51.511053, "lng": -0.122831 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f6998e",
+ "name": "Marquis Of Granby Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1P 3RF",
+ "address": "41 Romney Street, London",
+ "_geoloc": { "lat": 51.495169, "lng": -0.127734 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a8a0",
+ "name": "Sun & 13 Cantons Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 9NG",
+ "address": "21 Great Pulteney Street, London",
+ "_geoloc": { "lat": 51.512639, "lng": -0.136616 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69988",
+ "name": "Marquess Of Anglesey",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 7AU",
+ "address": "39 Bow Street, London",
+ "_geoloc": { "lat": 51.512925, "lng": -0.12127 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69991",
+ "name": "Marquis Of Westminster Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 1RY",
+ "address": "50 Warwick Way, London",
+ "_geoloc": { "lat": 51.491901, "lng": -0.140516 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69880",
+ "name": "Lyceum Tavern Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2R 0HS",
+ "address": "354 Strand, London",
+ "_geoloc": { "lat": 51.511318, "lng": -0.119751 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f698b0",
+ "name": "Maddox Club And Restaurant",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1S 2AU",
+ "address": "3-5 Mill Street, London",
+ "_geoloc": { "lat": 51.512684, "lng": -0.142292 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f699be",
+ "name": "Masons Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1S 1PY",
+ "address": "38 Maddox Street, London",
+ "_geoloc": { "lat": 51.512833, "lng": -0.142618 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f699c1",
+ "name": "Masons Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1W 5EA",
+ "address": "58 Devonshire Street, London",
+ "_geoloc": { "lat": 51.52222, "lng": -0.144254 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69838",
+ "name": "Lord Wargrave",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1H 5HE",
+ "address": "40-42 Brendon Street, London",
+ "_geoloc": { "lat": 51.517785, "lng": -0.165247 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f698a4",
+ "name": "Mad Bishop & Bear",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 1RH",
+ "address": "Unit 32, Paddington Station",
+ "_geoloc": { "lat": 51.515404, "lng": -0.175749 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69940",
+ "name": "Market Place Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1W 8AH",
+ "address": "11-13 Market Place, London",
+ "_geoloc": { "lat": 51.516459, "lng": -0.140467 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69886",
+ "name": "Lyric Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 7LT",
+ "address": "37 Great Windmill Street, London",
+ "_geoloc": { "lat": 51.511283, "lng": -0.134466 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69973",
+ "name": "Marlborough Head Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1K 6WB",
+ "address": "24 North Audley Street, London",
+ "_geoloc": { "lat": 51.513262, "lng": -0.153798 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a8fd",
+ "name": "Sussex Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 1HL",
+ "address": "21 London Street, London",
+ "_geoloc": { "lat": 51.515393, "lng": -0.17451 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69b17",
+ "name": "MOO Cantina",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 2TA",
+ "address": "43 Vauxhall Bridge Road, London",
+ "_geoloc": { "lat": 51.49108, "lng": -0.135219 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69b05",
+ "name": "Monkey Puzzle Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 1JQ",
+ "address": "30 Southwick Street, London",
+ "_geoloc": { "lat": 51.516903, "lng": -0.170976 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69c01",
+ "name": "Nell Of Old Drury Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2B 5JS",
+ "address": "29 Catherine Street, London",
+ "_geoloc": { "lat": 51.512509, "lng": -0.120552 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69c04",
+ "name": "Nellie Dean Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 3SR",
+ "address": "89 Dean Street, London",
+ "_geoloc": { "lat": 51.514665, "lng": -0.133377 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69b1a",
+ "name": "Moon Under Water",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2H 7LE",
+ "address": "28 Leicester Square, London",
+ "_geoloc": { "lat": 51.510697, "lng": -0.129302 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69bfe",
+ "name": "Nell Gwynne Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2R 0NP",
+ "address": "1-2 Bull Inn Court, London",
+ "_geoloc": { "lat": 51.510235, "lng": -0.122851 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69baa",
+ "name": "Nag's Head Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1X 8ED",
+ "address": "53 Kinnerton Street, London",
+ "_geoloc": { "lat": 51.501345, "lng": -0.157104 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69ba7",
+ "name": "Nags Head Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 8BT",
+ "address": "10 James Street, Covent Garden",
+ "_geoloc": { "lat": 51.513028, "lng": -0.123745 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69ceb",
+ "name": "Old Coffee House Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 9SF",
+ "address": "49 Beak Street, London",
+ "_geoloc": { "lat": 51.512635, "lng": -0.137481 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69c4f",
+ "name": "No 11 Pimlico Road",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1W 8NA",
+ "address": "11 Pimlico Road, London",
+ "_geoloc": { "lat": 51.490696, "lng": -0.151311 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69cf7",
+ "name": "Old Star Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1H 0DB",
+ "address": "66 Broadway, London",
+ "_geoloc": { "lat": 51.499991, "lng": -0.133487 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69c8b",
+ "name": "North Audley Cantine",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1K 6ZP",
+ "address": "41 North Audley Street, London",
+ "_geoloc": { "lat": 51.512473, "lng": -0.153412 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69c79",
+ "name": "Nordic Wine Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1T 1PJ",
+ "address": "25 Newman Street, London",
+ "_geoloc": { "lat": 51.517819, "lng": -0.135468 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69cf4",
+ "name": "Old Shades Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1A 2BX",
+ "address": "37 Whitehall, London",
+ "_geoloc": { "lat": 51.506432, "lng": -0.126897 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69c3a",
+ "name": "Newman Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1T 1NG",
+ "address": "23 Rathbone Street, London",
+ "_geoloc": { "lat": 51.518122, "lng": -0.135326 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69d57",
+ "name": "O'Neills Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 6PU",
+ "address": "33 Wardour Street, London",
+ "_geoloc": { "lat": 51.511348, "lng": -0.132316 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69d63",
+ "name": "Opera Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2B 5JS",
+ "address": "23 Catherine Street, London",
+ "_geoloc": { "lat": 51.512509, "lng": -0.120552 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69d6f",
+ "name": "Ordnance Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "NW8 6PS",
+ "address": "29 Ordnance Hill, London",
+ "_geoloc": { "lat": 51.535999, "lng": -0.171854 }
+ },
+ {
+ "objectID": "6399f74d71c0238ae6f69d54",
+ "name": "O'Neill's",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 7JB",
+ "address": "37-38 Great Marlborough Street, London",
+ "_geoloc": { "lat": 51.513923, "lng": -0.139316 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aa26",
+ "name": "The Albert Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1H 0NP",
+ "address": "52 Victoria Street, London",
+ "_geoloc": { "lat": 51.497803, "lng": -0.135579 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aa71",
+ "name": "The Beer House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 5HS",
+ "address": "Unit 2, Charing Cross Station",
+ "_geoloc": { "lat": 51.507998, "lng": -0.124701 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aa14",
+ "name": "The 2 Brydges Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 4HP",
+ "address": "2 Brydges Place, London",
+ "_geoloc": { "lat": 51.509669, "lng": -0.126289 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aa20",
+ "name": "The Adventure Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 9HP",
+ "address": "Ground Floor, 20 Bedford Street",
+ "_geoloc": { "lat": 51.510691, "lng": -0.124965 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aa32",
+ "name": "The Angel In The Fields Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1U 2QY",
+ "address": "37 Thayer Street, London",
+ "_geoloc": { "lat": 51.518107, "lng": -0.151426 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aa5c",
+ "name": "The Barley Mow",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1U 6QW",
+ "address": "8 Dorset Street, London",
+ "_geoloc": { "lat": 51.519756, "lng": -0.155655 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aa6b",
+ "name": "The Beehive Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1U 6BF",
+ "address": "126 Crawford Street, London",
+ "_geoloc": { "lat": 51.520053, "lng": -0.157344 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aa23",
+ "name": "The Albany",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1W 5QU",
+ "address": "240-242 Great Portland Street, London",
+ "_geoloc": { "lat": 51.52333, "lng": -0.14392 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6a972",
+ "name": "Tattersalls Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1X 7QA",
+ "address": "Tattersalls Tavern, Knightsbridge Green",
+ "_geoloc": { "lat": 51.500951, "lng": -0.162941 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aa5f",
+ "name": "The Bay & Bracket",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1P 1RH",
+ "address": "Ground Floor, 17-19 Artillery Row",
+ "_geoloc": { "lat": 51.496718, "lng": -0.135234 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aa77",
+ "name": "The Bell House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "NW1 6TL",
+ "address": "91 Bell Street, London",
+ "_geoloc": { "lat": 51.522198, "lng": -0.165719 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aaa4",
+ "name": "The Brewmaster",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2H 7AD",
+ "address": "37 Cranbourn Street, London",
+ "_geoloc": { "lat": 51.511439, "lng": -0.127874 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aab6",
+ "name": "The Burlington Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1S 2JL",
+ "address": "21 Old Burlington Street, London",
+ "_geoloc": { "lat": 51.511345, "lng": -0.141785 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aa86",
+ "name": "The Blue Post Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1T 3ET",
+ "address": "81 Newman Street, London",
+ "_geoloc": { "lat": 51.516949, "lng": -0.135604 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aac5",
+ "name": "The Cask Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 2EE",
+ "address": "6 Charlwood Street, London",
+ "_geoloc": { "lat": 51.491095, "lng": -0.137322 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aab0",
+ "name": "The Buddha Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1X 7PA",
+ "address": "145 Knightsbridge, London",
+ "_geoloc": { "lat": 51.501601, "lng": -0.16254 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aaa7",
+ "name": "The Bridge House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 6NG",
+ "address": "13 Westbourne Terrace Road, London",
+ "_geoloc": { "lat": 51.520426, "lng": -0.184716 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ab0d",
+ "name": "The Cock & Lion Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1U 2SA",
+ "address": "62 Wigmore Street, London",
+ "_geoloc": { "lat": 51.516373, "lng": -0.149824 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aacb",
+ "name": "The Cavendish",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1G 9TR",
+ "address": "35 New Cavendish Street, London",
+ "_geoloc": { "lat": 51.519054, "lng": -0.149889 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ab07",
+ "name": "The Coachmakers Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1U 2PY",
+ "address": "88 Marylebone Lane, London",
+ "_geoloc": { "lat": 51.518072, "lng": -0.153033 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aae9",
+ "name": "The Cheshire Cheese",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2R 3LD",
+ "address": "5 Little Essex Street, London",
+ "_geoloc": { "lat": 51.512652, "lng": -0.113225 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aada",
+ "name": "The Champion Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1T 3PA",
+ "address": "13 Wells Street, London",
+ "_geoloc": { "lat": 51.516931, "lng": -0.13732 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ab0a",
+ "name": "The Cock & Bottle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W11 2RP",
+ "address": "17 Needham Road, London",
+ "_geoloc": { "lat": 51.515338, "lng": -0.197097 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aadd",
+ "name": "The Chandos Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 4ER",
+ "address": "29 St Martin's Lane, London",
+ "_geoloc": { "lat": 51.510027, "lng": -0.126721 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aae0",
+ "name": "The Chapel Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "NW1 5DP",
+ "address": "48 Chapel Street, Bryanston",
+ "_geoloc": { "lat": 51.519688, "lng": -0.1668 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aaf2",
+ "name": "The Clachan Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1B 5QH",
+ "address": "34 Kingly Street, London",
+ "_geoloc": { "lat": 51.513569, "lng": -0.14021 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ab1f",
+ "name": "The Constitution Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 2LP",
+ "address": "42 Churton Street, London",
+ "_geoloc": { "lat": 51.491522, "lng": -0.139278 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ab46",
+ "name": "The Crystal Maze Live Experience",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 7EJ",
+ "address": "22 - 32 Shaftesbury Avenue, London",
+ "_geoloc": { "lat": 51.5104904174805, "lng": -0.13335999846458 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ab3d",
+ "name": "The Cow Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 5QH",
+ "address": "89 Westbourne Park Road, London",
+ "_geoloc": { "lat": 51.519048, "lng": -0.195062 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ab82",
+ "name": "The Feathers Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1H 0BH",
+ "address": "18-20 Broadway, London",
+ "_geoloc": { "lat": 51.499352, "lng": -0.132922 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6abe2",
+ "name": "The Grafton Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1P 2HP",
+ "address": "2 Strutton Ground, London",
+ "_geoloc": { "lat": 51.497278, "lng": -0.134231 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ac6f",
+ "name": "The Larrik Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1H 5NN",
+ "address": "32 Crawford Place, London",
+ "_geoloc": { "lat": 51.518706, "lng": -0.164922 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6accc",
+ "name": "The Metropolitan Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "NW1 5LD",
+ "address": "7, Station Approach",
+ "_geoloc": { "lat": 51.522793, "lng": -0.156037 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ab5e",
+ "name": "The Devereux",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2R 3JJ",
+ "address": "20 Devereux Court, London",
+ "_geoloc": { "lat": 51.51315, "lng": -0.112858 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6abc1",
+ "name": "The Globe Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "NW1 6UB",
+ "address": "47 Lisson Grove, London",
+ "_geoloc": { "lat": 51.522421, "lng": -0.165565 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ac00",
+ "name": "The Green Man Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "NW1 3AU",
+ "address": "383 Euston Road, London",
+ "_geoloc": { "lat": 51.523688, "lng": -0.1432 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ac30",
+ "name": "The Imperial",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2H 7BL",
+ "address": "5 Leicester Street, London",
+ "_geoloc": { "lat": 51.511104, "lng": -0.13113 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ac48",
+ "name": "The John Snow Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 9QJ",
+ "address": "39 Broadwick Street, London",
+ "_geoloc": { "lat": 51.513269, "lng": -0.136605 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ac54",
+ "name": "The King & Queen Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1W 6DL",
+ "address": "1 Foley Street, London",
+ "_geoloc": { "lat": 51.52027, "lng": -0.138668 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aca8",
+ "name": "The Loose Box",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1P 2EF",
+ "address": "Unit 22, Great Minster House",
+ "_geoloc": { "lat": 51.495115, "lng": -0.132231 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ab79",
+ "name": "The Elgin",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W9 1NJ",
+ "address": "255 Elgin Avenue, London",
+ "_geoloc": { "lat": 51.530263, "lng": -0.185853 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ab8e",
+ "name": "The Flying Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 1AR",
+ "address": "6 Oxford Street, London",
+ "_geoloc": { "lat": 51.516716, "lng": -0.131174 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6abbe",
+ "name": "The Glassblower Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1B 5DW",
+ "address": "42 Glasshouse Street, London",
+ "_geoloc": { "lat": 51.510596, "lng": -0.137045 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6abc7",
+ "name": "The Goat Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1S 4RP",
+ "address": "3 Stafford Street, London",
+ "_geoloc": { "lat": 51.508901, "lng": -0.141336 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ac06",
+ "name": "The Grenadier Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1X 7NR",
+ "address": "18 Wilton Row, London",
+ "_geoloc": { "lat": 51.50129, "lng": -0.154743 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ac57",
+ "name": "The Kings Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 8QJ",
+ "address": "23 Poland Street, London",
+ "_geoloc": { "lat": 51.515184, "lng": -0.137175 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ac78",
+ "name": "The Lemon Tree Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 4BP",
+ "address": "4 Bedfordbury, London",
+ "_geoloc": { "lat": 51.509903, "lng": -0.125761 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ab40",
+ "name": "The Crown & Two Chairmen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 3SB",
+ "address": "31-32 Dean Street, London",
+ "_geoloc": { "lat": 51.513859, "lng": -0.132487 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ab3a",
+ "name": "The Covent Garden Pub",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 7AU",
+ "address": "37 Bow Street, London",
+ "_geoloc": { "lat": 51.512925, "lng": -0.12127 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6abfd",
+ "name": "The Green Man Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 1DY",
+ "address": "308 Edgware Road, London",
+ "_geoloc": { "lat": 51.520329, "lng": -0.170377 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ac1b",
+ "name": "The Hero Of Maida",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W9 2JD",
+ "address": "55 Shirland Road, London",
+ "_geoloc": { "lat": 51.524167, "lng": -0.188257 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6abaf",
+ "name": "The George",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2R 1AP",
+ "address": "213 Strand, London",
+ "_geoloc": { "lat": 51.513098, "lng": -0.113005 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6abb5",
+ "name": "The George Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 8DG",
+ "address": "1 D'Arblay Street, London",
+ "_geoloc": { "lat": 51.514921, "lng": -0.135355 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ac93",
+ "name": "The London Cocktail Club",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1T 1TL",
+ "address": "Basement, 61 Goodge Street",
+ "_geoloc": { "lat": 51.518923, "lng": -0.136504 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6acc0",
+ "name": "The Marylebone",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1U 4RE",
+ "address": "93 Marylebone High Street, London",
+ "_geoloc": { "lat": 51.519926, "lng": -0.152145 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6accf",
+ "name": "The Mitre Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 3QH",
+ "address": "24 Craven Terrace, London",
+ "_geoloc": { "lat": 51.512454, "lng": -0.178648 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ac09",
+ "name": "The Grosvenor",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 3LA",
+ "address": "79 Grosvenor Road, London",
+ "_geoloc": { "lat": 51.486636, "lng": -0.131699 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ac0f",
+ "name": "The Guinea Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1J 6NL",
+ "address": "30 Bruton Place, London",
+ "_geoloc": { "lat": 51.511091, "lng": -0.145037 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6acd5",
+ "name": "The Montague Pyke",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2H 0DT",
+ "address": "105 Charing Cross Road, London",
+ "_geoloc": { "lat": 51.514006, "lng": -0.129844 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ab88",
+ "name": "The Finery",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1G 0JA",
+ "address": "23 Great Castle Street, London",
+ "_geoloc": { "lat": 51.516005, "lng": -0.143022 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ac1e",
+ "name": "The Heron",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 2DN",
+ "address": "The Heron, Norfolk Crescent",
+ "_geoloc": { "lat": 51.516747, "lng": -0.167307 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6acab",
+ "name": "The Lord Moon Of The Mall",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1A 2DY",
+ "address": "16-18 Whitehall, London",
+ "_geoloc": { "lat": 51.50647, "lng": -0.127544 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6acbd",
+ "name": "The Marquis",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 4HS",
+ "address": "51-52 Chandos Place, London",
+ "_geoloc": { "lat": 51.509778, "lng": -0.125795 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ab6a",
+ "name": "The Duck & Rice",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 0QB",
+ "address": "90-91 Berwick Street, London",
+ "_geoloc": { "lat": 51.513487, "lng": -0.135082 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ab6d",
+ "name": "The Eagle Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W9 1SY",
+ "address": "15 Clifton Road, London",
+ "_geoloc": { "lat": 51.525281, "lng": -0.179477 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6abb2",
+ "name": "The George & Dragon Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1T 6QN",
+ "address": "151 Cleveland Street, London",
+ "_geoloc": { "lat": 51.522969, "lng": -0.142104 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6abfa",
+ "name": "The Green Man",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 1DY",
+ "address": "308 Edgware Road, London",
+ "_geoloc": { "lat": 51.520329, "lng": -0.170377 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ac5d",
+ "name": "The Kings Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1S 4RX",
+ "address": "10 Stafford Street, London",
+ "_geoloc": { "lat": 51.508719, "lng": -0.141171 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6acf6",
+ "name": "The Orange",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1W 8NE",
+ "address": "37-39 Pimlico Road, London",
+ "_geoloc": { "lat": 51.490427, "lng": -0.153036 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6acf0",
+ "name": "The New Inn",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "NW8 6LA",
+ "address": "2 Allitsen Road, London",
+ "_geoloc": { "lat": 51.535471, "lng": -0.166266 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6acf3",
+ "name": "The Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 5QL",
+ "address": "137 Westbourne Park Road, London",
+ "_geoloc": { "lat": 51.518808, "lng": -0.197032 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad0b",
+ "name": "The Perseverance",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "NW1 6UG",
+ "address": "11 Shroton Street, London",
+ "_geoloc": { "lat": 51.522582, "lng": -0.166669 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad11",
+ "name": "The Phoenix Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1G 0PP",
+ "address": "37 Cavendish Square, London",
+ "_geoloc": { "lat": 51.516068, "lng": -0.143596 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad0e",
+ "name": "The Phoenix Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1E 5JA",
+ "address": "14 Palace Street, London",
+ "_geoloc": { "lat": 51.498734, "lng": -0.142125 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad23",
+ "name": "The Porchester",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 5AA",
+ "address": "88 Bishop's Bridge Road, London",
+ "_geoloc": { "lat": 51.516132, "lng": -0.187927 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad20",
+ "name": "The Plumbers Arms Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1W 0LN",
+ "address": "14 Lower Belgrave Street, London",
+ "_geoloc": { "lat": 51.496884, "lng": -0.147934 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad26",
+ "name": "The Porcupine Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2H 0BS",
+ "address": "48 Charing Cross Road, London",
+ "_geoloc": { "lat": 51.51175, "lng": -0.128221 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad2c",
+ "name": "The Porterhouse Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 7NA",
+ "address": "21-22 Maiden Lane, London",
+ "_geoloc": { "lat": 51.510686, "lng": -0.122976 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad35",
+ "name": "The Pride Of Pimlico Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 2QA",
+ "address": "85 Tachbrook Street, London",
+ "_geoloc": { "lat": 51.489739, "lng": -0.13513 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad38",
+ "name": "The Prince Of Wales Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 1DW",
+ "address": "91 Wilton Road, London",
+ "_geoloc": { "lat": 51.492652, "lng": -0.140787 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad32",
+ "name": "The Portman",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1H 7QW",
+ "address": "51 Upper Berkeley Street, London",
+ "_geoloc": { "lat": 51.515185, "lng": -0.161186 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad3e",
+ "name": "The Punch Bowl Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1J 5RP",
+ "address": "41 Farm Street, London",
+ "_geoloc": { "lat": 51.509111, "lng": -0.14947 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad50",
+ "name": "The Real Greek",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 4EA",
+ "address": "54 St Martin's Lane, London",
+ "_geoloc": { "lat": 51.510882, "lng": -0.126801 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad44",
+ "name": "The Queen's Head",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 7HN",
+ "address": "15 Denman Street, London",
+ "_geoloc": { "lat": 51.510857, "lng": -0.135406 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad41",
+ "name": "The Queens Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 1QT",
+ "address": "11 Warwick Way, London",
+ "_geoloc": { "lat": 51.49258, "lng": -0.139638 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad5f",
+ "name": "The Rising Sun Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1W 8PZ",
+ "address": "44 Ebury Bridge Road, London",
+ "_geoloc": { "lat": 51.490116, "lng": -0.150412 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad77",
+ "name": "The Royal Oak",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1H 1QN",
+ "address": "74-76 York Street, London",
+ "_geoloc": { "lat": 51.520106, "lng": -0.162487 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad89",
+ "name": "The Salisbury Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 4AP",
+ "address": "The Salisbury Public House, 90 St Martin's Lane",
+ "_geoloc": { "lat": 51.510808, "lng": -0.127251 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ada1",
+ "name": "The Scotch",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1Y 6BU",
+ "address": "Ground Floor, 13 Mason's Yard",
+ "_geoloc": { "lat": 51.507623, "lng": -0.137253 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ad86",
+ "name": "The Running Horse Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1K 5JF",
+ "address": "50 Davies Street, London",
+ "_geoloc": { "lat": 51.51361, "lng": -0.148524 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ada7",
+ "name": "The Shaston Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 7QL",
+ "address": "4-6 Ganton Street, London",
+ "_geoloc": { "lat": 51.513465, "lng": -0.138225 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6adaa",
+ "name": "The Ship & Shovell",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 5PH",
+ "address": "Ground Floor, 1 Craven Passage",
+ "_geoloc": { "lat": 51.507421, "lng": -0.125142 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ae31",
+ "name": "The Yard Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 7PJ",
+ "address": "57 Rupert Street, London",
+ "_geoloc": { "lat": 51.512072, "lng": -0.133771 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6adce",
+ "name": "The Swan Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 3PH",
+ "address": "66 Bayswater Road, London",
+ "_geoloc": { "lat": 51.511715, "lng": -0.17679 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6adbf",
+ "name": "The Spice Of Life",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1V 5TG",
+ "address": "37-39 Romilly Street, London",
+ "_geoloc": { "lat": 0.0, "lng": 0.0 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ae19",
+ "name": "The Waterway",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W9 2JU",
+ "address": "54-56 Formosa Street, London",
+ "_geoloc": { "lat": 51.522748, "lng": -0.187795 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ae28",
+ "name": "The Willow Walk",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 1LW",
+ "address": "25 Wilton Road, London",
+ "_geoloc": { "lat": 51.495349, "lng": -0.142464 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ae3d",
+ "name": "Theatre Royal",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1Y 4HT",
+ "address": "Theatre Royal, 8 Haymarket",
+ "_geoloc": { "lat": 51.50884, "lng": -0.13128 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ae64",
+ "name": "Three Falcons",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "NW8 8NG",
+ "address": "1 Orchardson Street, London",
+ "_geoloc": { "lat": 51.524109, "lng": -0.174651 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6adad",
+ "name": "The Ship Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 0TT",
+ "address": "116 Wardour Street, London",
+ "_geoloc": { "lat": 51.514103, "lng": -0.134207 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6adbc",
+ "name": "The Speaker Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1P 2HA",
+ "address": "46 Great Peter Street, London",
+ "_geoloc": { "lat": 51.496951, "lng": -0.132343 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ae2b",
+ "name": "The Windmill Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1S 2AZ",
+ "address": "6-8 Mill Street, London",
+ "_geoloc": { "lat": 51.512396, "lng": -0.142304 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6adc5",
+ "name": "The Star Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1X 8HT",
+ "address": "6 Belgrave Mews West, London",
+ "_geoloc": { "lat": 51.498192, "lng": -0.155618 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ade9",
+ "name": "The Toucan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 3BY",
+ "address": "19 Carlisle Street, London",
+ "_geoloc": { "lat": 51.515148, "lng": -0.133213 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6adef",
+ "name": "The Union Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W9 2BA",
+ "address": "45 Woodfield Road, London",
+ "_geoloc": { "lat": 51.522839, "lng": -0.200087 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ae0d",
+ "name": "The Volunteer Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "NW1 6XE",
+ "address": "245-247 Baker Street, London",
+ "_geoloc": { "lat": 51.523714, "lng": -0.158565 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ade3",
+ "name": "The Thomas Cubitt",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1W 9PA",
+ "address": "44 Elizabeth Street, London",
+ "_geoloc": { "lat": 51.493827, "lng": -0.150838 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6adec",
+ "name": "The Traders Inn Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "NW8 8EP",
+ "address": "52 Church Street, London",
+ "_geoloc": { "lat": 51.524068, "lng": -0.169723 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ae16",
+ "name": "The Warwick Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 1QT",
+ "address": "25 Warwick Way, London",
+ "_geoloc": { "lat": 51.49258, "lng": -0.139638 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ae43",
+ "name": "Theodore Bullfrog",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 6HL",
+ "address": "26-30 John Adam Street, London",
+ "_geoloc": { "lat": 51.50885, "lng": -0.123974 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ae5e",
+ "name": "Thornbury Castle Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1H 1DH",
+ "address": "29A Enford Street, London",
+ "_geoloc": { "lat": 51.520601, "lng": -0.162453 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6adb0",
+ "name": "The Silver Cross Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1A 2BX",
+ "address": "33 Whitehall, London",
+ "_geoloc": { "lat": 51.506432, "lng": -0.126897 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ae01",
+ "name": "The Victoria Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 2NH",
+ "address": "10A Strathearn Place, London",
+ "_geoloc": { "lat": 51.513511, "lng": -0.170881 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ae25",
+ "name": "The Westbourne Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W2 5ED",
+ "address": "101 Westbourne Park Villas, London",
+ "_geoloc": { "lat": 51.519398, "lng": -0.194443 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ae61",
+ "name": "Three Crowns Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1Y 6HD",
+ "address": "19 Babmaes Street, London",
+ "_geoloc": { "lat": 51.508699, "lng": -0.134802 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ae6d",
+ "name": "Three Tuns Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1H 6HP",
+ "address": "1 Portman Mews South, London",
+ "_geoloc": { "lat": 51.514546, "lng": -0.15598 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6ae67",
+ "name": "Three Greyhounds Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 5DD",
+ "address": "25 Greek Street, London",
+ "_geoloc": { "lat": 51.513456, "lng": -0.130313 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aeac",
+ "name": "Tom Cribb Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1Y 4EA",
+ "address": "36 Panton Street, London",
+ "_geoloc": { "lat": 51.509597, "lng": -0.131927 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6aee8",
+ "name": "Tower Tavern",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1W 6BA",
+ "address": "21 Clipstone Street, London",
+ "_geoloc": { "lat": 51.520677, "lng": -0.142774 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6af66",
+ "name": "Union",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1U 8PA",
+ "address": "88-90 George Street, London",
+ "_geoloc": { "lat": 51.51749, "lng": -0.156222 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6af48",
+ "name": "Two Chairmen Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1H 9BP",
+ "address": "39 Dartmouth Street, London",
+ "_geoloc": { "lat": 51.50051, "lng": -0.131664 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6af51",
+ "name": "Two Temple Place",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2R 3BD",
+ "address": "2 Temple Place, London",
+ "_geoloc": { "lat": 51.5117149353027, "lng": -0.11248499900103 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6af4e",
+ "name": "Two Point Bar & Kitchen",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1H 1LL",
+ "address": "26 Crawford Street, London",
+ "_geoloc": { "lat": 51.519792, "lng": -0.160785 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6afcf",
+ "name": "Victoria & Albert Bar",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "NW1 6JJ",
+ "address": "Marylebone Station, Melcombe Place",
+ "_geoloc": { "lat": 51.522406, "lng": -0.163505 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6afde",
+ "name": "Victoria Palace Theatre",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1E 5EA",
+ "address": "126 Victoria Street, London",
+ "_geoloc": { "lat": 51.497012, "lng": -0.142382 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6afe4",
+ "name": "Victoria Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1W 0NR",
+ "address": "1 Lower Belgrave Street, London",
+ "_geoloc": { "lat": 51.495741, "lng": -0.146756 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b071",
+ "name": "Walkers Of Whitehall",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1A 2DD",
+ "address": "15 Whitehall, London",
+ "_geoloc": { "lat": 51.50703, "lng": -0.127161 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b0ce",
+ "name": "Welsh Harp Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 4HS",
+ "address": "47 Chandos Place, London",
+ "_geoloc": { "lat": 51.509778, "lng": -0.125795 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b10d",
+ "name": "Westminster Boating Base",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 3JY",
+ "address": "136 Grosvenor Road, London",
+ "_geoloc": { "lat": 51.485412, "lng": -0.135623 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b086",
+ "name": "Warwick Castle Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W9 2PX",
+ "address": "6 Warwick Place, London",
+ "_geoloc": { "lat": 51.522111, "lng": -0.183769 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b0bc",
+ "name": "Waxy O'Connors",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 6DD",
+ "address": "14-16 Rupert Street, London",
+ "_geoloc": { "lat": 51.510869, "lng": -0.132192 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b10a",
+ "name": "Westminster Arms",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1P 3AT",
+ "address": "9 Storey's Gate, London",
+ "_geoloc": { "lat": 51.50063, "lng": -0.130118 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b0bf",
+ "name": "Waxy's Little Sister",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 6QJ",
+ "address": "20 Wardour Street, London",
+ "_geoloc": { "lat": 51.511269, "lng": -0.131887 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b083",
+ "name": "Warrington Hotel Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W9 1EH",
+ "address": "93 Warrington Crescent, London",
+ "_geoloc": { "lat": 51.52653, "lng": -0.183449 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b077",
+ "name": "Walmer Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W11 2AJ",
+ "address": "58 Ledbury Road, London",
+ "_geoloc": { "lat": 51.515189, "lng": -0.199091 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b0cb",
+ "name": "Wellington Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2R 0HS",
+ "address": "351 Strand, London",
+ "_geoloc": { "lat": 51.511318, "lng": -0.119751 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b131",
+ "name": "Wetherspoons",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 1JT",
+ "address": "Unit 53, Victoria Island Victoria Station",
+ "_geoloc": { "lat": 51.494984, "lng": -0.144366 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b158",
+ "name": "White Horse Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1F 7RY",
+ "address": "16 Newburgh Street, London",
+ "_geoloc": { "lat": 51.513355, "lng": -0.138676 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b15b",
+ "name": "White Horse Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1D 7PB",
+ "address": "45 Rupert Street, London",
+ "_geoloc": { "lat": 51.51189, "lng": -0.133591 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b155",
+ "name": "White Horse & Bower Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1P 2EE",
+ "address": "86 Horseferry Road, London",
+ "_geoloc": { "lat": 51.495045, "lng": -0.131254 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b15e",
+ "name": "White Lion Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2E 8NS",
+ "address": "24 James Street, Covent Garden",
+ "_geoloc": { "lat": 51.512863, "lng": -0.12414 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b164",
+ "name": "White Swan",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2N 4LF",
+ "address": "14 New Row, London",
+ "_geoloc": { "lat": 51.511027, "lng": -0.125715 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b167",
+ "name": "White Swan Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1V 2SA",
+ "address": "14 Vauxhall Bridge Road, London",
+ "_geoloc": { "lat": 51.490147, "lng": -0.131411 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b1b2",
+ "name": "Windsor Castle",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "SW1P 1DN",
+ "address": "23 Francis Street, London",
+ "_geoloc": { "lat": 51.495123, "lng": -0.137806 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b1b5",
+ "name": "Windsor Castle Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "NW1 4SH",
+ "address": "98 Park Road, London",
+ "_geoloc": { "lat": 51.525265, "lng": -0.160016 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b248",
+ "name": "Ye Grapes Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1J 7QQ",
+ "address": "16 Shepherd Market, London",
+ "_geoloc": { "lat": 51.506669, "lng": -0.146341 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b24b",
+ "name": "Ye Old White Horse",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "WC2A 2HA",
+ "address": "2 St Clement's Lane, London",
+ "_geoloc": { "lat": 51.51473, "lng": -0.117203 }
+ },
+ {
+ "objectID": "6399f74e71c0238ae6f6b28d",
+ "name": "Yorkshire Grey Public House",
+ "business_type": "Pub/bar/nightclub",
+ "borough": "Westminster",
+ "postcode": "W1W 7AX",
+ "address": "46 Langham Street, London",
+ "_geoloc": { "lat": 51.518865, "lng": -0.141377 }
+ }
+]
diff --git a/data/script.py b/data/script.py
new file mode 100644
index 0000000..138435f
--- /dev/null
+++ b/data/script.py
@@ -0,0 +1,90 @@
+api_key="499c19189bmsh1de144300936427p134bd5jsnbdcec35e8f65"
+
+import urllib.parse
+import requests
+import json
+
+boroughs = [
+ "barking and dagenham",
+ "barnet",
+ "bexley",
+ "brent",
+ "bromley",
+ "camden",
+ "croydon",
+ "ealing",
+ "enfield",
+ "greenwich",
+ "hackney",
+ "hammersmith and fulham",
+ "haringey",
+ "harrow",
+ "havering",
+ "hillingdon",
+ "hounslow",
+ "islington",
+ "kensington and chelsea",
+ "kingston upon thames",
+ "lambeth",
+ "lewisham",
+ "merton",
+ "newham",
+ "redbridge",
+ "richmond upon thames",
+ "southwark",
+ "sutton",
+ "tower hamlets",
+ "waltham forest",
+ "wandsworth",
+ "westminster"]
+
+base_url = "https://wyre-data.p.rapidapi.com/restaurants/localauthority/"
+
+final = []
+
+for borough in boroughs:
+ borough_encoded = urllib.parse.quote(borough)
+ response = requests.get(base_url + borough_encoded, headers={"x-rapidapi-key": api_key})
+ results = response.json()
+
+ for result in results:
+ bizType = result.get("BusinessType", "missing")
+ if(bizType == "Pub/bar/nightclub"):
+ new_obj = {
+ "objectID": result["_id"],
+ "name": result.get("BusinessName", ""),
+ "business_type": result.get("BusinessType"),
+ "borough": result.get("LocalAuthorityName", ""),
+ "postcode": result.get("PostCode", ""),
+ "address": ", ".join(filter(None, [result.get("AddressLine1", ""), result.get("AddressLine2", "")])),
+ "_geoloc": {
+ "lat": result.get("Geocode_Latitude") or 0.0,
+ "lng": result.get("Geocode_Longitude") or 0.0,
+ }
+ }
+ final.append(new_obj)
+
+
+
+with open("./data/pubs.json", "w") as f:
+ f.write(json.dumps(final))
+
+# with open("./data/pubs.json", "r") as f:
+# hello = json.load(f)
+# print(hello[0])
+
+
+# from algoliasearch.search_client import SearchClient
+
+# client = SearchClient.create('YSWWVAX5RB', '31ce537df5b4594e34a03673e09cd662')
+# index = client.init_index('pubfinder')
+
+# with open("./data/pubs.json", "r+") as f:
+# records = json.load(f)
+# for record in records:
+# if record.get("geoloc", {}).get("lat", None) is None:
+# records.remove(record)
+# f.write(json.dumps(records))
+
+
+
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..14b3160
--- /dev/null
+++ b/index.html
@@ -0,0 +1,69 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <link rel="icon" type="image/svg+xml" href="/vite.svg" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>Vite App</title>
+ <link rel="stylesheet" href="/src/index.css" />
+ <script>
+ ((g) => {
+ var h,
+ a,
+ k,
+ p = "The Google Maps JavaScript API",
+ c = "google",
+ l = "importLibrary",
+ q = "__ib__",
+ m = document,
+ b = window;
+ b = b[c] || (b[c] = {});
+ var d = b.maps || (b.maps = {}),
+ r = new Set(),
+ e = new URLSearchParams(),
+ u = () =>
+ h ||
+ (h = new Promise(async (f, n) => {
+ await (a = m.createElement("script"));
+ e.set("libraries", [...r] + "");
+ for (k in g)
+ e.set(
+ k.replace(/[A-Z]/g, (t) => "_" + t[0].toLowerCase()),
+ g[k]
+ );
+ e.set("callback", c + ".maps." + q);
+ a.src = `https://maps.${c}apis.com/maps/api/js?` + e;
+ d[q] = f;
+ a.onerror = () => (h = n(Error(p + " could not load.")));
+ a.nonce = m.querySelector("script[nonce]")?.nonce || "";
+ m.head.append(a);
+ }));
+ d[l]
+ ? console.warn(p + " only loads once. Ignoring:", g)
+ : (d[l] = (f, ...n) => r.add(f) && u().then(() => d[l](f, ...n)));
+ })({
+ key: "AIzaSyCtS6CiOrG95FhroSUdDJJokItndcMkrgc",
+ v: "weekly",
+ });
+ </script>
+ </head>
+ <body>
+ <header class="py-2">
+ <div class="container">
+ <h1>London Pubs - Algolia Map Search</h1>
+ </div>
+ </header>
+
+ <main class="py-2">
+ <div class="container">
+ <div id="app" class="flex">
+ <div id="map"></div>
+ </div>
+ </div>
+ </main>
+ <!-- prettier-ignore -->
+ <script>(g=>{var h,a,k,p="The Google Maps JavaScript API",c="google",l="importLibrary",q="__ib__",m=document,b=window;b=b[c]||(b[c]={});var d=b.maps||(b.maps={}),r=new Set,e=new URLSearchParams,u=()=>h||(h=new Promise(async(f,n)=>{await (a=m.createElement("script"));e.set("libraries",[...r]+"");for(k in g)e.set(k.replace(/[A-Z]/g,t=>"_"+t[0].toLowerCase()),g[k]);e.set("callback",c+".maps."+q);a.src=`https://maps.${c}apis.com/maps/api/js?`+e;d[q]=f;a.onerror=()=>h=n(Error(p+" could not load."));a.nonce=m.querySelector("script[nonce]")?.nonce||"";m.head.append(a)}));d[l]?console.warn(p+" only loads once. Ignoring:",g):d[l]=(f,...n)=>r.add(f)&&u().then(()=>d[l](f,...n))})
+ ({key: "AIzaSyCtS6CiOrG95FhroSUdDJJokItndcMkrgc", v: "weekly"});</script>
+ <script type="module" src="/src/main.js"></script>
+ </body>
+</html>
diff --git a/output.json b/output.json
new file mode 100644
index 0000000..86f7799
--- /dev/null
+++ b/output.json
@@ -0,0 +1 @@
+[{"Name": "The Clermont London, Charing Cross", "Address": "Strand, London", "Latitude": 51.5084092, "Longitude": -0.124743, "Rating": 4.5, "User Ratings Count": 2724}, {"Name": "The Royal Horseguards Hotel & One Whitehall Place, London", "Address": "2 Whitehall Court, London", "Latitude": 51.5060478, "Longitude": -0.1241368, "Rating": 4.4, "User Ratings Count": 2657}, {"Name": "One Aldwych", "Address": "1 Aldwych, London", "Latitude": 51.5117908, "Longitude": -0.11934, "Rating": 4.6, "User Ratings Count": 1402}, {"Name": "Courthouse Hotel", "Address": "19-21 Great Marlborough Street, London", "Latitude": 51.5143826, "Longitude": -0.1394573, "Rating": 3.6, "User Ratings Count": 1060}, {"Name": "Charlotte Street Hotel", "Address": "15-17 Charlotte Street, London", "Latitude": 51.5184005, "Longitude": -0.1348734, "Rating": 4.4, "User Ratings Count": 1195}, {"Name": "The Chesterfield Mayfair", "Address": "35 Charles Street, London", "Latitude": 51.5076899, "Longitude": -0.1471358, "Rating": 4.6, "User Ratings Count": 1134}, {"Name": "The Athenaeum Hotel & Residences", "Address": "116 Piccadilly, London", "Latitude": 51.50470439999999, "Longitude": -0.1475848, "Rating": 4.4, "User Ratings Count": 1223}, {"Name": "Claridge's", "Address": "Brook Street, London", "Latitude": 51.5125404, "Longitude": -0.1478631, "Rating": 4.7, "User Ratings Count": 3634}, {"Name": "Holiday Inn London - Bloomsbury, an IHG Hotel", "Address": "Coram Street, London", "Latitude": 51.52397149999999, "Longitude": -0.1250204, "Rating": 4.1, "User Ratings Count": 3152}, {"Name": "The Clermont London, Victoria", "Address": "101 Buckingham Palace Road, London", "Latitude": 51.495691, "Longitude": -0.1453499, "Rating": 4.2, "User Ratings Count": 2569}, {"Name": "Gem Fitzrovia Hotel", "Address": "20-28 Bolsover Street, London", "Latitude": 51.52175659999999, "Longitude": -0.1425275, "Rating": 4.1, "User Ratings Count": 952}, {"Name": "Generator London", "Address": "37 Tavistock Place, London", "Latitude": 51.52620449999999, "Longitude": -0.124825, "Rating": 3.6, "User Ratings Count": 5014}, {"Name": "Holiday Inn London - Regent's Park, an IHG Hotel", "Address": "Carburton Street, London", "Latitude": 51.52251219999999, "Longitude": -0.1428166, "Rating": 4.1, "User Ratings Count": 2621}, {"Name": "London Bridge Hotel", "Address": "8-18 London Bridge Street, London", "Latitude": 51.5051976, "Longitude": -0.0881208, "Rating": 4.4, "User Ratings Count": 990}, {"Name": "The Rembrandt Hotel", "Address": "11 Thurloe Place, London", "Latitude": 51.4960608, "Longitude": -0.1704114, "Rating": 4.3, "User Ratings Count": 2286}, {"Name": "The Chamberlain Hotel, Tower Bridge", "Address": "132-135 Minories, London", "Latitude": 51.51222969999999, "Longitude": -0.07567569999999998, "Rating": 4.4, "User Ratings Count": 1378}, {"Name": "The Tower Hotel", "Address": "Saint Katharine's Way, London", "Latitude": 51.506786, "Longitude": -0.07396490000000001, "Rating": 4.1, "User Ratings Count": 9251}, {"Name": "Royal Garden Hotel", "Address": "2, 24 Kensington High Street, London", "Latitude": 51.5026936, "Longitude": -0.1883821, "Rating": 4.4, "User Ratings Count": 2325}, {"Name": "Britannia International Hotel", "Address": "International Hotel, 163 Marsh Wall, London", "Latitude": 51.50194219999999, "Longitude": -0.0233396, "Rating": 3.2, "User Ratings Count": 5469}, {"Name": "Holiday Inn London - Wembley, an IHG Hotel", "Address": "Empire Way, Wembley", "Latitude": 51.5557132, "Longitude": -0.2850507, "Rating": 4, "User Ratings Count": 1957}, {"Name": "The Mandeville Hotel", "Address": "Mandeville Place, London", "Latitude": 51.51647850000001, "Longitude": -0.1509183, "Rating": 4.2, "User Ratings Count": 955}, {"Name": "The Corner | London City", "Address": "42 Adler Street, London", "Latitude": 51.51619420000001, "Longitude": -0.0676868, "Rating": 4.4, "User Ratings Count": 3660}, {"Name": "Holiday Inn London - Brent Cross, an IHG Hotel", "Address": "Tilling Road, Brent Cross, London", "Latitude": 51.5728704, "Longitude": -0.2226727, "Rating": 4, "User Ratings Count": 850}, {"Name": "Holiday Inn London - Heathrow M4,JCT.4, an IHG Hotel", "Address": "Sipson Road Heathrow, Airport, West Drayton", "Latitude": 51.49461179999999, "Longitude": -0.4560008, "Rating": 3.9, "User Ratings Count": 3176}, {"Name": "Holiday Inn London - Brentford Lock, an IHG Hotel", "Address": "Commerce Road, London", "Latitude": 51.482897, "Longitude": -0.312495, "Rating": 4.2, "User Ratings Count": 1517}, {"Name": "Blakes Hotel", "Address": "33 Roland Gardens, London", "Latitude": 51.4892704, "Longitude": -0.1802466, "Rating": 4.2, "User Ratings Count": 338}, {"Name": "Park Plaza London Riverbank", "Address": "18 Albert Embankment, London", "Latitude": 51.49147799999999, "Longitude": -0.122177, "Rating": 4.3, "User Ratings Count": 5668}, {"Name": "The Mad Hatter Hotel, Southwark", "Address": "3-7 Stamford Street, London", "Latitude": 51.50702200000001, "Longitude": -0.104917, "Rating": 4.4, "User Ratings Count": 1531}, {"Name": "Bingham Riverhouse", "Address": "61-63 Petersham Road, Richmond", "Latitude": 51.45528179999999, "Longitude": -0.3034074, "Rating": 4.5, "User Ratings Count": 786}, {"Name": "Hotel du Vin Wimbledon", "Address": "Cannizaro House, West Side Common, London", "Latitude": 51.4242719, "Longitude": -0.2292964, "Rating": 4, "User Ratings Count": 895}, {"Name": "Karma Sanctum Soho London", "Address": "20 Warwick Street, London", "Latitude": 51.51162350000001, "Longitude": -0.1383634, "Rating": 4.1, "User Ratings Count": 711}, {"Name": "Park Plaza County Hall London", "Address": "1 Addington Street, London", "Latitude": 51.50139999999999, "Longitude": -0.1163, "Rating": 4.4, "User Ratings Count": 2899}, {"Name": "Beaconsfield Hotel", "Address": "359 Green Lanes, London", "Latitude": 51.57637070000001, "Longitude": -0.09884570000000001, "Rating": 3.2, "User Ratings Count": 424}, {"Name": "Village Hotel Watford", "Address": "Centennial Park, Centennial Avenue, Elstree, Borehamwood", "Latitude": 51.6393204, "Longitude": -0.3088408, "Rating": 4.4, "User Ratings Count": 2577}, {"Name": "Hotel Bosco", "Address": "9 Saint Mark's Hill, Surbiton", "Latitude": 51.393708, "Longitude": -0.303378, "Rating": 3.9, "User Ratings Count": 258}, {"Name": "Holiday Inn London - Sutton, an IHG Hotel", "Address": "Gibson Road, London", "Latitude": 51.36171299999999, "Longitude": -0.196645, "Rating": 4, "User Ratings Count": 1192}, {"Name": "Malmaison London", "Address": "18-21 Charterhouse Square, London", "Latitude": 51.5207998, "Longitude": -0.100389, "Rating": 4.2, "User Ratings Count": 961}, {"Name": "The Red Lion Hotel", "Address": "Royal Lane, Uxbridge", "Latitude": 51.5349561, "Longitude": -0.4611444, "Rating": 4.4, "User Ratings Count": 942}, {"Name": "Danubius Hotel Regents Park", "Address": "18 Lodge Road, London", "Latitude": 51.52960150000001, "Longitude": -0.1687634, "Rating": 4, "User Ratings Count": 1661}, {"Name": "Best Western Ship Hotel", "Address": "70 Monument Green, High Street, Weybridge", "Latitude": 51.3738431, "Longitude": -0.4560978000000001, "Rating": 3.8, "User Ratings Count": 637}, {"Name": "Thistle London Hyde Park Kensington Gardens", "Address": "104 Bayswater Road, London", "Latitude": 51.5108322, "Longitude": -0.184024, "Rating": 4, "User Ratings Count": 1336}, {"Name": "Thistle London Bloomsbury Park", "Address": "126 Southampton Row, London", "Latitude": 51.52088190000001, "Longitude": -0.122967, "Rating": 3.6, "User Ratings Count": 653}, {"Name": "Town Hall Hotel & Apartments", "Address": "Town Hall Hotel, 8 Patriot Square, London", "Latitude": 51.5304798, "Longitude": -0.05574220000000001, "Rating": 4.4, "User Ratings Count": 858}, {"Name": "The Fox & Grapes Wimbledon", "Address": "9 Camp Road, London", "Latitude": 51.42642009999999, "Longitude": -0.2300304, "Rating": 4.2, "User Ratings Count": 666}, {"Name": "Holmes Hotel London", "Address": "83 Chiltern Street, London", "Latitude": 51.5210573, "Longitude": -0.1560787, "Rating": 4.5, "User Ratings Count": 861}, {"Name": "Campanile Dartford", "Address": "Crossways Business Park, Dartford", "Latitude": 51.456989, "Longitude": 0.2568550000000001, "Rating": 3.4, "User Ratings Count": 945}, {"Name": "The Rubens at the Palace", "Address": "39 Buckingham Palace Road, London", "Latitude": 51.49826530000001, "Longitude": -0.1434998, "Rating": 4.5, "User Ratings Count": 2011}, {"Name": "Boston Manor Hotel", "Address": "146-152 Boston Road, London", "Latitude": 51.5037485, "Longitude": -0.3333311, "Rating": 3.7, "User Ratings Count": 589}, {"Name": "Old Ship Pub & Hotel Hackney", "Address": "2 Sylvester Path, London", "Latitude": 51.54593360000001, "Longitude": -0.05581050000000001, "Rating": 4.3, "User Ratings Count": 1155}, {"Name": "The Hari", "Address": "20 Chesham Place, London", "Latitude": 51.49733000000001, "Longitude": -0.1562088, "Rating": 4.5, "User Ratings Count": 972}, {"Name": "The Wellington Hotel, Waterloo", "Address": "81-83 Waterloo Road, London", "Latitude": 51.5037575, "Longitude": -0.1113899, "Rating": 4, "User Ratings Count": 2561}, {"Name": "Thistle London Marble Arch", "Address": "Bryanston Street, London", "Latitude": 51.5141627, "Longitude": -0.1566472, "Rating": 4.2, "User Ratings Count": 4666}, {"Name": "Best Western London Highbury", "Address": "374 Seven Sisters Road, London", "Latitude": 51.56788530000001, "Longitude": -0.0991968, "Rating": 4, "User Ratings Count": 720}, {"Name": "Palmers Lodge Swiss Cottage", "Address": "40 College Crescent, London", "Latitude": 51.5454301, "Longitude": -0.1761801, "Rating": 4.2, "User Ratings Count": 1444}, {"Name": "Holiday Inn London - West", "Address": "4 Portal Way, London", "Latitude": 51.52099339999999, "Longitude": -0.2628540999999999, "Rating": 4.2, "User Ratings Count": 2196}, {"Name": "Holiday Inn London - Whitechapel, an IHG Hotel", "Address": "5 Cavell Street, London", "Latitude": 51.5147273, "Longitude": -0.05730850000000001, "Rating": 4.3, "User Ratings Count": 1586}, {"Name": "Dukes Head Inn", "Address": "42 The Vineyard, Richmond", "Latitude": 51.4585843, "Longitude": -0.2996614, "Rating": 4.6, "User Ratings Count": 352}, {"Name": "Flemings Mayfair Hotel", "Address": "7-12 Half Moon Street, London", "Latitude": 51.50644490000001, "Longitude": -0.1451535, "Rating": 4.3, "User Ratings Count": 303}, {"Name": "The Clarendon Hotel", "Address": "8, 16 Montpelier Row, London", "Latitude": 51.46854390000001, "Longitude": 0.009760200000000002, "Rating": 4.1, "User Ratings Count": 1902}, {"Name": "The Grand", "Address": "8 Northumberland Avenue, London", "Latitude": 51.5069818, "Longitude": -0.1259986, "Rating": 4.3, "User Ratings Count": 937}] \ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..a671fab
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,2871 @@
+{
+ "name": "pub-search",
+ "version": "0.0.0",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "pub-search",
+ "version": "0.0.0",
+ "dependencies": {
+ "algoliasearch": "^5.15.0",
+ "instantsearch.js": "^4.75.5"
+ },
+ "devDependencies": {
+ "autoprefixer": "^10.4.20",
+ "postcss": "^8.4.49",
+ "tailwindcss": "^3.4.15",
+ "vite": "^6.0.1"
+ }
+ },
+ "node_modules/@algolia/client-abtesting": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/client-abtesting/-/client-abtesting-5.15.0.tgz",
+ "integrity": "sha512-FaEM40iuiv1mAipYyiptP4EyxkJ8qHfowCpEeusdHUC4C7spATJYArD2rX3AxkVeREkDIgYEOuXcwKUbDCr7Nw==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/client-analytics": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-5.15.0.tgz",
+ "integrity": "sha512-lho0gTFsQDIdCwyUKTtMuf9nCLwq9jOGlLGIeQGKDxXF7HbiAysFIu5QW/iQr1LzMgDyM9NH7K98KY+BiIFriQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/client-common": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.15.0.tgz",
+ "integrity": "sha512-IofrVh213VLsDkPoSKMeM9Dshrv28jhDlBDLRcVJQvlL8pzue7PEB1EZ4UoJFYS3NSn7JOcJ/V+olRQzXlJj1w==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/client-insights": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/client-insights/-/client-insights-5.15.0.tgz",
+ "integrity": "sha512-bDDEQGfFidDi0UQUCbxXOCdphbVAgbVmxvaV75cypBTQkJ+ABx/Npw7LkFGw1FsoVrttlrrQbwjvUB6mLVKs/w==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/client-personalization": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-5.15.0.tgz",
+ "integrity": "sha512-LfaZqLUWxdYFq44QrasCDED5bSYOswpQjSiIL7Q5fYlefAAUO95PzBPKCfUhSwhb4rKxigHfDkd81AvEicIEoA==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/client-query-suggestions": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/client-query-suggestions/-/client-query-suggestions-5.15.0.tgz",
+ "integrity": "sha512-wu8GVluiZ5+il8WIRsGKu8VxMK9dAlr225h878GGtpTL6VBvwyJvAyLdZsfFIpY0iN++jiNb31q2C1PlPL+n/A==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/client-search": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.15.0.tgz",
+ "integrity": "sha512-Z32gEMrRRpEta5UqVQA612sLdoqY3AovvUPClDfMxYrbdDAebmGDVPtSogUba1FZ4pP5dx20D3OV3reogLKsRA==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/events": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/@algolia/events/-/events-4.0.1.tgz",
+ "integrity": "sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==",
+ "license": "MIT"
+ },
+ "node_modules/@algolia/ingestion": {
+ "version": "1.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/ingestion/-/ingestion-1.15.0.tgz",
+ "integrity": "sha512-MkqkAxBQxtQ5if/EX2IPqFA7LothghVyvPoRNA/meS2AW2qkHwcxjuiBxv4H6mnAVEPfJlhu9rkdVz9LgCBgJg==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/monitoring": {
+ "version": "1.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/monitoring/-/monitoring-1.15.0.tgz",
+ "integrity": "sha512-QPrFnnGLMMdRa8t/4bs7XilPYnoUXDY8PMQJ1sf9ZFwhUysYYhQNX34/enoO0LBjpoOY6rLpha39YQEFbzgKyQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/recommend": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-5.15.0.tgz",
+ "integrity": "sha512-5eupMwSqMLDObgSMF0XG958zR6GJP3f7jHDQ3/WlzCM9/YIJiWIUoJFGsko9GYsA5xbLDHE/PhWtq4chcCdaGQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/requester-browser-xhr": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.15.0.tgz",
+ "integrity": "sha512-Po/GNib6QKruC3XE+WKP1HwVSfCDaZcXu48kD+gwmtDlqHWKc7Bq9lrS0sNZ456rfCKhXksOmMfUs4wRM/Y96w==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/requester-fetch": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.15.0.tgz",
+ "integrity": "sha512-rOZ+c0P7ajmccAvpeeNrUmEKoliYFL8aOR5qGW5pFq3oj3Iept7Y5mEtEsOBYsRt6qLnaXn4zUKf+N8nvJpcIw==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/requester-node-http": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.15.0.tgz",
+ "integrity": "sha512-b1jTpbFf9LnQHEJP5ddDJKE2sAlhYd7EVSOWgzo/27n/SfCoHfqD0VWntnWYD83PnOKvfe8auZ2+xCb0TXotrQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@alloc/quick-lru": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
+ "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@babel/runtime": {
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz",
+ "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==",
+ "license": "MIT",
+ "dependencies": {
+ "regenerator-runtime": "^0.14.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@esbuild/aix-ppc64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.0.tgz",
+ "integrity": "sha512-WtKdFM7ls47zkKHFVzMz8opM7LkcsIp9amDUBIAWirg70RM71WRSjdILPsY5Uv1D42ZpUfaPILDlfactHgsRkw==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "aix"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-arm": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.0.tgz",
+ "integrity": "sha512-arAtTPo76fJ/ICkXWetLCc9EwEHKaeya4vMrReVlEIUCAUncH7M4bhMQ+M9Vf+FFOZJdTNMXNBrWwW+OXWpSew==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-arm64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.0.tgz",
+ "integrity": "sha512-Vsm497xFM7tTIPYK9bNTYJyF/lsP590Qc1WxJdlB6ljCbdZKU9SY8i7+Iin4kyhV/KV5J2rOKsBQbB77Ab7L/w==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-x64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.0.tgz",
+ "integrity": "sha512-t8GrvnFkiIY7pa7mMgJd7p8p8qqYIz1NYiAoKc75Zyv73L3DZW++oYMSHPRarcotTKuSs6m3hTOa5CKHaS02TQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/darwin-arm64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.0.tgz",
+ "integrity": "sha512-CKyDpRbK1hXwv79soeTJNHb5EiG6ct3efd/FTPdzOWdbZZfGhpbcqIpiD0+vwmpu0wTIL97ZRPZu8vUt46nBSw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/darwin-x64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.0.tgz",
+ "integrity": "sha512-rgtz6flkVkh58od4PwTRqxbKH9cOjaXCMZgWD905JOzjFKW+7EiUObfd/Kav+A6Gyud6WZk9w+xu6QLytdi2OA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/freebsd-arm64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.0.tgz",
+ "integrity": "sha512-6Mtdq5nHggwfDNLAHkPlyLBpE5L6hwsuXZX8XNmHno9JuL2+bg2BX5tRkwjyfn6sKbxZTq68suOjgWqCicvPXA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/freebsd-x64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.0.tgz",
+ "integrity": "sha512-D3H+xh3/zphoX8ck4S2RxKR6gHlHDXXzOf6f/9dbFt/NRBDIE33+cVa49Kil4WUjxMGW0ZIYBYtaGCa2+OsQwQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-arm": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.0.tgz",
+ "integrity": "sha512-gJKIi2IjRo5G6Glxb8d3DzYXlxdEj2NlkixPsqePSZMhLudqPhtZ4BUrpIuTjJYXxvF9njql+vRjB2oaC9XpBw==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-arm64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.0.tgz",
+ "integrity": "sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-ia32": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.0.tgz",
+ "integrity": "sha512-K40ip1LAcA0byL05TbCQ4yJ4swvnbzHscRmUilrmP9Am7//0UjPreh4lpYzvThT2Quw66MhjG//20mrufm40mA==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-loong64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.0.tgz",
+ "integrity": "sha512-0mswrYP/9ai+CU0BzBfPMZ8RVm3RGAN/lmOMgW4aFUSOQBjA31UP8Mr6DDhWSuMwj7jaWOT0p0WoZ6jeHhrD7g==",
+ "cpu": [
+ "loong64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-mips64el": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.0.tgz",
+ "integrity": "sha512-hIKvXm0/3w/5+RDtCJeXqMZGkI2s4oMUGj3/jM0QzhgIASWrGO5/RlzAzm5nNh/awHE0A19h/CvHQe6FaBNrRA==",
+ "cpu": [
+ "mips64el"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-ppc64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.0.tgz",
+ "integrity": "sha512-HcZh5BNq0aC52UoocJxaKORfFODWXZxtBaaZNuN3PUX3MoDsChsZqopzi5UupRhPHSEHotoiptqikjN/B77mYQ==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-riscv64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.0.tgz",
+ "integrity": "sha512-bEh7dMn/h3QxeR2KTy1DUszQjUrIHPZKyO6aN1X4BCnhfYhuQqedHaa5MxSQA/06j3GpiIlFGSsy1c7Gf9padw==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-s390x": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.0.tgz",
+ "integrity": "sha512-ZcQ6+qRkw1UcZGPyrCiHHkmBaj9SiCD8Oqd556HldP+QlpUIe2Wgn3ehQGVoPOvZvtHm8HPx+bH20c9pvbkX3g==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-x64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.0.tgz",
+ "integrity": "sha512-vbutsFqQ+foy3wSSbmjBXXIJ6PL3scghJoM8zCL142cGaZKAdCZHyf+Bpu/MmX9zT9Q0zFBVKb36Ma5Fzfa8xA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/netbsd-x64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.0.tgz",
+ "integrity": "sha512-hjQ0R/ulkO8fCYFsG0FZoH+pWgTTDreqpqY7UnQntnaKv95uP5iW3+dChxnx7C3trQQU40S+OgWhUVwCjVFLvg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "netbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/openbsd-arm64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.0.tgz",
+ "integrity": "sha512-MD9uzzkPQbYehwcN583yx3Tu5M8EIoTD+tUgKF982WYL9Pf5rKy9ltgD0eUgs8pvKnmizxjXZyLt0z6DC3rRXg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/openbsd-x64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.0.tgz",
+ "integrity": "sha512-4ir0aY1NGUhIC1hdoCzr1+5b43mw99uNwVzhIq1OY3QcEwPDO3B7WNXBzaKY5Nsf1+N11i1eOfFcq+D/gOS15Q==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/sunos-x64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.0.tgz",
+ "integrity": "sha512-jVzdzsbM5xrotH+W5f1s+JtUy1UWgjU0Cf4wMvffTB8m6wP5/kx0KiaLHlbJO+dMgtxKV8RQ/JvtlFcdZ1zCPA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "sunos"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-arm64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.0.tgz",
+ "integrity": "sha512-iKc8GAslzRpBytO2/aN3d2yb2z8XTVfNV0PjGlCxKo5SgWmNXx82I/Q3aG1tFfS+A2igVCY97TJ8tnYwpUWLCA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-ia32": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.0.tgz",
+ "integrity": "sha512-vQW36KZolfIudCcTnaTpmLQ24Ha1RjygBo39/aLkM2kmjkWmZGEJ5Gn9l5/7tzXA42QGIoWbICfg6KLLkIw6yw==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-x64": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.0.tgz",
+ "integrity": "sha512-7IAFPrjSQIJrGsK6flwg7NFmwBoSTyF3rl7If0hNUFQU4ilTsEPL6GuMuU9BfIWVVGuRnuIidkSMC+c0Otu8IA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@isaacs/cliui": {
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
+ "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "string-width": "^5.1.2",
+ "string-width-cjs": "npm:string-width@^4.2.0",
+ "strip-ansi": "^7.0.1",
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
+ "wrap-ansi": "^8.1.0",
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@jridgewell/gen-mapping": {
+ "version": "0.3.5",
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
+ "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@jridgewell/set-array": "^1.2.1",
+ "@jridgewell/sourcemap-codec": "^1.4.10",
+ "@jridgewell/trace-mapping": "^0.3.24"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/resolve-uri": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/set-array": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
+ "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/sourcemap-codec": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
+ "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@jridgewell/trace-mapping": {
+ "version": "0.3.25",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
+ "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@jridgewell/resolve-uri": "^3.1.0",
+ "@jridgewell/sourcemap-codec": "^1.4.14"
+ }
+ },
+ "node_modules/@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@pkgjs/parseargs": {
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
+ "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "engines": {
+ "node": ">=14"
+ }
+ },
+ "node_modules/@rollup/rollup-android-arm-eabi": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.28.0.tgz",
+ "integrity": "sha512-wLJuPLT6grGZsy34g4N1yRfYeouklTgPhH1gWXCYspenKYD0s3cR99ZevOGw5BexMNywkbV3UkjADisozBmpPQ==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ]
+ },
+ "node_modules/@rollup/rollup-android-arm64": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.28.0.tgz",
+ "integrity": "sha512-eiNkznlo0dLmVG/6wf+Ifi/v78G4d4QxRhuUl+s8EWZpDewgk7PX3ZyECUXU0Zq/Ca+8nU8cQpNC4Xgn2gFNDA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ]
+ },
+ "node_modules/@rollup/rollup-darwin-arm64": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.28.0.tgz",
+ "integrity": "sha512-lmKx9yHsppblnLQZOGxdO66gT77bvdBtr/0P+TPOseowE7D9AJoBw8ZDULRasXRWf1Z86/gcOdpBrV6VDUY36Q==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@rollup/rollup-darwin-x64": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.28.0.tgz",
+ "integrity": "sha512-8hxgfReVs7k9Js1uAIhS6zq3I+wKQETInnWQtgzt8JfGx51R1N6DRVy3F4o0lQwumbErRz52YqwjfvuwRxGv1w==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@rollup/rollup-freebsd-arm64": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.28.0.tgz",
+ "integrity": "sha512-lA1zZB3bFx5oxu9fYud4+g1mt+lYXCoch0M0V/xhqLoGatbzVse0wlSQ1UYOWKpuSu3gyN4qEc0Dxf/DII1bhQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/@rollup/rollup-freebsd-x64": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.28.0.tgz",
+ "integrity": "sha512-aI2plavbUDjCQB/sRbeUZWX9qp12GfYkYSJOrdYTL/C5D53bsE2/nBPuoiJKoWp5SN78v2Vr8ZPnB+/VbQ2pFA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.28.0.tgz",
+ "integrity": "sha512-WXveUPKtfqtaNvpf0iOb0M6xC64GzUX/OowbqfiCSXTdi/jLlOmH0Ba94/OkiY2yTGTwteo4/dsHRfh5bDCZ+w==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.28.0.tgz",
+ "integrity": "sha512-yLc3O2NtOQR67lI79zsSc7lk31xjwcaocvdD1twL64PK1yNaIqCeWI9L5B4MFPAVGEVjH5k1oWSGuYX1Wutxpg==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.28.0.tgz",
+ "integrity": "sha512-+P9G9hjEpHucHRXqesY+3X9hD2wh0iNnJXX/QhS/J5vTdG6VhNYMxJ2rJkQOxRUd17u5mbMLHM7yWGZdAASfcg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.28.0.tgz",
+ "integrity": "sha512-1xsm2rCKSTpKzi5/ypT5wfc+4bOGa/9yI/eaOLW0oMs7qpC542APWhl4A37AENGZ6St6GBMWhCCMM6tXgTIplw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.28.0.tgz",
+ "integrity": "sha512-zgWxMq8neVQeXL+ouSf6S7DoNeo6EPgi1eeqHXVKQxqPy1B2NvTbaOUWPn/7CfMKL7xvhV0/+fq/Z/J69g1WAQ==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.28.0.tgz",
+ "integrity": "sha512-VEdVYacLniRxbRJLNtzwGt5vwS0ycYshofI7cWAfj7Vg5asqj+pt+Q6x4n+AONSZW/kVm+5nklde0qs2EUwU2g==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.28.0.tgz",
+ "integrity": "sha512-LQlP5t2hcDJh8HV8RELD9/xlYtEzJkm/aWGsauvdO2ulfl3QYRjqrKW+mGAIWP5kdNCBheqqqYIGElSRCaXfpw==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.28.0.tgz",
+ "integrity": "sha512-Nl4KIzteVEKE9BdAvYoTkW19pa7LR/RBrT6F1dJCV/3pbjwDcaOq+edkP0LXuJ9kflW/xOK414X78r+K84+msw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-x64-musl": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.28.0.tgz",
+ "integrity": "sha512-eKpJr4vBDOi4goT75MvW+0dXcNUqisK4jvibY9vDdlgLx+yekxSm55StsHbxUsRxSTt3JEQvlr3cGDkzcSP8bw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.28.0.tgz",
+ "integrity": "sha512-Vi+WR62xWGsE/Oj+mD0FNAPY2MEox3cfyG0zLpotZdehPFXwz6lypkGs5y38Jd/NVSbOD02aVad6q6QYF7i8Bg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.28.0.tgz",
+ "integrity": "sha512-kN/Vpip8emMLn/eOza+4JwqDZBL6MPNpkdaEsgUtW1NYN3DZvZqSQrbKzJcTL6hd8YNmFTn7XGWMwccOcJBL0A==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.28.0.tgz",
+ "integrity": "sha512-Bvno2/aZT6usSa7lRDL2+hMjVAGjuqaymF1ApZm31JXzniR/hvr14jpU+/z4X6Gt5BPlzosscyJZGUvguXIqeQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@types/dom-speech-recognition": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/@types/dom-speech-recognition/-/dom-speech-recognition-0.0.1.tgz",
+ "integrity": "sha512-udCxb8DvjcDKfk1WTBzDsxFbLgYxmQGKrE/ricoMqHRNjSlSUCcamVTA5lIQqzY10mY5qCY0QDwBfFEwhfoDPw==",
+ "license": "MIT"
+ },
+ "node_modules/@types/estree": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
+ "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/google.maps": {
+ "version": "3.58.1",
+ "resolved": "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.58.1.tgz",
+ "integrity": "sha512-X9QTSvGJ0nCfMzYOnaVs/k6/4L+7F5uCS+4iUmkLEls6J9S/Phv+m/i3mDeyc49ZBgwab3EFO1HEoBY7k98EGQ==",
+ "license": "MIT"
+ },
+ "node_modules/@types/hogan.js": {
+ "version": "3.0.5",
+ "resolved": "https://registry.npmjs.org/@types/hogan.js/-/hogan.js-3.0.5.tgz",
+ "integrity": "sha512-/uRaY3HGPWyLqOyhgvW9Aa43BNnLZrNeQxl2p8wqId4UHMfPKolSB+U7BlZyO1ng7MkLnyEAItsBzCG0SDhqrA==",
+ "license": "MIT"
+ },
+ "node_modules/@types/qs": {
+ "version": "6.9.17",
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.17.tgz",
+ "integrity": "sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ==",
+ "license": "MIT"
+ },
+ "node_modules/abbrev": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
+ "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
+ "license": "ISC"
+ },
+ "node_modules/algoliasearch": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.15.0.tgz",
+ "integrity": "sha512-Yf3Swz1s63hjvBVZ/9f2P1Uu48GjmjCN+Esxb6MAONMGtZB1fRX8/S1AhUTtsuTlcGovbYLxpHgc7wEzstDZBw==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-abtesting": "5.15.0",
+ "@algolia/client-analytics": "5.15.0",
+ "@algolia/client-common": "5.15.0",
+ "@algolia/client-insights": "5.15.0",
+ "@algolia/client-personalization": "5.15.0",
+ "@algolia/client-query-suggestions": "5.15.0",
+ "@algolia/client-search": "5.15.0",
+ "@algolia/ingestion": "1.15.0",
+ "@algolia/monitoring": "1.15.0",
+ "@algolia/recommend": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/algoliasearch-helper": {
+ "version": "3.22.5",
+ "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.22.5.tgz",
+ "integrity": "sha512-lWvhdnc+aKOKx8jyA3bsdEgHzm/sglC4cYdMG4xSQyRiPLJVJtH/IVYZG3Hp6PkTEhQqhyVYkeP9z2IlcHJsWw==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/events": "^4.0.1"
+ },
+ "peerDependencies": {
+ "algoliasearch": ">= 3.1 < 6"
+ }
+ },
+ "node_modules/ansi-regex": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
+ "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/any-promise": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
+ "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/anymatch": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "normalize-path": "^3.0.0",
+ "picomatch": "^2.0.4"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/arg": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
+ "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/autoprefixer": {
+ "version": "10.4.20",
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz",
+ "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/autoprefixer"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "browserslist": "^4.23.3",
+ "caniuse-lite": "^1.0.30001646",
+ "fraction.js": "^4.3.7",
+ "normalize-range": "^0.1.2",
+ "picocolors": "^1.0.1",
+ "postcss-value-parser": "^4.2.0"
+ },
+ "bin": {
+ "autoprefixer": "bin/autoprefixer"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/binary-extensions": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
+ "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/brace-expansion": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0"
+ }
+ },
+ "node_modules/braces": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "fill-range": "^7.1.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/browserslist": {
+ "version": "4.24.2",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz",
+ "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "caniuse-lite": "^1.0.30001669",
+ "electron-to-chromium": "^1.5.41",
+ "node-releases": "^2.0.18",
+ "update-browserslist-db": "^1.1.1"
+ },
+ "bin": {
+ "browserslist": "cli.js"
+ },
+ "engines": {
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
+ }
+ },
+ "node_modules/camelcase-css": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
+ "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/caniuse-lite": {
+ "version": "1.0.30001686",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001686.tgz",
+ "integrity": "sha512-Y7deg0Aergpa24M3qLC5xjNklnKnhsmSyR/V89dLZ1n0ucJIFNs7PgR2Yfa/Zf6W79SbBicgtGxZr2juHkEUIA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "CC-BY-4.0"
+ },
+ "node_modules/chokidar": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "anymatch": "~3.1.2",
+ "braces": "~3.0.2",
+ "glob-parent": "~5.1.2",
+ "is-binary-path": "~2.1.0",
+ "is-glob": "~4.0.1",
+ "normalize-path": "~3.0.0",
+ "readdirp": "~3.6.0"
+ },
+ "engines": {
+ "node": ">= 8.10.0"
+ },
+ "funding": {
+ "url": "https://paulmillr.com/funding/"
+ },
+ "optionalDependencies": {
+ "fsevents": "~2.3.2"
+ }
+ },
+ "node_modules/chokidar/node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/commander": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
+ "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/cross-spawn": {
+ "version": "7.0.6",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/cssesc": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "cssesc": "bin/cssesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/didyoumean": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
+ "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
+ "dev": true,
+ "license": "Apache-2.0"
+ },
+ "node_modules/dlv": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
+ "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/eastasianwidth": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/electron-to-chromium": {
+ "version": "1.5.68",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.68.tgz",
+ "integrity": "sha512-FgMdJlma0OzUYlbrtZ4AeXjKxKPk6KT8WOP8BjcqxWtlg8qyJQjRzPJzUtUn5GBg1oQ26hFs7HOOHJMYiJRnvQ==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/emoji-regex": {
+ "version": "9.2.2",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/esbuild": {
+ "version": "0.24.0",
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.0.tgz",
+ "integrity": "sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "bin": {
+ "esbuild": "bin/esbuild"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "optionalDependencies": {
+ "@esbuild/aix-ppc64": "0.24.0",
+ "@esbuild/android-arm": "0.24.0",
+ "@esbuild/android-arm64": "0.24.0",
+ "@esbuild/android-x64": "0.24.0",
+ "@esbuild/darwin-arm64": "0.24.0",
+ "@esbuild/darwin-x64": "0.24.0",
+ "@esbuild/freebsd-arm64": "0.24.0",
+ "@esbuild/freebsd-x64": "0.24.0",
+ "@esbuild/linux-arm": "0.24.0",
+ "@esbuild/linux-arm64": "0.24.0",
+ "@esbuild/linux-ia32": "0.24.0",
+ "@esbuild/linux-loong64": "0.24.0",
+ "@esbuild/linux-mips64el": "0.24.0",
+ "@esbuild/linux-ppc64": "0.24.0",
+ "@esbuild/linux-riscv64": "0.24.0",
+ "@esbuild/linux-s390x": "0.24.0",
+ "@esbuild/linux-x64": "0.24.0",
+ "@esbuild/netbsd-x64": "0.24.0",
+ "@esbuild/openbsd-arm64": "0.24.0",
+ "@esbuild/openbsd-x64": "0.24.0",
+ "@esbuild/sunos-x64": "0.24.0",
+ "@esbuild/win32-arm64": "0.24.0",
+ "@esbuild/win32-ia32": "0.24.0",
+ "@esbuild/win32-x64": "0.24.0"
+ }
+ },
+ "node_modules/escalade": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/fast-glob": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
+ "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.2",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.4"
+ },
+ "engines": {
+ "node": ">=8.6.0"
+ }
+ },
+ "node_modules/fast-glob/node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/fastq": {
+ "version": "1.17.1",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
+ "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "node_modules/fill-range": {
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "to-regex-range": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/foreground-child": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz",
+ "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "cross-spawn": "^7.0.0",
+ "signal-exit": "^4.0.1"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/fraction.js": {
+ "version": "4.3.7",
+ "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
+ "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "*"
+ },
+ "funding": {
+ "type": "patreon",
+ "url": "https://github.com/sponsors/rawify"
+ }
+ },
+ "node_modules/fsevents": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+ }
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/glob": {
+ "version": "10.4.5",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
+ "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^3.1.2",
+ "minimatch": "^9.0.4",
+ "minipass": "^7.1.2",
+ "package-json-from-dist": "^1.0.0",
+ "path-scurry": "^1.11.1"
+ },
+ "bin": {
+ "glob": "dist/esm/bin.mjs"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "is-glob": "^4.0.3"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/hasown": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/hogan.js": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/hogan.js/-/hogan.js-3.0.2.tgz",
+ "integrity": "sha512-RqGs4wavGYJWE07t35JQccByczmNUXQT0E12ZYV1VKYu5UiAU9lsos/yBAcf840+zrUQQxgVduCR5/B8nNtibg==",
+ "dependencies": {
+ "mkdirp": "0.3.0",
+ "nopt": "1.0.10"
+ },
+ "bin": {
+ "hulk": "bin/hulk"
+ }
+ },
+ "node_modules/htm": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/htm/-/htm-3.1.1.tgz",
+ "integrity": "sha512-983Vyg8NwUE7JkZ6NmOqpCZ+sh1bKv2iYTlUkzlWmA5JD2acKoxd4KVxbMmxX/85mtfdnDmTFoNKcg5DGAvxNQ==",
+ "license": "Apache-2.0"
+ },
+ "node_modules/instantsearch-ui-components": {
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/instantsearch-ui-components/-/instantsearch-ui-components-0.9.0.tgz",
+ "integrity": "sha512-ugQ+XdPx3i3Sxu+woRo6tPE0Fz/kWd4KblTUfZD1TZZBsm/8qFvcbg5dVBDvXX9v7ntoyugXCzC/XCZMzrSkig==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.1.2"
+ }
+ },
+ "node_modules/instantsearch.js": {
+ "version": "4.75.5",
+ "resolved": "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.75.5.tgz",
+ "integrity": "sha512-XnplrpnSfFzVtoL7YBKWbf3FPwmjfSFM8BN+nnuRsfzwUwWgb7zQLxh2mRtohUFI9fnA7vAcJlDcmichfYgjmA==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/events": "^4.0.1",
+ "@types/dom-speech-recognition": "^0.0.1",
+ "@types/google.maps": "^3.55.12",
+ "@types/hogan.js": "^3.0.0",
+ "@types/qs": "^6.5.3",
+ "algoliasearch-helper": "3.22.5",
+ "hogan.js": "^3.0.2",
+ "htm": "^3.0.0",
+ "instantsearch-ui-components": "0.9.0",
+ "preact": "^10.10.0",
+ "qs": "^6.5.1 < 6.10",
+ "search-insights": "^2.17.2"
+ },
+ "peerDependencies": {
+ "algoliasearch": ">= 3.1 < 6"
+ }
+ },
+ "node_modules/is-binary-path": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "binary-extensions": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-core-module": {
+ "version": "2.15.1",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
+ "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "hasown": "^2.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-extglob": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/jackspeak": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
+ "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
+ "dev": true,
+ "license": "BlueOak-1.0.0",
+ "dependencies": {
+ "@isaacs/cliui": "^8.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ },
+ "optionalDependencies": {
+ "@pkgjs/parseargs": "^0.11.0"
+ }
+ },
+ "node_modules/jiti": {
+ "version": "1.21.6",
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz",
+ "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "jiti": "bin/jiti.js"
+ }
+ },
+ "node_modules/lilconfig": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
+ "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/lines-and-columns": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/lru-cache": {
+ "version": "10.4.3",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/merge2": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/micromatch": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "braces": "^3.0.3",
+ "picomatch": "^2.3.1"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/minimatch": {
+ "version": "9.0.5",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/minipass": {
+ "version": "7.1.2",
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ }
+ },
+ "node_modules/mkdirp": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz",
+ "integrity": "sha512-OHsdUcVAQ6pOtg5JYWpCBo9W/GySVuwvP9hueRMW7UqshC0tbfzLv8wjySTPm3tfUZ/21CE9E1pJagOA91Pxew==",
+ "deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)",
+ "license": "MIT/X11",
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/mz": {
+ "version": "2.7.0",
+ "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
+ "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "any-promise": "^1.0.0",
+ "object-assign": "^4.0.1",
+ "thenify-all": "^1.0.0"
+ }
+ },
+ "node_modules/nanoid": {
+ "version": "3.3.8",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
+ "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "bin": {
+ "nanoid": "bin/nanoid.cjs"
+ },
+ "engines": {
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
+ }
+ },
+ "node_modules/node-releases": {
+ "version": "2.0.18",
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz",
+ "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/nopt": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
+ "integrity": "sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==",
+ "license": "MIT",
+ "dependencies": {
+ "abbrev": "1"
+ },
+ "bin": {
+ "nopt": "bin/nopt.js"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/normalize-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/normalize-range": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
+ "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-hash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
+ "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/package-json-from-dist": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
+ "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
+ "dev": true,
+ "license": "BlueOak-1.0.0"
+ },
+ "node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-parse": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/path-scurry": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
+ "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
+ "dev": true,
+ "license": "BlueOak-1.0.0",
+ "dependencies": {
+ "lru-cache": "^10.2.0",
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/picocolors": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/picomatch": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
+ }
+ },
+ "node_modules/pify": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+ "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/pirates": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
+ "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/postcss": {
+ "version": "8.4.49",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz",
+ "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/postcss"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "nanoid": "^3.3.7",
+ "picocolors": "^1.1.1",
+ "source-map-js": "^1.2.1"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ }
+ },
+ "node_modules/postcss-import": {
+ "version": "15.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
+ "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "postcss-value-parser": "^4.0.0",
+ "read-cache": "^1.0.0",
+ "resolve": "^1.1.7"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.0.0"
+ }
+ },
+ "node_modules/postcss-js": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
+ "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "camelcase-css": "^2.0.1"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >= 16"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ "peerDependencies": {
+ "postcss": "^8.4.21"
+ }
+ },
+ "node_modules/postcss-load-config": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
+ "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "lilconfig": "^3.0.0",
+ "yaml": "^2.3.4"
+ },
+ "engines": {
+ "node": ">= 14"
+ },
+ "peerDependencies": {
+ "postcss": ">=8.0.9",
+ "ts-node": ">=9.0.0"
+ },
+ "peerDependenciesMeta": {
+ "postcss": {
+ "optional": true
+ },
+ "ts-node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/postcss-load-config/node_modules/lilconfig": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
+ "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/antonk52"
+ }
+ },
+ "node_modules/postcss-nested": {
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
+ "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "postcss-selector-parser": "^6.1.1"
+ },
+ "engines": {
+ "node": ">=12.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.14"
+ }
+ },
+ "node_modules/postcss-selector-parser": {
+ "version": "6.1.2",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
+ "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "cssesc": "^3.0.0",
+ "util-deprecate": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-value-parser": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/preact": {
+ "version": "10.25.1",
+ "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.1.tgz",
+ "integrity": "sha512-frxeZV2vhQSohQwJ7FvlqC40ze89+8friponWUFeVEkaCfhC6Eu4V0iND5C9CXz8JLndV07QRDeXzH1+Anz5Og==",
+ "license": "MIT",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/preact"
+ }
+ },
+ "node_modules/qs": {
+ "version": "6.9.7",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz",
+ "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==",
+ "license": "BSD-3-Clause",
+ "engines": {
+ "node": ">=0.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "license": "MIT"
+ },
+ "node_modules/read-cache": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
+ "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "pify": "^2.3.0"
+ }
+ },
+ "node_modules/readdirp": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "picomatch": "^2.2.1"
+ },
+ "engines": {
+ "node": ">=8.10.0"
+ }
+ },
+ "node_modules/regenerator-runtime": {
+ "version": "0.14.1",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
+ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
+ "license": "MIT"
+ },
+ "node_modules/resolve": {
+ "version": "1.22.8",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-core-module": "^2.13.0",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ },
+ "bin": {
+ "resolve": "bin/resolve"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "iojs": ">=1.0.0",
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/rollup": {
+ "version": "4.28.0",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.28.0.tgz",
+ "integrity": "sha512-G9GOrmgWHBma4YfCcX8PjH0qhXSdH8B4HDE2o4/jaxj93S4DPCIDoLcXz99eWMji4hB29UFCEd7B2gwGJDR9cQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree": "1.0.6"
+ },
+ "bin": {
+ "rollup": "dist/bin/rollup"
+ },
+ "engines": {
+ "node": ">=18.0.0",
+ "npm": ">=8.0.0"
+ },
+ "optionalDependencies": {
+ "@rollup/rollup-android-arm-eabi": "4.28.0",
+ "@rollup/rollup-android-arm64": "4.28.0",
+ "@rollup/rollup-darwin-arm64": "4.28.0",
+ "@rollup/rollup-darwin-x64": "4.28.0",
+ "@rollup/rollup-freebsd-arm64": "4.28.0",
+ "@rollup/rollup-freebsd-x64": "4.28.0",
+ "@rollup/rollup-linux-arm-gnueabihf": "4.28.0",
+ "@rollup/rollup-linux-arm-musleabihf": "4.28.0",
+ "@rollup/rollup-linux-arm64-gnu": "4.28.0",
+ "@rollup/rollup-linux-arm64-musl": "4.28.0",
+ "@rollup/rollup-linux-powerpc64le-gnu": "4.28.0",
+ "@rollup/rollup-linux-riscv64-gnu": "4.28.0",
+ "@rollup/rollup-linux-s390x-gnu": "4.28.0",
+ "@rollup/rollup-linux-x64-gnu": "4.28.0",
+ "@rollup/rollup-linux-x64-musl": "4.28.0",
+ "@rollup/rollup-win32-arm64-msvc": "4.28.0",
+ "@rollup/rollup-win32-ia32-msvc": "4.28.0",
+ "@rollup/rollup-win32-x64-msvc": "4.28.0",
+ "fsevents": "~2.3.2"
+ }
+ },
+ "node_modules/run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "queue-microtask": "^1.2.2"
+ }
+ },
+ "node_modules/search-insights": {
+ "version": "2.17.3",
+ "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.17.3.tgz",
+ "integrity": "sha512-RQPdCYTa8A68uM2jwxoY842xDhvx3E5LFL1LxvxCNMev4o5mLuokczhzjAgGwUZBAmOKZknArSxLKmXtIi2AxQ==",
+ "license": "MIT"
+ },
+ "node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/signal-exit": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/source-map-js": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/string-width": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "eastasianwidth": "^0.2.0",
+ "emoji-regex": "^9.2.2",
+ "strip-ansi": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/string-width-cjs": {
+ "name": "string-width",
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/string-width-cjs/node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/string-width-cjs/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/string-width-cjs/node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-ansi": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
+ }
+ },
+ "node_modules/strip-ansi-cjs": {
+ "name": "strip-ansi",
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/sucrase": {
+ "version": "3.35.0",
+ "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
+ "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@jridgewell/gen-mapping": "^0.3.2",
+ "commander": "^4.0.0",
+ "glob": "^10.3.10",
+ "lines-and-columns": "^1.1.6",
+ "mz": "^2.7.0",
+ "pirates": "^4.0.1",
+ "ts-interface-checker": "^0.1.9"
+ },
+ "bin": {
+ "sucrase": "bin/sucrase",
+ "sucrase-node": "bin/sucrase-node"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ }
+ },
+ "node_modules/supports-preserve-symlinks-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/tailwindcss": {
+ "version": "3.4.15",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.15.tgz",
+ "integrity": "sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@alloc/quick-lru": "^5.2.0",
+ "arg": "^5.0.2",
+ "chokidar": "^3.6.0",
+ "didyoumean": "^1.2.2",
+ "dlv": "^1.1.3",
+ "fast-glob": "^3.3.2",
+ "glob-parent": "^6.0.2",
+ "is-glob": "^4.0.3",
+ "jiti": "^1.21.6",
+ "lilconfig": "^2.1.0",
+ "micromatch": "^4.0.8",
+ "normalize-path": "^3.0.0",
+ "object-hash": "^3.0.0",
+ "picocolors": "^1.1.1",
+ "postcss": "^8.4.47",
+ "postcss-import": "^15.1.0",
+ "postcss-js": "^4.0.1",
+ "postcss-load-config": "^4.0.2",
+ "postcss-nested": "^6.2.0",
+ "postcss-selector-parser": "^6.1.2",
+ "resolve": "^1.22.8",
+ "sucrase": "^3.35.0"
+ },
+ "bin": {
+ "tailwind": "lib/cli.js",
+ "tailwindcss": "lib/cli.js"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/thenify": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
+ "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "any-promise": "^1.0.0"
+ }
+ },
+ "node_modules/thenify-all": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
+ "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "thenify": ">= 3.1.0 < 4"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-number": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8.0"
+ }
+ },
+ "node_modules/ts-interface-checker": {
+ "version": "0.1.13",
+ "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
+ "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
+ "dev": true,
+ "license": "Apache-2.0"
+ },
+ "node_modules/update-browserslist-db": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz",
+ "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "escalade": "^3.2.0",
+ "picocolors": "^1.1.0"
+ },
+ "bin": {
+ "update-browserslist-db": "cli.js"
+ },
+ "peerDependencies": {
+ "browserslist": ">= 4.21.0"
+ }
+ },
+ "node_modules/util-deprecate": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/vite": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.2.tgz",
+ "integrity": "sha512-XdQ+VsY2tJpBsKGs0wf3U/+azx8BBpYRHFAyKm5VeEZNOJZRB63q7Sc8Iup3k0TrN3KO6QgyzFf+opSbfY1y0g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "esbuild": "^0.24.0",
+ "postcss": "^8.4.49",
+ "rollup": "^4.23.0"
+ },
+ "bin": {
+ "vite": "bin/vite.js"
+ },
+ "engines": {
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/vitejs/vite?sponsor=1"
+ },
+ "optionalDependencies": {
+ "fsevents": "~2.3.3"
+ },
+ "peerDependencies": {
+ "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
+ "jiti": ">=1.21.0",
+ "less": "*",
+ "lightningcss": "^1.21.0",
+ "sass": "*",
+ "sass-embedded": "*",
+ "stylus": "*",
+ "sugarss": "*",
+ "terser": "^5.16.0",
+ "tsx": "^4.8.1",
+ "yaml": "^2.4.2"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ },
+ "jiti": {
+ "optional": true
+ },
+ "less": {
+ "optional": true
+ },
+ "lightningcss": {
+ "optional": true
+ },
+ "sass": {
+ "optional": true
+ },
+ "sass-embedded": {
+ "optional": true
+ },
+ "stylus": {
+ "optional": true
+ },
+ "sugarss": {
+ "optional": true
+ },
+ "terser": {
+ "optional": true
+ },
+ "tsx": {
+ "optional": true
+ },
+ "yaml": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/wrap-ansi": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
+ "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^6.1.0",
+ "string-width": "^5.0.1",
+ "strip-ansi": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi-cjs": {
+ "name": "wrap-ansi",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/yaml": {
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz",
+ "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==",
+ "dev": true,
+ "license": "ISC",
+ "bin": {
+ "yaml": "bin.mjs"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ }
+ }
+}
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..3b65866
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "pub-search",
+ "private": true,
+ "version": "0.0.0",
+ "type": "module",
+ "scripts": {
+ "dev": "vite",
+ "build": "vite build",
+ "preview": "vite preview"
+ },
+ "devDependencies": {
+ "autoprefixer": "^10.4.20",
+ "postcss": "^8.4.49",
+ "tailwindcss": "^3.4.15",
+ "vite": "^6.0.1"
+ },
+ "dependencies": {
+ "algoliasearch": "^5.15.0",
+ "instantsearch.js": "^4.75.5"
+ }
+}
diff --git a/postcss.config.js b/postcss.config.js
new file mode 100644
index 0000000..2e7af2b
--- /dev/null
+++ b/postcss.config.js
@@ -0,0 +1,6 @@
+export default {
+ plugins: {
+ tailwindcss: {},
+ autoprefixer: {},
+ },
+}
diff --git a/src/index.css b/src/index.css
new file mode 100644
index 0000000..c5ad895
--- /dev/null
+++ b/src/index.css
@@ -0,0 +1,38 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;
+
+/* GENERAL
+// ------------------------- */
+* {
+ font-family: "Helvetica Neue", Helvetica, sans-serif;
+}
+
+#map {
+ height: 100%;
+ height: 800px;
+ width: 100%;
+}
+
+.gm-style-mtc-bbw {
+ display: none;
+}
+
+html,
+body {
+ height: 100%;
+ margin: 0;
+ padding: 0;
+}
+
+body {
+ color: #646c78;
+ background-color: #222e3e;
+}
+
+.container {
+ max-width: 1200px;
+ margin: 0 auto;
+ padding-left: 15px;
+ padding-right: 15px;
+}
diff --git a/src/main.js b/src/main.js
new file mode 100644
index 0000000..91d53e5
--- /dev/null
+++ b/src/main.js
@@ -0,0 +1,39 @@
+const MAPS_KEY = "AIzaSyCtS6CiOrG95FhroSUdDJJokItndcMkrgc";
+
+// Initialize and add the map
+let map;
+
+async function initMap() {
+ // The location of Uluru
+ const position = { lat: 51.508616, lng: -0.125319 };
+ // Request needed libraries.
+
+ //@ts-ignore
+ const { Map } = await google.maps.importLibrary("maps");
+ const { AdvancedMarkerElement } = await google.maps.importLibrary("marker");
+
+ // The map, centered at Uluru
+ map = new Map(document.getElementById("map"), {
+ zoom: 7,
+ center: position,
+ mapId: "DEMO_MAP_ID",
+ restriction: {
+ latLngBounds: {
+ north: 51.74,
+ south: 51.27,
+ west: -0.51,
+ east: 0.23,
+ },
+ // strictBounds: true,
+ },
+ });
+
+ // The marker, positioned at Uluru
+ const marker = new AdvancedMarkerElement({
+ map: map,
+ position: position,
+ title: "Uluru",
+ });
+}
+
+initMap();
diff --git a/tailwind.config.js b/tailwind.config.js
new file mode 100644
index 0000000..614c86b
--- /dev/null
+++ b/tailwind.config.js
@@ -0,0 +1,8 @@
+/** @type {import('tailwindcss').Config} */
+export default {
+ content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
+ theme: {
+ extend: {},
+ },
+ plugins: [],
+};