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(40.097,-85.6676)};var g_b6b6898fc35e971153af26a60558bb8d = new google.maps.Geocoder();g_b6b6898fc35e971153af26a60558bb8d.geocode( { 'address': "1915 Columbus Ave, Anderson, IN 46016, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anderson-IN-city-credit-auto').style.display = '';map = new google.maps.Map(document.getElementById('anderson-IN-city-credit-auto'), mapOptions);}document.getElementById('da8ca02e').innerHTML += ' | View Map';var $lb6b6898fc35e971153af26a60558bb8d = '

City Credit Auto

Address: 1915 Columbus Ave, Anderson, IN 46016, USA
Phone: (765) 274-4373
';var m_b6b6898fc35e971153af26a60558bb8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Credit Auto',});m_b6b6898fc35e971153af26a60558bb8d['infowindow'] = new google.maps.InfoWindow({content: $lb6b6898fc35e971153af26a60558bb8d});var infowindow = new google.maps.InfoWindow({content: $lb6b6898fc35e971153af26a60558bb8d});google.maps.event.addListener(m_b6b6898fc35e971153af26a60558bb8d, 'click', function() {infowindow.open(map,m_b6b6898fc35e971153af26a60558bb8d);});$marker.push(m_b6b6898fc35e971153af26a60558bb8d);}});}google.maps.event.addDomListener(window, 'load', initialize);