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_5ab2d56d52aeb5fa908e3565823c21f2 = new google.maps.Geocoder();g_5ab2d56d52aeb5fa908e3565823c21f2.geocode( { 'address': "221 Longwood Ave, Boston, MA 02115"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-medical-area-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-medical-area-federal-credit-union'), mapOptions);}document.getElementById('5240ad7e').innerHTML += ' | View Map';var $l5ab2d56d52aeb5fa908e3565823c21f2 = '

Medical Area Federal Credit Union

Address: 221 Longwood Ave, Boston, MA 02115
Phone: (617) 732-4185
';var m_5ab2d56d52aeb5fa908e3565823c21f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Medical Area Federal Credit Union',});m_5ab2d56d52aeb5fa908e3565823c21f2['infowindow'] = new google.maps.InfoWindow({content: $l5ab2d56d52aeb5fa908e3565823c21f2});var infowindow = new google.maps.InfoWindow({content: $l5ab2d56d52aeb5fa908e3565823c21f2});google.maps.event.addListener(m_5ab2d56d52aeb5fa908e3565823c21f2, 'click', function() {infowindow.open(map,m_5ab2d56d52aeb5fa908e3565823c21f2);});$marker.push(m_5ab2d56d52aeb5fa908e3565823c21f2);}});}google.maps.event.addDomListener(window, 'load', initialize);