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.9697,-80.2066)};var g_664c3a401e9193716088d399e5452134 = new google.maps.Geocoder();g_664c3a401e9193716088d399e5452134.geocode( { 'address': "21000 NW 2nd Ave, Miami, FL 33169, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-lehman-auto-credit-depot').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-lehman-auto-credit-depot'), mapOptions);}document.getElementById('cce783e5').innerHTML += ' | View Map';var $l664c3a401e9193716088d399e5452134 = '

Lehman Auto Credit Depot

Address: 21000 NW 2nd Ave, Miami, FL 33169, USA
Phone: (305) 652-5252
';var m_664c3a401e9193716088d399e5452134 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lehman Auto Credit Depot',});m_664c3a401e9193716088d399e5452134['infowindow'] = new google.maps.InfoWindow({content: $l664c3a401e9193716088d399e5452134});var infowindow = new google.maps.InfoWindow({content: $l664c3a401e9193716088d399e5452134});google.maps.event.addListener(m_664c3a401e9193716088d399e5452134, 'click', function() {infowindow.open(map,m_664c3a401e9193716088d399e5452134);});$marker.push(m_664c3a401e9193716088d399e5452134);}});}google.maps.event.addDomListener(window, 'load', initialize);