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.8465,-96.7715)};var g_a29b253a15ef7c0e2d8fc154e1a7d5bc = new google.maps.Geocoder();g_a29b253a15ef7c0e2d8fc154e1a7d5bc.geocode( { 'address': "4849 Greenville Ave #1620, Dallas, TX 75206, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-home-tax-solutions').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-home-tax-solutions'), mapOptions);}document.getElementById('aa1c701d').innerHTML += ' | View Map';var $la29b253a15ef7c0e2d8fc154e1a7d5bc = '

Home Tax Solutions

Address: 4849 Greenville Ave #1620, Dallas, TX 75206, USA
Phone: (214) 420-1814
';var m_a29b253a15ef7c0e2d8fc154e1a7d5bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Tax Solutions',});m_a29b253a15ef7c0e2d8fc154e1a7d5bc['infowindow'] = new google.maps.InfoWindow({content: $la29b253a15ef7c0e2d8fc154e1a7d5bc});var infowindow = new google.maps.InfoWindow({content: $la29b253a15ef7c0e2d8fc154e1a7d5bc});google.maps.event.addListener(m_a29b253a15ef7c0e2d8fc154e1a7d5bc, 'click', function() {infowindow.open(map,m_a29b253a15ef7c0e2d8fc154e1a7d5bc);});$marker.push(m_a29b253a15ef7c0e2d8fc154e1a7d5bc);}});}google.maps.event.addDomListener(window, 'load', initialize);