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.438,-74.9642)};var g_61437ee352009cb2d2644a2b947d9e11 = new google.maps.Geocoder();g_61437ee352009cb2d2644a2b947d9e11.geocode( { 'address': "2503 Prosser Hollow Rd, Oneonta, NY 13820, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oneonta-NY-delaware-national-bank-delhi').style.display = '';map = new google.maps.Map(document.getElementById('oneonta-NY-delaware-national-bank-delhi'), mapOptions);}document.getElementById('a28151fe').innerHTML += ' | View Map';var $l61437ee352009cb2d2644a2b947d9e11 = '

Delaware National Bank-Delhi

Address: 2503 Prosser Hollow Rd, Oneonta, NY 13820, USA
Phone: (607) 278-4016
';var m_61437ee352009cb2d2644a2b947d9e11 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Delaware National Bank-Delhi',});m_61437ee352009cb2d2644a2b947d9e11['infowindow'] = new google.maps.InfoWindow({content: $l61437ee352009cb2d2644a2b947d9e11});var infowindow = new google.maps.InfoWindow({content: $l61437ee352009cb2d2644a2b947d9e11});google.maps.event.addListener(m_61437ee352009cb2d2644a2b947d9e11, 'click', function() {infowindow.open(map,m_61437ee352009cb2d2644a2b947d9e11);});$marker.push(m_61437ee352009cb2d2644a2b947d9e11);}});}google.maps.event.addDomListener(window, 'load', initialize);