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(29.7654,-94.6691)};var g_563b79784f968a816aabc6778c59784b = new google.maps.Geocoder();g_563b79784f968a816aabc6778c59784b.geocode( { 'address': "801 Ross Sterling Ave, Anahuac, TX 77514, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anahuac-TX-anahuac-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('anahuac-TX-anahuac-national-bank'), mapOptions);}document.getElementById('e7b66000').innerHTML += ' | View Map';var $l563b79784f968a816aabc6778c59784b = '

Anahuac National Bank

Address: 801 Ross Sterling Ave, Anahuac, TX 77514, USA
Phone: (409) 267-3106
';var m_563b79784f968a816aabc6778c59784b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Anahuac National Bank',});m_563b79784f968a816aabc6778c59784b['infowindow'] = new google.maps.InfoWindow({content: $l563b79784f968a816aabc6778c59784b});var infowindow = new google.maps.InfoWindow({content: $l563b79784f968a816aabc6778c59784b});google.maps.event.addListener(m_563b79784f968a816aabc6778c59784b, 'click', function() {infowindow.open(map,m_563b79784f968a816aabc6778c59784b);});$marker.push(m_563b79784f968a816aabc6778c59784b);}});}google.maps.event.addDomListener(window, 'load', initialize);