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.0177,-84.5506)};var g_f5b9430e2561a2e2233863b3a844eb66 = new google.maps.Geocoder();g_f5b9430e2561a2e2233863b3a844eb66.geocode( { 'address': "2353 Alexandria Dr, Lexington, KY 40504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-KY-unified-trust').style.display = '';map = new google.maps.Map(document.getElementById('lexington-KY-unified-trust'), mapOptions);}document.getElementById('fdc553a2').innerHTML += ' | View Map';var $lf5b9430e2561a2e2233863b3a844eb66 = '

Unified Trust

Address: 2353 Alexandria Dr, Lexington, KY 40504, USA
Phone: (859) 296-4407
';var m_f5b9430e2561a2e2233863b3a844eb66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Unified Trust',});m_f5b9430e2561a2e2233863b3a844eb66['infowindow'] = new google.maps.InfoWindow({content: $lf5b9430e2561a2e2233863b3a844eb66});var infowindow = new google.maps.InfoWindow({content: $lf5b9430e2561a2e2233863b3a844eb66});google.maps.event.addListener(m_f5b9430e2561a2e2233863b3a844eb66, 'click', function() {infowindow.open(map,m_f5b9430e2561a2e2233863b3a844eb66);});$marker.push(m_f5b9430e2561a2e2233863b3a844eb66);}});}google.maps.event.addDomListener(window, 'load', initialize);