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.3596,-73.5894)};var g_714a591255dd62d5f82b849a12edafa8 = new google.maps.Geocoder();g_714a591255dd62d5f82b849a12edafa8.geocode( { 'address': "2631 State Route 66, Chatham, NY 12037"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chatham-NY-bank-of-greene-county').style.display = '';map = new google.maps.Map(document.getElementById('chatham-NY-bank-of-greene-county'), mapOptions);}document.getElementById('ed4fbca5').innerHTML += ' | View Map';var $l714a591255dd62d5f82b849a12edafa8 = '

Bank Of Greene County

Address: 2631 State Route 66, Chatham, NY 12037
Phone: (518) 392-9600
';var m_714a591255dd62d5f82b849a12edafa8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Greene County',});m_714a591255dd62d5f82b849a12edafa8['infowindow'] = new google.maps.InfoWindow({content: $l714a591255dd62d5f82b849a12edafa8});var infowindow = new google.maps.InfoWindow({content: $l714a591255dd62d5f82b849a12edafa8});google.maps.event.addListener(m_714a591255dd62d5f82b849a12edafa8, 'click', function() {infowindow.open(map,m_714a591255dd62d5f82b849a12edafa8);});$marker.push(m_714a591255dd62d5f82b849a12edafa8);}});}google.maps.event.addDomListener(window, 'load', initialize);