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.6833,-96.4565)};var g_dfb5188dd847892f367b9e26cfba43cc = new google.maps.Geocoder();g_dfb5188dd847892f367b9e26cfba43cc.geocode( { 'address': "1406 E Milam St, Mexia, TX 76667, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mexia-TX-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mexia-TX-woodforest-national-bank'), mapOptions);}document.getElementById('b3e4d0af').innerHTML += ' | View Map';var $ldfb5188dd847892f367b9e26cfba43cc = '

Woodforest National Bank

Address: 1406 E Milam St, Mexia, TX 76667, USA
Phone: (254) 472-0900
';var m_dfb5188dd847892f367b9e26cfba43cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_dfb5188dd847892f367b9e26cfba43cc['infowindow'] = new google.maps.InfoWindow({content: $ldfb5188dd847892f367b9e26cfba43cc});var infowindow = new google.maps.InfoWindow({content: $ldfb5188dd847892f367b9e26cfba43cc});google.maps.event.addListener(m_dfb5188dd847892f367b9e26cfba43cc, 'click', function() {infowindow.open(map,m_dfb5188dd847892f367b9e26cfba43cc);});$marker.push(m_dfb5188dd847892f367b9e26cfba43cc);}});}google.maps.event.addDomListener(window, 'load', initialize);