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.6244,-97.1334)};var g_614416c557d290c3e81571330d44acc6 = new google.maps.Geocoder();g_614416c557d290c3e81571330d44acc6.geocode( { 'address': "406 N Grand Ave #101, Gainesville, TX 76240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-TX-nortex-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-TX-nortex-federal-credit-union'), mapOptions);}document.getElementById('4a377cd4').innerHTML += ' | View Map';var $l614416c557d290c3e81571330d44acc6 = '

Nortex Federal Credit Union

Address: 406 N Grand Ave #101, Gainesville, TX 76240, USA
Phone: (940) 665-0981
';var m_614416c557d290c3e81571330d44acc6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nortex Federal Credit Union',});m_614416c557d290c3e81571330d44acc6['infowindow'] = new google.maps.InfoWindow({content: $l614416c557d290c3e81571330d44acc6});var infowindow = new google.maps.InfoWindow({content: $l614416c557d290c3e81571330d44acc6});google.maps.event.addListener(m_614416c557d290c3e81571330d44acc6, 'click', function() {infowindow.open(map,m_614416c557d290c3e81571330d44acc6);});$marker.push(m_614416c557d290c3e81571330d44acc6);}});}google.maps.event.addDomListener(window, 'load', initialize);