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.1188,-94.1647)};var g_107f93088d0f892d8310861cb40028e3 = new google.maps.Geocoder();g_107f93088d0f892d8310861cb40028e3.geocode( { 'address': "103 W Allday St, Atlanta, TX 75551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-TX-texar-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-TX-texar-federal-credit-union'), mapOptions);}document.getElementById('9342b242').innerHTML += ' | View Map';var $l107f93088d0f892d8310861cb40028e3 = '

Texar Federal Credit Union

Address: 103 W Allday St, Atlanta, TX 75551, USA
Phone: (903) 796-7151
';var m_107f93088d0f892d8310861cb40028e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texar Federal Credit Union',});m_107f93088d0f892d8310861cb40028e3['infowindow'] = new google.maps.InfoWindow({content: $l107f93088d0f892d8310861cb40028e3});var infowindow = new google.maps.InfoWindow({content: $l107f93088d0f892d8310861cb40028e3});google.maps.event.addListener(m_107f93088d0f892d8310861cb40028e3, 'click', function() {infowindow.open(map,m_107f93088d0f892d8310861cb40028e3);});$marker.push(m_107f93088d0f892d8310861cb40028e3);}});}google.maps.event.addDomListener(window, 'load', initialize);