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(37.8138,-88.4414)};var g_088f9ac9e429fd888ffd0da38a6b9b2b = new google.maps.Geocoder();g_088f9ac9e429fd888ffd0da38a6b9b2b.geocode( { 'address': "946 4th St, Eldorado, IL 62930"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eldorado-IL-legence-bank').style.display = '';map = new google.maps.Map(document.getElementById('eldorado-IL-legence-bank'), mapOptions);}document.getElementById('50ee1415').innerHTML += ' | View Map';var $l088f9ac9e429fd888ffd0da38a6b9b2b = '

Legence Bank

Address: 946 4th St, Eldorado, IL 62930
Phone: (618) 273-2271
';var m_088f9ac9e429fd888ffd0da38a6b9b2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legence Bank',});m_088f9ac9e429fd888ffd0da38a6b9b2b['infowindow'] = new google.maps.InfoWindow({content: $l088f9ac9e429fd888ffd0da38a6b9b2b});var infowindow = new google.maps.InfoWindow({content: $l088f9ac9e429fd888ffd0da38a6b9b2b});google.maps.event.addListener(m_088f9ac9e429fd888ffd0da38a6b9b2b, 'click', function() {infowindow.open(map,m_088f9ac9e429fd888ffd0da38a6b9b2b);});$marker.push(m_088f9ac9e429fd888ffd0da38a6b9b2b);}});}google.maps.event.addDomListener(window, 'load', initialize);