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.1435,-115.238)};var g_312a7cf4372577188588e92e25706f5b = new google.maps.Geocoder();g_312a7cf4372577188588e92e25706f5b.geocode( { 'address': "6655 W Sahara Ave, Las Vegas, NV 89146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-omni-financial-of-nevada-inc').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-omni-financial-of-nevada-inc'), mapOptions);}document.getElementById('9e9f0dac').innerHTML += ' | View Map';var $l312a7cf4372577188588e92e25706f5b = '

Omni Financial of Nevada Inc

Address: 6655 W Sahara Ave, Las Vegas, NV 89146, USA
Phone: (702) 437-0486
';var m_312a7cf4372577188588e92e25706f5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Omni Financial of Nevada Inc',});m_312a7cf4372577188588e92e25706f5b['infowindow'] = new google.maps.InfoWindow({content: $l312a7cf4372577188588e92e25706f5b});var infowindow = new google.maps.InfoWindow({content: $l312a7cf4372577188588e92e25706f5b});google.maps.event.addListener(m_312a7cf4372577188588e92e25706f5b, 'click', function() {infowindow.open(map,m_312a7cf4372577188588e92e25706f5b);});$marker.push(m_312a7cf4372577188588e92e25706f5b);}});}google.maps.event.addDomListener(window, 'load', initialize);