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(35.1156,-106.515)};var g_315f8aa5decc653a8fe018a3c2eb038b = new google.maps.Geocoder();g_315f8aa5decc653a8fe018a3c2eb038b.geocode( { 'address': "2914 Juan Tabo Blvd NE, Albuquerque, NM 87112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-wild-bills-fast-cash').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-wild-bills-fast-cash'), mapOptions);}document.getElementById('b953e2ae').innerHTML += ' | View Map';var $l315f8aa5decc653a8fe018a3c2eb038b = '

Wild Bill's Fast Cash

Address: 2914 Juan Tabo Blvd NE, Albuquerque, NM 87112, USA
Phone: (505) 292-2274
';var m_315f8aa5decc653a8fe018a3c2eb038b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wild Bill's Fast Cash',});m_315f8aa5decc653a8fe018a3c2eb038b['infowindow'] = new google.maps.InfoWindow({content: $l315f8aa5decc653a8fe018a3c2eb038b});var infowindow = new google.maps.InfoWindow({content: $l315f8aa5decc653a8fe018a3c2eb038b});google.maps.event.addListener(m_315f8aa5decc653a8fe018a3c2eb038b, 'click', function() {infowindow.open(map,m_315f8aa5decc653a8fe018a3c2eb038b);});$marker.push(m_315f8aa5decc653a8fe018a3c2eb038b);}});}google.maps.event.addDomListener(window, 'load', initialize);