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.359,-73.2835)};var g_0c7f4235270e061c4a70e6135a50f019 = new google.maps.Geocoder();g_0c7f4235270e061c4a70e6135a50f019.geocode( { 'address': "68 Main St, Lenox, MA 01240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lenox-MA-greylock-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lenox-MA-greylock-federal-credit-union'), mapOptions);}document.getElementById('af607e5d').innerHTML += ' | View Map';var $l0c7f4235270e061c4a70e6135a50f019 = '

Greylock Federal Credit Union

Address: 68 Main St, Lenox, MA 01240, USA
Phone: (413) 637-4999
';var m_0c7f4235270e061c4a70e6135a50f019 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greylock Federal Credit Union',});m_0c7f4235270e061c4a70e6135a50f019['infowindow'] = new google.maps.InfoWindow({content: $l0c7f4235270e061c4a70e6135a50f019});var infowindow = new google.maps.InfoWindow({content: $l0c7f4235270e061c4a70e6135a50f019});google.maps.event.addListener(m_0c7f4235270e061c4a70e6135a50f019, 'click', function() {infowindow.open(map,m_0c7f4235270e061c4a70e6135a50f019);});$marker.push(m_0c7f4235270e061c4a70e6135a50f019);}});}google.maps.event.addDomListener(window, 'load', initialize);