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.6475,-101.59)};var g_ff6b71be449ec49e5d96726a6bc3a588 = new google.maps.Geocoder();g_ff6b71be449ec49e5d96726a6bc3a588.geocode( { 'address': "1 Texoma Blvd, Fritch, TX 79036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fritch-TX-texoma-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fritch-TX-texoma-federal-credit-union'), mapOptions);}document.getElementById('2733ef60').innerHTML += ' | View Map';var $lff6b71be449ec49e5d96726a6bc3a588 = '

Texoma Federal Credit Union

Address: 1 Texoma Blvd, Fritch, TX 79036, USA
Phone: (806) 857-3319
';var m_ff6b71be449ec49e5d96726a6bc3a588 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texoma Federal Credit Union',});m_ff6b71be449ec49e5d96726a6bc3a588['infowindow'] = new google.maps.InfoWindow({content: $lff6b71be449ec49e5d96726a6bc3a588});var infowindow = new google.maps.InfoWindow({content: $lff6b71be449ec49e5d96726a6bc3a588});google.maps.event.addListener(m_ff6b71be449ec49e5d96726a6bc3a588, 'click', function() {infowindow.open(map,m_ff6b71be449ec49e5d96726a6bc3a588);});$marker.push(m_ff6b71be449ec49e5d96726a6bc3a588);}});}google.maps.event.addDomListener(window, 'load', initialize);