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.239,-115.153)};var g_966b312147e445ade3b9e4d0ba150d66 = new google.maps.Geocoder();g_966b312147e445ade3b9e4d0ba150d66.geocode( { 'address': "825 W Craig Rd #100, North Las Vegas, NV 89032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-las-vegas-NV-check-city').style.display = '';map = new google.maps.Map(document.getElementById('north-las-vegas-NV-check-city'), mapOptions);}document.getElementById('13703ba0').innerHTML += ' | View Map';var $l966b312147e445ade3b9e4d0ba150d66 = '

Check City

Address: 825 W Craig Rd #100, North Las Vegas, NV 89032, USA
Phone: (702) 216-1999
';var m_966b312147e445ade3b9e4d0ba150d66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check City',});m_966b312147e445ade3b9e4d0ba150d66['infowindow'] = new google.maps.InfoWindow({content: $l966b312147e445ade3b9e4d0ba150d66});var infowindow = new google.maps.InfoWindow({content: $l966b312147e445ade3b9e4d0ba150d66});google.maps.event.addListener(m_966b312147e445ade3b9e4d0ba150d66, 'click', function() {infowindow.open(map,m_966b312147e445ade3b9e4d0ba150d66);});$marker.push(m_966b312147e445ade3b9e4d0ba150d66);}});}google.maps.event.addDomListener(window, 'load', initialize);