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.0119,-84.4211)};var g_6043f3da6bb7317632b8103d6683d495 = new google.maps.Geocoder();g_6043f3da6bb7317632b8103d6683d495.geocode( { 'address': "3098 Helmsdale Pl, Lexington, KY 40509, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-KY-republic-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('lexington-KY-republic-bank--trust-co'), mapOptions);}document.getElementById('c2bbca79').innerHTML += ' | View Map';var $l6043f3da6bb7317632b8103d6683d495 = '

Republic Bank & Trust Co

Address: 3098 Helmsdale Pl, Lexington, KY 40509, USA
Phone: (859) 264-0990
';var m_6043f3da6bb7317632b8103d6683d495 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Bank & Trust Co',});m_6043f3da6bb7317632b8103d6683d495['infowindow'] = new google.maps.InfoWindow({content: $l6043f3da6bb7317632b8103d6683d495});var infowindow = new google.maps.InfoWindow({content: $l6043f3da6bb7317632b8103d6683d495});google.maps.event.addListener(m_6043f3da6bb7317632b8103d6683d495, 'click', function() {infowindow.open(map,m_6043f3da6bb7317632b8103d6683d495);});$marker.push(m_6043f3da6bb7317632b8103d6683d495);}});}google.maps.event.addDomListener(window, 'load', initialize);