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_7b5f37cf6529d139d0735e31fa4baae4 = new google.maps.Geocoder();g_7b5f37cf6529d139d0735e31fa4baae4.geocode( { 'address': "3600 Decoursey Ave, Covington, KY 41015"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covington-KY-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('covington-KY-heritage-bank'), mapOptions);}document.getElementById('d34818c7').innerHTML += ' | View Map';var $l7b5f37cf6529d139d0735e31fa4baae4 = '

Heritage Bank

Address: 3600 Decoursey Ave, Covington, KY 41015
Phone: (859) 415-0545
';var m_7b5f37cf6529d139d0735e31fa4baae4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Bank',});m_7b5f37cf6529d139d0735e31fa4baae4['infowindow'] = new google.maps.InfoWindow({content: $l7b5f37cf6529d139d0735e31fa4baae4});var infowindow = new google.maps.InfoWindow({content: $l7b5f37cf6529d139d0735e31fa4baae4});google.maps.event.addListener(m_7b5f37cf6529d139d0735e31fa4baae4, 'click', function() {infowindow.open(map,m_7b5f37cf6529d139d0735e31fa4baae4);});$marker.push(m_7b5f37cf6529d139d0735e31fa4baae4);}});}google.maps.event.addDomListener(window, 'load', initialize);