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.0649,-89.2605)};var g_6060d12ec4413d29a17e7584783c23be = new google.maps.Geocoder();g_6060d12ec4413d29a17e7584783c23be.geocode( { 'address': "510 Main St, Varna, IL 61375"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('varna-IL-marshall-county-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('varna-IL-marshall-county-state-bank'), mapOptions);}document.getElementById('2e84d04d').innerHTML += ' | View Map';var $l6060d12ec4413d29a17e7584783c23be = '

Marshall County State Bank

Address: 510 Main St, Varna, IL 61375
Phone: (309) 463-2037
';var m_6060d12ec4413d29a17e7584783c23be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marshall County State Bank',});m_6060d12ec4413d29a17e7584783c23be['infowindow'] = new google.maps.InfoWindow({content: $l6060d12ec4413d29a17e7584783c23be});var infowindow = new google.maps.InfoWindow({content: $l6060d12ec4413d29a17e7584783c23be});google.maps.event.addListener(m_6060d12ec4413d29a17e7584783c23be, 'click', function() {infowindow.open(map,m_6060d12ec4413d29a17e7584783c23be);});$marker.push(m_6060d12ec4413d29a17e7584783c23be);}});}google.maps.event.addDomListener(window, 'load', initialize);