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()};var g_ddc6dcb682f8fa80f20e986207d14e79 = new google.maps.Geocoder();g_ddc6dcb682f8fa80f20e986207d14e79.geocode( { 'address': "18909 NE 29th Ave, Aventura, FL 33180"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aventura-FL-the-northern-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('aventura-FL-the-northern-trust-company'), mapOptions);}document.getElementById('7268ccc9').innerHTML += ' | View Map';var $lddc6dcb682f8fa80f20e986207d14e79 = '

The Northern Trust Company

Address: 18909 NE 29th Ave, Aventura, FL 33180
Phone: (305) 931-2230
';var m_ddc6dcb682f8fa80f20e986207d14e79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Northern Trust Company',});m_ddc6dcb682f8fa80f20e986207d14e79['infowindow'] = new google.maps.InfoWindow({content: $lddc6dcb682f8fa80f20e986207d14e79});var infowindow = new google.maps.InfoWindow({content: $lddc6dcb682f8fa80f20e986207d14e79});google.maps.event.addListener(m_ddc6dcb682f8fa80f20e986207d14e79, 'click', function() {infowindow.open(map,m_ddc6dcb682f8fa80f20e986207d14e79);});$marker.push(m_ddc6dcb682f8fa80f20e986207d14e79);}});}google.maps.event.addDomListener(window, 'load', initialize);