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.1056,-84.0815)};var g_69c02520068c43c4860863f4969ee4f3 = new google.maps.Geocoder();g_69c02520068c43c4860863f4969ee4f3.geocode( { 'address': "565 West Highway 192, Suite 106, London, KY 40741, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('london-KY-a--loans-llc').style.display = '';map = new google.maps.Map(document.getElementById('london-KY-a--loans-llc'), mapOptions);}document.getElementById('8e91c36e').innerHTML += ' | View Map';var $l69c02520068c43c4860863f4969ee4f3 = '

A + Loans LLC

Address: 565 West Highway 192, Suite 106, London, KY 40741, USA
Phone: (606) 864-0336
';var m_69c02520068c43c4860863f4969ee4f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A + Loans LLC',});m_69c02520068c43c4860863f4969ee4f3['infowindow'] = new google.maps.InfoWindow({content: $l69c02520068c43c4860863f4969ee4f3});var infowindow = new google.maps.InfoWindow({content: $l69c02520068c43c4860863f4969ee4f3});google.maps.event.addListener(m_69c02520068c43c4860863f4969ee4f3, 'click', function() {infowindow.open(map,m_69c02520068c43c4860863f4969ee4f3);});$marker.push(m_69c02520068c43c4860863f4969ee4f3);}});}google.maps.event.addDomListener(window, 'load', initialize);