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.7542,-96.8086)};var g_5478928a7607710e0c1c572c5c507a63 = new google.maps.Geocoder();g_5478928a7607710e0c1c572c5c507a63.geocode( { 'address': "320 S R L Thornton Fwy, Dallas, TX 75203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-texas-mezzanine-fund-inc').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-texas-mezzanine-fund-inc'), mapOptions);}document.getElementById('58af9684').innerHTML += ' | View Map';var $l5478928a7607710e0c1c572c5c507a63 = '

Texas Mezzanine Fund Inc

Address: 320 S R L Thornton Fwy, Dallas, TX 75203, USA
Phone: (214) 943-5900
';var m_5478928a7607710e0c1c572c5c507a63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Mezzanine Fund Inc',});m_5478928a7607710e0c1c572c5c507a63['infowindow'] = new google.maps.InfoWindow({content: $l5478928a7607710e0c1c572c5c507a63});var infowindow = new google.maps.InfoWindow({content: $l5478928a7607710e0c1c572c5c507a63});google.maps.event.addListener(m_5478928a7607710e0c1c572c5c507a63, 'click', function() {infowindow.open(map,m_5478928a7607710e0c1c572c5c507a63);});$marker.push(m_5478928a7607710e0c1c572c5c507a63);}});}google.maps.event.addDomListener(window, 'load', initialize);