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_bb2c2bfb44a2e4e2a1e839f5efd786af = new google.maps.Geocoder();g_bb2c2bfb44a2e4e2a1e839f5efd786af.geocode( { 'address': "1111 Brickell Ave, Miami, FL 33131"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-credit-suisse').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-credit-suisse'), mapOptions);}document.getElementById('3fd2257c').innerHTML += ' | View Map';var $lbb2c2bfb44a2e4e2a1e839f5efd786af = '

Credit Suisse

Address: 1111 Brickell Ave, Miami, FL 33131
Phone: (305) 960-3477
';var m_bb2c2bfb44a2e4e2a1e839f5efd786af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Suisse',});m_bb2c2bfb44a2e4e2a1e839f5efd786af['infowindow'] = new google.maps.InfoWindow({content: $lbb2c2bfb44a2e4e2a1e839f5efd786af});var infowindow = new google.maps.InfoWindow({content: $lbb2c2bfb44a2e4e2a1e839f5efd786af});google.maps.event.addListener(m_bb2c2bfb44a2e4e2a1e839f5efd786af, 'click', function() {infowindow.open(map,m_bb2c2bfb44a2e4e2a1e839f5efd786af);});$marker.push(m_bb2c2bfb44a2e4e2a1e839f5efd786af);}});}google.maps.event.addDomListener(window, 'load', initialize);