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(40.8238,-96.7751)};var g_ad4f60ac8da51a4c9c75707b3a9c92dd = new google.maps.Geocoder();g_ad4f60ac8da51a4c9c75707b3a9c92dd.geocode( { 'address': "1248 O Street, Lincoln, NE 68508"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincoln-NE-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('lincoln-NE-morgan-stanley'), mapOptions);}document.getElementById('5735d5ab').innerHTML += ' | View Map';var $lad4f60ac8da51a4c9c75707b3a9c92dd = '

Morgan Stanley

Address: 1248 O Street, Lincoln, NE 68508
Phone: (402) 474-2400
';var m_ad4f60ac8da51a4c9c75707b3a9c92dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_ad4f60ac8da51a4c9c75707b3a9c92dd['infowindow'] = new google.maps.InfoWindow({content: $lad4f60ac8da51a4c9c75707b3a9c92dd});var infowindow = new google.maps.InfoWindow({content: $lad4f60ac8da51a4c9c75707b3a9c92dd});google.maps.event.addListener(m_ad4f60ac8da51a4c9c75707b3a9c92dd, 'click', function() {infowindow.open(map,m_ad4f60ac8da51a4c9c75707b3a9c92dd);});$marker.push(m_ad4f60ac8da51a4c9c75707b3a9c92dd);}});}google.maps.event.addDomListener(window, 'load', initialize);