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.6399,-97.1367)};var g_829dad81a9dee7431dc7a877523c5c50 = new google.maps.Geocoder();g_829dad81a9dee7431dc7a877523c5c50.geocode( { 'address': "1312 Lawrence St, Gainesville, TX 76240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-TX-nascoga-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-TX-nascoga-federal-credit-union'), mapOptions);}document.getElementById('40f43c2d').innerHTML += ' | View Map';var $l829dad81a9dee7431dc7a877523c5c50 = '

Nascoga Federal Credit Union

Address: 1312 Lawrence St, Gainesville, TX 76240, USA
Phone: (940) 665-1797
';var m_829dad81a9dee7431dc7a877523c5c50 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nascoga Federal Credit Union',});m_829dad81a9dee7431dc7a877523c5c50['infowindow'] = new google.maps.InfoWindow({content: $l829dad81a9dee7431dc7a877523c5c50});var infowindow = new google.maps.InfoWindow({content: $l829dad81a9dee7431dc7a877523c5c50});google.maps.event.addListener(m_829dad81a9dee7431dc7a877523c5c50, 'click', function() {infowindow.open(map,m_829dad81a9dee7431dc7a877523c5c50);});$marker.push(m_829dad81a9dee7431dc7a877523c5c50);}});}google.maps.event.addDomListener(window, 'load', initialize);