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.9491,-96.8044)};var g_484c1fb65fa7e725740f20c975c9b284 = new google.maps.Geocoder();g_484c1fb65fa7e725740f20c975c9b284.geocode( { 'address': "14785 Preston Rd # 495, Dallas, TX 75254, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-retax-funding-co').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-retax-funding-co'), mapOptions);}document.getElementById('3d2fe368').innerHTML += ' | View Map';var $l484c1fb65fa7e725740f20c975c9b284 = '

Retax Funding Co

Address: 14785 Preston Rd # 495, Dallas, TX 75254, USA
Phone: (972) 855-3550
';var m_484c1fb65fa7e725740f20c975c9b284 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Retax Funding Co',});m_484c1fb65fa7e725740f20c975c9b284['infowindow'] = new google.maps.InfoWindow({content: $l484c1fb65fa7e725740f20c975c9b284});var infowindow = new google.maps.InfoWindow({content: $l484c1fb65fa7e725740f20c975c9b284});google.maps.event.addListener(m_484c1fb65fa7e725740f20c975c9b284, 'click', function() {infowindow.open(map,m_484c1fb65fa7e725740f20c975c9b284);});$marker.push(m_484c1fb65fa7e725740f20c975c9b284);}});}google.maps.event.addDomListener(window, 'load', initialize);