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.0502,-95.7059)};var g_fe0181fa11124a8385473ce0f639460a = new google.maps.Geocoder();g_fe0181fa11124a8385473ce0f639460a.geocode( { 'address': "131 E Main St, Ute, IA 51060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ute-IA-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('ute-IA-community-bank'), mapOptions);}document.getElementById('426627dc').innerHTML += ' | View Map';var $lfe0181fa11124a8385473ce0f639460a = '

Community Bank

Address: 131 E Main St, Ute, IA 51060, USA
Phone: (712) 885-2275
';var m_fe0181fa11124a8385473ce0f639460a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_fe0181fa11124a8385473ce0f639460a['infowindow'] = new google.maps.InfoWindow({content: $lfe0181fa11124a8385473ce0f639460a});var infowindow = new google.maps.InfoWindow({content: $lfe0181fa11124a8385473ce0f639460a});google.maps.event.addListener(m_fe0181fa11124a8385473ce0f639460a, 'click', function() {infowindow.open(map,m_fe0181fa11124a8385473ce0f639460a);});$marker.push(m_fe0181fa11124a8385473ce0f639460a);}});}google.maps.event.addDomListener(window, 'load', initialize);