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.9662,-96.8206)};var g_42195fdc69b4ba211ca30da3d0459c39 = new google.maps.Geocoder();g_42195fdc69b4ba211ca30da3d0459c39.geocode( { 'address': "15950 Dallas Pkwy #400, Dallas, TX 75248, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-home-loans-for-all').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-home-loans-for-all'), mapOptions);}document.getElementById('9fc2fa66').innerHTML += ' | View Map';var $l42195fdc69b4ba211ca30da3d0459c39 = '

Home Loans For All

Address: 15950 Dallas Pkwy #400, Dallas, TX 75248, USA
Phone: (214) 380-5677
';var m_42195fdc69b4ba211ca30da3d0459c39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Loans For All',});m_42195fdc69b4ba211ca30da3d0459c39['infowindow'] = new google.maps.InfoWindow({content: $l42195fdc69b4ba211ca30da3d0459c39});var infowindow = new google.maps.InfoWindow({content: $l42195fdc69b4ba211ca30da3d0459c39});google.maps.event.addListener(m_42195fdc69b4ba211ca30da3d0459c39, 'click', function() {infowindow.open(map,m_42195fdc69b4ba211ca30da3d0459c39);});$marker.push(m_42195fdc69b4ba211ca30da3d0459c39);}});}google.maps.event.addDomListener(window, 'load', initialize);