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.0452,-84.4985)};var g_0ccb9c4f617f6da1b237ad8302672d3a = new google.maps.Geocoder();g_0ccb9c4f617f6da1b237ad8302672d3a.geocode( { 'address': "101 E High St, Lexington, KY 40507, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-KY-bank-of-the-bluegrass--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('lexington-KY-bank-of-the-bluegrass--trust-co'), mapOptions);}document.getElementById('167982bd').innerHTML += ' | View Map';var $l0ccb9c4f617f6da1b237ad8302672d3a = '

Bank of the Bluegrass & Trust Co.

Address: 101 E High St, Lexington, KY 40507, USA
Phone: (859) 233-4500
';var m_0ccb9c4f617f6da1b237ad8302672d3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Bluegrass & Trust Co.',});m_0ccb9c4f617f6da1b237ad8302672d3a['infowindow'] = new google.maps.InfoWindow({content: $l0ccb9c4f617f6da1b237ad8302672d3a});var infowindow = new google.maps.InfoWindow({content: $l0ccb9c4f617f6da1b237ad8302672d3a});google.maps.event.addListener(m_0ccb9c4f617f6da1b237ad8302672d3a, 'click', function() {infowindow.open(map,m_0ccb9c4f617f6da1b237ad8302672d3a);});$marker.push(m_0ccb9c4f617f6da1b237ad8302672d3a);}});}google.maps.event.addDomListener(window, 'load', initialize);