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.4751,-84.537)};var g_514f09ff82e6d202717307f8a83c5e8c = new google.maps.Geocoder();g_514f09ff82e6d202717307f8a83c5e8c.geocode( { 'address': "929 E High St, Bryan, OH 43506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bryan-OH-farmers--merchants-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('bryan-OH-farmers--merchants-state-bank'), mapOptions);}document.getElementById('6f4db627').innerHTML += ' | View Map';var $l514f09ff82e6d202717307f8a83c5e8c = '

Farmers & Merchants State Bank

Address: 929 E High St, Bryan, OH 43506, USA
Phone: (419) 636-9011
';var m_514f09ff82e6d202717307f8a83c5e8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants State Bank',});m_514f09ff82e6d202717307f8a83c5e8c['infowindow'] = new google.maps.InfoWindow({content: $l514f09ff82e6d202717307f8a83c5e8c});var infowindow = new google.maps.InfoWindow({content: $l514f09ff82e6d202717307f8a83c5e8c});google.maps.event.addListener(m_514f09ff82e6d202717307f8a83c5e8c, 'click', function() {infowindow.open(map,m_514f09ff82e6d202717307f8a83c5e8c);});$marker.push(m_514f09ff82e6d202717307f8a83c5e8c);}});}google.maps.event.addDomListener(window, 'load', initialize);