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.5648,-81.71)};var g_cea68d6ebdfe9c190898c10aad14018a = new google.maps.Geocoder();g_cea68d6ebdfe9c190898c10aad14018a.geocode( { 'address': "200 The Alley, Aiken, SC 29801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aiken-SC-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('aiken-SC-morgan-stanley'), mapOptions);}document.getElementById('f6ccd499').innerHTML += ' | View Map';var $lcea68d6ebdfe9c190898c10aad14018a = '

Morgan Stanley

Address: 200 The Alley, Aiken, SC 29801
Phone: (803) 649-0526
';var m_cea68d6ebdfe9c190898c10aad14018a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_cea68d6ebdfe9c190898c10aad14018a['infowindow'] = new google.maps.InfoWindow({content: $lcea68d6ebdfe9c190898c10aad14018a});var infowindow = new google.maps.InfoWindow({content: $lcea68d6ebdfe9c190898c10aad14018a});google.maps.event.addListener(m_cea68d6ebdfe9c190898c10aad14018a, 'click', function() {infowindow.open(map,m_cea68d6ebdfe9c190898c10aad14018a);});$marker.push(m_cea68d6ebdfe9c190898c10aad14018a);}});}google.maps.event.addDomListener(window, 'load', initialize);