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.1491,-84.5802)};var g_c4df2a54ab1f499e2b8a1f9d7b0d3f92 = new google.maps.Geocoder();g_c4df2a54ab1f499e2b8a1f9d7b0d3f92.geocode( { 'address': "905 N Williams St, Paulding, OH 45879, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paulding-OH-first-federal-bank').style.display = '';map = new google.maps.Map(document.getElementById('paulding-OH-first-federal-bank'), mapOptions);}document.getElementById('0fd2cffc').innerHTML += ' | View Map';var $lc4df2a54ab1f499e2b8a1f9d7b0d3f92 = '

First Federal Bank

Address: 905 N Williams St, Paulding, OH 45879, USA
Phone: (419) 399-9748
';var m_c4df2a54ab1f499e2b8a1f9d7b0d3f92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Bank',});m_c4df2a54ab1f499e2b8a1f9d7b0d3f92['infowindow'] = new google.maps.InfoWindow({content: $lc4df2a54ab1f499e2b8a1f9d7b0d3f92});var infowindow = new google.maps.InfoWindow({content: $lc4df2a54ab1f499e2b8a1f9d7b0d3f92});google.maps.event.addListener(m_c4df2a54ab1f499e2b8a1f9d7b0d3f92, 'click', function() {infowindow.open(map,m_c4df2a54ab1f499e2b8a1f9d7b0d3f92);});$marker.push(m_c4df2a54ab1f499e2b8a1f9d7b0d3f92);}});}google.maps.event.addDomListener(window, 'load', initialize);