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.5575,-119.78)};var g_64d29cf788015e1ea36a653b51ac9b4b = new google.maps.Geocoder();g_64d29cf788015e1ea36a653b51ac9b4b.geocode( { 'address': "2945 El Rancho Dr #105, Sparks, NV 89431, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sparks-NV-check-city').style.display = '';map = new google.maps.Map(document.getElementById('sparks-NV-check-city'), mapOptions);}document.getElementById('11ccc6a0').innerHTML += ' | View Map';var $l64d29cf788015e1ea36a653b51ac9b4b = '

Check City

Address: 2945 El Rancho Dr #105, Sparks, NV 89431, USA
Phone: (775) 996-1919
';var m_64d29cf788015e1ea36a653b51ac9b4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check City',});m_64d29cf788015e1ea36a653b51ac9b4b['infowindow'] = new google.maps.InfoWindow({content: $l64d29cf788015e1ea36a653b51ac9b4b});var infowindow = new google.maps.InfoWindow({content: $l64d29cf788015e1ea36a653b51ac9b4b});google.maps.event.addListener(m_64d29cf788015e1ea36a653b51ac9b4b, 'click', function() {infowindow.open(map,m_64d29cf788015e1ea36a653b51ac9b4b);});$marker.push(m_64d29cf788015e1ea36a653b51ac9b4b);}});}google.maps.event.addDomListener(window, 'load', initialize);