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.8802,-96.6597)};var g_5c7368d5679563a902701bf8b46575fc = new google.maps.Geocoder();g_5c7368d5679563a902701bf8b46575fc.geocode( { 'address': "3015 S Garland Ave, Garland, TX 75041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garland-TX-carnaval-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('garland-TX-carnaval-auto-credit'), mapOptions);}document.getElementById('369dc32b').innerHTML += ' | View Map';var $l5c7368d5679563a902701bf8b46575fc = '

Carnaval Auto Credit

Address: 3015 S Garland Ave, Garland, TX 75041, USA
Phone: (972) 895-2985
';var m_5c7368d5679563a902701bf8b46575fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carnaval Auto Credit',});m_5c7368d5679563a902701bf8b46575fc['infowindow'] = new google.maps.InfoWindow({content: $l5c7368d5679563a902701bf8b46575fc});var infowindow = new google.maps.InfoWindow({content: $l5c7368d5679563a902701bf8b46575fc});google.maps.event.addListener(m_5c7368d5679563a902701bf8b46575fc, 'click', function() {infowindow.open(map,m_5c7368d5679563a902701bf8b46575fc);});$marker.push(m_5c7368d5679563a902701bf8b46575fc);}});}google.maps.event.addDomListener(window, 'load', initialize);