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.8335,-96.5296)};var g_5ddaee61d31151041f56bc256e93d1eb = new google.maps.Geocoder();g_5ddaee61d31151041f56bc256e93d1eb.geocode( { 'address': "71 Hardy St, Akron, IA 51001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akron-IA-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('akron-IA-peoples-bank'), mapOptions);}document.getElementById('96be551d').innerHTML += ' | View Map';var $l5ddaee61d31151041f56bc256e93d1eb = '

Peoples Bank

Address: 71 Hardy St, Akron, IA 51001
Phone: (712) 568-1091
';var m_5ddaee61d31151041f56bc256e93d1eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank',});m_5ddaee61d31151041f56bc256e93d1eb['infowindow'] = new google.maps.InfoWindow({content: $l5ddaee61d31151041f56bc256e93d1eb});var infowindow = new google.maps.InfoWindow({content: $l5ddaee61d31151041f56bc256e93d1eb});google.maps.event.addListener(m_5ddaee61d31151041f56bc256e93d1eb, 'click', function() {infowindow.open(map,m_5ddaee61d31151041f56bc256e93d1eb);});$marker.push(m_5ddaee61d31151041f56bc256e93d1eb);}});}google.maps.event.addDomListener(window, 'load', initialize);