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.2363,-95.1393)};var g_49129551dac6241eb7d1f601f058679b = new google.maps.Geocoder();g_49129551dac6241eb7d1f601f058679b.geocode( { 'address': "600 Main St, Griswold, IA 51535"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('griswold-IA-rolling-hills-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('griswold-IA-rolling-hills-bank-trust'), mapOptions);}document.getElementById('182fade0').innerHTML += ' | View Map';var $l49129551dac6241eb7d1f601f058679b = '

Rolling Hills Bank & Trust

Address: 600 Main St, Griswold, IA 51535
Phone: (712) 778-2265
';var m_49129551dac6241eb7d1f601f058679b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rolling Hills Bank & Trust',});m_49129551dac6241eb7d1f601f058679b['infowindow'] = new google.maps.InfoWindow({content: $l49129551dac6241eb7d1f601f058679b});var infowindow = new google.maps.InfoWindow({content: $l49129551dac6241eb7d1f601f058679b});google.maps.event.addListener(m_49129551dac6241eb7d1f601f058679b, 'click', function() {infowindow.open(map,m_49129551dac6241eb7d1f601f058679b);});$marker.push(m_49129551dac6241eb7d1f601f058679b);}});}google.maps.event.addDomListener(window, 'load', initialize);