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.6955,-73.9927)};var g_c6c298ecabf95f8b90de423ef9d0da20 = new google.maps.Geocoder();g_c6c298ecabf95f8b90de423ef9d0da20.geocode( { 'address': "175 Remsen St, Brooklyn, NY 11201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brooklyn-NY-community-preservation-corp').style.display = '';map = new google.maps.Map(document.getElementById('brooklyn-NY-community-preservation-corp'), mapOptions);}document.getElementById('9c02c153').innerHTML += ' | View Map';var $lc6c298ecabf95f8b90de423ef9d0da20 = '

Community Preservation Corp

Address: 175 Remsen St, Brooklyn, NY 11201
Phone: (718) 522-3900
';var m_c6c298ecabf95f8b90de423ef9d0da20 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Preservation Corp',});m_c6c298ecabf95f8b90de423ef9d0da20['infowindow'] = new google.maps.InfoWindow({content: $lc6c298ecabf95f8b90de423ef9d0da20});var infowindow = new google.maps.InfoWindow({content: $lc6c298ecabf95f8b90de423ef9d0da20});google.maps.event.addListener(m_c6c298ecabf95f8b90de423ef9d0da20, 'click', function() {infowindow.open(map,m_c6c298ecabf95f8b90de423ef9d0da20);});$marker.push(m_c6c298ecabf95f8b90de423ef9d0da20);}});}google.maps.event.addDomListener(window, 'load', initialize);