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.7865,-95.4979)};var g_0b1d63a1f923c4256b9fda49fc020b7a = new google.maps.Geocoder();g_0b1d63a1f923c4256b9fda49fc020b7a.geocode( { 'address': "8584 Katy Fwy #200, Houston, TX 77024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-americas-choice-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-americas-choice-home-loans'), mapOptions);}document.getElementById('1ebf35fc').innerHTML += ' | View Map';var $l0b1d63a1f923c4256b9fda49fc020b7a = '

America's Choice Home Loans

Address: 8584 Katy Fwy #200, Houston, TX 77024, USA
Phone: (713) 463-6779
';var m_0b1d63a1f923c4256b9fda49fc020b7a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America's Choice Home Loans',});m_0b1d63a1f923c4256b9fda49fc020b7a['infowindow'] = new google.maps.InfoWindow({content: $l0b1d63a1f923c4256b9fda49fc020b7a});var infowindow = new google.maps.InfoWindow({content: $l0b1d63a1f923c4256b9fda49fc020b7a});google.maps.event.addListener(m_0b1d63a1f923c4256b9fda49fc020b7a, 'click', function() {infowindow.open(map,m_0b1d63a1f923c4256b9fda49fc020b7a);});$marker.push(m_0b1d63a1f923c4256b9fda49fc020b7a);}});}google.maps.event.addDomListener(window, 'load', initialize);