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.6997,-73.1146)};var g_5653f871ea5774d1d7620c2b52d494ed = new google.maps.Geocoder();g_5653f871ea5774d1d7620c2b52d494ed.geocode( { 'address': "10 Main St #213, North Adams, MA 01247, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-adams-MA-north-adams-me-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-adams-MA-north-adams-me-credit-union'), mapOptions);}document.getElementById('95672769').innerHTML += ' | View Map';var $l5653f871ea5774d1d7620c2b52d494ed = '

North Adams ME Credit Union

Address: 10 Main St #213, North Adams, MA 01247, USA
Phone: (413) 662-2657
';var m_5653f871ea5774d1d7620c2b52d494ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Adams ME Credit Union',});m_5653f871ea5774d1d7620c2b52d494ed['infowindow'] = new google.maps.InfoWindow({content: $l5653f871ea5774d1d7620c2b52d494ed});var infowindow = new google.maps.InfoWindow({content: $l5653f871ea5774d1d7620c2b52d494ed});google.maps.event.addListener(m_5653f871ea5774d1d7620c2b52d494ed, 'click', function() {infowindow.open(map,m_5653f871ea5774d1d7620c2b52d494ed);});$marker.push(m_5653f871ea5774d1d7620c2b52d494ed);}});}google.maps.event.addDomListener(window, 'load', initialize);