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.4642,-93.6871)};var g_53ed4154f01413536baa8e666a70ce2c = new google.maps.Geocoder();g_53ed4154f01413536baa8e666a70ce2c.geocode( { 'address': "2300 Highway 28, Norwalk, IA 50211"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwalk-IA-community-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('norwalk-IA-community-state-bank'), mapOptions);}document.getElementById('0c0ed890').innerHTML += ' | View Map';var $l53ed4154f01413536baa8e666a70ce2c = '

Community State Bank

Address: 2300 Highway 28, Norwalk, IA 50211
Phone: (515) 285-4900
';var m_53ed4154f01413536baa8e666a70ce2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community State Bank',});m_53ed4154f01413536baa8e666a70ce2c['infowindow'] = new google.maps.InfoWindow({content: $l53ed4154f01413536baa8e666a70ce2c});var infowindow = new google.maps.InfoWindow({content: $l53ed4154f01413536baa8e666a70ce2c});google.maps.event.addListener(m_53ed4154f01413536baa8e666a70ce2c, 'click', function() {infowindow.open(map,m_53ed4154f01413536baa8e666a70ce2c);});$marker.push(m_53ed4154f01413536baa8e666a70ce2c);}});}google.maps.event.addDomListener(window, 'load', initialize);