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(42.9649,-85.6585)};var g_5a5a84625f44b7e7345b4ea6fde06627 = new google.maps.Geocoder();g_5a5a84625f44b7e7345b4ea6fde06627.geocode( { 'address': "161 Ottawa Ave NW, Grand Rapids, MI 49503"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-the-northern-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-the-northern-trust-company'), mapOptions);}document.getElementById('678a882d').innerHTML += ' | View Map';var $l5a5a84625f44b7e7345b4ea6fde06627 = '

The Northern Trust Company

Address: 161 Ottawa Ave NW, Grand Rapids, MI 49503
Phone: (616) 233-8340
';var m_5a5a84625f44b7e7345b4ea6fde06627 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Northern Trust Company',});m_5a5a84625f44b7e7345b4ea6fde06627['infowindow'] = new google.maps.InfoWindow({content: $l5a5a84625f44b7e7345b4ea6fde06627});var infowindow = new google.maps.InfoWindow({content: $l5a5a84625f44b7e7345b4ea6fde06627});google.maps.event.addListener(m_5a5a84625f44b7e7345b4ea6fde06627, 'click', function() {infowindow.open(map,m_5a5a84625f44b7e7345b4ea6fde06627);});$marker.push(m_5a5a84625f44b7e7345b4ea6fde06627);}});}google.maps.event.addDomListener(window, 'load', initialize);