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.9126,-80.3285)};var g_65dcd59d3724f7df518a2e1cef7f7b60 = new google.maps.Geocoder();g_65dcd59d3724f7df518a2e1cef7f7b60.geocode( { 'address': "Oak Lane Suite 400, 7900 Miami Lakes Dr, Miami Lakes, FL 33014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-lakes-FL-commission-express-of-miami-dade').style.display = '';map = new google.maps.Map(document.getElementById('miami-lakes-FL-commission-express-of-miami-dade'), mapOptions);}document.getElementById('7d1d6a77').innerHTML += ' | View Map';var $l65dcd59d3724f7df518a2e1cef7f7b60 = '

Commission Express of Miami-Dade

Address: Oak Lane Suite 400, 7900 Miami Lakes Dr, Miami Lakes, FL 33014, USA
Phone: (786) 999-8658
';var m_65dcd59d3724f7df518a2e1cef7f7b60 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commission Express of Miami-Dade',});m_65dcd59d3724f7df518a2e1cef7f7b60['infowindow'] = new google.maps.InfoWindow({content: $l65dcd59d3724f7df518a2e1cef7f7b60});var infowindow = new google.maps.InfoWindow({content: $l65dcd59d3724f7df518a2e1cef7f7b60});google.maps.event.addListener(m_65dcd59d3724f7df518a2e1cef7f7b60, 'click', function() {infowindow.open(map,m_65dcd59d3724f7df518a2e1cef7f7b60);});$marker.push(m_65dcd59d3724f7df518a2e1cef7f7b60);}});}google.maps.event.addDomListener(window, 'load', initialize);