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(38.4786,-84.8141)};var g_b4c4c2f7aa6a97b35c656dbbd6862c79 = new google.maps.Geocoder();g_b4c4c2f7aa6a97b35c656dbbd6862c79.geocode( { 'address': "101 N Main St, Owenton, KY 40359"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owenton-KY-peoples-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('owenton-KY-peoples-bank-trust-co'), mapOptions);}document.getElementById('2f71137f').innerHTML += ' | View Map';var $lb4c4c2f7aa6a97b35c656dbbd6862c79 = '

Peoples Bank & Trust Co

Address: 101 N Main St, Owenton, KY 40359
Phone: (502) 484-3466
';var m_b4c4c2f7aa6a97b35c656dbbd6862c79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank & Trust Co',});m_b4c4c2f7aa6a97b35c656dbbd6862c79['infowindow'] = new google.maps.InfoWindow({content: $lb4c4c2f7aa6a97b35c656dbbd6862c79});var infowindow = new google.maps.InfoWindow({content: $lb4c4c2f7aa6a97b35c656dbbd6862c79});google.maps.event.addListener(m_b4c4c2f7aa6a97b35c656dbbd6862c79, 'click', function() {infowindow.open(map,m_b4c4c2f7aa6a97b35c656dbbd6862c79);});$marker.push(m_b4c4c2f7aa6a97b35c656dbbd6862c79);}});}google.maps.event.addDomListener(window, 'load', initialize);