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.9966,-96.7976)};var g_f8479eb688c9f04068c31311ee3a2dda = new google.maps.Geocoder();g_f8479eb688c9f04068c31311ee3a2dda.geocode( { 'address': "17950 Preston Rd #600, Dallas, TX 75252, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-pmc-commercial-trust').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-pmc-commercial-trust'), mapOptions);}document.getElementById('4efea5ca').innerHTML += ' | View Map';var $lf8479eb688c9f04068c31311ee3a2dda = '

PMC Commercial Trust

Address: 17950 Preston Rd #600, Dallas, TX 75252, USA
Phone: (972) 349-3200
';var m_f8479eb688c9f04068c31311ee3a2dda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PMC Commercial Trust',});m_f8479eb688c9f04068c31311ee3a2dda['infowindow'] = new google.maps.InfoWindow({content: $lf8479eb688c9f04068c31311ee3a2dda});var infowindow = new google.maps.InfoWindow({content: $lf8479eb688c9f04068c31311ee3a2dda});google.maps.event.addListener(m_f8479eb688c9f04068c31311ee3a2dda, 'click', function() {infowindow.open(map,m_f8479eb688c9f04068c31311ee3a2dda);});$marker.push(m_f8479eb688c9f04068c31311ee3a2dda);}});}google.maps.event.addDomListener(window, 'load', initialize);