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_c8c78cc2da4ddec663f1a3c2350dd010 = new google.maps.Geocoder();g_c8c78cc2da4ddec663f1a3c2350dd010.geocode( { 'address': "1 Deaconess Rd, Boston, MA 02215"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-alpha-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-alpha-credit-union'), mapOptions);}document.getElementById('26684520').innerHTML += ' | View Map';var $lc8c78cc2da4ddec663f1a3c2350dd010 = '

Alpha Credit Union

Address: 1 Deaconess Rd, Boston, MA 02215
Phone: (617) 632-8164
';var m_c8c78cc2da4ddec663f1a3c2350dd010 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alpha Credit Union',});m_c8c78cc2da4ddec663f1a3c2350dd010['infowindow'] = new google.maps.InfoWindow({content: $lc8c78cc2da4ddec663f1a3c2350dd010});var infowindow = new google.maps.InfoWindow({content: $lc8c78cc2da4ddec663f1a3c2350dd010});google.maps.event.addListener(m_c8c78cc2da4ddec663f1a3c2350dd010, 'click', function() {infowindow.open(map,m_c8c78cc2da4ddec663f1a3c2350dd010);});$marker.push(m_c8c78cc2da4ddec663f1a3c2350dd010);}});}google.maps.event.addDomListener(window, 'load', initialize);