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.4555,-75.0631)};var g_381550c0a033319ab0339ddcdd4683b8 = new google.maps.Geocoder();g_381550c0a033319ab0339ddcdd4683b8.geocode( { 'address': "33 Dietz St, Oneonta, NY 13820, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oneonta-NY-nbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('oneonta-NY-nbt-bank'), mapOptions);}document.getElementById('ae8e0117').innerHTML += ' | View Map';var $l381550c0a033319ab0339ddcdd4683b8 = '

NBT Bank

Address: 33 Dietz St, Oneonta, NY 13820, USA
Phone: (607) 432-5800
';var m_381550c0a033319ab0339ddcdd4683b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank',});m_381550c0a033319ab0339ddcdd4683b8['infowindow'] = new google.maps.InfoWindow({content: $l381550c0a033319ab0339ddcdd4683b8});var infowindow = new google.maps.InfoWindow({content: $l381550c0a033319ab0339ddcdd4683b8});google.maps.event.addListener(m_381550c0a033319ab0339ddcdd4683b8, 'click', function() {infowindow.open(map,m_381550c0a033319ab0339ddcdd4683b8);});$marker.push(m_381550c0a033319ab0339ddcdd4683b8);}});}google.maps.event.addDomListener(window, 'load', initialize);