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.1148,-106.533)};var g_ffb196f83808bf2640c88238b5c4805f = new google.maps.Geocoder();g_ffb196f83808bf2640c88238b5c4805f.geocode( { 'address': "2900 Eubank Blvd, Albuquerque, NM 87112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-title-cash-of-new-mexico').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-title-cash-of-new-mexico'), mapOptions);}document.getElementById('e7552b50').innerHTML += ' | View Map';var $lffb196f83808bf2640c88238b5c4805f = '

Title Cash of New Mexico

Address: 2900 Eubank Blvd, Albuquerque, NM 87112, USA
Phone: (505) 275-7745
';var m_ffb196f83808bf2640c88238b5c4805f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Title Cash of New Mexico',});m_ffb196f83808bf2640c88238b5c4805f['infowindow'] = new google.maps.InfoWindow({content: $lffb196f83808bf2640c88238b5c4805f});var infowindow = new google.maps.InfoWindow({content: $lffb196f83808bf2640c88238b5c4805f});google.maps.event.addListener(m_ffb196f83808bf2640c88238b5c4805f, 'click', function() {infowindow.open(map,m_ffb196f83808bf2640c88238b5c4805f);});$marker.push(m_ffb196f83808bf2640c88238b5c4805f);}});}google.maps.event.addDomListener(window, 'load', initialize);