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.0643,-76.1291)};var g_8e35e4199b0c90595814faaf747d9554 = new google.maps.Geocoder();g_8e35e4199b0c90595814faaf747d9554.geocode( { 'address': "12084 State Rt 12 E, Chaumont, NY 13622"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chaumont-NY-citizens-bank-of-cape-vincent').style.display = '';map = new google.maps.Map(document.getElementById('chaumont-NY-citizens-bank-of-cape-vincent'), mapOptions);}document.getElementById('0cfdaacb').innerHTML += ' | View Map';var $l8e35e4199b0c90595814faaf747d9554 = '

Citizens Bank Of Cape Vincent

Address: 12084 State Rt 12 E, Chaumont, NY 13622
Phone: (315) 649-2265
';var m_8e35e4199b0c90595814faaf747d9554 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Of Cape Vincent',});m_8e35e4199b0c90595814faaf747d9554['infowindow'] = new google.maps.InfoWindow({content: $l8e35e4199b0c90595814faaf747d9554});var infowindow = new google.maps.InfoWindow({content: $l8e35e4199b0c90595814faaf747d9554});google.maps.event.addListener(m_8e35e4199b0c90595814faaf747d9554, 'click', function() {infowindow.open(map,m_8e35e4199b0c90595814faaf747d9554);});$marker.push(m_8e35e4199b0c90595814faaf747d9554);}});}google.maps.event.addDomListener(window, 'load', initialize);