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.5578,-85.0787)};var g_d8ffe0099bb7e2c98f8e6e5c37baffa2 = new google.maps.Geocoder();g_d8ffe0099bb7e2c98f8e6e5c37baffa2.geocode( { 'address': "8200 Port Royal Rd, Port Royal, KY 40058"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-royal-KY-united-citizens-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('port-royal-KY-united-citizens-bank-trust'), mapOptions);}document.getElementById('069699e5').innerHTML += ' | View Map';var $ld8ffe0099bb7e2c98f8e6e5c37baffa2 = '

United Citizens Bank & Trust

Address: 8200 Port Royal Rd, Port Royal, KY 40058
Phone: (502) 947-5143
';var m_d8ffe0099bb7e2c98f8e6e5c37baffa2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Citizens Bank & Trust',});m_d8ffe0099bb7e2c98f8e6e5c37baffa2['infowindow'] = new google.maps.InfoWindow({content: $ld8ffe0099bb7e2c98f8e6e5c37baffa2});var infowindow = new google.maps.InfoWindow({content: $ld8ffe0099bb7e2c98f8e6e5c37baffa2});google.maps.event.addListener(m_d8ffe0099bb7e2c98f8e6e5c37baffa2, 'click', function() {infowindow.open(map,m_d8ffe0099bb7e2c98f8e6e5c37baffa2);});$marker.push(m_d8ffe0099bb7e2c98f8e6e5c37baffa2);}});}google.maps.event.addDomListener(window, 'load', initialize);