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.554,-91.5351)};var g_ae5195cfcb0310e6e0df935c5ff0909e = new google.maps.Geocoder();g_ae5195cfcb0310e6e0df935c5ff0909e.geocode( { 'address': "131 E Main Street, Hills, IA 52235, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hills-IA-hills-bank-and-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('hills-IA-hills-bank-and-trust-company'), mapOptions);}document.getElementById('e22cb332').innerHTML += ' | View Map';var $lae5195cfcb0310e6e0df935c5ff0909e = '

Hills Bank and Trust Company

Address: 131 E Main Street, Hills, IA 52235, USA
Phone: (319) 679-2291
';var m_ae5195cfcb0310e6e0df935c5ff0909e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hills Bank and Trust Company',});m_ae5195cfcb0310e6e0df935c5ff0909e['infowindow'] = new google.maps.InfoWindow({content: $lae5195cfcb0310e6e0df935c5ff0909e});var infowindow = new google.maps.InfoWindow({content: $lae5195cfcb0310e6e0df935c5ff0909e});google.maps.event.addListener(m_ae5195cfcb0310e6e0df935c5ff0909e, 'click', function() {infowindow.open(map,m_ae5195cfcb0310e6e0df935c5ff0909e);});$marker.push(m_ae5195cfcb0310e6e0df935c5ff0909e);}});}google.maps.event.addDomListener(window, 'load', initialize);