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(41.1066,-73.7969)};var g_9d02fd65cff13e89550c41c900dc347a = new google.maps.Geocoder();g_9d02fd65cff13e89550c41c900dc347a.geocode( { 'address': "7 W Cross St, Hawthorne, NY 10532, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hawthorne-NY-community-capital-new-york').style.display = '';map = new google.maps.Map(document.getElementById('hawthorne-NY-community-capital-new-york'), mapOptions);}document.getElementById('51be9185').innerHTML += ' | View Map';var $l9d02fd65cff13e89550c41c900dc347a = '

Community Capital New York

Address: 7 W Cross St, Hawthorne, NY 10532, USA
Phone: (914) 747-8020
';var m_9d02fd65cff13e89550c41c900dc347a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Capital New York',});m_9d02fd65cff13e89550c41c900dc347a['infowindow'] = new google.maps.InfoWindow({content: $l9d02fd65cff13e89550c41c900dc347a});var infowindow = new google.maps.InfoWindow({content: $l9d02fd65cff13e89550c41c900dc347a});google.maps.event.addListener(m_9d02fd65cff13e89550c41c900dc347a, 'click', function() {infowindow.open(map,m_9d02fd65cff13e89550c41c900dc347a);});$marker.push(m_9d02fd65cff13e89550c41c900dc347a);}});}google.maps.event.addDomListener(window, 'load', initialize);