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.6402,-95.2435)};var g_295daed98c6e4ad88a7d527b5a8d62ee = new google.maps.Geocoder();g_295daed98c6e4ad88a7d527b5a8d62ee.geocode( { 'address': "10512 Gulf Fwy, Houston, TX 77075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-houston-loan-star').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-houston-loan-star'), mapOptions);}document.getElementById('e309ed97').innerHTML += ' | View Map';var $l295daed98c6e4ad88a7d527b5a8d62ee = '

Houston Loan Star

Address: 10512 Gulf Fwy, Houston, TX 77075, USA
Phone: (832) 495-7902
';var m_295daed98c6e4ad88a7d527b5a8d62ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Houston Loan Star',});m_295daed98c6e4ad88a7d527b5a8d62ee['infowindow'] = new google.maps.InfoWindow({content: $l295daed98c6e4ad88a7d527b5a8d62ee});var infowindow = new google.maps.InfoWindow({content: $l295daed98c6e4ad88a7d527b5a8d62ee});google.maps.event.addListener(m_295daed98c6e4ad88a7d527b5a8d62ee, 'click', function() {infowindow.open(map,m_295daed98c6e4ad88a7d527b5a8d62ee);});$marker.push(m_295daed98c6e4ad88a7d527b5a8d62ee);}});}google.maps.event.addDomListener(window, 'load', initialize);