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.9873,-118.39)};var g_e3fce7f4788a4b8a7e0304aff2b6f974 = new google.maps.Geocoder();g_e3fce7f4788a4b8a7e0304aff2b6f974.geocode( { 'address': "1000 Corporate Pointe, Culver City, CA 90230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('culver-city-CA-century-housing').style.display = '';map = new google.maps.Map(document.getElementById('culver-city-CA-century-housing'), mapOptions);}document.getElementById('4afc501a').innerHTML += ' | View Map';var $le3fce7f4788a4b8a7e0304aff2b6f974 = '

Century Housing

Address: 1000 Corporate Pointe, Culver City, CA 90230, USA
Phone: (310) 642-2000
';var m_e3fce7f4788a4b8a7e0304aff2b6f974 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century Housing',});m_e3fce7f4788a4b8a7e0304aff2b6f974['infowindow'] = new google.maps.InfoWindow({content: $le3fce7f4788a4b8a7e0304aff2b6f974});var infowindow = new google.maps.InfoWindow({content: $le3fce7f4788a4b8a7e0304aff2b6f974});google.maps.event.addListener(m_e3fce7f4788a4b8a7e0304aff2b6f974, 'click', function() {infowindow.open(map,m_e3fce7f4788a4b8a7e0304aff2b6f974);});$marker.push(m_e3fce7f4788a4b8a7e0304aff2b6f974);}});}google.maps.event.addDomListener(window, 'load', initialize);