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.6988,-73.1123)};var g_7affa5c15011e3011d2afb9979fca3eb = new google.maps.Geocoder();g_7affa5c15011e3011d2afb9979fca3eb.geocode( { 'address': "66 Main St, North Adams, MA 01247, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-adams-MA-greylock-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-adams-MA-greylock-federal-credit-union'), mapOptions);}document.getElementById('270b1fa5').innerHTML += ' | View Map';var $l7affa5c15011e3011d2afb9979fca3eb = '

Greylock Federal Credit Union

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