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(42.8817,-92.3077)};var g_bb0a0733bc8d9717cb28e6a5d96c6eaf = new google.maps.Geocoder();g_bb0a0733bc8d9717cb28e6a5d96c6eaf.geocode( { 'address': "103 3rd St, Frederika, IA 50631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frederika-IA-farmers-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('frederika-IA-farmers-savings-bank'), mapOptions);}document.getElementById('3a55f60f').innerHTML += ' | View Map';var $lbb0a0733bc8d9717cb28e6a5d96c6eaf = '

Farmers Savings Bank

Address: 103 3rd St, Frederika, IA 50631, USA
Phone: (319) 275-4301
';var m_bb0a0733bc8d9717cb28e6a5d96c6eaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers Savings Bank',});m_bb0a0733bc8d9717cb28e6a5d96c6eaf['infowindow'] = new google.maps.InfoWindow({content: $lbb0a0733bc8d9717cb28e6a5d96c6eaf});var infowindow = new google.maps.InfoWindow({content: $lbb0a0733bc8d9717cb28e6a5d96c6eaf});google.maps.event.addListener(m_bb0a0733bc8d9717cb28e6a5d96c6eaf, 'click', function() {infowindow.open(map,m_bb0a0733bc8d9717cb28e6a5d96c6eaf);});$marker.push(m_bb0a0733bc8d9717cb28e6a5d96c6eaf);}});}google.maps.event.addDomListener(window, 'load', initialize);