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(42.0902,-95.0449)};var g_cef3206706d54a760d1a7a0bcfe4255c = new google.maps.Geocoder();g_cef3206706d54a760d1a7a0bcfe4255c.geocode( { 'address': "300 S Gault St, Arcadia, IA 51430"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arcadia-IA-carroll-county-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('arcadia-IA-carroll-county-state-bank'), mapOptions);}document.getElementById('1bdec631').innerHTML += ' | View Map';var $lcef3206706d54a760d1a7a0bcfe4255c = '

Carroll County State Bank

Address: 300 S Gault St, Arcadia, IA 51430
Phone: (712) 689-2512
';var m_cef3206706d54a760d1a7a0bcfe4255c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carroll County State Bank',});m_cef3206706d54a760d1a7a0bcfe4255c['infowindow'] = new google.maps.InfoWindow({content: $lcef3206706d54a760d1a7a0bcfe4255c});var infowindow = new google.maps.InfoWindow({content: $lcef3206706d54a760d1a7a0bcfe4255c});google.maps.event.addListener(m_cef3206706d54a760d1a7a0bcfe4255c, 'click', function() {infowindow.open(map,m_cef3206706d54a760d1a7a0bcfe4255c);});$marker.push(m_cef3206706d54a760d1a7a0bcfe4255c);}});}google.maps.event.addDomListener(window, 'load', initialize);