3-5 Catherine Street
London
WC2B 5LA', thumb: '//www.hoteldirect.co.uk/img/the-play-that-goes-wrong-thumb-large.jpg', reviews: 'Exceptional, 95%', tickets: 'tickets + hotel per person', price: 'from £61', distance: 'Theatre to tube: 4 minute walk (323 m)', lat: '51.5121', lng: '-0.1197' } ]; var tube = [ { name: 'Covent Garden', description: '4 minute walk (323 metres) from Duchess Theatre', lat: '51.512882367963456', lng: '-0.12419700622558594' } ]; function initialize() { TB.initializeMap({ lat: '51.5121', lng: '-0.1197', 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); }