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.5444,-100.972)};var g_c9de731998835669444c932d8da7e761 = new google.maps.Geocoder();g_c9de731998835669444c932d8da7e761.geocode( { 'address': "1064 N Hobart St, Pampa, TX 79065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pampa-TX-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('pampa-TX-cash-store'), mapOptions);}document.getElementById('161ab19e').innerHTML += ' | View Map';var $lc9de731998835669444c932d8da7e761 = '

Cash Store

Address: 1064 N Hobart St, Pampa, TX 79065, USA
Phone: (806) 669-1508
';var m_c9de731998835669444c932d8da7e761 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_c9de731998835669444c932d8da7e761['infowindow'] = new google.maps.InfoWindow({content: $lc9de731998835669444c932d8da7e761});var infowindow = new google.maps.InfoWindow({content: $lc9de731998835669444c932d8da7e761});google.maps.event.addListener(m_c9de731998835669444c932d8da7e761, 'click', function() {infowindow.open(map,m_c9de731998835669444c932d8da7e761);});$marker.push(m_c9de731998835669444c932d8da7e761);}});}google.maps.event.addDomListener(window, 'load', initialize);