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.33,-90.67)};var g_a80ce138a5c107f1567b741bbf066b4f = new google.maps.Geocoder();g_a80ce138a5c107f1567b741bbf066b4f.geocode( { 'address': "227 Main St, Reynolds, IL 61279, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reynolds-IL-reynolds-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('reynolds-IL-reynolds-state-bank'), mapOptions);}document.getElementById('58cc604f').innerHTML += ' | View Map';var $la80ce138a5c107f1567b741bbf066b4f = '

Reynolds State Bank

Address: 227 Main St, Reynolds, IL 61279, USA
Phone: (309) 372-4242
';var m_a80ce138a5c107f1567b741bbf066b4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Reynolds State Bank',});m_a80ce138a5c107f1567b741bbf066b4f['infowindow'] = new google.maps.InfoWindow({content: $la80ce138a5c107f1567b741bbf066b4f});var infowindow = new google.maps.InfoWindow({content: $la80ce138a5c107f1567b741bbf066b4f});google.maps.event.addListener(m_a80ce138a5c107f1567b741bbf066b4f, 'click', function() {infowindow.open(map,m_a80ce138a5c107f1567b741bbf066b4f);});$marker.push(m_a80ce138a5c107f1567b741bbf066b4f);}});}google.maps.event.addDomListener(window, 'load', initialize);