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.9538,-89.5442)};var g_1fe1525704a8bbfd7a21c56e68164f64 = new google.maps.Geocoder();g_1fe1525704a8bbfd7a21c56e68164f64.geocode( { 'address': "512 W Main St, Williamsville, IL 62693"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsville-IL-williamsville-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamsville-IL-williamsville-state-bank'), mapOptions);}document.getElementById('3752d508').innerHTML += ' | View Map';var $l1fe1525704a8bbfd7a21c56e68164f64 = '

Williamsville State Bank

Address: 512 W Main St, Williamsville, IL 62693
Phone: (217) 566-3387
';var m_1fe1525704a8bbfd7a21c56e68164f64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Williamsville State Bank',});m_1fe1525704a8bbfd7a21c56e68164f64['infowindow'] = new google.maps.InfoWindow({content: $l1fe1525704a8bbfd7a21c56e68164f64});var infowindow = new google.maps.InfoWindow({content: $l1fe1525704a8bbfd7a21c56e68164f64});google.maps.event.addListener(m_1fe1525704a8bbfd7a21c56e68164f64, 'click', function() {infowindow.open(map,m_1fe1525704a8bbfd7a21c56e68164f64);});$marker.push(m_1fe1525704a8bbfd7a21c56e68164f64);}});}google.maps.event.addDomListener(window, 'load', initialize);