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.9402,-73.833)};var g_c59c6a0eb8b6b2bbab45f4ef87cb37f3 = new google.maps.Geocoder();g_c59c6a0eb8b6b2bbab45f4ef87cb37f3.geocode( { 'address': "81 Pondfield Rd #215, Bronxville, NY 10708, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bronxville-NY-bn-capital-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('bronxville-NY-bn-capital-group-llc'), mapOptions);}document.getElementById('aed5bfb7').innerHTML += ' | View Map';var $lc59c6a0eb8b6b2bbab45f4ef87cb37f3 = '

BN Capital Group, LLC

Address: 81 Pondfield Rd #215, Bronxville, NY 10708, USA
Phone: (914) 200-3479
';var m_c59c6a0eb8b6b2bbab45f4ef87cb37f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BN Capital Group, LLC',});m_c59c6a0eb8b6b2bbab45f4ef87cb37f3['infowindow'] = new google.maps.InfoWindow({content: $lc59c6a0eb8b6b2bbab45f4ef87cb37f3});var infowindow = new google.maps.InfoWindow({content: $lc59c6a0eb8b6b2bbab45f4ef87cb37f3});google.maps.event.addListener(m_c59c6a0eb8b6b2bbab45f4ef87cb37f3, 'click', function() {infowindow.open(map,m_c59c6a0eb8b6b2bbab45f4ef87cb37f3);});$marker.push(m_c59c6a0eb8b6b2bbab45f4ef87cb37f3);}});}google.maps.event.addDomListener(window, 'load', initialize);