12 Palace Street
London
SW1E 5JA', thumb: '//www.hoteldirect.co.uk/img/london-theatre-thumb-large.jpg', tickets: 'tickets + hotel per person', price: 'from £67', distance: 'Theatre to tube: 3 minute walk (287 m)', lat: '51.498724', lng: '-0.142113' } ]; var tube = [ { name: 'Victoria', description: '3 minute walk (287 metres) from The Other Palace', lat: '51.496340512203865', lng: '-0.1437234878540039' } ]; function initialize() { TB.initializeMap({ lat: '51.498724', lng: '-0.142113', 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); }