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(36.7864,-119.701)};var g_fd14bb93d632d3a616e47cd05e4894b8 = new google.maps.Geocoder();g_fd14bb93d632d3a616e47cd05e4894b8.geocode( { 'address': "3795 N Clovis Ave, Fresno, CA 93727, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-credit-world-auto-sales').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-credit-world-auto-sales'), mapOptions);}document.getElementById('b3bf7b5c').innerHTML += ' | View Map';var $lfd14bb93d632d3a616e47cd05e4894b8 = '

Credit World Auto Sales

Address: 3795 N Clovis Ave, Fresno, CA 93727, USA
Phone: (559) 353-2455
';var m_fd14bb93d632d3a616e47cd05e4894b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit World Auto Sales',});m_fd14bb93d632d3a616e47cd05e4894b8['infowindow'] = new google.maps.InfoWindow({content: $lfd14bb93d632d3a616e47cd05e4894b8});var infowindow = new google.maps.InfoWindow({content: $lfd14bb93d632d3a616e47cd05e4894b8});google.maps.event.addListener(m_fd14bb93d632d3a616e47cd05e4894b8, 'click', function() {infowindow.open(map,m_fd14bb93d632d3a616e47cd05e4894b8);});$marker.push(m_fd14bb93d632d3a616e47cd05e4894b8);}});}google.maps.event.addDomListener(window, 'load', initialize);