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.7791,-80.1977)};var g_9f460e30429cf3337216a4aab752994c = new google.maps.Geocoder();g_9f460e30429cf3337216a4aab752994c.geocode( { 'address': "701 Brickell Ave, Miami, FL 33131"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-bci').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-bci'), mapOptions);}document.getElementById('8f8a82a2').innerHTML += ' | View Map';var $l9f460e30429cf3337216a4aab752994c = '

BCI

Address: 701 Brickell Ave, Miami, FL 33131
Phone: (305) 929-2200
';var m_9f460e30429cf3337216a4aab752994c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BCI',});m_9f460e30429cf3337216a4aab752994c['infowindow'] = new google.maps.InfoWindow({content: $l9f460e30429cf3337216a4aab752994c});var infowindow = new google.maps.InfoWindow({content: $l9f460e30429cf3337216a4aab752994c});google.maps.event.addListener(m_9f460e30429cf3337216a4aab752994c, 'click', function() {infowindow.open(map,m_9f460e30429cf3337216a4aab752994c);});$marker.push(m_9f460e30429cf3337216a4aab752994c);}});}google.maps.event.addDomListener(window, 'load', initialize);