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.8975,-96.8989)};var g_d09e32562031697c1401e4f19187a079 = new google.maps.Geocoder();g_d09e32562031697c1401e4f19187a079.geocode( { 'address': "11448 Emerald St, Dallas, TX 75229, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-dallas-car-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-dallas-car-credit-corporation'), mapOptions);}document.getElementById('e31d58c7').innerHTML += ' | View Map';var $ld09e32562031697c1401e4f19187a079 = '

Dallas Car Credit Corporation

Address: 11448 Emerald St, Dallas, TX 75229, USA
Phone: (972) 409-7314
';var m_d09e32562031697c1401e4f19187a079 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dallas Car Credit Corporation',});m_d09e32562031697c1401e4f19187a079['infowindow'] = new google.maps.InfoWindow({content: $ld09e32562031697c1401e4f19187a079});var infowindow = new google.maps.InfoWindow({content: $ld09e32562031697c1401e4f19187a079});google.maps.event.addListener(m_d09e32562031697c1401e4f19187a079, 'click', function() {infowindow.open(map,m_d09e32562031697c1401e4f19187a079);});$marker.push(m_d09e32562031697c1401e4f19187a079);}});}google.maps.event.addDomListener(window, 'load', initialize);