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(41.5659,-74.4977)};var g_a03f1385e9037de804da9a979304c50d = new google.maps.Geocoder();g_a03f1385e9037de804da9a979304c50d.geocode( { 'address': "2930 US-209, Wurtsboro, NY 12790, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wurtsboro-NY-jeff-bank').style.display = '';map = new google.maps.Map(document.getElementById('wurtsboro-NY-jeff-bank'), mapOptions);}document.getElementById('1c79c758').innerHTML += ' | View Map';var $la03f1385e9037de804da9a979304c50d = '

Jeff Bank

Address: 2930 US-209, Wurtsboro, NY 12790, USA
Phone: (845) 888-5890
';var m_a03f1385e9037de804da9a979304c50d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jeff Bank',});m_a03f1385e9037de804da9a979304c50d['infowindow'] = new google.maps.InfoWindow({content: $la03f1385e9037de804da9a979304c50d});var infowindow = new google.maps.InfoWindow({content: $la03f1385e9037de804da9a979304c50d});google.maps.event.addListener(m_a03f1385e9037de804da9a979304c50d, 'click', function() {infowindow.open(map,m_a03f1385e9037de804da9a979304c50d);});$marker.push(m_a03f1385e9037de804da9a979304c50d);}});}google.maps.event.addDomListener(window, 'load', initialize);