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(29.6856,-82.3188)};var g_25d0a45ccd9e33b6b1ef8760801b6841 = new google.maps.Geocoder();g_25d0a45ccd9e33b6b1ef8760801b6841.geocode( { 'address': "3535 N Main St, Gainesville, FL 32609, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-FL-indi-car-credit').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-FL-indi-car-credit'), mapOptions);}document.getElementById('0e02f66b').innerHTML += ' | View Map';var $l25d0a45ccd9e33b6b1ef8760801b6841 = '

Indi Car Credit

Address: 3535 N Main St, Gainesville, FL 32609, USA
Phone: (352) 327-3437
';var m_25d0a45ccd9e33b6b1ef8760801b6841 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Indi Car Credit',});m_25d0a45ccd9e33b6b1ef8760801b6841['infowindow'] = new google.maps.InfoWindow({content: $l25d0a45ccd9e33b6b1ef8760801b6841});var infowindow = new google.maps.InfoWindow({content: $l25d0a45ccd9e33b6b1ef8760801b6841});google.maps.event.addListener(m_25d0a45ccd9e33b6b1ef8760801b6841, 'click', function() {infowindow.open(map,m_25d0a45ccd9e33b6b1ef8760801b6841);});$marker.push(m_25d0a45ccd9e33b6b1ef8760801b6841);}});}google.maps.event.addDomListener(window, 'load', initialize);