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(34.4253,-100.205)};var g_26ab1f78fc3c2661f19780cb80fc76d0 = new google.maps.Geocoder();g_26ab1f78fc3c2661f19780cb80fc76d0.geocode( { 'address': "423 N Main St, Childress, TX 79201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('childress-TX-the-peoples-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('childress-TX-the-peoples-federal-credit-union'), mapOptions);}document.getElementById('bd7b3083').innerHTML += ' | View Map';var $l26ab1f78fc3c2661f19780cb80fc76d0 = '

The People's Federal Credit Union

Address: 423 N Main St, Childress, TX 79201, USA
Phone: (806) 359-8571
';var m_26ab1f78fc3c2661f19780cb80fc76d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The People's Federal Credit Union',});m_26ab1f78fc3c2661f19780cb80fc76d0['infowindow'] = new google.maps.InfoWindow({content: $l26ab1f78fc3c2661f19780cb80fc76d0});var infowindow = new google.maps.InfoWindow({content: $l26ab1f78fc3c2661f19780cb80fc76d0});google.maps.event.addListener(m_26ab1f78fc3c2661f19780cb80fc76d0, 'click', function() {infowindow.open(map,m_26ab1f78fc3c2661f19780cb80fc76d0);});$marker.push(m_26ab1f78fc3c2661f19780cb80fc76d0);}});}google.maps.event.addDomListener(window, 'load', initialize);