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.8039,-96.8122)};var g_187a281bd72f5e3965f214f59d2396d5 = new google.maps.Geocoder();g_187a281bd72f5e3965f214f59d2396d5.geocode( { 'address': "3614 Fairmount St #1, Dallas, TX 75219, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-credit-advisors-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-credit-advisors-of-texas'), mapOptions);}document.getElementById('2ca8a42b').innerHTML += ' | View Map';var $l187a281bd72f5e3965f214f59d2396d5 = '

Credit Advisors of Texas

Address: 3614 Fairmount St #1, Dallas, TX 75219, USA
Phone: (469) 804-4141
';var m_187a281bd72f5e3965f214f59d2396d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Advisors of Texas',});m_187a281bd72f5e3965f214f59d2396d5['infowindow'] = new google.maps.InfoWindow({content: $l187a281bd72f5e3965f214f59d2396d5});var infowindow = new google.maps.InfoWindow({content: $l187a281bd72f5e3965f214f59d2396d5});google.maps.event.addListener(m_187a281bd72f5e3965f214f59d2396d5, 'click', function() {infowindow.open(map,m_187a281bd72f5e3965f214f59d2396d5);});$marker.push(m_187a281bd72f5e3965f214f59d2396d5);}});}google.maps.event.addDomListener(window, 'load', initialize);