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.6606,-96.9066)};var g_55980d600e24a3080aec2d49aaa57f99 = new google.maps.Geocoder();g_55980d600e24a3080aec2d49aaa57f99.geocode( { 'address': "418 N Union St, Whitesboro, TX 76273, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whitesboro-TX-nascoga-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('whitesboro-TX-nascoga-federal-credit-union'), mapOptions);}document.getElementById('327006f8').innerHTML += ' | View Map';var $l55980d600e24a3080aec2d49aaa57f99 = '

Nascoga Federal Credit Union

Address: 418 N Union St, Whitesboro, TX 76273, USA
Phone: (903) 564-6316
';var m_55980d600e24a3080aec2d49aaa57f99 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nascoga Federal Credit Union',});m_55980d600e24a3080aec2d49aaa57f99['infowindow'] = new google.maps.InfoWindow({content: $l55980d600e24a3080aec2d49aaa57f99});var infowindow = new google.maps.InfoWindow({content: $l55980d600e24a3080aec2d49aaa57f99});google.maps.event.addListener(m_55980d600e24a3080aec2d49aaa57f99, 'click', function() {infowindow.open(map,m_55980d600e24a3080aec2d49aaa57f99);});$marker.push(m_55980d600e24a3080aec2d49aaa57f99);}});}google.maps.event.addDomListener(window, 'load', initialize);