Rosebery Avenue
London
EC1R 4TN', thumb: '//www.hoteldirect.co.uk/img/london-theatre-thumb-large.jpg', tickets: 'tickets + hotel per person', price: 'from £109', distance: 'Theatre to tube: 14 minute walk (1164 m)', lat: '51.5294', lng: '-0.1062' } ]; var tube = [ { name: 'Barbican', description: '14 minute walk (1164 metres) from Sadler`s Wells', lat: '51.52028', lng: '-0.09797000000003209' } ]; function initialize() { TB.initializeMap({ lat: '51.5294', lng: '-0.1062', 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); }