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.8389,-101.972)};var g_6c787b2ce56b2ae79f352bbcdb44a946 = new google.maps.Geocoder();g_6c787b2ce56b2ae79f352bbcdb44a946.geocode( { 'address': "2025 S Dumas Ave Ste 300, Dumas, TX 79029, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dumas-TX-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('dumas-TX-cash-store'), mapOptions);}document.getElementById('ea1796fa').innerHTML += ' | View Map';var $l6c787b2ce56b2ae79f352bbcdb44a946 = '

Cash Store

Address: 2025 S Dumas Ave Ste 300, Dumas, TX 79029, USA
Phone: (806) 935-8448
';var m_6c787b2ce56b2ae79f352bbcdb44a946 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_6c787b2ce56b2ae79f352bbcdb44a946['infowindow'] = new google.maps.InfoWindow({content: $l6c787b2ce56b2ae79f352bbcdb44a946});var infowindow = new google.maps.InfoWindow({content: $l6c787b2ce56b2ae79f352bbcdb44a946});google.maps.event.addListener(m_6c787b2ce56b2ae79f352bbcdb44a946, 'click', function() {infowindow.open(map,m_6c787b2ce56b2ae79f352bbcdb44a946);});$marker.push(m_6c787b2ce56b2ae79f352bbcdb44a946);}});}google.maps.event.addDomListener(window, 'load', initialize);