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(39.1699,-81.8456)};var g_bd11f1500fe673ced5baff0120a48ff1 = new google.maps.Geocoder();g_bd11f1500fe673ced5baff0120a48ff1.geocode( { 'address': "42068 OH-7, Reedsville, OH 45772, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reedsville-OH-farmers-bank--savings-company').style.display = '';map = new google.maps.Map(document.getElementById('reedsville-OH-farmers-bank--savings-company'), mapOptions);}document.getElementById('b7fa795e').innerHTML += ' | View Map';var $lbd11f1500fe673ced5baff0120a48ff1 = '

Farmers Bank & Savings Company

Address: 42068 OH-7, Reedsville, OH 45772, USA
Phone: (740) 667-3161
';var m_bd11f1500fe673ced5baff0120a48ff1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers Bank & Savings Company',});m_bd11f1500fe673ced5baff0120a48ff1['infowindow'] = new google.maps.InfoWindow({content: $lbd11f1500fe673ced5baff0120a48ff1});var infowindow = new google.maps.InfoWindow({content: $lbd11f1500fe673ced5baff0120a48ff1});google.maps.event.addListener(m_bd11f1500fe673ced5baff0120a48ff1, 'click', function() {infowindow.open(map,m_bd11f1500fe673ced5baff0120a48ff1);});$marker.push(m_bd11f1500fe673ced5baff0120a48ff1);}});}google.maps.event.addDomListener(window, 'load', initialize);