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.6985,-96.7957)};var g_352407221afb776e3143e8a1a0577885 = new google.maps.Geocoder();g_352407221afb776e3143e8a1a0577885.geocode( { 'address': "4123 S Lancaster Rd, Dallas, TX 75216, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-cals-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-cals-auto-credit'), mapOptions);}document.getElementById('f62253ea').innerHTML += ' | View Map';var $l352407221afb776e3143e8a1a0577885 = '

Cal's Auto Credit

Address: 4123 S Lancaster Rd, Dallas, TX 75216, USA
Phone: (214) 376-2681
';var m_352407221afb776e3143e8a1a0577885 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cal's Auto Credit',});m_352407221afb776e3143e8a1a0577885['infowindow'] = new google.maps.InfoWindow({content: $l352407221afb776e3143e8a1a0577885});var infowindow = new google.maps.InfoWindow({content: $l352407221afb776e3143e8a1a0577885});google.maps.event.addListener(m_352407221afb776e3143e8a1a0577885, 'click', function() {infowindow.open(map,m_352407221afb776e3143e8a1a0577885);});$marker.push(m_352407221afb776e3143e8a1a0577885);}});}google.maps.event.addDomListener(window, 'load', initialize);