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.752,-73.9945)};var g_b3e9772d6c6e5f2957269015016f5613 = new google.maps.Geocoder();g_b3e9772d6c6e5f2957269015016f5613.geocode( { 'address': "560 Lexington Ave. 17th Floor, New York, NY 10022"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-r3-funding-llc').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-r3-funding-llc'), mapOptions);}document.getElementById('848e3f37').innerHTML += ' | View Map';var $lb3e9772d6c6e5f2957269015016f5613 = '

R3 Funding, LLC

Address: 560 Lexington Ave. 17th Floor, New York, NY 10022
Phone: (646) 535-4443
';var m_b3e9772d6c6e5f2957269015016f5613 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'R3 Funding, LLC',});m_b3e9772d6c6e5f2957269015016f5613['infowindow'] = new google.maps.InfoWindow({content: $lb3e9772d6c6e5f2957269015016f5613});var infowindow = new google.maps.InfoWindow({content: $lb3e9772d6c6e5f2957269015016f5613});google.maps.event.addListener(m_b3e9772d6c6e5f2957269015016f5613, 'click', function() {infowindow.open(map,m_b3e9772d6c6e5f2957269015016f5613);});$marker.push(m_b3e9772d6c6e5f2957269015016f5613);}});}google.maps.event.addDomListener(window, 'load', initialize);