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.382,-114.883)};var g_2ad55c21c5505af3752b1412e7f2c882 = new google.maps.Geocoder();g_2ad55c21c5505af3752b1412e7f2c882.geocode( { 'address': "1689 Great Basin Blvd, Ely, NV 89301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ely-NV-ridley-s-family-markets').style.display = '';map = new google.maps.Map(document.getElementById('ely-NV-ridley-s-family-markets'), mapOptions);}document.getElementById('f6339aa9').innerHTML += ' | View Map';var $l2ad55c21c5505af3752b1412e7f2c882 = '

Ridley's Family Markets

Address: 1689 Great Basin Blvd, Ely, NV 89301
Phone: (775) 289-3444
';var m_2ad55c21c5505af3752b1412e7f2c882 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ridley's Family Markets',});m_2ad55c21c5505af3752b1412e7f2c882['infowindow'] = new google.maps.InfoWindow({content: $l2ad55c21c5505af3752b1412e7f2c882});var infowindow = new google.maps.InfoWindow({content: $l2ad55c21c5505af3752b1412e7f2c882});google.maps.event.addListener(m_2ad55c21c5505af3752b1412e7f2c882, 'click', function() {infowindow.open(map,m_2ad55c21c5505af3752b1412e7f2c882);});$marker.push(m_2ad55c21c5505af3752b1412e7f2c882);}});}google.maps.event.addDomListener(window, 'load', initialize);