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.8233,-96.7701)};var g_24239d26f7d6070c41562c20f14211d7 = new google.maps.Geocoder();g_24239d26f7d6070c41562c20f14211d7.geocode( { 'address': "2804 Greenville Ave, Dallas, TX 75206, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-dhlc-investments-inc').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-dhlc-investments-inc'), mapOptions);}document.getElementById('968940fa').innerHTML += ' | View Map';var $l24239d26f7d6070c41562c20f14211d7 = '

DHLC Investments, Inc.

Address: 2804 Greenville Ave, Dallas, TX 75206, USA
Phone: (214) 501-5151
';var m_24239d26f7d6070c41562c20f14211d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DHLC Investments, Inc.',});m_24239d26f7d6070c41562c20f14211d7['infowindow'] = new google.maps.InfoWindow({content: $l24239d26f7d6070c41562c20f14211d7});var infowindow = new google.maps.InfoWindow({content: $l24239d26f7d6070c41562c20f14211d7});google.maps.event.addListener(m_24239d26f7d6070c41562c20f14211d7, 'click', function() {infowindow.open(map,m_24239d26f7d6070c41562c20f14211d7);});$marker.push(m_24239d26f7d6070c41562c20f14211d7);}});}google.maps.event.addDomListener(window, 'load', initialize);