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(43.1398,-74.9693)};var g_84e4ff1c1aef896401c3af7975a491b0 = new google.maps.Geocoder();g_84e4ff1c1aef896401c3af7975a491b0.geocode( { 'address': "12 S Main St, Middleville, NY 13406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middleville-NY-nbt-bank-of-middleville').style.display = '';map = new google.maps.Map(document.getElementById('middleville-NY-nbt-bank-of-middleville'), mapOptions);}document.getElementById('c478f08e').innerHTML += ' | View Map';var $l84e4ff1c1aef896401c3af7975a491b0 = '

NBT Bank of Middleville

Address: 12 S Main St, Middleville, NY 13406, USA
Phone: (315) 891-7502
';var m_84e4ff1c1aef896401c3af7975a491b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank of Middleville',});m_84e4ff1c1aef896401c3af7975a491b0['infowindow'] = new google.maps.InfoWindow({content: $l84e4ff1c1aef896401c3af7975a491b0});var infowindow = new google.maps.InfoWindow({content: $l84e4ff1c1aef896401c3af7975a491b0});google.maps.event.addListener(m_84e4ff1c1aef896401c3af7975a491b0, 'click', function() {infowindow.open(map,m_84e4ff1c1aef896401c3af7975a491b0);});$marker.push(m_84e4ff1c1aef896401c3af7975a491b0);}});}google.maps.event.addDomListener(window, 'load', initialize);