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(30.2031,-81.7468)};var g_885aef2d60b8cc7a3324a37931ff3943 = new google.maps.Geocoder();g_885aef2d60b8cc7a3324a37931ff3943.geocode( { 'address': "6255 Lake Gray Blvd # 2, Jacksonville, FL 32244, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-auto-credit-of-florida').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-auto-credit-of-florida'), mapOptions);}document.getElementById('4e677bef').innerHTML += ' | View Map';var $l885aef2d60b8cc7a3324a37931ff3943 = '

Auto Credit of Florida

Address: 6255 Lake Gray Blvd # 2, Jacksonville, FL 32244, USA
Phone: (904) 387-9800
';var m_885aef2d60b8cc7a3324a37931ff3943 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto Credit of Florida',});m_885aef2d60b8cc7a3324a37931ff3943['infowindow'] = new google.maps.InfoWindow({content: $l885aef2d60b8cc7a3324a37931ff3943});var infowindow = new google.maps.InfoWindow({content: $l885aef2d60b8cc7a3324a37931ff3943});google.maps.event.addListener(m_885aef2d60b8cc7a3324a37931ff3943, 'click', function() {infowindow.open(map,m_885aef2d60b8cc7a3324a37931ff3943);});$marker.push(m_885aef2d60b8cc7a3324a37931ff3943);}});}google.maps.event.addDomListener(window, 'load', initialize);