This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
---
Tag: ["⛱️", "🍸", "🍺", "🍴"]
Date: 2021-10-05
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location: [51.515062,-0.180273]
Place:
Type: Bar
SubType: Traditional
Style: Pub
Location: NottingHill
Country: UK
Status: Regular
Phone: "+44 207 706 17 59"
Email: "hello@theclevelandarms.com"
Website: "[The Cleveland Arms – Paddington's Local Since 1852](https://www.theclevelandarms.com/)"
CollapseMetaTable: true
Instagram: theclevelandarms
---
Parent:: [[@Bars London|Bars in London]]
 
```dataviewjs
let tempPhone = dv.current().Phone ? dv.current().Phone.replaceAll(" ", "") : '+000'
let tempMail = dv.current().Email ? dv.current().Email : ""
let tempCoorSet = dv.current().location ? dv.current().location : [0,0]