Portugal Street
London
WC2A 2HT', thumb: '//www.hoteldirect.co.uk/img/london-theatre-thumb-large.jpg', reviews: 'Exceptional, 97%', tickets: 'tickets + hotel per person', price: 'from £82', distance: 'Theatre to tube: 4 minute walk (342 m)', lat: '51.514625', lng: '-0.118017' } ]; var tube = [ { name: 'Holborn', description: '4 minute walk (342 metres) from Peacock Theatre', lat: '51.51743583353309', lng: '-0.12001276016235351' } ]; function initialize() { TB.initializeMap({ lat: '51.514625', lng: '-0.118017', zoom: 14, show: show, tube: tube }); } function loadMapScript() { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'https://maps.googleapis.com/maps/api/js?v=3.exp' + '&key=AIzaSyC-6apYZuGi0D9Y_VS8_1hg9L1Gm0_i1C0&signed_in=true&callback=initialize'; document.body.appendChild(script); }