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.6603,-95.5141)};var g_ec7ebf50539ef5c4396b647d773e2d2a = new google.maps.Geocoder();g_ec7ebf50539ef5c4396b647d773e2d2a.geocode( { 'address': "3320 Lamar Ave, Paris, TX 75460, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-TX-north-east-texas-teachers-cu').style.display = '';map = new google.maps.Map(document.getElementById('paris-TX-north-east-texas-teachers-cu'), mapOptions);}document.getElementById('60522375').innerHTML += ' | View Map';var $lec7ebf50539ef5c4396b647d773e2d2a = '

North East Texas Teachers CU

Address: 3320 Lamar Ave, Paris, TX 75460, USA
Phone: (903) 785-6682
';var m_ec7ebf50539ef5c4396b647d773e2d2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North East Texas Teachers CU',});m_ec7ebf50539ef5c4396b647d773e2d2a['infowindow'] = new google.maps.InfoWindow({content: $lec7ebf50539ef5c4396b647d773e2d2a});var infowindow = new google.maps.InfoWindow({content: $lec7ebf50539ef5c4396b647d773e2d2a});google.maps.event.addListener(m_ec7ebf50539ef5c4396b647d773e2d2a, 'click', function() {infowindow.open(map,m_ec7ebf50539ef5c4396b647d773e2d2a);});$marker.push(m_ec7ebf50539ef5c4396b647d773e2d2a);}});}google.maps.event.addDomListener(window, 'load', initialize);