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.6991,-71.1608)};var g_02c32194f5d8a18f6d4aa773b988462c = new google.maps.Geocoder();g_02c32194f5d8a18f6d4aa773b988462c.geocode( { 'address': "333 Milliken Blvd, Fall River, MA 02721, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fall-river-MA-fall-river-municipal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fall-river-MA-fall-river-municipal-credit-union'), mapOptions);}document.getElementById('557c1d62').innerHTML += ' | View Map';var $l02c32194f5d8a18f6d4aa773b988462c = '

Fall River Municipal Credit Union

Address: 333 Milliken Blvd, Fall River, MA 02721, USA
Phone: (508) 678-9028
';var m_02c32194f5d8a18f6d4aa773b988462c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fall River Municipal Credit Union',});m_02c32194f5d8a18f6d4aa773b988462c['infowindow'] = new google.maps.InfoWindow({content: $l02c32194f5d8a18f6d4aa773b988462c});var infowindow = new google.maps.InfoWindow({content: $l02c32194f5d8a18f6d4aa773b988462c});google.maps.event.addListener(m_02c32194f5d8a18f6d4aa773b988462c, 'click', function() {infowindow.open(map,m_02c32194f5d8a18f6d4aa773b988462c);});$marker.push(m_02c32194f5d8a18f6d4aa773b988462c);}});}google.maps.event.addDomListener(window, 'load', initialize);