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.4501,-75.6864)};var g_1a530090163cf8c37929f47e137080bb = new google.maps.Geocoder();g_1a530090163cf8c37929f47e137080bb.geocode( { 'address': "19 N Main St, Hammond, NY 13646"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hammond-NY-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hammond-NY-citizens-national-bank'), mapOptions);}document.getElementById('98c89f7b').innerHTML += ' | View Map';var $l1a530090163cf8c37929f47e137080bb = '

Citizens National Bank

Address: 19 N Main St, Hammond, NY 13646
Phone: (315) 324-5961
';var m_1a530090163cf8c37929f47e137080bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_1a530090163cf8c37929f47e137080bb['infowindow'] = new google.maps.InfoWindow({content: $l1a530090163cf8c37929f47e137080bb});var infowindow = new google.maps.InfoWindow({content: $l1a530090163cf8c37929f47e137080bb});google.maps.event.addListener(m_1a530090163cf8c37929f47e137080bb, 'click', function() {infowindow.open(map,m_1a530090163cf8c37929f47e137080bb);});$marker.push(m_1a530090163cf8c37929f47e137080bb);}});}google.maps.event.addDomListener(window, 'load', initialize);