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.9996,-96.7982)};var g_76b455d9fb9e1d814007ee9ecc1b039d = new google.maps.Geocoder();g_76b455d9fb9e1d814007ee9ecc1b039d.geocode( { 'address': "18111 Preston Rd #900, Dallas, TX 75252, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-primelending').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-primelending'), mapOptions);}document.getElementById('fad7b2fa').innerHTML += ' | View Map';var $l76b455d9fb9e1d814007ee9ecc1b039d = '

PrimeLending

Address: 18111 Preston Rd #900, Dallas, TX 75252, USA
Phone: (214) 354-7891
';var m_76b455d9fb9e1d814007ee9ecc1b039d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PrimeLending',});m_76b455d9fb9e1d814007ee9ecc1b039d['infowindow'] = new google.maps.InfoWindow({content: $l76b455d9fb9e1d814007ee9ecc1b039d});var infowindow = new google.maps.InfoWindow({content: $l76b455d9fb9e1d814007ee9ecc1b039d});google.maps.event.addListener(m_76b455d9fb9e1d814007ee9ecc1b039d, 'click', function() {infowindow.open(map,m_76b455d9fb9e1d814007ee9ecc1b039d);});$marker.push(m_76b455d9fb9e1d814007ee9ecc1b039d);}});}google.maps.event.addDomListener(window, 'load', initialize);