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(44.8476,-74.3124)};var g_967e9762cd256961572df916205f2eaf = new google.maps.Geocoder();g_967e9762cd256961572df916205f2eaf.geocode( { 'address': "3392 US-11, Malone, NY 12953, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('malone-NY-nbt-bank-of-malone').style.display = '';map = new google.maps.Map(document.getElementById('malone-NY-nbt-bank-of-malone'), mapOptions);}document.getElementById('41481ba3').innerHTML += ' | View Map';var $l967e9762cd256961572df916205f2eaf = '

NBT Bank of Malone

Address: 3392 US-11, Malone, NY 12953, USA
Phone: (518) 483-8333
';var m_967e9762cd256961572df916205f2eaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank of Malone',});m_967e9762cd256961572df916205f2eaf['infowindow'] = new google.maps.InfoWindow({content: $l967e9762cd256961572df916205f2eaf});var infowindow = new google.maps.InfoWindow({content: $l967e9762cd256961572df916205f2eaf});google.maps.event.addListener(m_967e9762cd256961572df916205f2eaf, 'click', function() {infowindow.open(map,m_967e9762cd256961572df916205f2eaf);});$marker.push(m_967e9762cd256961572df916205f2eaf);}});}google.maps.event.addDomListener(window, 'load', initialize);