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.9138,-96.8914)};var g_48d81d03b7965060c799bb9e682bcf6c = new google.maps.Geocoder();g_48d81d03b7965060c799bb9e682bcf6c.geocode( { 'address': "12000 Ford Rd # 245, Dallas, TX 75234, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-credit-help-usa').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-credit-help-usa'), mapOptions);}document.getElementById('b22f56dd').innerHTML += ' | View Map';var $l48d81d03b7965060c799bb9e682bcf6c = '

Credit Help USA

Address: 12000 Ford Rd # 245, Dallas, TX 75234, USA
Phone: (972) 247-0939
';var m_48d81d03b7965060c799bb9e682bcf6c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Help USA',});m_48d81d03b7965060c799bb9e682bcf6c['infowindow'] = new google.maps.InfoWindow({content: $l48d81d03b7965060c799bb9e682bcf6c});var infowindow = new google.maps.InfoWindow({content: $l48d81d03b7965060c799bb9e682bcf6c});google.maps.event.addListener(m_48d81d03b7965060c799bb9e682bcf6c, 'click', function() {infowindow.open(map,m_48d81d03b7965060c799bb9e682bcf6c);});$marker.push(m_48d81d03b7965060c799bb9e682bcf6c);}});}google.maps.event.addDomListener(window, 'load', initialize);