31 Shaftesbury Avenue
London
W1D 7ES', thumb: '//www.hoteldirect.co.uk/img/fawlty_towers_thumb_large.jpg', reviews: 'Exceptional, 96%', tickets: 'tickets + hotel per person', price: 'from £63', distance: 'Theatre to tube: 2 minute walk (162 m)', lat: '51.511373', lng: '-0.133317' } ]; var tube = [ { name: 'Piccadilly Circus', description: '2 minute walk (162 metres) from Apollo Theatre', lat: '51.50997111626239', lng: '-0.13398170471191406' } ]; function initialize() { TB.initializeMap({ lat: '51.511373', lng: '-0.133317', 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); }