South Bank
London
SE1 9PX', thumb: '//www.hoteldirect.co.uk/img/london-theatre-thumb-large.jpg', tickets: 'tickets + hotel per person', price: 'from £118', distance: 'Theatre to tube: 5 minute walk (430 m)', lat: '51.50736', lng: '-0.114262' } ]; var tube = [ { name: 'Waterloo', description: '5 minute walk (430 metres) from Olivier Theatre, National', lat: '51.50350025991144', lng: '-0.11392951011657715' } ]; function initialize() { TB.initializeMap({ lat: '51.50736', lng: '-0.114262', 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); }