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.3527,-71.0536)};var g_5cd00703b9f76cf9d58e542811393f67 = new google.maps.Geocoder();g_5cd00703b9f76cf9d58e542811393f67.geocode( { 'address': "600 Atlantic Ave, Boston, MA 02210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-600-atlantic-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-600-atlantic-federal-credit-union'), mapOptions);}document.getElementById('b013551a').innerHTML += ' | View Map';var $l5cd00703b9f76cf9d58e542811393f67 = '

600 Atlantic Federal Credit Union

Address: 600 Atlantic Ave, Boston, MA 02210, USA
Phone: (617) 973-9500
';var m_5cd00703b9f76cf9d58e542811393f67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '600 Atlantic Federal Credit Union',});m_5cd00703b9f76cf9d58e542811393f67['infowindow'] = new google.maps.InfoWindow({content: $l5cd00703b9f76cf9d58e542811393f67});var infowindow = new google.maps.InfoWindow({content: $l5cd00703b9f76cf9d58e542811393f67});google.maps.event.addListener(m_5cd00703b9f76cf9d58e542811393f67, 'click', function() {infowindow.open(map,m_5cd00703b9f76cf9d58e542811393f67);});$marker.push(m_5cd00703b9f76cf9d58e542811393f67);}});}google.maps.event.addDomListener(window, 'load', initialize);