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.8136,-88.4381)};var g_8af8c10744c0f53f01d474777721cd65 = new google.maps.Geocoder();g_8af8c10744c0f53f01d474777721cd65.geocode( { 'address': "946 4th St, Eldorado, IL 62930, USA"}, 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('8692250f').innerHTML += ' | View Map';var $l8af8c10744c0f53f01d474777721cd65 = '

Legence Bank

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