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.461,-81.9749)};var g_cead17024a4e03f2ba545173ef8399ab = new google.maps.Geocoder();g_cead17024a4e03f2ba545173ef8399ab.geocode( { 'address': "One 10th St, Augusta, GA 30901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('augusta-GA-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('augusta-GA-morgan-stanley'), mapOptions);}document.getElementById('a59c9b7d').innerHTML += ' | View Map';var $lcead17024a4e03f2ba545173ef8399ab = '

Morgan Stanley

Address: One 10th St, Augusta, GA 30901
Phone: (706) 724-2601
';var m_cead17024a4e03f2ba545173ef8399ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_cead17024a4e03f2ba545173ef8399ab['infowindow'] = new google.maps.InfoWindow({content: $lcead17024a4e03f2ba545173ef8399ab});var infowindow = new google.maps.InfoWindow({content: $lcead17024a4e03f2ba545173ef8399ab});google.maps.event.addListener(m_cead17024a4e03f2ba545173ef8399ab, 'click', function() {infowindow.open(map,m_cead17024a4e03f2ba545173ef8399ab);});$marker.push(m_cead17024a4e03f2ba545173ef8399ab);}});}google.maps.event.addDomListener(window, 'load', initialize);