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.5655,-100.968)};var g_d2fe825fd7252fcbf77da53db6518feb = new google.maps.Geocoder();g_d2fe825fd7252fcbf77da53db6518feb.geocode( { 'address': "2500 Perryton Pkwy, Pampa, TX 79065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pampa-TX-pampa-teachers-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pampa-TX-pampa-teachers-federal-credit-union'), mapOptions);}document.getElementById('63df1ad1').innerHTML += ' | View Map';var $ld2fe825fd7252fcbf77da53db6518feb = '

Pampa Teachers Federal Credit Union

Address: 2500 Perryton Pkwy, Pampa, TX 79065, USA
Phone: (806) 419-1793
';var m_d2fe825fd7252fcbf77da53db6518feb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pampa Teachers Federal Credit Union',});m_d2fe825fd7252fcbf77da53db6518feb['infowindow'] = new google.maps.InfoWindow({content: $ld2fe825fd7252fcbf77da53db6518feb});var infowindow = new google.maps.InfoWindow({content: $ld2fe825fd7252fcbf77da53db6518feb});google.maps.event.addListener(m_d2fe825fd7252fcbf77da53db6518feb, 'click', function() {infowindow.open(map,m_d2fe825fd7252fcbf77da53db6518feb);});$marker.push(m_d2fe825fd7252fcbf77da53db6518feb);}});}google.maps.event.addDomListener(window, 'load', initialize);