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.2317,-71.006)};var g_1c596d6658b237e7a2aec3b1ed11dab3 = new google.maps.Geocoder();g_1c596d6658b237e7a2aec3b1ed11dab3.geocode( { 'address': "213 Independence Ave, Quincy, MA 02169, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quincy-MA-bridgewater-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('quincy-MA-bridgewater-credit-union'), mapOptions);}document.getElementById('6213e38d').innerHTML += ' | View Map';var $l1c596d6658b237e7a2aec3b1ed11dab3 = '

Bridgewater Credit Union

Address: 213 Independence Ave, Quincy, MA 02169, USA
Phone: (800) 897-0343
';var m_1c596d6658b237e7a2aec3b1ed11dab3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bridgewater Credit Union',});m_1c596d6658b237e7a2aec3b1ed11dab3['infowindow'] = new google.maps.InfoWindow({content: $l1c596d6658b237e7a2aec3b1ed11dab3});var infowindow = new google.maps.InfoWindow({content: $l1c596d6658b237e7a2aec3b1ed11dab3});google.maps.event.addListener(m_1c596d6658b237e7a2aec3b1ed11dab3, 'click', function() {infowindow.open(map,m_1c596d6658b237e7a2aec3b1ed11dab3);});$marker.push(m_1c596d6658b237e7a2aec3b1ed11dab3);}});}google.maps.event.addDomListener(window, 'load', initialize);