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.5643,-87.2608)};var g_2c71be4ade90cdba9da419a58e8dcc5a = new google.maps.Geocoder();g_2c71be4ade90cdba9da419a58e8dcc5a.geocode( { 'address': "1 Veterans Memorial Dr, Calhoun, KY 42327"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calhoun-KY-first-security-bank-of-ky').style.display = '';map = new google.maps.Map(document.getElementById('calhoun-KY-first-security-bank-of-ky'), mapOptions);}document.getElementById('07289576').innerHTML += ' | View Map';var $l2c71be4ade90cdba9da419a58e8dcc5a = '

First Security Bank Of Ky

Address: 1 Veterans Memorial Dr, Calhoun, KY 42327
Phone: (270) 273-3972
';var m_2c71be4ade90cdba9da419a58e8dcc5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Security Bank Of Ky',});m_2c71be4ade90cdba9da419a58e8dcc5a['infowindow'] = new google.maps.InfoWindow({content: $l2c71be4ade90cdba9da419a58e8dcc5a});var infowindow = new google.maps.InfoWindow({content: $l2c71be4ade90cdba9da419a58e8dcc5a});google.maps.event.addListener(m_2c71be4ade90cdba9da419a58e8dcc5a, 'click', function() {infowindow.open(map,m_2c71be4ade90cdba9da419a58e8dcc5a);});$marker.push(m_2c71be4ade90cdba9da419a58e8dcc5a);}});}google.maps.event.addDomListener(window, 'load', initialize);