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.5461,-84.1402)};var g_16bdb2990ff1ddef77c8cad36554a548 = new google.maps.Geocoder();g_16bdb2990ff1ddef77c8cad36554a548.geocode( { 'address': "211 S Fulton St, Wauseon, OH 43567, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wauseon-OH-first-federal-bank').style.display = '';map = new google.maps.Map(document.getElementById('wauseon-OH-first-federal-bank'), mapOptions);}document.getElementById('ac1d7d76').innerHTML += ' | View Map';var $l16bdb2990ff1ddef77c8cad36554a548 = '

First Federal Bank

Address: 211 S Fulton St, Wauseon, OH 43567, USA
Phone: (419) 335-7911
';var m_16bdb2990ff1ddef77c8cad36554a548 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Bank',});m_16bdb2990ff1ddef77c8cad36554a548['infowindow'] = new google.maps.InfoWindow({content: $l16bdb2990ff1ddef77c8cad36554a548});var infowindow = new google.maps.InfoWindow({content: $l16bdb2990ff1ddef77c8cad36554a548});google.maps.event.addListener(m_16bdb2990ff1ddef77c8cad36554a548, 'click', function() {infowindow.open(map,m_16bdb2990ff1ddef77c8cad36554a548);});$marker.push(m_16bdb2990ff1ddef77c8cad36554a548);}});}google.maps.event.addDomListener(window, 'load', initialize);