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(31.3076,-94.7446)};var g_f80687bfef36025cf465f6eaf00aebd9 = new google.maps.Geocoder();g_f80687bfef36025cf465f6eaf00aebd9.geocode( { 'address': "204 Gobblers Knob Rd, Lufkin, TX 75904, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lufkin-TX-lufkin-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lufkin-TX-lufkin-federal-credit-union'), mapOptions);}document.getElementById('2f907521').innerHTML += ' | View Map';var $lf80687bfef36025cf465f6eaf00aebd9 = '

Lufkin Federal Credit Union

Address: 204 Gobblers Knob Rd, Lufkin, TX 75904, USA
Phone: (936) 632-4397
';var m_f80687bfef36025cf465f6eaf00aebd9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lufkin Federal Credit Union',});m_f80687bfef36025cf465f6eaf00aebd9['infowindow'] = new google.maps.InfoWindow({content: $lf80687bfef36025cf465f6eaf00aebd9});var infowindow = new google.maps.InfoWindow({content: $lf80687bfef36025cf465f6eaf00aebd9});google.maps.event.addListener(m_f80687bfef36025cf465f6eaf00aebd9, 'click', function() {infowindow.open(map,m_f80687bfef36025cf465f6eaf00aebd9);});$marker.push(m_f80687bfef36025cf465f6eaf00aebd9);}});}google.maps.event.addDomListener(window, 'load', initialize);