Strand
London
WC2R 0ET', thumb: '//www.hoteldirect.co.uk/img/london-theatre-thumb-large.jpg', reviews: 'Superb, 91%', tickets: 'tickets + hotel per person', price: 'from £69', distance: 'Theatre to tube: 3 minute walk (309 m)', lat: '51.510012', lng: '-0.120801' } ]; var tube = [ { name: 'Charing Cross', description: '3 minute walk (309 metres) from Savoy Theatre', lat: '51.50858887429116', lng: '-0.12463688850402832' } ]; function initialize() { TB.initializeMap({ lat: '51.510012', lng: '-0.120801', 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); }