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.7241,-93.6097)};var g_1aa48fc4880bb0c9b8a3bf979d3b917e = new google.maps.Geocoder();g_1aa48fc4880bb0c9b8a3bf979d3b917e.geocode( { 'address': "902 SE Oralabor Rd, Ankeny, IA 50021"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ankeny-IA-community-state-bank-n-a').style.display = '';map = new google.maps.Map(document.getElementById('ankeny-IA-community-state-bank-n-a'), mapOptions);}document.getElementById('9742a21a').innerHTML += ' | View Map';var $l1aa48fc4880bb0c9b8a3bf979d3b917e = '

Community State Bank, N.A.

Address: 902 SE Oralabor Rd, Ankeny, IA 50021
Phone: (515) 331-3100
';var m_1aa48fc4880bb0c9b8a3bf979d3b917e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community State Bank, N.A.',});m_1aa48fc4880bb0c9b8a3bf979d3b917e['infowindow'] = new google.maps.InfoWindow({content: $l1aa48fc4880bb0c9b8a3bf979d3b917e});var infowindow = new google.maps.InfoWindow({content: $l1aa48fc4880bb0c9b8a3bf979d3b917e});google.maps.event.addListener(m_1aa48fc4880bb0c9b8a3bf979d3b917e, 'click', function() {infowindow.open(map,m_1aa48fc4880bb0c9b8a3bf979d3b917e);});$marker.push(m_1aa48fc4880bb0c9b8a3bf979d3b917e);}});}google.maps.event.addDomListener(window, 'load', initialize);