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.6985,-74.5051)};var g_26864bfba07bfdc89934ec5ca9367ab9 = new google.maps.Geocoder();g_26864bfba07bfdc89934ec5ca9367ab9.geocode( { 'address': "103 Canal St, Ellenville, NY 12428"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellenville-NY-community-bank-sullivan-county').style.display = '';map = new google.maps.Map(document.getElementById('ellenville-NY-community-bank-sullivan-county'), mapOptions);}document.getElementById('f9be6b8b').innerHTML += ' | View Map';var $l26864bfba07bfdc89934ec5ca9367ab9 = '

Community Bank-Sullivan County

Address: 103 Canal St, Ellenville, NY 12428
Phone: (845) 647-4690
';var m_26864bfba07bfdc89934ec5ca9367ab9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank-Sullivan County',});m_26864bfba07bfdc89934ec5ca9367ab9['infowindow'] = new google.maps.InfoWindow({content: $l26864bfba07bfdc89934ec5ca9367ab9});var infowindow = new google.maps.InfoWindow({content: $l26864bfba07bfdc89934ec5ca9367ab9});google.maps.event.addListener(m_26864bfba07bfdc89934ec5ca9367ab9, 'click', function() {infowindow.open(map,m_26864bfba07bfdc89934ec5ca9367ab9);});$marker.push(m_26864bfba07bfdc89934ec5ca9367ab9);}});}google.maps.event.addDomListener(window, 'load', initialize);