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(33.0629,-87.5154)};var g_431bc700b29e3ddc93cff1c71466fc1f = new google.maps.Geocoder();g_431bc700b29e3ddc93cff1c71466fc1f.geocode( { 'address': "14525 Country Park Dr, Duncanville, AL 35456, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duncanville-AL-family-home-leasing-llc').style.display = '';map = new google.maps.Map(document.getElementById('duncanville-AL-family-home-leasing-llc'), mapOptions);}document.getElementById('5ef9ad8b').innerHTML += ' | View Map';var $l431bc700b29e3ddc93cff1c71466fc1f = '

Family Home Leasing LLC

Address: 14525 Country Park Dr, Duncanville, AL 35456, USA
Phone: (205) 752-2004
';var m_431bc700b29e3ddc93cff1c71466fc1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Family Home Leasing LLC',});m_431bc700b29e3ddc93cff1c71466fc1f['infowindow'] = new google.maps.InfoWindow({content: $l431bc700b29e3ddc93cff1c71466fc1f});var infowindow = new google.maps.InfoWindow({content: $l431bc700b29e3ddc93cff1c71466fc1f});google.maps.event.addListener(m_431bc700b29e3ddc93cff1c71466fc1f, 'click', function() {infowindow.open(map,m_431bc700b29e3ddc93cff1c71466fc1f);});$marker.push(m_431bc700b29e3ddc93cff1c71466fc1f);}});}google.maps.event.addDomListener(window, 'load', initialize);