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.6487,-95.7891)};var g_bdae89f883fd9206bc02b79c5c82c6c2 = new google.maps.Geocoder();g_bdae89f883fd9206bc02b79c5c82c6c2.geocode( { 'address': "224 E 7th St, Logan, IA 51546"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-IA-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('logan-IA-community-bank'), mapOptions);}document.getElementById('97931169').innerHTML += ' | View Map';var $lbdae89f883fd9206bc02b79c5c82c6c2 = '

Community Bank

Address: 224 E 7th St, Logan, IA 51546
Phone: (712) 644-3256
';var m_bdae89f883fd9206bc02b79c5c82c6c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_bdae89f883fd9206bc02b79c5c82c6c2['infowindow'] = new google.maps.InfoWindow({content: $lbdae89f883fd9206bc02b79c5c82c6c2});var infowindow = new google.maps.InfoWindow({content: $lbdae89f883fd9206bc02b79c5c82c6c2});google.maps.event.addListener(m_bdae89f883fd9206bc02b79c5c82c6c2, 'click', function() {infowindow.open(map,m_bdae89f883fd9206bc02b79c5c82c6c2);});$marker.push(m_bdae89f883fd9206bc02b79c5c82c6c2);}});}google.maps.event.addDomListener(window, 'load', initialize);