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.8612,-96.8858)};var g_48b5c9a77e98a0b5199624fa310d9ec6 = new google.maps.Geocoder();g_48b5c9a77e98a0b5199624fa310d9ec6.geocode( { 'address': "2351 W Northwest Hwy #3302, Dallas, TX 75220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-texas-express-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-texas-express-loans-inc'), mapOptions);}document.getElementById('ac5d2ef1').innerHTML += ' | View Map';var $l48b5c9a77e98a0b5199624fa310d9ec6 = '

Texas Express Loans, Inc

Address: 2351 W Northwest Hwy #3302, Dallas, TX 75220, USA
Phone: (214) 550-0788
';var m_48b5c9a77e98a0b5199624fa310d9ec6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Express Loans, Inc',});m_48b5c9a77e98a0b5199624fa310d9ec6['infowindow'] = new google.maps.InfoWindow({content: $l48b5c9a77e98a0b5199624fa310d9ec6});var infowindow = new google.maps.InfoWindow({content: $l48b5c9a77e98a0b5199624fa310d9ec6});google.maps.event.addListener(m_48b5c9a77e98a0b5199624fa310d9ec6, 'click', function() {infowindow.open(map,m_48b5c9a77e98a0b5199624fa310d9ec6);});$marker.push(m_48b5c9a77e98a0b5199624fa310d9ec6);}});}google.maps.event.addDomListener(window, 'load', initialize);