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.4705,-91.8324)};var g_7b960d7c9195c707be221289aaecf3f9 = new google.maps.Geocoder();g_7b960d7c9195c707be221289aaecf3f9.geocode( { 'address': "229 8th Ave, Wellman, IA 52356"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wellman-IA-hills-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('wellman-IA-hills-bank-trust-co'), mapOptions);}document.getElementById('b415d091').innerHTML += ' | View Map';var $l7b960d7c9195c707be221289aaecf3f9 = '

Hills Bank & Trust Co

Address: 229 8th Ave, Wellman, IA 52356
Phone: (319) 646-4000
';var m_7b960d7c9195c707be221289aaecf3f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hills Bank & Trust Co',});m_7b960d7c9195c707be221289aaecf3f9['infowindow'] = new google.maps.InfoWindow({content: $l7b960d7c9195c707be221289aaecf3f9});var infowindow = new google.maps.InfoWindow({content: $l7b960d7c9195c707be221289aaecf3f9});google.maps.event.addListener(m_7b960d7c9195c707be221289aaecf3f9, 'click', function() {infowindow.open(map,m_7b960d7c9195c707be221289aaecf3f9);});$marker.push(m_7b960d7c9195c707be221289aaecf3f9);}});}google.maps.event.addDomListener(window, 'load', initialize);