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(37.9497,-87.544)};var g_dd1eac5248011c320d0c6eb330b97675 = new google.maps.Geocoder();g_dd1eac5248011c320d0c6eb330b97675.geocode( { 'address': "1923 Gilbert Ave, Evansville, IN 47714, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('evansville-IN-c--c-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('evansville-IN-c--c-auto-credit'), mapOptions);}document.getElementById('78249242').innerHTML += ' | View Map';var $ldd1eac5248011c320d0c6eb330b97675 = '

C & C Auto Credit

Address: 1923 Gilbert Ave, Evansville, IN 47714, USA
Phone: (812) 484-5000
';var m_dd1eac5248011c320d0c6eb330b97675 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C & C Auto Credit',});m_dd1eac5248011c320d0c6eb330b97675['infowindow'] = new google.maps.InfoWindow({content: $ldd1eac5248011c320d0c6eb330b97675});var infowindow = new google.maps.InfoWindow({content: $ldd1eac5248011c320d0c6eb330b97675});google.maps.event.addListener(m_dd1eac5248011c320d0c6eb330b97675, 'click', function() {infowindow.open(map,m_dd1eac5248011c320d0c6eb330b97675);});$marker.push(m_dd1eac5248011c320d0c6eb330b97675);}});}google.maps.event.addDomListener(window, 'load', initialize);