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.8894,-105.961)};var g_a79c4278ae42433a1764ded1aa0e6dac = new google.maps.Geocoder();g_a79c4278ae42433a1764ded1aa0e6dac.geocode( { 'address': "120 S White Sands Blvd, Alamogordo, NM 88310, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alamogordo-NM-loanmax-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('alamogordo-NM-loanmax-title-loans'), mapOptions);}document.getElementById('1fb6456b').innerHTML += ' | View Map';var $la79c4278ae42433a1764ded1aa0e6dac = '

Loanmax Title Loans

Address: 120 S White Sands Blvd, Alamogordo, NM 88310, USA
Phone: (575) 434-2138
';var m_a79c4278ae42433a1764ded1aa0e6dac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanmax Title Loans',});m_a79c4278ae42433a1764ded1aa0e6dac['infowindow'] = new google.maps.InfoWindow({content: $la79c4278ae42433a1764ded1aa0e6dac});var infowindow = new google.maps.InfoWindow({content: $la79c4278ae42433a1764ded1aa0e6dac});google.maps.event.addListener(m_a79c4278ae42433a1764ded1aa0e6dac, 'click', function() {infowindow.open(map,m_a79c4278ae42433a1764ded1aa0e6dac);});$marker.push(m_a79c4278ae42433a1764ded1aa0e6dac);}});}google.maps.event.addDomListener(window, 'load', initialize);