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(37.4798,-105.904)};var g_61800fd78cd812ccb8a66a531adf4603 = new google.maps.Geocoder();g_61800fd78cd812ccb8a66a531adf4603.geocode( { 'address': "3324 Clark St, Alamosa, CO 81101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alamosa-CO-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('alamosa-CO-check-into-cash'), mapOptions);}document.getElementById('0af6eea4').innerHTML += ' | View Map';var $l61800fd78cd812ccb8a66a531adf4603 = '

Check Into Cash

Address: 3324 Clark St, Alamosa, CO 81101, USA
Phone: (719) 589-4222
';var m_61800fd78cd812ccb8a66a531adf4603 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_61800fd78cd812ccb8a66a531adf4603['infowindow'] = new google.maps.InfoWindow({content: $l61800fd78cd812ccb8a66a531adf4603});var infowindow = new google.maps.InfoWindow({content: $l61800fd78cd812ccb8a66a531adf4603});google.maps.event.addListener(m_61800fd78cd812ccb8a66a531adf4603, 'click', function() {infowindow.open(map,m_61800fd78cd812ccb8a66a531adf4603);});$marker.push(m_61800fd78cd812ccb8a66a531adf4603);}});}google.maps.event.addDomListener(window, 'load', initialize);