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(37.3993,-79.1747)};var g_4f7b65617ed25a0b51c95ea120f79a85 = new google.maps.Geocoder();g_4f7b65617ed25a0b51c95ea120f79a85.geocode( { 'address': "3701 Old Forest Road, Lynchburg, VA 24501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynchburg-VA-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('lynchburg-VA-morgan-stanley'), mapOptions);}document.getElementById('88ba95cc').innerHTML += ' | View Map';var $l4f7b65617ed25a0b51c95ea120f79a85 = '

Morgan Stanley

Address: 3701 Old Forest Road, Lynchburg, VA 24501
Phone: (434) 385-9600
';var m_4f7b65617ed25a0b51c95ea120f79a85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_4f7b65617ed25a0b51c95ea120f79a85['infowindow'] = new google.maps.InfoWindow({content: $l4f7b65617ed25a0b51c95ea120f79a85});var infowindow = new google.maps.InfoWindow({content: $l4f7b65617ed25a0b51c95ea120f79a85});google.maps.event.addListener(m_4f7b65617ed25a0b51c95ea120f79a85, 'click', function() {infowindow.open(map,m_4f7b65617ed25a0b51c95ea120f79a85);});$marker.push(m_4f7b65617ed25a0b51c95ea120f79a85);}});}google.maps.event.addDomListener(window, 'load', initialize);