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_2eb55386149802d9a239da25663de760 = new google.maps.Geocoder();g_2eb55386149802d9a239da25663de760.geocode( { 'address': "600 Brickell Ave, Miami, FL 33131"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-the-northern-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-the-northern-trust-company'), mapOptions);}document.getElementById('3594423b').innerHTML += ' | View Map';var $l2eb55386149802d9a239da25663de760 = '

The Northern Trust Company

Address: 600 Brickell Ave, Miami, FL 33131
Phone: (305) 381-7761
';var m_2eb55386149802d9a239da25663de760 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Northern Trust Company',});m_2eb55386149802d9a239da25663de760['infowindow'] = new google.maps.InfoWindow({content: $l2eb55386149802d9a239da25663de760});var infowindow = new google.maps.InfoWindow({content: $l2eb55386149802d9a239da25663de760});google.maps.event.addListener(m_2eb55386149802d9a239da25663de760, 'click', function() {infowindow.open(map,m_2eb55386149802d9a239da25663de760);});$marker.push(m_2eb55386149802d9a239da25663de760);}});}google.maps.event.addDomListener(window, 'load', initialize);