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(25.8033,-80.2404)};var g_de561104d39973b6a0df226ac68e30a5 = new google.maps.Geocoder();g_de561104d39973b6a0df226ac68e30a5.geocode( { 'address': "2990 NW 27th Ave, Miami, FL 33142, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-the-king-of-credit-used-car-sales').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-the-king-of-credit-used-car-sales'), mapOptions);}document.getElementById('33c1e63b').innerHTML += ' | View Map';var $lde561104d39973b6a0df226ac68e30a5 = '

The King of Credit Used Car Sales

Address: 2990 NW 27th Ave, Miami, FL 33142, USA
Phone: (305) 637-4110
';var m_de561104d39973b6a0df226ac68e30a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The King of Credit Used Car Sales',});m_de561104d39973b6a0df226ac68e30a5['infowindow'] = new google.maps.InfoWindow({content: $lde561104d39973b6a0df226ac68e30a5});var infowindow = new google.maps.InfoWindow({content: $lde561104d39973b6a0df226ac68e30a5});google.maps.event.addListener(m_de561104d39973b6a0df226ac68e30a5, 'click', function() {infowindow.open(map,m_de561104d39973b6a0df226ac68e30a5);});$marker.push(m_de561104d39973b6a0df226ac68e30a5);}});}google.maps.event.addDomListener(window, 'load', initialize);