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(36.398,-100.804)};var g_541a3b8688d04c58d6c8f02406045ec6 = new google.maps.Geocoder();g_541a3b8688d04c58d6c8f02406045ec6.geocode( { 'address': "211 S Amherst St, Perryton, TX 79070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('perryton-TX-northeast-panhandle-teachers-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('perryton-TX-northeast-panhandle-teachers-federal-credit-union'), mapOptions);}document.getElementById('4a33ca72').innerHTML += ' | View Map';var $l541a3b8688d04c58d6c8f02406045ec6 = '

Northeast Panhandle Teachers Federal Credit Union

Address: 211 S Amherst St, Perryton, TX 79070, USA
Phone: (806) 435-9522
';var m_541a3b8688d04c58d6c8f02406045ec6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast Panhandle Teachers Federal Credit Union',});m_541a3b8688d04c58d6c8f02406045ec6['infowindow'] = new google.maps.InfoWindow({content: $l541a3b8688d04c58d6c8f02406045ec6});var infowindow = new google.maps.InfoWindow({content: $l541a3b8688d04c58d6c8f02406045ec6});google.maps.event.addListener(m_541a3b8688d04c58d6c8f02406045ec6, 'click', function() {infowindow.open(map,m_541a3b8688d04c58d6c8f02406045ec6);});$marker.push(m_541a3b8688d04c58d6c8f02406045ec6);}});}google.maps.event.addDomListener(window, 'load', initialize);