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()};var g_468171c825c02408cc99935447c785a5 = new google.maps.Geocoder();g_468171c825c02408cc99935447c785a5.geocode( { 'address': "1448 Balltown Road, Niskayuna, NY 12309"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('niskayuna-NY-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('niskayuna-NY-morgan-stanley'), mapOptions);}document.getElementById('e57f6e04').innerHTML += ' | View Map';var $l468171c825c02408cc99935447c785a5 = '

Morgan Stanley

Address: 1448 Balltown Road, Niskayuna, NY 12309
Phone: (518) 386-2900
';var m_468171c825c02408cc99935447c785a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_468171c825c02408cc99935447c785a5['infowindow'] = new google.maps.InfoWindow({content: $l468171c825c02408cc99935447c785a5});var infowindow = new google.maps.InfoWindow({content: $l468171c825c02408cc99935447c785a5});google.maps.event.addListener(m_468171c825c02408cc99935447c785a5, 'click', function() {infowindow.open(map,m_468171c825c02408cc99935447c785a5);});$marker.push(m_468171c825c02408cc99935447c785a5);}});}google.maps.event.addDomListener(window, 'load', initialize);