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.6347,-70.9239)};var g_844a13099f40e697153da26c6aef37e5 = new google.maps.Geocoder();g_844a13099f40e697153da26c6aef37e5.geocode( { 'address': "93 Union St, New Bedford, MA 02740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-bedford-MA-st-anne-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-bedford-MA-st-anne-credit-union'), mapOptions);}document.getElementById('df08823d').innerHTML += ' | View Map';var $l844a13099f40e697153da26c6aef37e5 = '

St Anne Credit Union

Address: 93 Union St, New Bedford, MA 02740, USA
Phone: (508) 993-0011
';var m_844a13099f40e697153da26c6aef37e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Anne Credit Union',});m_844a13099f40e697153da26c6aef37e5['infowindow'] = new google.maps.InfoWindow({content: $l844a13099f40e697153da26c6aef37e5});var infowindow = new google.maps.InfoWindow({content: $l844a13099f40e697153da26c6aef37e5});google.maps.event.addListener(m_844a13099f40e697153da26c6aef37e5, 'click', function() {infowindow.open(map,m_844a13099f40e697153da26c6aef37e5);});$marker.push(m_844a13099f40e697153da26c6aef37e5);}});}google.maps.event.addDomListener(window, 'load', initialize);