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.531,-108.76)};var g_2a2d16a741cf3a7738ce320021a5e661 = new google.maps.Geocoder();g_2a2d16a741cf3a7738ce320021a5e661.geocode( { 'address': "Gallup, NM 87301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gallup-NM-cash-man').style.display = '';map = new google.maps.Map(document.getElementById('gallup-NM-cash-man'), mapOptions);}document.getElementById('e68ccb54').innerHTML += ' | View Map';var $l2a2d16a741cf3a7738ce320021a5e661 = '

Cash Man

Address: Gallup, NM 87301, USA
Phone: (505) 863-3200
';var m_2a2d16a741cf3a7738ce320021a5e661 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Man',});m_2a2d16a741cf3a7738ce320021a5e661['infowindow'] = new google.maps.InfoWindow({content: $l2a2d16a741cf3a7738ce320021a5e661});var infowindow = new google.maps.InfoWindow({content: $l2a2d16a741cf3a7738ce320021a5e661});google.maps.event.addListener(m_2a2d16a741cf3a7738ce320021a5e661, 'click', function() {infowindow.open(map,m_2a2d16a741cf3a7738ce320021a5e661);});$marker.push(m_2a2d16a741cf3a7738ce320021a5e661);}});}google.maps.event.addDomListener(window, 'load', initialize);