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(39.4248,-119.743)};var g_550a339e477f57d149a2dc62ea703bea = new google.maps.Geocoder();g_550a339e477f57d149a2dc62ea703bea.geocode( { 'address': "985 Damonte Ranch Pkwy, Reno, NV 89521, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reno-NV-roberto-castillo-at-new-american-funding').style.display = '';map = new google.maps.Map(document.getElementById('reno-NV-roberto-castillo-at-new-american-funding'), mapOptions);}document.getElementById('f95f64d3').innerHTML += ' | View Map';var $l550a339e477f57d149a2dc62ea703bea = '

Roberto Castillo at New American Funding

Address: 985 Damonte Ranch Pkwy, Reno, NV 89521, USA
Phone: (775) 848-6544
';var m_550a339e477f57d149a2dc62ea703bea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Roberto Castillo at New American Funding',});m_550a339e477f57d149a2dc62ea703bea['infowindow'] = new google.maps.InfoWindow({content: $l550a339e477f57d149a2dc62ea703bea});var infowindow = new google.maps.InfoWindow({content: $l550a339e477f57d149a2dc62ea703bea});google.maps.event.addListener(m_550a339e477f57d149a2dc62ea703bea, 'click', function() {infowindow.open(map,m_550a339e477f57d149a2dc62ea703bea);});$marker.push(m_550a339e477f57d149a2dc62ea703bea);}});}google.maps.event.addDomListener(window, 'load', initialize);