Charing Cross Road
London
WC2H 0JP', thumb: '//www.hoteldirect.co.uk/img/stranger_things_the_first_shadow_thumb_large.jpg', reviews: 'Exceptional, 95%', tickets: 'tickets + hotel per person', price: 'from £63', distance: 'Theatre to tube: 2 minute walk (216 m)', lat: '51.514431', lng: '-0.129485' } ]; var tube = [ { name: 'Tottenham Court Road', description: '2 minute walk (216 metres) from Phoenix Theatre', lat: '51.51616731848544', lng: '-0.1308917999267578' } ]; function initialize() { TB.initializeMap({ lat: '51.514431', lng: '-0.129485', 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); }