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(36.1433,-115.26)};var g_58bb4d725a65d8436e272c42ffffaedb = new google.maps.Geocoder();g_58bb4d725a65d8436e272c42ffffaedb.geocode( { 'address': "7795 W Sahara Ave #101a, Las Vegas, NV 89117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-vivix-credit-solutions').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-vivix-credit-solutions'), mapOptions);}document.getElementById('78786cc9').innerHTML += ' | View Map';var $l58bb4d725a65d8436e272c42ffffaedb = '

Vivix Credit Solutions

Address: 7795 W Sahara Ave #101a, Las Vegas, NV 89117, USA
Phone: (702) 434-4414
';var m_58bb4d725a65d8436e272c42ffffaedb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vivix Credit Solutions',});m_58bb4d725a65d8436e272c42ffffaedb['infowindow'] = new google.maps.InfoWindow({content: $l58bb4d725a65d8436e272c42ffffaedb});var infowindow = new google.maps.InfoWindow({content: $l58bb4d725a65d8436e272c42ffffaedb});google.maps.event.addListener(m_58bb4d725a65d8436e272c42ffffaedb, 'click', function() {infowindow.open(map,m_58bb4d725a65d8436e272c42ffffaedb);});$marker.push(m_58bb4d725a65d8436e272c42ffffaedb);}});}google.maps.event.addDomListener(window, 'load', initialize);