85-88 St Martin`s Lane
London
WC2N 4AU', thumb: '//www.hoteldirect.co.uk/img/london-theatre-thumb-large.jpg', tickets: 'tickets + hotel per person', price: 'from £57', distance: 'Theatre to tube: 1 minute walk (52 m)', lat: '51.5112', lng: '-0.127437' } ]; var tube = [ { name: 'Leicester Square', description: '1 minute walk (52 metres) from Noel Coward Theatre', lat: '51.511173031715074', lng: '-0.1281881332397461' } ]; function initialize() { TB.initializeMap({ lat: '51.5112', lng: '-0.127437', 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); }