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(30.1033,-97.3324)};var g_de4760e367d03a126325218519c96406 = new google.maps.Geocoder();g_de4760e367d03a126325218519c96406.geocode( { 'address': "488 TX-71, Bastrop, TX 78602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bastrop-TX-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('bastrop-TX-woodforest-national-bank'), mapOptions);}document.getElementById('eb9d73e2').innerHTML += ' | View Map';var $lde4760e367d03a126325218519c96406 = '

Woodforest National Bank

Address: 488 TX-71, Bastrop, TX 78602, USA
Phone: (512) 332-2984
';var m_de4760e367d03a126325218519c96406 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_de4760e367d03a126325218519c96406['infowindow'] = new google.maps.InfoWindow({content: $lde4760e367d03a126325218519c96406});var infowindow = new google.maps.InfoWindow({content: $lde4760e367d03a126325218519c96406});google.maps.event.addListener(m_de4760e367d03a126325218519c96406, 'click', function() {infowindow.open(map,m_de4760e367d03a126325218519c96406);});$marker.push(m_de4760e367d03a126325218519c96406);}});}google.maps.event.addDomListener(window, 'load', initialize);