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.6741,-91.5794)};var g_b999ad696920995d150808e61cb6185c = new google.maps.Geocoder();g_b999ad696920995d150808e61cb6185c.geocode( { 'address': "1009 2nd St, Coralville, IA 52241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coralville-IA-hills-bank-and-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('coralville-IA-hills-bank-and-trust-company'), mapOptions);}document.getElementById('20a38200').innerHTML += ' | View Map';var $lb999ad696920995d150808e61cb6185c = '

Hills Bank and Trust Company

Address: 1009 2nd St, Coralville, IA 52241, USA
Phone: (319) 351-8000
';var m_b999ad696920995d150808e61cb6185c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hills Bank and Trust Company',});m_b999ad696920995d150808e61cb6185c['infowindow'] = new google.maps.InfoWindow({content: $lb999ad696920995d150808e61cb6185c});var infowindow = new google.maps.InfoWindow({content: $lb999ad696920995d150808e61cb6185c});google.maps.event.addListener(m_b999ad696920995d150808e61cb6185c, 'click', function() {infowindow.open(map,m_b999ad696920995d150808e61cb6185c);});$marker.push(m_b999ad696920995d150808e61cb6185c);}});}google.maps.event.addDomListener(window, 'load', initialize);