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.9394,-96.8373)};var g_cf5b569c5fe0d6f496bef1d78a603d39 = new google.maps.Geocoder();g_cf5b569c5fe0d6f496bef1d78a603d39.geocode( { 'address': "4100 Spring Valley Rd #770, Dallas, TX 75244, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-texas-trust-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-texas-trust-home-loans'), mapOptions);}document.getElementById('d9450e55').innerHTML += ' | View Map';var $lcf5b569c5fe0d6f496bef1d78a603d39 = '

Texas Trust Home Loans

Address: 4100 Spring Valley Rd #770, Dallas, TX 75244, USA
Phone: (877) 712-1101
';var m_cf5b569c5fe0d6f496bef1d78a603d39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Trust Home Loans',});m_cf5b569c5fe0d6f496bef1d78a603d39['infowindow'] = new google.maps.InfoWindow({content: $lcf5b569c5fe0d6f496bef1d78a603d39});var infowindow = new google.maps.InfoWindow({content: $lcf5b569c5fe0d6f496bef1d78a603d39});google.maps.event.addListener(m_cf5b569c5fe0d6f496bef1d78a603d39, 'click', function() {infowindow.open(map,m_cf5b569c5fe0d6f496bef1d78a603d39);});$marker.push(m_cf5b569c5fe0d6f496bef1d78a603d39);}});}google.maps.event.addDomListener(window, 'load', initialize);