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(26.2385,-98.2209)};var g_2b1488ea4f41f775d267fd910480d14a = new google.maps.Geocoder();g_2b1488ea4f41f775d267fd910480d14a.geocode( { 'address': "711 W Nolana Ave #201b, McAllen, TX 78504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcallen-TX-home-tax-solutions').style.display = '';map = new google.maps.Map(document.getElementById('mcallen-TX-home-tax-solutions'), mapOptions);}document.getElementById('51dd30eb').innerHTML += ' | View Map';var $l2b1488ea4f41f775d267fd910480d14a = '

Home Tax Solutions

Address: 711 W Nolana Ave #201b, McAllen, TX 78504, USA
Phone: (956) 752-3092
';var m_2b1488ea4f41f775d267fd910480d14a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Tax Solutions',});m_2b1488ea4f41f775d267fd910480d14a['infowindow'] = new google.maps.InfoWindow({content: $l2b1488ea4f41f775d267fd910480d14a});var infowindow = new google.maps.InfoWindow({content: $l2b1488ea4f41f775d267fd910480d14a});google.maps.event.addListener(m_2b1488ea4f41f775d267fd910480d14a, 'click', function() {infowindow.open(map,m_2b1488ea4f41f775d267fd910480d14a);});$marker.push(m_2b1488ea4f41f775d267fd910480d14a);}});}google.maps.event.addDomListener(window, 'load', initialize);