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(32.7872,-96.7985)};var g_473cf14921e4a81aaf4fd12c5f3db145 = new google.maps.Geocoder();g_473cf14921e4a81aaf4fd12c5f3db145.geocode( { 'address': "2501 N Harwood St, Dallas, TX 75201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-the-northern-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-the-northern-trust-company'), mapOptions);}document.getElementById('5702399a').innerHTML += ' | View Map';var $l473cf14921e4a81aaf4fd12c5f3db145 = '

The Northern Trust Company

Address: 2501 N Harwood St, Dallas, TX 75201
Phone: (214) 740-5800
';var m_473cf14921e4a81aaf4fd12c5f3db145 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Northern Trust Company',});m_473cf14921e4a81aaf4fd12c5f3db145['infowindow'] = new google.maps.InfoWindow({content: $l473cf14921e4a81aaf4fd12c5f3db145});var infowindow = new google.maps.InfoWindow({content: $l473cf14921e4a81aaf4fd12c5f3db145});google.maps.event.addListener(m_473cf14921e4a81aaf4fd12c5f3db145, 'click', function() {infowindow.open(map,m_473cf14921e4a81aaf4fd12c5f3db145);});$marker.push(m_473cf14921e4a81aaf4fd12c5f3db145);}});}google.maps.event.addDomListener(window, 'load', initialize);