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(26.5226,-80.0556)};var g_a2917144496685a377f046c65f8f8102 = new google.maps.Geocoder();g_a2917144496685a377f046c65f8f8102.geocode( { 'address': "1444 Biscayne Blvd #314, Miami, FL 33132, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-marques-commercial-capital').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-marques-commercial-capital'), mapOptions);}document.getElementById('e39e36e0').innerHTML += ' | View Map';var $la2917144496685a377f046c65f8f8102 = '

Marques Commercial Capital

Address: 1444 Biscayne Blvd #314, Miami, FL 33132, USA
Phone: (888) 543-4410
';var m_a2917144496685a377f046c65f8f8102 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marques Commercial Capital',});m_a2917144496685a377f046c65f8f8102['infowindow'] = new google.maps.InfoWindow({content: $la2917144496685a377f046c65f8f8102});var infowindow = new google.maps.InfoWindow({content: $la2917144496685a377f046c65f8f8102});google.maps.event.addListener(m_a2917144496685a377f046c65f8f8102, 'click', function() {infowindow.open(map,m_a2917144496685a377f046c65f8f8102);});$marker.push(m_a2917144496685a377f046c65f8f8102);}});}google.maps.event.addDomListener(window, 'load', initialize);