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(39.107,-86.5315)};var g_b077c16561efdb638a02744e3a287d66 = new google.maps.Geocoder();g_b077c16561efdb638a02744e3a287d66.geocode( { 'address': "5425 S Old State Rd 37, Bloomington, IN 47401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomington-IN-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('bloomington-IN-auto-credit'), mapOptions);}document.getElementById('1d1ffb46').innerHTML += ' | View Map';var $lb077c16561efdb638a02744e3a287d66 = '

Auto Credit

Address: 5425 S Old State Rd 37, Bloomington, IN 47401, USA
Phone: (812) 824-6300
';var m_b077c16561efdb638a02744e3a287d66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto Credit',});m_b077c16561efdb638a02744e3a287d66['infowindow'] = new google.maps.InfoWindow({content: $lb077c16561efdb638a02744e3a287d66});var infowindow = new google.maps.InfoWindow({content: $lb077c16561efdb638a02744e3a287d66});google.maps.event.addListener(m_b077c16561efdb638a02744e3a287d66, 'click', function() {infowindow.open(map,m_b077c16561efdb638a02744e3a287d66);});$marker.push(m_b077c16561efdb638a02744e3a287d66);}});}google.maps.event.addDomListener(window, 'load', initialize);