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(41.3235,-80.262)};var g_75b035531b490afbc79e4cdae510a40b = new google.maps.Geocoder();g_75b035531b490afbc79e4cdae510a40b.geocode( { 'address': "71 Main St, Fredonia, PA 16124"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fredonia-PA-mercer-county-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('fredonia-PA-mercer-county-state-bank'), mapOptions);}document.getElementById('69d4c6aa').innerHTML += ' | View Map';var $l75b035531b490afbc79e4cdae510a40b = '

Mercer County State Bank

Address: 71 Main St, Fredonia, PA 16124
Phone: (724) 475-4515
';var m_75b035531b490afbc79e4cdae510a40b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mercer County State Bank',});m_75b035531b490afbc79e4cdae510a40b['infowindow'] = new google.maps.InfoWindow({content: $l75b035531b490afbc79e4cdae510a40b});var infowindow = new google.maps.InfoWindow({content: $l75b035531b490afbc79e4cdae510a40b});google.maps.event.addListener(m_75b035531b490afbc79e4cdae510a40b, 'click', function() {infowindow.open(map,m_75b035531b490afbc79e4cdae510a40b);});$marker.push(m_75b035531b490afbc79e4cdae510a40b);}});}google.maps.event.addDomListener(window, 'load', initialize);