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(32.7717,-97.0977)};var g_b9663aa14442cfbc0e7cc6315818970b = new google.maps.Geocoder();g_b9663aa14442cfbc0e7cc6315818970b.geocode( { 'address': "2280 N Collins St a, Arlington, TX 76011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-TX-tax-service-and-credit-repair').style.display = '';map = new google.maps.Map(document.getElementById('arlington-TX-tax-service-and-credit-repair'), mapOptions);}document.getElementById('e09e2764').innerHTML += ' | View Map';var $lb9663aa14442cfbc0e7cc6315818970b = '

Tax Service and Credit Repair

Address: 2280 N Collins St a, Arlington, TX 76011, USA
Phone: (817) 801-1651
';var m_b9663aa14442cfbc0e7cc6315818970b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tax Service and Credit Repair',});m_b9663aa14442cfbc0e7cc6315818970b['infowindow'] = new google.maps.InfoWindow({content: $lb9663aa14442cfbc0e7cc6315818970b});var infowindow = new google.maps.InfoWindow({content: $lb9663aa14442cfbc0e7cc6315818970b});google.maps.event.addListener(m_b9663aa14442cfbc0e7cc6315818970b, 'click', function() {infowindow.open(map,m_b9663aa14442cfbc0e7cc6315818970b);});$marker.push(m_b9663aa14442cfbc0e7cc6315818970b);}});}google.maps.event.addDomListener(window, 'load', initialize);