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.2541,-85.6526)};var g_ead79bebb88514b1e270b8856af6fce1 = new google.maps.Geocoder();g_ead79bebb88514b1e270b8856af6fce1.geocode( { 'address': "130 St Matthews Ave #201, Louisville, KY 40207, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-the-leasing-group').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-the-leasing-group'), mapOptions);}document.getElementById('7f856dd1').innerHTML += ' | View Map';var $lead79bebb88514b1e270b8856af6fce1 = '

The Leasing Group

Address: 130 St Matthews Ave #201, Louisville, KY 40207, USA
Phone: (502) 456-2800
';var m_ead79bebb88514b1e270b8856af6fce1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Leasing Group',});m_ead79bebb88514b1e270b8856af6fce1['infowindow'] = new google.maps.InfoWindow({content: $lead79bebb88514b1e270b8856af6fce1});var infowindow = new google.maps.InfoWindow({content: $lead79bebb88514b1e270b8856af6fce1});google.maps.event.addListener(m_ead79bebb88514b1e270b8856af6fce1, 'click', function() {infowindow.open(map,m_ead79bebb88514b1e270b8856af6fce1);});$marker.push(m_ead79bebb88514b1e270b8856af6fce1);}});}google.maps.event.addDomListener(window, 'load', initialize);