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.9629,-73.8566)};var g_bbc2aade76c0370ee285f1dcb109a3d1 = new google.maps.Geocoder();g_bbc2aade76c0370ee285f1dcb109a3d1.geocode( { 'address': "73 Market Street Suite 376, Yonkers, NY 10710, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yonkers-NY-rfr-capital-llc').style.display = '';map = new google.maps.Map(document.getElementById('yonkers-NY-rfr-capital-llc'), mapOptions);}document.getElementById('3a280b62').innerHTML += ' | View Map';var $lbbc2aade76c0370ee285f1dcb109a3d1 = '

RFR Capital LLC

Address: 73 Market Street Suite 376, Yonkers, NY 10710, USA
Phone: (914) 226-3418
';var m_bbc2aade76c0370ee285f1dcb109a3d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RFR Capital LLC',});m_bbc2aade76c0370ee285f1dcb109a3d1['infowindow'] = new google.maps.InfoWindow({content: $lbbc2aade76c0370ee285f1dcb109a3d1});var infowindow = new google.maps.InfoWindow({content: $lbbc2aade76c0370ee285f1dcb109a3d1});google.maps.event.addListener(m_bbc2aade76c0370ee285f1dcb109a3d1, 'click', function() {infowindow.open(map,m_bbc2aade76c0370ee285f1dcb109a3d1);});$marker.push(m_bbc2aade76c0370ee285f1dcb109a3d1);}});}google.maps.event.addDomListener(window, 'load', initialize);