2 Soho Place
London
WC1', thumb: '//www.hoteldirect.co.uk/img/london-theatre-thumb-large.jpg', tickets: 'tickets + hotel per person', price: 'from £127', distance: 'Theatre to tube: 1 minute walk (130 m)', lat: '51.516116', lng: '-0.1327735' } ]; var tube = [ { name: 'Tottenham Court Road', description: '1 minute walk (130 metres) from Soho Place', lat: '51.51616731848544', lng: '-0.1308917999267578' } ]; function initialize() { TB.initializeMap({ lat: '51.516116', lng: '-0.1327735', 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); }