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(40.989,-94.7352)};var g_089ccffb58521d004e8bd55edb204708 = new google.maps.Geocoder();g_089ccffb58521d004e8bd55edb204708.geocode( { 'address': "701 Benton Ave, Corning, IA 50841, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corning-IA-state-bank-of-brooks').style.display = '';map = new google.maps.Map(document.getElementById('corning-IA-state-bank-of-brooks'), mapOptions);}document.getElementById('7a01acc7').innerHTML += ' | View Map';var $l089ccffb58521d004e8bd55edb204708 = '

State Bank of Brooks

Address: 701 Benton Ave, Corning, IA 50841, USA
Phone: (641) 322-4700
';var m_089ccffb58521d004e8bd55edb204708 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank of Brooks',});m_089ccffb58521d004e8bd55edb204708['infowindow'] = new google.maps.InfoWindow({content: $l089ccffb58521d004e8bd55edb204708});var infowindow = new google.maps.InfoWindow({content: $l089ccffb58521d004e8bd55edb204708});google.maps.event.addListener(m_089ccffb58521d004e8bd55edb204708, 'click', function() {infowindow.open(map,m_089ccffb58521d004e8bd55edb204708);});$marker.push(m_089ccffb58521d004e8bd55edb204708);}});}google.maps.event.addDomListener(window, 'load', initialize);