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.8007,-96.8013)};var g_c94d2e380d5edb5af501cf4810ec5b66 = new google.maps.Geocoder();g_c94d2e380d5edb5af501cf4810ec5b66.geocode( { 'address': "2807 Allen St #685, Dallas, TX 75204, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-credit-alliance-group').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-credit-alliance-group'), mapOptions);}document.getElementById('98abc5c4').innerHTML += ' | View Map';var $lc94d2e380d5edb5af501cf4810ec5b66 = '

Credit Alliance Group

Address: 2807 Allen St #685, Dallas, TX 75204, USA
Phone: (214) 329-9182
';var m_c94d2e380d5edb5af501cf4810ec5b66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Alliance Group',});m_c94d2e380d5edb5af501cf4810ec5b66['infowindow'] = new google.maps.InfoWindow({content: $lc94d2e380d5edb5af501cf4810ec5b66});var infowindow = new google.maps.InfoWindow({content: $lc94d2e380d5edb5af501cf4810ec5b66});google.maps.event.addListener(m_c94d2e380d5edb5af501cf4810ec5b66, 'click', function() {infowindow.open(map,m_c94d2e380d5edb5af501cf4810ec5b66);});$marker.push(m_c94d2e380d5edb5af501cf4810ec5b66);}});}google.maps.event.addDomListener(window, 'load', initialize);