var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(42.3587,-71.0713)};var g_a4dc1548af356049973fba2271ce29e4 = new google.maps.Geocoder();g_a4dc1548af356049973fba2271ce29e4.geocode( { 'address': "54 Canal St, Boston, MA 02114"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-city-hall-plaza').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-city-hall-plaza'), mapOptions);}document.getElementById('40f1be2e').innerHTML += ' | View Map';var $la4dc1548af356049973fba2271ce29e4 = '

City Hall Plaza

Address: 54 Canal St, Boston, MA 02114
Phone: (800) 733-2678
';var m_a4dc1548af356049973fba2271ce29e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Hall Plaza',});m_a4dc1548af356049973fba2271ce29e4['infowindow'] = new google.maps.InfoWindow({content: $la4dc1548af356049973fba2271ce29e4});var infowindow = new google.maps.InfoWindow({content: $la4dc1548af356049973fba2271ce29e4});google.maps.event.addListener(m_a4dc1548af356049973fba2271ce29e4, 'click', function() {infowindow.open(map,m_a4dc1548af356049973fba2271ce29e4);});$marker.push(m_a4dc1548af356049973fba2271ce29e4);}});}google.maps.event.addDomListener(window, 'load', initialize);