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(37.1223,-84.0773)};var g_068076e5df124649f163e47a1b88265b = new google.maps.Geocoder();g_068076e5df124649f163e47a1b88265b.geocode( { 'address': "830 S Main St #1, London, KY 40741, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('london-KY-benchmark-mortgage---london-ky-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('london-KY-benchmark-mortgage---london-ky-home-loans'), mapOptions);}document.getElementById('00c34a7b').innerHTML += ' | View Map';var $l068076e5df124649f163e47a1b88265b = '

Benchmark Mortgage - London KY Home Loans

Address: 830 S Main St #1, London, KY 40741, USA
Phone: (606) 862-0909
';var m_068076e5df124649f163e47a1b88265b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Benchmark Mortgage - London KY Home Loans',});m_068076e5df124649f163e47a1b88265b['infowindow'] = new google.maps.InfoWindow({content: $l068076e5df124649f163e47a1b88265b});var infowindow = new google.maps.InfoWindow({content: $l068076e5df124649f163e47a1b88265b});google.maps.event.addListener(m_068076e5df124649f163e47a1b88265b, 'click', function() {infowindow.open(map,m_068076e5df124649f163e47a1b88265b);});$marker.push(m_068076e5df124649f163e47a1b88265b);}});}google.maps.event.addDomListener(window, 'load', initialize);