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.0163,-84.5569)};var g_6e5acd341c646d333c05dff5e53b093b = new google.maps.Geocoder();g_6e5acd341c646d333c05dff5e53b093b.geocode( { 'address': "424 Lewis Hargett Cir, Lexington, KY 40503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-KY-mark-sammons').style.display = '';map = new google.maps.Map(document.getElementById('lexington-KY-mark-sammons'), mapOptions);}document.getElementById('9569308d').innerHTML += ' | View Map';var $l6e5acd341c646d333c05dff5e53b093b = '

Mark Sammons

Address: 424 Lewis Hargett Cir, Lexington, KY 40503, USA
Phone: (859) 433-4558
';var m_6e5acd341c646d333c05dff5e53b093b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mark Sammons',});m_6e5acd341c646d333c05dff5e53b093b['infowindow'] = new google.maps.InfoWindow({content: $l6e5acd341c646d333c05dff5e53b093b});var infowindow = new google.maps.InfoWindow({content: $l6e5acd341c646d333c05dff5e53b093b});google.maps.event.addListener(m_6e5acd341c646d333c05dff5e53b093b, 'click', function() {infowindow.open(map,m_6e5acd341c646d333c05dff5e53b093b);});$marker.push(m_6e5acd341c646d333c05dff5e53b093b);}});}google.maps.event.addDomListener(window, 'load', initialize);