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.748,-81.5164)};var g_7989febd6a1b213908c34250e6a4ae73 = new google.maps.Geocoder();g_7989febd6a1b213908c34250e6a4ae73.geocode( { 'address': "430 North St, Caldwell, OH 43724, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('caldwell-OH-farmers--merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('caldwell-OH-farmers--merchants-bank'), mapOptions);}document.getElementById('7fe09766').innerHTML += ' | View Map';var $l7989febd6a1b213908c34250e6a4ae73 = '

Farmers & Merchants Bank

Address: 430 North St, Caldwell, OH 43724, USA
Phone: (740) 732-5621
';var m_7989febd6a1b213908c34250e6a4ae73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Bank',});m_7989febd6a1b213908c34250e6a4ae73['infowindow'] = new google.maps.InfoWindow({content: $l7989febd6a1b213908c34250e6a4ae73});var infowindow = new google.maps.InfoWindow({content: $l7989febd6a1b213908c34250e6a4ae73});google.maps.event.addListener(m_7989febd6a1b213908c34250e6a4ae73, 'click', function() {infowindow.open(map,m_7989febd6a1b213908c34250e6a4ae73);});$marker.push(m_7989febd6a1b213908c34250e6a4ae73);}});}google.maps.event.addDomListener(window, 'load', initialize);