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(29.028,-81.3258)};var g_fd6fcb91a1b50c3f508094e5a548d384 = new google.maps.Geocoder();g_fd6fcb91a1b50c3f508094e5a548d384.geocode( { 'address': "231 N. Woodland Blvd., Deland, FL 32720"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deland-FL-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('deland-FL-morgan-stanley'), mapOptions);}document.getElementById('2945ea31').innerHTML += ' | View Map';var $lfd6fcb91a1b50c3f508094e5a548d384 = '

Morgan Stanley

Address: 231 N. Woodland Blvd., Deland, FL 32720
Phone: (386) 740-2000
';var m_fd6fcb91a1b50c3f508094e5a548d384 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_fd6fcb91a1b50c3f508094e5a548d384['infowindow'] = new google.maps.InfoWindow({content: $lfd6fcb91a1b50c3f508094e5a548d384});var infowindow = new google.maps.InfoWindow({content: $lfd6fcb91a1b50c3f508094e5a548d384});google.maps.event.addListener(m_fd6fcb91a1b50c3f508094e5a548d384, 'click', function() {infowindow.open(map,m_fd6fcb91a1b50c3f508094e5a548d384);});$marker.push(m_fd6fcb91a1b50c3f508094e5a548d384);}});}google.maps.event.addDomListener(window, 'load', initialize);