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.7818,-74.9837)};var g_88f9344f9167663504c5cc3a143a9b89 = new google.maps.Geocoder();g_88f9344f9167663504c5cc3a143a9b89.geocode( { 'address': "4499 State Route 17b, Callicoon, NY 12723"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('callicoon-NY-jeff-bank').style.display = '';map = new google.maps.Map(document.getElementById('callicoon-NY-jeff-bank'), mapOptions);}document.getElementById('7443f058').innerHTML += ' | View Map';var $l88f9344f9167663504c5cc3a143a9b89 = '

Jeff Bank

Address: 4499 State Route 17b, Callicoon, NY 12723
Phone: (845) 887-4866
';var m_88f9344f9167663504c5cc3a143a9b89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jeff Bank',});m_88f9344f9167663504c5cc3a143a9b89['infowindow'] = new google.maps.InfoWindow({content: $l88f9344f9167663504c5cc3a143a9b89});var infowindow = new google.maps.InfoWindow({content: $l88f9344f9167663504c5cc3a143a9b89});google.maps.event.addListener(m_88f9344f9167663504c5cc3a143a9b89, 'click', function() {infowindow.open(map,m_88f9344f9167663504c5cc3a143a9b89);});$marker.push(m_88f9344f9167663504c5cc3a143a9b89);}});}google.maps.event.addDomListener(window, 'load', initialize);