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.2948,-87.1266)};var g_08c48adc90c8525f8ca1f8d727b5780c = new google.maps.Geocoder();g_08c48adc90c8525f8ca1f8d727b5780c.geocode( { 'address': "130 W Broad St, Central City, KY 42330"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('central-city-KY-first-southernm-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('central-city-KY-first-southernm-national-bank'), mapOptions);}document.getElementById('60cc5e7c').innerHTML += ' | View Map';var $l08c48adc90c8525f8ca1f8d727b5780c = '

First Southernm National Bank

Address: 130 W Broad St, Central City, KY 42330
Phone: (270) 754-3300
';var m_08c48adc90c8525f8ca1f8d727b5780c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Southernm National Bank',});m_08c48adc90c8525f8ca1f8d727b5780c['infowindow'] = new google.maps.InfoWindow({content: $l08c48adc90c8525f8ca1f8d727b5780c});var infowindow = new google.maps.InfoWindow({content: $l08c48adc90c8525f8ca1f8d727b5780c});google.maps.event.addListener(m_08c48adc90c8525f8ca1f8d727b5780c, 'click', function() {infowindow.open(map,m_08c48adc90c8525f8ca1f8d727b5780c);});$marker.push(m_08c48adc90c8525f8ca1f8d727b5780c);}});}google.maps.event.addDomListener(window, 'load', initialize);