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.7159,-88.1873)};var g_4714aa59153262a76ca53c1cc191077f = new google.maps.Geocoder();g_4714aa59153262a76ca53c1cc191077f.geocode( { 'address': "301 Lincoln Blvd W, Shawneetown, IL 62984, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shawneetown-IL-legence-bank').style.display = '';map = new google.maps.Map(document.getElementById('shawneetown-IL-legence-bank'), mapOptions);}document.getElementById('0089cf44').innerHTML += ' | View Map';var $l4714aa59153262a76ca53c1cc191077f = '

Legence Bank

Address: 301 Lincoln Blvd W, Shawneetown, IL 62984, USA
Phone: (618) 269-4180
';var m_4714aa59153262a76ca53c1cc191077f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legence Bank',});m_4714aa59153262a76ca53c1cc191077f['infowindow'] = new google.maps.InfoWindow({content: $l4714aa59153262a76ca53c1cc191077f});var infowindow = new google.maps.InfoWindow({content: $l4714aa59153262a76ca53c1cc191077f});google.maps.event.addListener(m_4714aa59153262a76ca53c1cc191077f, 'click', function() {infowindow.open(map,m_4714aa59153262a76ca53c1cc191077f);});$marker.push(m_4714aa59153262a76ca53c1cc191077f);}});}google.maps.event.addDomListener(window, 'load', initialize);