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.1127,-83.1759)};var g_56d49345aa1fc582d70a1274d0d823e7 = new google.maps.Geocoder();g_56d49345aa1fc582d70a1274d0d823e7.geocode( { 'address': "175 S Washington St, Tiffin, OH 44883, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tiffin-OH-first-bank-of-ohio').style.display = '';map = new google.maps.Map(document.getElementById('tiffin-OH-first-bank-of-ohio'), mapOptions);}document.getElementById('29754b88').innerHTML += ' | View Map';var $l56d49345aa1fc582d70a1274d0d823e7 = '

First Bank of Ohio

Address: 175 S Washington St, Tiffin, OH 44883, USA
Phone: (419) 448-9740
';var m_56d49345aa1fc582d70a1274d0d823e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank of Ohio',});m_56d49345aa1fc582d70a1274d0d823e7['infowindow'] = new google.maps.InfoWindow({content: $l56d49345aa1fc582d70a1274d0d823e7});var infowindow = new google.maps.InfoWindow({content: $l56d49345aa1fc582d70a1274d0d823e7});google.maps.event.addListener(m_56d49345aa1fc582d70a1274d0d823e7, 'click', function() {infowindow.open(map,m_56d49345aa1fc582d70a1274d0d823e7);});$marker.push(m_56d49345aa1fc582d70a1274d0d823e7);}});}google.maps.event.addDomListener(window, 'load', initialize);