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.6186,-96.0091)};var g_6c16697d18ed7342b23a0b7245c31d5b = new google.maps.Geocoder();g_6c16697d18ed7342b23a0b7245c31d5b.geocode( { 'address': "203 N Main St, Modale, IA 51556"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('modale-IA-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('modale-IA-community-bank'), mapOptions);}document.getElementById('ef4350af').innerHTML += ' | View Map';var $l6c16697d18ed7342b23a0b7245c31d5b = '

Community Bank

Address: 203 N Main St, Modale, IA 51556
Phone: (712) 645-2255
';var m_6c16697d18ed7342b23a0b7245c31d5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_6c16697d18ed7342b23a0b7245c31d5b['infowindow'] = new google.maps.InfoWindow({content: $l6c16697d18ed7342b23a0b7245c31d5b});var infowindow = new google.maps.InfoWindow({content: $l6c16697d18ed7342b23a0b7245c31d5b});google.maps.event.addListener(m_6c16697d18ed7342b23a0b7245c31d5b, 'click', function() {infowindow.open(map,m_6c16697d18ed7342b23a0b7245c31d5b);});$marker.push(m_6c16697d18ed7342b23a0b7245c31d5b);}});}google.maps.event.addDomListener(window, 'load', initialize);