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.8624,-88.1617)};var g_9d4614272961eadb8e650a04429aa880 = new google.maps.Geocoder();g_9d4614272961eadb8e650a04429aa880.geocode( { 'address': "10 N Main St, Villa Grove, IL 61956, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('villa-grove-IL-villa-grove-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('villa-grove-IL-villa-grove-state-bank'), mapOptions);}document.getElementById('816fa0f0').innerHTML += ' | View Map';var $l9d4614272961eadb8e650a04429aa880 = '

Villa Grove State Bank

Address: 10 N Main St, Villa Grove, IL 61956, USA
Phone: (217) 832-2631
';var m_9d4614272961eadb8e650a04429aa880 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Villa Grove State Bank',});m_9d4614272961eadb8e650a04429aa880['infowindow'] = new google.maps.InfoWindow({content: $l9d4614272961eadb8e650a04429aa880});var infowindow = new google.maps.InfoWindow({content: $l9d4614272961eadb8e650a04429aa880});google.maps.event.addListener(m_9d4614272961eadb8e650a04429aa880, 'click', function() {infowindow.open(map,m_9d4614272961eadb8e650a04429aa880);});$marker.push(m_9d4614272961eadb8e650a04429aa880);}});}google.maps.event.addDomListener(window, 'load', initialize);