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.9097,-96.6885)};var g_4e246a381baf2ce038b3b0f82c7d6fb4 = new google.maps.Geocoder();g_4e246a381baf2ce038b3b0f82c7d6fb4.geocode( { 'address': "3929 Forest Ln, Garland, TX 75042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garland-TX-cars--credit-master').style.display = '';map = new google.maps.Map(document.getElementById('garland-TX-cars--credit-master'), mapOptions);}document.getElementById('01febf46').innerHTML += ' | View Map';var $l4e246a381baf2ce038b3b0f82c7d6fb4 = '

Cars & Credit Master

Address: 3929 Forest Ln, Garland, TX 75042, USA
Phone: (469) 930-4100
';var m_4e246a381baf2ce038b3b0f82c7d6fb4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cars & Credit Master',});m_4e246a381baf2ce038b3b0f82c7d6fb4['infowindow'] = new google.maps.InfoWindow({content: $l4e246a381baf2ce038b3b0f82c7d6fb4});var infowindow = new google.maps.InfoWindow({content: $l4e246a381baf2ce038b3b0f82c7d6fb4});google.maps.event.addListener(m_4e246a381baf2ce038b3b0f82c7d6fb4, 'click', function() {infowindow.open(map,m_4e246a381baf2ce038b3b0f82c7d6fb4);});$marker.push(m_4e246a381baf2ce038b3b0f82c7d6fb4);}});}google.maps.event.addDomListener(window, 'load', initialize);