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.1214,-83.1759)};var g_a8c305b12b0656d0af45318ea6b56c30 = new google.maps.Geocoder();g_a8c305b12b0656d0af45318ea6b56c30.geocode( { 'address': "2801 W State Route 18, Tiffin, OH 44883"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tiffin-OH-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('tiffin-OH-woodforest-national-bank'), mapOptions);}document.getElementById('eb39e32a').innerHTML += ' | View Map';var $la8c305b12b0656d0af45318ea6b56c30 = '

Woodforest National Bank

Address: 2801 W State Route 18, Tiffin, OH 44883
Phone: (419) 443-0378
';var m_a8c305b12b0656d0af45318ea6b56c30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_a8c305b12b0656d0af45318ea6b56c30['infowindow'] = new google.maps.InfoWindow({content: $la8c305b12b0656d0af45318ea6b56c30});var infowindow = new google.maps.InfoWindow({content: $la8c305b12b0656d0af45318ea6b56c30});google.maps.event.addListener(m_a8c305b12b0656d0af45318ea6b56c30, 'click', function() {infowindow.open(map,m_a8c305b12b0656d0af45318ea6b56c30);});$marker.push(m_a8c305b12b0656d0af45318ea6b56c30);}});}google.maps.event.addDomListener(window, 'load', initialize);