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.7834,-95.5194)};var g_a085be79281d65addf48488549ddb1f3 = new google.maps.Geocoder();g_a085be79281d65addf48488549ddb1f3.geocode( { 'address': "9225 Katy Fwy #110, Houston, TX 77024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-home-tax-solutions').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-home-tax-solutions'), mapOptions);}document.getElementById('e17730ca').innerHTML += ' | View Map';var $la085be79281d65addf48488549ddb1f3 = '

Home Tax Solutions

Address: 9225 Katy Fwy #110, Houston, TX 77024, USA
Phone: (281) 940-7436
';var m_a085be79281d65addf48488549ddb1f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Tax Solutions',});m_a085be79281d65addf48488549ddb1f3['infowindow'] = new google.maps.InfoWindow({content: $la085be79281d65addf48488549ddb1f3});var infowindow = new google.maps.InfoWindow({content: $la085be79281d65addf48488549ddb1f3});google.maps.event.addListener(m_a085be79281d65addf48488549ddb1f3, 'click', function() {infowindow.open(map,m_a085be79281d65addf48488549ddb1f3);});$marker.push(m_a085be79281d65addf48488549ddb1f3);}});}google.maps.event.addDomListener(window, 'load', initialize);