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.8851,-105.96)};var g_af0c7b225693e9c77aeffd29d7cbc98d = new google.maps.Geocoder();g_af0c7b225693e9c77aeffd29d7cbc98d.geocode( { 'address': "607 S White Sands Blvd # B, Alamogordo, NM 88310, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alamogordo-NM-cash-2-go').style.display = '';map = new google.maps.Map(document.getElementById('alamogordo-NM-cash-2-go'), mapOptions);}document.getElementById('ab6115be').innerHTML += ' | View Map';var $laf0c7b225693e9c77aeffd29d7cbc98d = '

Cash 2 Go

Address: 607 S White Sands Blvd # B, Alamogordo, NM 88310, USA
Phone: (575) 443-1449
';var m_af0c7b225693e9c77aeffd29d7cbc98d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash 2 Go',});m_af0c7b225693e9c77aeffd29d7cbc98d['infowindow'] = new google.maps.InfoWindow({content: $laf0c7b225693e9c77aeffd29d7cbc98d});var infowindow = new google.maps.InfoWindow({content: $laf0c7b225693e9c77aeffd29d7cbc98d});google.maps.event.addListener(m_af0c7b225693e9c77aeffd29d7cbc98d, 'click', function() {infowindow.open(map,m_af0c7b225693e9c77aeffd29d7cbc98d);});$marker.push(m_af0c7b225693e9c77aeffd29d7cbc98d);}});}google.maps.event.addDomListener(window, 'load', initialize);