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.172,-115.142)};var g_7518f76db987755dbb01c52e177ba134 = new google.maps.Geocoder();g_7518f76db987755dbb01c52e177ba134.geocode( { 'address': "215 N 3rd St, Las Vegas, NV 89101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-ace-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-ace-loan-co'), mapOptions);}document.getElementById('c9cb74a5').innerHTML += ' | View Map';var $l7518f76db987755dbb01c52e177ba134 = '

Ace Loan Co

Address: 215 N 3rd St, Las Vegas, NV 89101, USA
Phone: (702) 384-5771
';var m_7518f76db987755dbb01c52e177ba134 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ace Loan Co',});m_7518f76db987755dbb01c52e177ba134['infowindow'] = new google.maps.InfoWindow({content: $l7518f76db987755dbb01c52e177ba134});var infowindow = new google.maps.InfoWindow({content: $l7518f76db987755dbb01c52e177ba134});google.maps.event.addListener(m_7518f76db987755dbb01c52e177ba134, 'click', function() {infowindow.open(map,m_7518f76db987755dbb01c52e177ba134);});$marker.push(m_7518f76db987755dbb01c52e177ba134);}});}google.maps.event.addDomListener(window, 'load', initialize);