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.6967,-75.4907)};var g_7cafa4a3aa6ae67880a614a6ee14161f = new google.maps.Geocoder();g_7cafa4a3aa6ae67880a614a6ee14161f.geocode( { 'address': "401 Caroline St, Ogdensburg, NY 13669, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ogdensburg-NY-north-country-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('ogdensburg-NY-north-country-savings-bank'), mapOptions);}document.getElementById('313bef98').innerHTML += ' | View Map';var $l7cafa4a3aa6ae67880a614a6ee14161f = '

North Country Savings Bank

Address: 401 Caroline St, Ogdensburg, NY 13669, USA
Phone: (315) 393-1600
';var m_7cafa4a3aa6ae67880a614a6ee14161f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Country Savings Bank',});m_7cafa4a3aa6ae67880a614a6ee14161f['infowindow'] = new google.maps.InfoWindow({content: $l7cafa4a3aa6ae67880a614a6ee14161f});var infowindow = new google.maps.InfoWindow({content: $l7cafa4a3aa6ae67880a614a6ee14161f});google.maps.event.addListener(m_7cafa4a3aa6ae67880a614a6ee14161f, 'click', function() {infowindow.open(map,m_7cafa4a3aa6ae67880a614a6ee14161f);});$marker.push(m_7cafa4a3aa6ae67880a614a6ee14161f);}});}google.maps.event.addDomListener(window, 'load', initialize);