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.2616,-83.8208)};var g_e4993a80869f18da05c7b2eb1b2f2d33 = new google.maps.Geocoder();g_e4993a80869f18da05c7b2eb1b2f2d33.geocode( { 'address': "22973 Defiance Pike, Custar, OH 43511"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('custar-OH-farmers-merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('custar-OH-farmers-merchants-bank'), mapOptions);}document.getElementById('8b060e38').innerHTML += ' | View Map';var $le4993a80869f18da05c7b2eb1b2f2d33 = '

Farmers & Merchants Bank

Address: 22973 Defiance Pike, Custar, OH 43511
Phone: (419) 669-2801
';var m_e4993a80869f18da05c7b2eb1b2f2d33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Bank',});m_e4993a80869f18da05c7b2eb1b2f2d33['infowindow'] = new google.maps.InfoWindow({content: $le4993a80869f18da05c7b2eb1b2f2d33});var infowindow = new google.maps.InfoWindow({content: $le4993a80869f18da05c7b2eb1b2f2d33});google.maps.event.addListener(m_e4993a80869f18da05c7b2eb1b2f2d33, 'click', function() {infowindow.open(map,m_e4993a80869f18da05c7b2eb1b2f2d33);});$marker.push(m_e4993a80869f18da05c7b2eb1b2f2d33);}});}google.maps.event.addDomListener(window, 'load', initialize);