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.8442,-88.609)};var g_3cf4611193093e7305e7cff30547ac49 = new google.maps.Geocoder();g_3cf4611193093e7305e7cff30547ac49.geocode( { 'address': "100 E Main St, Galatia, IL 62935"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('galatia-IL-legence-bank').style.display = '';map = new google.maps.Map(document.getElementById('galatia-IL-legence-bank'), mapOptions);}document.getElementById('1be36abc').innerHTML += ' | View Map';var $l3cf4611193093e7305e7cff30547ac49 = '

Legence Bank

Address: 100 E Main St, Galatia, IL 62935
Phone: (618) 268-4191
';var m_3cf4611193093e7305e7cff30547ac49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legence Bank',});m_3cf4611193093e7305e7cff30547ac49['infowindow'] = new google.maps.InfoWindow({content: $l3cf4611193093e7305e7cff30547ac49});var infowindow = new google.maps.InfoWindow({content: $l3cf4611193093e7305e7cff30547ac49});google.maps.event.addListener(m_3cf4611193093e7305e7cff30547ac49, 'click', function() {infowindow.open(map,m_3cf4611193093e7305e7cff30547ac49);});$marker.push(m_3cf4611193093e7305e7cff30547ac49);}});}google.maps.event.addDomListener(window, 'load', initialize);