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.3755,-93.5593)};var g_22da78340fd5887dadf67c8f7545b689 = new google.maps.Geocoder();g_22da78340fd5887dadf67c8f7545b689.geocode( { 'address': "1510 N 1st St, Indianola, IA 50125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indianola-IA-city-state-bank---indianola').style.display = '';map = new google.maps.Map(document.getElementById('indianola-IA-city-state-bank---indianola'), mapOptions);}document.getElementById('264721a3').innerHTML += ' | View Map';var $l22da78340fd5887dadf67c8f7545b689 = '

City State Bank - Indianola

Address: 1510 N 1st St, Indianola, IA 50125, USA
Phone: (515) 961-7000
';var m_22da78340fd5887dadf67c8f7545b689 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City State Bank - Indianola',});m_22da78340fd5887dadf67c8f7545b689['infowindow'] = new google.maps.InfoWindow({content: $l22da78340fd5887dadf67c8f7545b689});var infowindow = new google.maps.InfoWindow({content: $l22da78340fd5887dadf67c8f7545b689});google.maps.event.addListener(m_22da78340fd5887dadf67c8f7545b689, 'click', function() {infowindow.open(map,m_22da78340fd5887dadf67c8f7545b689);});$marker.push(m_22da78340fd5887dadf67c8f7545b689);}});}google.maps.event.addDomListener(window, 'load', initialize);