Empress Place
London
SW6 1TT', thumb: '//www.hoteldirect.co.uk/img/london-theatre-thumb-large.jpg', tickets: 'tickets + hotel per person', price: 'from £69', distance: 'Theatre to tube: 7 minute walk (552 m)', lat: '51.4880062', lng: '-0.1986839' } ]; var tube = [ { name: 'Earls Court', description: '7 minute walk (552 metres) from Empress Museum', lat: '51.491798298154066', lng: '-0.19354820251464844' } ]; function initialize() { TB.initializeMap({ lat: '51.4880062', lng: '-0.1986839', 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); }