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.3363,-78.4585)};var g_af53aa7073dfd26c04ac4055055dd716 = new google.maps.Geocoder();g_af53aa7073dfd26c04ac4055055dd716.geocode( { 'address': "7 S Main St, Franklinville, NY 14737, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklinville-NY-cattaraugus-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('franklinville-NY-cattaraugus-county-bank'), mapOptions);}document.getElementById('44ec444f').innerHTML += ' | View Map';var $laf53aa7073dfd26c04ac4055055dd716 = '

Cattaraugus County Bank

Address: 7 S Main St, Franklinville, NY 14737, USA
Phone: (716) 676-5571
';var m_af53aa7073dfd26c04ac4055055dd716 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cattaraugus County Bank',});m_af53aa7073dfd26c04ac4055055dd716['infowindow'] = new google.maps.InfoWindow({content: $laf53aa7073dfd26c04ac4055055dd716});var infowindow = new google.maps.InfoWindow({content: $laf53aa7073dfd26c04ac4055055dd716});google.maps.event.addListener(m_af53aa7073dfd26c04ac4055055dd716, 'click', function() {infowindow.open(map,m_af53aa7073dfd26c04ac4055055dd716);});$marker.push(m_af53aa7073dfd26c04ac4055055dd716);}});}google.maps.event.addDomListener(window, 'load', initialize);