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.4715,-119.777)};var g_bc92e42632ffada4b747ec33b74edf6b = new google.maps.Geocoder();g_bc92e42632ffada4b747ec33b74edf6b.geocode( { 'address': "5605 Riggins Ct #200, Reno, NV 89502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reno-NV-epic-credit-solutions').style.display = '';map = new google.maps.Map(document.getElementById('reno-NV-epic-credit-solutions'), mapOptions);}document.getElementById('b6895464').innerHTML += ' | View Map';var $lbc92e42632ffada4b747ec33b74edf6b = '

Epic Credit Solutions

Address: 5605 Riggins Ct #200, Reno, NV 89502, USA
Phone: (877) 447-0288
';var m_bc92e42632ffada4b747ec33b74edf6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Epic Credit Solutions',});m_bc92e42632ffada4b747ec33b74edf6b['infowindow'] = new google.maps.InfoWindow({content: $lbc92e42632ffada4b747ec33b74edf6b});var infowindow = new google.maps.InfoWindow({content: $lbc92e42632ffada4b747ec33b74edf6b});google.maps.event.addListener(m_bc92e42632ffada4b747ec33b74edf6b, 'click', function() {infowindow.open(map,m_bc92e42632ffada4b747ec33b74edf6b);});$marker.push(m_bc92e42632ffada4b747ec33b74edf6b);}});}google.maps.event.addDomListener(window, 'load', initialize);