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(36.9691,-88.981)};var g_0beb34df7e9615cd43b9090989ca4848 = new google.maps.Geocoder();g_0beb34df7e9615cd43b9090989ca4848.geocode( { 'address': "359 Court St, Wickliffe, KY 42087"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wickliffe-KY-first-southern-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('wickliffe-KY-first-southern-national-bank'), mapOptions);}document.getElementById('54a4c7f8').innerHTML += ' | View Map';var $l0beb34df7e9615cd43b9090989ca4848 = '

First Southern National Bank

Address: 359 Court St, Wickliffe, KY 42087
Phone: (270) 335-3984
';var m_0beb34df7e9615cd43b9090989ca4848 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Southern National Bank',});m_0beb34df7e9615cd43b9090989ca4848['infowindow'] = new google.maps.InfoWindow({content: $l0beb34df7e9615cd43b9090989ca4848});var infowindow = new google.maps.InfoWindow({content: $l0beb34df7e9615cd43b9090989ca4848});google.maps.event.addListener(m_0beb34df7e9615cd43b9090989ca4848, 'click', function() {infowindow.open(map,m_0beb34df7e9615cd43b9090989ca4848);});$marker.push(m_0beb34df7e9615cd43b9090989ca4848);}});}google.maps.event.addDomListener(window, 'load', initialize);