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(41.6857,-71.1467)};var g_fbe6adc933475d8834e7cd52ad0b6fe2 = new google.maps.Geocoder();g_fbe6adc933475d8834e7cd52ad0b6fe2.geocode( { 'address': "73 Reeves St, Fall River, MA 02721, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fall-river-MA-westport-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fall-river-MA-westport-federal-credit-union'), mapOptions);}document.getElementById('47f84f44').innerHTML += ' | View Map';var $lfbe6adc933475d8834e7cd52ad0b6fe2 = '

Westport Federal Credit Union

Address: 73 Reeves St, Fall River, MA 02721, USA
Phone: (508) 678-2320
';var m_fbe6adc933475d8834e7cd52ad0b6fe2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westport Federal Credit Union',});m_fbe6adc933475d8834e7cd52ad0b6fe2['infowindow'] = new google.maps.InfoWindow({content: $lfbe6adc933475d8834e7cd52ad0b6fe2});var infowindow = new google.maps.InfoWindow({content: $lfbe6adc933475d8834e7cd52ad0b6fe2});google.maps.event.addListener(m_fbe6adc933475d8834e7cd52ad0b6fe2, 'click', function() {infowindow.open(map,m_fbe6adc933475d8834e7cd52ad0b6fe2);});$marker.push(m_fbe6adc933475d8834e7cd52ad0b6fe2);}});}google.maps.event.addDomListener(window, 'load', initialize);