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.4874,-95.9874)};var g_6f75e53f7550af83f27709d87ab7ab43 = new google.maps.Geocoder();g_6f75e53f7550af83f27709d87ab7ab43.geocode( { 'address': "1071 TX-90, Anderson, TX 77830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anderson-TX-first-national-bank-anderson').style.display = '';map = new google.maps.Map(document.getElementById('anderson-TX-first-national-bank-anderson'), mapOptions);}document.getElementById('cf50f0a6').innerHTML += ' | View Map';var $l6f75e53f7550af83f27709d87ab7ab43 = '

First National Bank-Anderson

Address: 1071 TX-90, Anderson, TX 77830, USA
Phone: (936) 873-2511
';var m_6f75e53f7550af83f27709d87ab7ab43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Anderson',});m_6f75e53f7550af83f27709d87ab7ab43['infowindow'] = new google.maps.InfoWindow({content: $l6f75e53f7550af83f27709d87ab7ab43});var infowindow = new google.maps.InfoWindow({content: $l6f75e53f7550af83f27709d87ab7ab43});google.maps.event.addListener(m_6f75e53f7550af83f27709d87ab7ab43, 'click', function() {infowindow.open(map,m_6f75e53f7550af83f27709d87ab7ab43);});$marker.push(m_6f75e53f7550af83f27709d87ab7ab43);}});}google.maps.event.addDomListener(window, 'load', initialize);