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(33.9775,-84.1487)};var g_0fe6fb44cd9fb85ad113c6a0f3bac647 = new google.maps.Geocoder();g_0fe6fb44cd9fb85ad113c6a0f3bac647.geocode( { 'address': "2160 Satellite Blvd, Duluth, GA 30097"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-morgan-stanley'), mapOptions);}document.getElementById('30b42f42').innerHTML += ' | View Map';var $l0fe6fb44cd9fb85ad113c6a0f3bac647 = '

Morgan Stanley

Address: 2160 Satellite Blvd, Duluth, GA 30097
Phone: (678) 542-2960
';var m_0fe6fb44cd9fb85ad113c6a0f3bac647 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_0fe6fb44cd9fb85ad113c6a0f3bac647['infowindow'] = new google.maps.InfoWindow({content: $l0fe6fb44cd9fb85ad113c6a0f3bac647});var infowindow = new google.maps.InfoWindow({content: $l0fe6fb44cd9fb85ad113c6a0f3bac647});google.maps.event.addListener(m_0fe6fb44cd9fb85ad113c6a0f3bac647, 'click', function() {infowindow.open(map,m_0fe6fb44cd9fb85ad113c6a0f3bac647);});$marker.push(m_0fe6fb44cd9fb85ad113c6a0f3bac647);}});}google.maps.event.addDomListener(window, 'load', initialize);