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.4662,-73.8163)};var g_aa36dc1d45661519a5bf923429776a83 = new google.maps.Geocoder();g_aa36dc1d45661519a5bf923429776a83.geocode( { 'address': "2494 US-9W, Ravena, NY 12143, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ravena-NY-the-bank-of-greene-county').style.display = '';map = new google.maps.Map(document.getElementById('ravena-NY-the-bank-of-greene-county'), mapOptions);}document.getElementById('aa4679e4').innerHTML += ' | View Map';var $laa36dc1d45661519a5bf923429776a83 = '

The Bank of Greene County

Address: 2494 US-9W, Ravena, NY 12143, USA
Phone: (518) 756-8702
';var m_aa36dc1d45661519a5bf923429776a83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Greene County',});m_aa36dc1d45661519a5bf923429776a83['infowindow'] = new google.maps.InfoWindow({content: $laa36dc1d45661519a5bf923429776a83});var infowindow = new google.maps.InfoWindow({content: $laa36dc1d45661519a5bf923429776a83});google.maps.event.addListener(m_aa36dc1d45661519a5bf923429776a83, 'click', function() {infowindow.open(map,m_aa36dc1d45661519a5bf923429776a83);});$marker.push(m_aa36dc1d45661519a5bf923429776a83);}});}google.maps.event.addDomListener(window, 'load', initialize);