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(31.3302,-94.7219)};var g_7462d99d60e1fb77bf39840c19c44e6e = new google.maps.Geocoder();g_7462d99d60e1fb77bf39840c19c44e6e.geocode( { 'address': "1018 S John Redditt Dr, Lufkin, TX 75904"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lufkin-TX-austin-bank').style.display = '';map = new google.maps.Map(document.getElementById('lufkin-TX-austin-bank'), mapOptions);}document.getElementById('0f284924').innerHTML += ' | View Map';var $l7462d99d60e1fb77bf39840c19c44e6e = '

Austin Bank

Address: 1018 S John Redditt Dr, Lufkin, TX 75904
Phone: (936) 899-7052
';var m_7462d99d60e1fb77bf39840c19c44e6e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Austin Bank',});m_7462d99d60e1fb77bf39840c19c44e6e['infowindow'] = new google.maps.InfoWindow({content: $l7462d99d60e1fb77bf39840c19c44e6e});var infowindow = new google.maps.InfoWindow({content: $l7462d99d60e1fb77bf39840c19c44e6e});google.maps.event.addListener(m_7462d99d60e1fb77bf39840c19c44e6e, 'click', function() {infowindow.open(map,m_7462d99d60e1fb77bf39840c19c44e6e);});$marker.push(m_7462d99d60e1fb77bf39840c19c44e6e);}});}google.maps.event.addDomListener(window, 'load', initialize);