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.4441,-94.7652)};var g_d5e8e44b64114da668cc4f56debdd3b2 = new google.maps.Geocoder();g_d5e8e44b64114da668cc4f56debdd3b2.geocode( { 'address': "701 Main St, Anita, IA 50020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anita-IA-rolling-hills-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('anita-IA-rolling-hills-bank-trust'), mapOptions);}document.getElementById('687fed87').innerHTML += ' | View Map';var $ld5e8e44b64114da668cc4f56debdd3b2 = '

Rolling Hills Bank & Trust

Address: 701 Main St, Anita, IA 50020
Phone: (712) 762-3214
';var m_d5e8e44b64114da668cc4f56debdd3b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rolling Hills Bank & Trust',});m_d5e8e44b64114da668cc4f56debdd3b2['infowindow'] = new google.maps.InfoWindow({content: $ld5e8e44b64114da668cc4f56debdd3b2});var infowindow = new google.maps.InfoWindow({content: $ld5e8e44b64114da668cc4f56debdd3b2});google.maps.event.addListener(m_d5e8e44b64114da668cc4f56debdd3b2, 'click', function() {infowindow.open(map,m_d5e8e44b64114da668cc4f56debdd3b2);});$marker.push(m_d5e8e44b64114da668cc4f56debdd3b2);}});}google.maps.event.addDomListener(window, 'load', initialize);