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.0022,-84.4801)};var g_e524151d1cc41805c924c23bf2317b00 = new google.maps.Geocoder();g_e524151d1cc41805c924c23bf2317b00.geocode( { 'address': "2425 Regency Rd, Lexington, KY 40503"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-KY-american-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('lexington-KY-american-mortgage'), mapOptions);}document.getElementById('a2bbef82').innerHTML += ' | View Map';var $le524151d1cc41805c924c23bf2317b00 = '

American Mortgage

Address: 2425 Regency Rd, Lexington, KY 40503
Phone: (859) 277-1135
';var m_e524151d1cc41805c924c23bf2317b00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Mortgage',});m_e524151d1cc41805c924c23bf2317b00['infowindow'] = new google.maps.InfoWindow({content: $le524151d1cc41805c924c23bf2317b00});var infowindow = new google.maps.InfoWindow({content: $le524151d1cc41805c924c23bf2317b00});google.maps.event.addListener(m_e524151d1cc41805c924c23bf2317b00, 'click', function() {infowindow.open(map,m_e524151d1cc41805c924c23bf2317b00);});$marker.push(m_e524151d1cc41805c924c23bf2317b00);}});}google.maps.event.addDomListener(window, 'load', initialize);