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_6ae208ea4fad6f3a25ff3592f2ff50d0 = new google.maps.Geocoder();g_6ae208ea4fad6f3a25ff3592f2ff50d0.geocode( { 'address': "200 S Biscayne Blvd, STE 4500, Miami, FL 33131"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-merrill-lynch').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-merrill-lynch'), mapOptions);}document.getElementById('b4110d5a').innerHTML += ' | View Map';var $l6ae208ea4fad6f3a25ff3592f2ff50d0 = '

Merrill Lynch

Address: 200 S Biscayne Blvd, STE 4500, Miami, FL 33131
Phone: (305) 577-6900
';var m_6ae208ea4fad6f3a25ff3592f2ff50d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch',});m_6ae208ea4fad6f3a25ff3592f2ff50d0['infowindow'] = new google.maps.InfoWindow({content: $l6ae208ea4fad6f3a25ff3592f2ff50d0});var infowindow = new google.maps.InfoWindow({content: $l6ae208ea4fad6f3a25ff3592f2ff50d0});google.maps.event.addListener(m_6ae208ea4fad6f3a25ff3592f2ff50d0, 'click', function() {infowindow.open(map,m_6ae208ea4fad6f3a25ff3592f2ff50d0);});$marker.push(m_6ae208ea4fad6f3a25ff3592f2ff50d0);}});}google.maps.event.addDomListener(window, 'load', initialize);