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(32.7826,-108.27)};var g_12af9cf5a6346693bf64b876499e9878 = new google.maps.Geocoder();g_12af9cf5a6346693bf64b876499e9878.geocode( { 'address': "524 Silver Heights Blvd, Silver City, NM 88061, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('silver-city-NM-fastbucks').style.display = '';map = new google.maps.Map(document.getElementById('silver-city-NM-fastbucks'), mapOptions);}document.getElementById('ec5a28ef').innerHTML += ' | View Map';var $l12af9cf5a6346693bf64b876499e9878 = '

FastBucks

Address: 524 Silver Heights Blvd, Silver City, NM 88061, USA
Phone: (575) 388-8010
';var m_12af9cf5a6346693bf64b876499e9878 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FastBucks',});m_12af9cf5a6346693bf64b876499e9878['infowindow'] = new google.maps.InfoWindow({content: $l12af9cf5a6346693bf64b876499e9878});var infowindow = new google.maps.InfoWindow({content: $l12af9cf5a6346693bf64b876499e9878});google.maps.event.addListener(m_12af9cf5a6346693bf64b876499e9878, 'click', function() {infowindow.open(map,m_12af9cf5a6346693bf64b876499e9878);});$marker.push(m_12af9cf5a6346693bf64b876499e9878);}});}google.maps.event.addDomListener(window, 'load', initialize);