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.1155,-94.1849)};var g_185317219bbdc2991a9e6f518affd353 = new google.maps.Geocoder();g_185317219bbdc2991a9e6f518affd353.geocode( { 'address': "201 US-59, Atlanta, TX 75551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-TX-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-TX-woodforest-national-bank'), mapOptions);}document.getElementById('ff37461d').innerHTML += ' | View Map';var $l185317219bbdc2991a9e6f518affd353 = '

Woodforest National Bank

Address: 201 US-59, Atlanta, TX 75551, USA
Phone: (903) 799-6325
';var m_185317219bbdc2991a9e6f518affd353 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_185317219bbdc2991a9e6f518affd353['infowindow'] = new google.maps.InfoWindow({content: $l185317219bbdc2991a9e6f518affd353});var infowindow = new google.maps.InfoWindow({content: $l185317219bbdc2991a9e6f518affd353});google.maps.event.addListener(m_185317219bbdc2991a9e6f518affd353, 'click', function() {infowindow.open(map,m_185317219bbdc2991a9e6f518affd353);});$marker.push(m_185317219bbdc2991a9e6f518affd353);}});}google.maps.event.addDomListener(window, 'load', initialize);