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(39.8904,-88.7308)};var g_ba03d214b3a70c989c2297523e6e6461 = new google.maps.Geocoder();g_ba03d214b3a70c989c2297523e6e6461.geocode( { 'address': "101 S Madison St, Cerro Gordo, IL 61818, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cerro-gordo-IL-state-bank-of-cerro-gordo').style.display = '';map = new google.maps.Map(document.getElementById('cerro-gordo-IL-state-bank-of-cerro-gordo'), mapOptions);}document.getElementById('e803d444').innerHTML += ' | View Map';var $lba03d214b3a70c989c2297523e6e6461 = '

State Bank of Cerro Gordo

Address: 101 S Madison St, Cerro Gordo, IL 61818, USA
Phone: (217) 763-2741
';var m_ba03d214b3a70c989c2297523e6e6461 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank of Cerro Gordo',});m_ba03d214b3a70c989c2297523e6e6461['infowindow'] = new google.maps.InfoWindow({content: $lba03d214b3a70c989c2297523e6e6461});var infowindow = new google.maps.InfoWindow({content: $lba03d214b3a70c989c2297523e6e6461});google.maps.event.addListener(m_ba03d214b3a70c989c2297523e6e6461, 'click', function() {infowindow.open(map,m_ba03d214b3a70c989c2297523e6e6461);});$marker.push(m_ba03d214b3a70c989c2297523e6e6461);}});}google.maps.event.addDomListener(window, 'load', initialize);