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(32.6998,-94.7517)};var g_dafc77e3818d140e7d05c6a9aa69fc7f = new google.maps.Geocoder();g_dafc77e3818d140e7d05c6a9aa69fc7f.geocode( { 'address': "1978 US-259, Diana, TX 75640, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('diana-TX-north-east-texas-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('diana-TX-north-east-texas-credit-union'), mapOptions);}document.getElementById('6e11cd9c').innerHTML += ' | View Map';var $ldafc77e3818d140e7d05c6a9aa69fc7f = '

North East Texas Credit Union

Address: 1978 US-259, Diana, TX 75640, USA
Phone: (903) 663-6200
';var m_dafc77e3818d140e7d05c6a9aa69fc7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North East Texas Credit Union',});m_dafc77e3818d140e7d05c6a9aa69fc7f['infowindow'] = new google.maps.InfoWindow({content: $ldafc77e3818d140e7d05c6a9aa69fc7f});var infowindow = new google.maps.InfoWindow({content: $ldafc77e3818d140e7d05c6a9aa69fc7f});google.maps.event.addListener(m_dafc77e3818d140e7d05c6a9aa69fc7f, 'click', function() {infowindow.open(map,m_dafc77e3818d140e7d05c6a9aa69fc7f);});$marker.push(m_dafc77e3818d140e7d05c6a9aa69fc7f);}});}google.maps.event.addDomListener(window, 'load', initialize);