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.0016,-96.797)};var g_a78d9c1d169f71c373894cba326e8abb = new google.maps.Geocoder();g_a78d9c1d169f71c373894cba326e8abb.geocode( { 'address': "18383 Preston Rd, Dallas, TX 75252, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-highlands-residential-mortgage-ltd').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-highlands-residential-mortgage-ltd'), mapOptions);}document.getElementById('005a5b40').innerHTML += ' | View Map';var $la78d9c1d169f71c373894cba326e8abb = '

Highlands Residential Mortgage, Ltd

Address: 18383 Preston Rd, Dallas, TX 75252, USA
Phone: (972) 991-4100
';var m_a78d9c1d169f71c373894cba326e8abb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Highlands Residential Mortgage, Ltd',});m_a78d9c1d169f71c373894cba326e8abb['infowindow'] = new google.maps.InfoWindow({content: $la78d9c1d169f71c373894cba326e8abb});var infowindow = new google.maps.InfoWindow({content: $la78d9c1d169f71c373894cba326e8abb});google.maps.event.addListener(m_a78d9c1d169f71c373894cba326e8abb, 'click', function() {infowindow.open(map,m_a78d9c1d169f71c373894cba326e8abb);});$marker.push(m_a78d9c1d169f71c373894cba326e8abb);}});}google.maps.event.addDomListener(window, 'load', initialize);