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.7945,-86.8505)};var g_0a8599226ad83944f0defc7496fd5166 = new google.maps.Geocoder();g_0a8599226ad83944f0defc7496fd5166.geocode( { 'address': "220 Main St, Hawesville, KY 42348"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hawesville-KY-hancock-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('hawesville-KY-hancock-bank-trust-co'), mapOptions);}document.getElementById('ea0c0162').innerHTML += ' | View Map';var $l0a8599226ad83944f0defc7496fd5166 = '

Hancock Bank & Trust Co

Address: 220 Main St, Hawesville, KY 42348
Phone: (270) 927-6363
';var m_0a8599226ad83944f0defc7496fd5166 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hancock Bank & Trust Co',});m_0a8599226ad83944f0defc7496fd5166['infowindow'] = new google.maps.InfoWindow({content: $l0a8599226ad83944f0defc7496fd5166});var infowindow = new google.maps.InfoWindow({content: $l0a8599226ad83944f0defc7496fd5166});google.maps.event.addListener(m_0a8599226ad83944f0defc7496fd5166, 'click', function() {infowindow.open(map,m_0a8599226ad83944f0defc7496fd5166);});$marker.push(m_0a8599226ad83944f0defc7496fd5166);}});}google.maps.event.addDomListener(window, 'load', initialize);