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.5022,-84.4148)};var g_93a819cbd635bd1505ef0f804c21cc2a = new google.maps.Geocoder();g_93a819cbd635bd1505ef0f804c21cc2a.geocode( { 'address': "300 S Defiance St, Stryker, OH 43557, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stryker-OH-farmers--merchants-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('stryker-OH-farmers--merchants-state-bank'), mapOptions);}document.getElementById('cd999bba').innerHTML += ' | View Map';var $l93a819cbd635bd1505ef0f804c21cc2a = '

Farmers & Merchants State Bank

Address: 300 S Defiance St, Stryker, OH 43557, USA
Phone: (419) 682-3411
';var m_93a819cbd635bd1505ef0f804c21cc2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants State Bank',});m_93a819cbd635bd1505ef0f804c21cc2a['infowindow'] = new google.maps.InfoWindow({content: $l93a819cbd635bd1505ef0f804c21cc2a});var infowindow = new google.maps.InfoWindow({content: $l93a819cbd635bd1505ef0f804c21cc2a});google.maps.event.addListener(m_93a819cbd635bd1505ef0f804c21cc2a, 'click', function() {infowindow.open(map,m_93a819cbd635bd1505ef0f804c21cc2a);});$marker.push(m_93a819cbd635bd1505ef0f804c21cc2a);}});}google.maps.event.addDomListener(window, 'load', initialize);