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(26.7058,-80.0648)};var g_5c662b4ae8c367078ef711b4844fbf77 = new google.maps.Geocoder();g_5c662b4ae8c367078ef711b4844fbf77.geocode( { 'address': "777 S Flagler Dr, West Palm Beach, FL 33401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-palm-beach-FL-northern-trust').style.display = '';map = new google.maps.Map(document.getElementById('west-palm-beach-FL-northern-trust'), mapOptions);}document.getElementById('62879ff0').innerHTML += ' | View Map';var $l5c662b4ae8c367078ef711b4844fbf77 = '

Northern Trust

Address: 777 S Flagler Dr, West Palm Beach, FL 33401
Phone: (561) 653-2500
';var m_5c662b4ae8c367078ef711b4844fbf77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Trust',});m_5c662b4ae8c367078ef711b4844fbf77['infowindow'] = new google.maps.InfoWindow({content: $l5c662b4ae8c367078ef711b4844fbf77});var infowindow = new google.maps.InfoWindow({content: $l5c662b4ae8c367078ef711b4844fbf77});google.maps.event.addListener(m_5c662b4ae8c367078ef711b4844fbf77, 'click', function() {infowindow.open(map,m_5c662b4ae8c367078ef711b4844fbf77);});$marker.push(m_5c662b4ae8c367078ef711b4844fbf77);}});}google.maps.event.addDomListener(window, 'load', initialize);