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(26.1381,-81.7674)};var g_a3693d50f7aa9284ef4a16f334653554 = new google.maps.Geocoder();g_a3693d50f7aa9284ef4a16f334653554.geocode( { 'address': "3232 Davis Blvd, Naples, FL 34104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naples-FL-car-right-auto-sales').style.display = '';map = new google.maps.Map(document.getElementById('naples-FL-car-right-auto-sales'), mapOptions);}document.getElementById('7b2609b9').innerHTML += ' | View Map';var $la3693d50f7aa9284ef4a16f334653554 = '

Car Right Auto Sales

Address: 3232 Davis Blvd, Naples, FL 34104, USA
Phone: (239) 732-0229
';var m_a3693d50f7aa9284ef4a16f334653554 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Car Right Auto Sales',});m_a3693d50f7aa9284ef4a16f334653554['infowindow'] = new google.maps.InfoWindow({content: $la3693d50f7aa9284ef4a16f334653554});var infowindow = new google.maps.InfoWindow({content: $la3693d50f7aa9284ef4a16f334653554});google.maps.event.addListener(m_a3693d50f7aa9284ef4a16f334653554, 'click', function() {infowindow.open(map,m_a3693d50f7aa9284ef4a16f334653554);});$marker.push(m_a3693d50f7aa9284ef4a16f334653554);}});}google.maps.event.addDomListener(window, 'load', initialize);