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(41.1513,-85.488)};var g_1cb6de7a09c11876b14a738a88601c2b = new google.maps.Geocoder();g_1cb6de7a09c11876b14a738a88601c2b.geocode( { 'address': "502 S Main St, Columbia City, IN 46725, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-city-IN-auto-credit-usa').style.display = '';map = new google.maps.Map(document.getElementById('columbia-city-IN-auto-credit-usa'), mapOptions);}document.getElementById('0567b2aa').innerHTML += ' | View Map';var $l1cb6de7a09c11876b14a738a88601c2b = '

Auto Credit USA

Address: 502 S Main St, Columbia City, IN 46725, USA
Phone: (260) 244-4645
';var m_1cb6de7a09c11876b14a738a88601c2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto Credit USA',});m_1cb6de7a09c11876b14a738a88601c2b['infowindow'] = new google.maps.InfoWindow({content: $l1cb6de7a09c11876b14a738a88601c2b});var infowindow = new google.maps.InfoWindow({content: $l1cb6de7a09c11876b14a738a88601c2b});google.maps.event.addListener(m_1cb6de7a09c11876b14a738a88601c2b, 'click', function() {infowindow.open(map,m_1cb6de7a09c11876b14a738a88601c2b);});$marker.push(m_1cb6de7a09c11876b14a738a88601c2b);}});}google.maps.event.addDomListener(window, 'load', initialize);