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.9523,-80.206)};var g_6e1b5c3e5d866924adcd8de9ba4d56c7 = new google.maps.Geocoder();g_6e1b5c3e5d866924adcd8de9ba4d56c7.geocode( { 'address': "19390 NW 2nd Ave, Miami, FL 33169, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-miami-car-credit').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-miami-car-credit'), mapOptions);}document.getElementById('044e9c7d').innerHTML += ' | View Map';var $l6e1b5c3e5d866924adcd8de9ba4d56c7 = '

Miami Car Credit

Address: 19390 NW 2nd Ave, Miami, FL 33169, USA
Phone: (954) 800-2744
';var m_6e1b5c3e5d866924adcd8de9ba4d56c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Miami Car Credit',});m_6e1b5c3e5d866924adcd8de9ba4d56c7['infowindow'] = new google.maps.InfoWindow({content: $l6e1b5c3e5d866924adcd8de9ba4d56c7});var infowindow = new google.maps.InfoWindow({content: $l6e1b5c3e5d866924adcd8de9ba4d56c7});google.maps.event.addListener(m_6e1b5c3e5d866924adcd8de9ba4d56c7, 'click', function() {infowindow.open(map,m_6e1b5c3e5d866924adcd8de9ba4d56c7);});$marker.push(m_6e1b5c3e5d866924adcd8de9ba4d56c7);}});}google.maps.event.addDomListener(window, 'load', initialize);