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(32.8891,-96.7718)};var g_5ccc5b78e7cacfbbb79aa31defeb05db = new google.maps.Geocoder();g_5ccc5b78e7cacfbbb79aa31defeb05db.geocode( { 'address': "10455 N Central Expy, Dallas, TX 75231, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-apartment-financing-america').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-apartment-financing-america'), mapOptions);}document.getElementById('64e527d2').innerHTML += ' | View Map';var $l5ccc5b78e7cacfbbb79aa31defeb05db = '

Apartment Financing America

Address: 10455 N Central Expy, Dallas, TX 75231, USA
Phone: (469) 729-3802
';var m_5ccc5b78e7cacfbbb79aa31defeb05db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apartment Financing America',});m_5ccc5b78e7cacfbbb79aa31defeb05db['infowindow'] = new google.maps.InfoWindow({content: $l5ccc5b78e7cacfbbb79aa31defeb05db});var infowindow = new google.maps.InfoWindow({content: $l5ccc5b78e7cacfbbb79aa31defeb05db});google.maps.event.addListener(m_5ccc5b78e7cacfbbb79aa31defeb05db, 'click', function() {infowindow.open(map,m_5ccc5b78e7cacfbbb79aa31defeb05db);});$marker.push(m_5ccc5b78e7cacfbbb79aa31defeb05db);}});}google.maps.event.addDomListener(window, 'load', initialize);