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.9845,-96.8048)};var g_a8e01a3da6b9435dadd5011e2c756795 = new google.maps.Geocoder();g_a8e01a3da6b9435dadd5011e2c756795.geocode( { 'address': "17103 Preston Rd #250, Dallas, TX 75248, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-longhorn-investments').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-longhorn-investments'), mapOptions);}document.getElementById('6df158a4').innerHTML += ' | View Map';var $la8e01a3da6b9435dadd5011e2c756795 = '

Longhorn Investments

Address: 17103 Preston Rd #250, Dallas, TX 75248, USA
Phone: (877) 420-7346
';var m_a8e01a3da6b9435dadd5011e2c756795 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Longhorn Investments',});m_a8e01a3da6b9435dadd5011e2c756795['infowindow'] = new google.maps.InfoWindow({content: $la8e01a3da6b9435dadd5011e2c756795});var infowindow = new google.maps.InfoWindow({content: $la8e01a3da6b9435dadd5011e2c756795});google.maps.event.addListener(m_a8e01a3da6b9435dadd5011e2c756795, 'click', function() {infowindow.open(map,m_a8e01a3da6b9435dadd5011e2c756795);});$marker.push(m_a8e01a3da6b9435dadd5011e2c756795);}});}google.maps.event.addDomListener(window, 'load', initialize);