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.5959,-75.1685)};var g_33463bc0c4fcc9398bdb211fd530afa4 = new google.maps.Geocoder();g_33463bc0c4fcc9398bdb211fd530afa4.geocode( { 'address': "127 Main St, Canton, NY 13617, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-NY-north-country-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('canton-NY-north-country-savings-bank'), mapOptions);}document.getElementById('b359ff89').innerHTML += ' | View Map';var $l33463bc0c4fcc9398bdb211fd530afa4 = '

North Country Savings Bank

Address: 127 Main St, Canton, NY 13617, USA
Phone: (315) 386-4533
';var m_33463bc0c4fcc9398bdb211fd530afa4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Country Savings Bank',});m_33463bc0c4fcc9398bdb211fd530afa4['infowindow'] = new google.maps.InfoWindow({content: $l33463bc0c4fcc9398bdb211fd530afa4});var infowindow = new google.maps.InfoWindow({content: $l33463bc0c4fcc9398bdb211fd530afa4});google.maps.event.addListener(m_33463bc0c4fcc9398bdb211fd530afa4, 'click', function() {infowindow.open(map,m_33463bc0c4fcc9398bdb211fd530afa4);});$marker.push(m_33463bc0c4fcc9398bdb211fd530afa4);}});}google.maps.event.addDomListener(window, 'load', initialize);