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.865,-88.1615)};var g_116aea52b36c69a18b0642d7e12f0af0 = new google.maps.Geocoder();g_116aea52b36c69a18b0642d7e12f0af0.geocode( { 'address': "6 E Harrison Ave, Villa Grove, IL 61956, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('villa-grove-IL-longview-bank---villa-grove').style.display = '';map = new google.maps.Map(document.getElementById('villa-grove-IL-longview-bank---villa-grove'), mapOptions);}document.getElementById('5d6367a8').innerHTML += ' | View Map';var $l116aea52b36c69a18b0642d7e12f0af0 = '

Longview Bank - Villa Grove

Address: 6 E Harrison Ave, Villa Grove, IL 61956, USA
Phone: (217) 832-8179
';var m_116aea52b36c69a18b0642d7e12f0af0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Longview Bank - Villa Grove',});m_116aea52b36c69a18b0642d7e12f0af0['infowindow'] = new google.maps.InfoWindow({content: $l116aea52b36c69a18b0642d7e12f0af0});var infowindow = new google.maps.InfoWindow({content: $l116aea52b36c69a18b0642d7e12f0af0});google.maps.event.addListener(m_116aea52b36c69a18b0642d7e12f0af0, 'click', function() {infowindow.open(map,m_116aea52b36c69a18b0642d7e12f0af0);});$marker.push(m_116aea52b36c69a18b0642d7e12f0af0);}});}google.maps.event.addDomListener(window, 'load', initialize);