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.0943,-84.6195)};var g_6600f4cb43ea0b76302bf7c0305b40f1 = new google.maps.Geocoder();g_6600f4cb43ea0b76302bf7c0305b40f1.geocode( { 'address': "15 US-27, Somerset, KY 42501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somerset-KY-first-southern-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('somerset-KY-first-southern-national-bank'), mapOptions);}document.getElementById('2e223521').innerHTML += ' | View Map';var $l6600f4cb43ea0b76302bf7c0305b40f1 = '

First Southern National Bank

Address: 15 US-27, Somerset, KY 42501, USA
Phone: (606) 677-2707
';var m_6600f4cb43ea0b76302bf7c0305b40f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Southern National Bank',});m_6600f4cb43ea0b76302bf7c0305b40f1['infowindow'] = new google.maps.InfoWindow({content: $l6600f4cb43ea0b76302bf7c0305b40f1});var infowindow = new google.maps.InfoWindow({content: $l6600f4cb43ea0b76302bf7c0305b40f1});google.maps.event.addListener(m_6600f4cb43ea0b76302bf7c0305b40f1, 'click', function() {infowindow.open(map,m_6600f4cb43ea0b76302bf7c0305b40f1);});$marker.push(m_6600f4cb43ea0b76302bf7c0305b40f1);}});}google.maps.event.addDomListener(window, 'load', initialize);