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.0414,-73.7154)};var g_36719c41e4f639ac3b96a7d02e72a337 = new google.maps.Geocoder();g_36719c41e4f639ac3b96a7d02e72a337.geocode( { 'address': "2975 Westchester Avenue, Purchase, NY 10577"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('purchase-NY-ndh-capital').style.display = '';map = new google.maps.Map(document.getElementById('purchase-NY-ndh-capital'), mapOptions);}document.getElementById('ee44f183').innerHTML += ' | View Map';var $l36719c41e4f639ac3b96a7d02e72a337 = '

NDH Capital

Address: 2975 Westchester Avenue, Purchase, NY 10577
Phone: (914) 251-1300
';var m_36719c41e4f639ac3b96a7d02e72a337 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NDH Capital',});m_36719c41e4f639ac3b96a7d02e72a337['infowindow'] = new google.maps.InfoWindow({content: $l36719c41e4f639ac3b96a7d02e72a337});var infowindow = new google.maps.InfoWindow({content: $l36719c41e4f639ac3b96a7d02e72a337});google.maps.event.addListener(m_36719c41e4f639ac3b96a7d02e72a337, 'click', function() {infowindow.open(map,m_36719c41e4f639ac3b96a7d02e72a337);});$marker.push(m_36719c41e4f639ac3b96a7d02e72a337);}});}google.maps.event.addDomListener(window, 'load', initialize);