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.6364,-102.72)};var g_9fca30adda6cfcf3fa2d1e0b15e69691 = new google.maps.Geocoder();g_9fca30adda6cfcf3fa2d1e0b15e69691.geocode( { 'address': "203 W 6th St, Friona, TX 79035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('friona-TX-friona-texas-fed-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('friona-TX-friona-texas-fed-credit-union'), mapOptions);}document.getElementById('c87231e2').innerHTML += ' | View Map';var $l9fca30adda6cfcf3fa2d1e0b15e69691 = '

Friona Texas Fed Credit Union

Address: 203 W 6th St, Friona, TX 79035, USA
Phone: (806) 250-2736
';var m_9fca30adda6cfcf3fa2d1e0b15e69691 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Friona Texas Fed Credit Union',});m_9fca30adda6cfcf3fa2d1e0b15e69691['infowindow'] = new google.maps.InfoWindow({content: $l9fca30adda6cfcf3fa2d1e0b15e69691});var infowindow = new google.maps.InfoWindow({content: $l9fca30adda6cfcf3fa2d1e0b15e69691});google.maps.event.addListener(m_9fca30adda6cfcf3fa2d1e0b15e69691, 'click', function() {infowindow.open(map,m_9fca30adda6cfcf3fa2d1e0b15e69691);});$marker.push(m_9fca30adda6cfcf3fa2d1e0b15e69691);}});}google.maps.event.addDomListener(window, 'load', initialize);