268-269 Tottenham Court Road
London
W1T 7AQ', thumb: '//www.hoteldirect.co.uk/img/the_devil_wears_prada_thumb_large.jpg', tickets: 'tickets + hotel per person', price: 'from £60', distance: 'Theatre to tube: 1 minute walk (80 m)', lat: '51.5165819', lng: '-0.1299397' } ]; var tube = [ { name: 'Tottenham Court Road', description: '1 minute walk (80 metres) from Dominion Theatre', lat: '51.51616731848544', lng: '-0.1308917999267578' } ]; function initialize() { TB.initializeMap({ lat: '51.5165819', lng: '-0.1299397', 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); }