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(33.9979,-96.3904)};var g_57306557b06adb59d3e23efa470b925a = new google.maps.Geocoder();g_57306557b06adb59d3e23efa470b925a.geocode( { 'address': "424 N Washington Ave, Durant, OK 74701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durant-OK-texoma-educators-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('durant-OK-texoma-educators-federal-cu'), mapOptions);}document.getElementById('fe13d198').innerHTML += ' | View Map';var $l57306557b06adb59d3e23efa470b925a = '

Texoma Educators Federal CU

Address: 424 N Washington Ave, Durant, OK 74701, USA
Phone: (580) 920-1177
';var m_57306557b06adb59d3e23efa470b925a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texoma Educators Federal CU',});m_57306557b06adb59d3e23efa470b925a['infowindow'] = new google.maps.InfoWindow({content: $l57306557b06adb59d3e23efa470b925a});var infowindow = new google.maps.InfoWindow({content: $l57306557b06adb59d3e23efa470b925a});google.maps.event.addListener(m_57306557b06adb59d3e23efa470b925a, 'click', function() {infowindow.open(map,m_57306557b06adb59d3e23efa470b925a);});$marker.push(m_57306557b06adb59d3e23efa470b925a);}});}google.maps.event.addDomListener(window, 'load', initialize);