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.7588,-80.1931)};var g_03d0266ca7e7ef8a2ec6dda017a16fa1 = new google.maps.Geocoder();g_03d0266ca7e7ef8a2ec6dda017a16fa1.geocode( { 'address': "1450 Brickell Ave # 3100, Miami, FL 33131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-brickell-bay-acquisition-corporation').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-brickell-bay-acquisition-corporation'), mapOptions);}document.getElementById('83fa1c2e').innerHTML += ' | View Map';var $l03d0266ca7e7ef8a2ec6dda017a16fa1 = '

Brickell Bay Acquisition Corporation

Address: 1450 Brickell Ave # 3100, Miami, FL 33131, USA
Phone: (305) 379-2322
';var m_03d0266ca7e7ef8a2ec6dda017a16fa1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brickell Bay Acquisition Corporation',});m_03d0266ca7e7ef8a2ec6dda017a16fa1['infowindow'] = new google.maps.InfoWindow({content: $l03d0266ca7e7ef8a2ec6dda017a16fa1});var infowindow = new google.maps.InfoWindow({content: $l03d0266ca7e7ef8a2ec6dda017a16fa1});google.maps.event.addListener(m_03d0266ca7e7ef8a2ec6dda017a16fa1, 'click', function() {infowindow.open(map,m_03d0266ca7e7ef8a2ec6dda017a16fa1);});$marker.push(m_03d0266ca7e7ef8a2ec6dda017a16fa1);}});}google.maps.event.addDomListener(window, 'load', initialize);