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(28.3314,-82.6628)};var g_af510c2dfb04fa68af7b2c7ea78c7060 = new google.maps.Geocoder();g_af510c2dfb04fa68af7b2c7ea78c7060.geocode( { 'address': "9201 FL-52, Hudson, FL 34669, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hudson-FL-credit-car-sales').style.display = '';map = new google.maps.Map(document.getElementById('hudson-FL-credit-car-sales'), mapOptions);}document.getElementById('904669e0').innerHTML += ' | View Map';var $laf510c2dfb04fa68af7b2c7ea78c7060 = '

Credit Car Sales

Address: 9201 FL-52, Hudson, FL 34669, USA
Phone: (727) 863-5556
';var m_af510c2dfb04fa68af7b2c7ea78c7060 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Car Sales',});m_af510c2dfb04fa68af7b2c7ea78c7060['infowindow'] = new google.maps.InfoWindow({content: $laf510c2dfb04fa68af7b2c7ea78c7060});var infowindow = new google.maps.InfoWindow({content: $laf510c2dfb04fa68af7b2c7ea78c7060});google.maps.event.addListener(m_af510c2dfb04fa68af7b2c7ea78c7060, 'click', function() {infowindow.open(map,m_af510c2dfb04fa68af7b2c7ea78c7060);});$marker.push(m_af510c2dfb04fa68af7b2c7ea78c7060);}});}google.maps.event.addDomListener(window, 'load', initialize);