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.7357,-108.189)};var g_02a5bc93bf1177118a9e14865b75c648 = new google.maps.Geocoder();g_02a5bc93bf1177118a9e14865b75c648.geocode( { 'address': "928 E Main St B, Farmington, NM 87401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-NM-fastbucks').style.display = '';map = new google.maps.Map(document.getElementById('farmington-NM-fastbucks'), mapOptions);}document.getElementById('e247beb2').innerHTML += ' | View Map';var $l02a5bc93bf1177118a9e14865b75c648 = '

FastBucks

Address: 928 E Main St B, Farmington, NM 87401, USA
Phone: (505) 327-5626
';var m_02a5bc93bf1177118a9e14865b75c648 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FastBucks',});m_02a5bc93bf1177118a9e14865b75c648['infowindow'] = new google.maps.InfoWindow({content: $l02a5bc93bf1177118a9e14865b75c648});var infowindow = new google.maps.InfoWindow({content: $l02a5bc93bf1177118a9e14865b75c648});google.maps.event.addListener(m_02a5bc93bf1177118a9e14865b75c648, 'click', function() {infowindow.open(map,m_02a5bc93bf1177118a9e14865b75c648);});$marker.push(m_02a5bc93bf1177118a9e14865b75c648);}});}google.maps.event.addDomListener(window, 'load', initialize);