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.8414,-83.9108)};var g_b0af04fc89591e79ad1ff07211d994ed = new google.maps.Geocoder();g_b0af04fc89591e79ad1ff07211d994ed.geocode( { 'address': "4221 Atlanta Hwy, Loganville, GA 30052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loganville-GA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('loganville-GA-woodforest-national-bank'), mapOptions);}document.getElementById('71c7262f').innerHTML += ' | View Map';var $lb0af04fc89591e79ad1ff07211d994ed = '

Woodforest National Bank

Address: 4221 Atlanta Hwy, Loganville, GA 30052, USA
Phone: (770) 554-2637
';var m_b0af04fc89591e79ad1ff07211d994ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_b0af04fc89591e79ad1ff07211d994ed['infowindow'] = new google.maps.InfoWindow({content: $lb0af04fc89591e79ad1ff07211d994ed});var infowindow = new google.maps.InfoWindow({content: $lb0af04fc89591e79ad1ff07211d994ed});google.maps.event.addListener(m_b0af04fc89591e79ad1ff07211d994ed, 'click', function() {infowindow.open(map,m_b0af04fc89591e79ad1ff07211d994ed);});$marker.push(m_b0af04fc89591e79ad1ff07211d994ed);}});}google.maps.event.addDomListener(window, 'load', initialize);