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(39.0687,-84.5295)};var g_4b0b61a8e97591235f23d05563ab0659 = new google.maps.Geocoder();g_4b0b61a8e97591235f23d05563ab0659.geocode( { 'address': "570 Clock Tower Way, Covington, KY 41017"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covington-KY-commonwealth-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('covington-KY-commonwealth-bank-trust-co'), mapOptions);}document.getElementById('31f00f76').innerHTML += ' | View Map';var $l4b0b61a8e97591235f23d05563ab0659 = '

Commonwealth Bank & Trust Co

Address: 570 Clock Tower Way, Covington, KY 41017
Phone: (859) 426-3939
';var m_4b0b61a8e97591235f23d05563ab0659 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commonwealth Bank & Trust Co',});m_4b0b61a8e97591235f23d05563ab0659['infowindow'] = new google.maps.InfoWindow({content: $l4b0b61a8e97591235f23d05563ab0659});var infowindow = new google.maps.InfoWindow({content: $l4b0b61a8e97591235f23d05563ab0659});google.maps.event.addListener(m_4b0b61a8e97591235f23d05563ab0659, 'click', function() {infowindow.open(map,m_4b0b61a8e97591235f23d05563ab0659);});$marker.push(m_4b0b61a8e97591235f23d05563ab0659);}});}google.maps.event.addDomListener(window, 'load', initialize);