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.9014,-74.8265)};var g_d4988fffcce384ff54f5bedbb25b59df = new google.maps.Geocoder();g_d4988fffcce384ff54f5bedbb25b59df.geocode( { 'address': "33 Main St, Livingston Manor, NY 12758, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('livingston-manor-NY-jeff-bank').style.display = '';map = new google.maps.Map(document.getElementById('livingston-manor-NY-jeff-bank'), mapOptions);}document.getElementById('1152aef0').innerHTML += ' | View Map';var $ld4988fffcce384ff54f5bedbb25b59df = '

Jeff Bank

Address: 33 Main St, Livingston Manor, NY 12758, USA
Phone: (845) 439-8123
';var m_d4988fffcce384ff54f5bedbb25b59df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jeff Bank',});m_d4988fffcce384ff54f5bedbb25b59df['infowindow'] = new google.maps.InfoWindow({content: $ld4988fffcce384ff54f5bedbb25b59df});var infowindow = new google.maps.InfoWindow({content: $ld4988fffcce384ff54f5bedbb25b59df});google.maps.event.addListener(m_d4988fffcce384ff54f5bedbb25b59df, 'click', function() {infowindow.open(map,m_d4988fffcce384ff54f5bedbb25b59df);});$marker.push(m_d4988fffcce384ff54f5bedbb25b59df);}});}google.maps.event.addDomListener(window, 'load', initialize);