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.3442,-71.0572)};var g_7fa3244f2770952a119d9c35d1af75b6 = new google.maps.Geocoder();g_7fa3244f2770952a119d9c35d1af75b6.geocode( { 'address': "1 Gillette Park, Boston, MA 02127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-soundview-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-soundview-financial-credit-union'), mapOptions);}document.getElementById('3098ac16').innerHTML += ' | View Map';var $l7fa3244f2770952a119d9c35d1af75b6 = '

SoundView Financial Credit Union

Address: 1 Gillette Park, Boston, MA 02127, USA
Phone: (800) 722-2936
';var m_7fa3244f2770952a119d9c35d1af75b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SoundView Financial Credit Union',});m_7fa3244f2770952a119d9c35d1af75b6['infowindow'] = new google.maps.InfoWindow({content: $l7fa3244f2770952a119d9c35d1af75b6});var infowindow = new google.maps.InfoWindow({content: $l7fa3244f2770952a119d9c35d1af75b6});google.maps.event.addListener(m_7fa3244f2770952a119d9c35d1af75b6, 'click', function() {infowindow.open(map,m_7fa3244f2770952a119d9c35d1af75b6);});$marker.push(m_7fa3244f2770952a119d9c35d1af75b6);}});}google.maps.event.addDomListener(window, 'load', initialize);