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.7361,-95.6364)};var g_8039afa70765452dbca8b98a84a37d80 = new google.maps.Geocoder();g_8039afa70765452dbca8b98a84a37d80.geocode( { 'address': "13940 Westheimer Rd, Houston, TX 77077, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-no-wait-loans').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-no-wait-loans'), mapOptions);}document.getElementById('55793c2c').innerHTML += ' | View Map';var $l8039afa70765452dbca8b98a84a37d80 = '

No Wait Loans

Address: 13940 Westheimer Rd, Houston, TX 77077, USA
Phone: (281) 293-7400
';var m_8039afa70765452dbca8b98a84a37d80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'No Wait Loans',});m_8039afa70765452dbca8b98a84a37d80['infowindow'] = new google.maps.InfoWindow({content: $l8039afa70765452dbca8b98a84a37d80});var infowindow = new google.maps.InfoWindow({content: $l8039afa70765452dbca8b98a84a37d80});google.maps.event.addListener(m_8039afa70765452dbca8b98a84a37d80, 'click', function() {infowindow.open(map,m_8039afa70765452dbca8b98a84a37d80);});$marker.push(m_8039afa70765452dbca8b98a84a37d80);}});}google.maps.event.addDomListener(window, 'load', initialize);