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.6952,-73.1105)};var g_a7c01393b3eb9f15eec8a054f7ea2bc9 = new google.maps.Geocoder();g_a7c01393b3eb9f15eec8a054f7ea2bc9.geocode( { 'address': "131 Ashland St, North Adams, MA 01247, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-adams-MA-landmark-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-adams-MA-landmark-credit-union'), mapOptions);}document.getElementById('afdd02fa').innerHTML += ' | View Map';var $la7c01393b3eb9f15eec8a054f7ea2bc9 = '

Landmark Credit Union

Address: 131 Ashland St, North Adams, MA 01247, USA
Phone: (413) 664-4926
';var m_a7c01393b3eb9f15eec8a054f7ea2bc9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Landmark Credit Union',});m_a7c01393b3eb9f15eec8a054f7ea2bc9['infowindow'] = new google.maps.InfoWindow({content: $la7c01393b3eb9f15eec8a054f7ea2bc9});var infowindow = new google.maps.InfoWindow({content: $la7c01393b3eb9f15eec8a054f7ea2bc9});google.maps.event.addListener(m_a7c01393b3eb9f15eec8a054f7ea2bc9, 'click', function() {infowindow.open(map,m_a7c01393b3eb9f15eec8a054f7ea2bc9);});$marker.push(m_a7c01393b3eb9f15eec8a054f7ea2bc9);}});}google.maps.event.addDomListener(window, 'load', initialize);