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.3405,-71.0558)};var g_f4c1f8a98bd9d71eacac4a85c855e149 = new google.maps.Geocoder();g_f4c1f8a98bd9d71eacac4a85c855e149.geocode( { 'address': "147 W 4th St, Boston, MA 02127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-mbta-employees-cu-inc').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-mbta-employees-cu-inc'), mapOptions);}document.getElementById('a30ff9db').innerHTML += ' | View Map';var $lf4c1f8a98bd9d71eacac4a85c855e149 = '

Mbta Employees Cu Inc

Address: 147 W 4th St, Boston, MA 02127, USA
Phone: (617) 269-2700
';var m_f4c1f8a98bd9d71eacac4a85c855e149 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mbta Employees Cu Inc',});m_f4c1f8a98bd9d71eacac4a85c855e149['infowindow'] = new google.maps.InfoWindow({content: $lf4c1f8a98bd9d71eacac4a85c855e149});var infowindow = new google.maps.InfoWindow({content: $lf4c1f8a98bd9d71eacac4a85c855e149});google.maps.event.addListener(m_f4c1f8a98bd9d71eacac4a85c855e149, 'click', function() {infowindow.open(map,m_f4c1f8a98bd9d71eacac4a85c855e149);});$marker.push(m_f4c1f8a98bd9d71eacac4a85c855e149);}});}google.maps.event.addDomListener(window, 'load', initialize);