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.1403,-101.901)};var g_16dc1910c62d4105b221bf9e66ecd197 = new google.maps.Geocoder();g_16dc1910c62d4105b221bf9e66ecd197.geocode( { 'address': "6401 Bell St, Amarillo, TX 79109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amarillo-TX-public-service-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('amarillo-TX-public-service-employees-cu'), mapOptions);}document.getElementById('a7c4cdab').innerHTML += ' | View Map';var $l16dc1910c62d4105b221bf9e66ecd197 = '

Public Service Employee's CU

Address: 6401 Bell St, Amarillo, TX 79109, USA
Phone: (806) 352-0643
';var m_16dc1910c62d4105b221bf9e66ecd197 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Public Service Employee's CU',});m_16dc1910c62d4105b221bf9e66ecd197['infowindow'] = new google.maps.InfoWindow({content: $l16dc1910c62d4105b221bf9e66ecd197});var infowindow = new google.maps.InfoWindow({content: $l16dc1910c62d4105b221bf9e66ecd197});google.maps.event.addListener(m_16dc1910c62d4105b221bf9e66ecd197, 'click', function() {infowindow.open(map,m_16dc1910c62d4105b221bf9e66ecd197);});$marker.push(m_16dc1910c62d4105b221bf9e66ecd197);}});}google.maps.event.addDomListener(window, 'load', initialize);