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(29.7204,-95.2221)};var g_768dfe87ec1f4207c75a87a2afa7a1bf = new google.maps.Geocoder();g_768dfe87ec1f4207c75a87a2afa7a1bf.geocode( { 'address': "7306 W Tidwell Rd, Houston, TX 77040"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-dolex-dollar-express').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-dolex-dollar-express'), mapOptions);}document.getElementById('3a8c7b12').innerHTML += ' | View Map';var $l768dfe87ec1f4207c75a87a2afa7a1bf = '

Dolex Dollar Express

Address: 7306 W Tidwell Rd, Houston, TX 77040
Phone: (713) 939-9590
';var m_768dfe87ec1f4207c75a87a2afa7a1bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dolex Dollar Express',});m_768dfe87ec1f4207c75a87a2afa7a1bf['infowindow'] = new google.maps.InfoWindow({content: $l768dfe87ec1f4207c75a87a2afa7a1bf});var infowindow = new google.maps.InfoWindow({content: $l768dfe87ec1f4207c75a87a2afa7a1bf});google.maps.event.addListener(m_768dfe87ec1f4207c75a87a2afa7a1bf, 'click', function() {infowindow.open(map,m_768dfe87ec1f4207c75a87a2afa7a1bf);});$marker.push(m_768dfe87ec1f4207c75a87a2afa7a1bf);}});}google.maps.event.addDomListener(window, 'load', initialize);