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.7413,-95.5002)};var g_d0ceaba6d228fd9ad99831d5df783c7c = new google.maps.Geocoder();g_d0ceaba6d228fd9ad99831d5df783c7c.geocode( { 'address': "2323 S Voss Rd #335, Houston, TX 77057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-clear-lending---home-mortgage-loans').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-clear-lending---home-mortgage-loans'), mapOptions);}document.getElementById('3bfb19f1').innerHTML += ' | View Map';var $ld0ceaba6d228fd9ad99831d5df783c7c = '

Clear Lending - Home Mortgage Loans

Address: 2323 S Voss Rd #335, Houston, TX 77057, USA
Phone: (281) 940-5050
';var m_d0ceaba6d228fd9ad99831d5df783c7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clear Lending - Home Mortgage Loans',});m_d0ceaba6d228fd9ad99831d5df783c7c['infowindow'] = new google.maps.InfoWindow({content: $ld0ceaba6d228fd9ad99831d5df783c7c});var infowindow = new google.maps.InfoWindow({content: $ld0ceaba6d228fd9ad99831d5df783c7c});google.maps.event.addListener(m_d0ceaba6d228fd9ad99831d5df783c7c, 'click', function() {infowindow.open(map,m_d0ceaba6d228fd9ad99831d5df783c7c);});$marker.push(m_d0ceaba6d228fd9ad99831d5df783c7c);}});}google.maps.event.addDomListener(window, 'load', initialize);