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.6465,-96.9015)};var g_9ad6efac1767b839b28458bdfe61b53c = new google.maps.Geocoder();g_9ad6efac1767b839b28458bdfe61b53c.geocode( { 'address': "430 E Wheatland Rd, Duncanville, TX 75116, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duncanville-TX-tax-kings-tax-service').style.display = '';map = new google.maps.Map(document.getElementById('duncanville-TX-tax-kings-tax-service'), mapOptions);}document.getElementById('f6939b80').innerHTML += ' | View Map';var $l9ad6efac1767b839b28458bdfe61b53c = '

Tax Kings Tax Service

Address: 430 E Wheatland Rd, Duncanville, TX 75116, USA
Phone: (214) 427-4448
';var m_9ad6efac1767b839b28458bdfe61b53c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tax Kings Tax Service',});m_9ad6efac1767b839b28458bdfe61b53c['infowindow'] = new google.maps.InfoWindow({content: $l9ad6efac1767b839b28458bdfe61b53c});var infowindow = new google.maps.InfoWindow({content: $l9ad6efac1767b839b28458bdfe61b53c});google.maps.event.addListener(m_9ad6efac1767b839b28458bdfe61b53c, 'click', function() {infowindow.open(map,m_9ad6efac1767b839b28458bdfe61b53c);});$marker.push(m_9ad6efac1767b839b28458bdfe61b53c);}});}google.maps.event.addDomListener(window, 'load', initialize);