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(42.3379,-78.4575)};var g_08a9ac631163ec4a1e6e2c6b730c7830 = new google.maps.Geocoder();g_08a9ac631163ec4a1e6e2c6b730c7830.geocode( { 'address': "13 Park Square, Franklinville, NY 14737, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklinville-NY-community-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('franklinville-NY-community-bank-na'), mapOptions);}document.getElementById('e80081ef').innerHTML += ' | View Map';var $l08a9ac631163ec4a1e6e2c6b730c7830 = '

Community Bank, N.A.

Address: 13 Park Square, Franklinville, NY 14737, USA
Phone: (716) 676-9904
';var m_08a9ac631163ec4a1e6e2c6b730c7830 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank, N.A.',});m_08a9ac631163ec4a1e6e2c6b730c7830['infowindow'] = new google.maps.InfoWindow({content: $l08a9ac631163ec4a1e6e2c6b730c7830});var infowindow = new google.maps.InfoWindow({content: $l08a9ac631163ec4a1e6e2c6b730c7830});google.maps.event.addListener(m_08a9ac631163ec4a1e6e2c6b730c7830, 'click', function() {infowindow.open(map,m_08a9ac631163ec4a1e6e2c6b730c7830);});$marker.push(m_08a9ac631163ec4a1e6e2c6b730c7830);}});}google.maps.event.addDomListener(window, 'load', initialize);