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.3569,-99.1016)};var g_80a19b2bee623d67010812c64f360300 = new google.maps.Geocoder();g_80a19b2bee623d67010812c64f360300.geocode( { 'address': "109 22nd St, Hondo, TX 78861"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hondo-TX-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hondo-TX-woodforest-national-bank'), mapOptions);}document.getElementById('698c09ae').innerHTML += ' | View Map';var $l80a19b2bee623d67010812c64f360300 = '

Woodforest National Bank

Address: 109 22nd St, Hondo, TX 78861
Phone: (830) 426-8247
';var m_80a19b2bee623d67010812c64f360300 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_80a19b2bee623d67010812c64f360300['infowindow'] = new google.maps.InfoWindow({content: $l80a19b2bee623d67010812c64f360300});var infowindow = new google.maps.InfoWindow({content: $l80a19b2bee623d67010812c64f360300});google.maps.event.addListener(m_80a19b2bee623d67010812c64f360300, 'click', function() {infowindow.open(map,m_80a19b2bee623d67010812c64f360300);});$marker.push(m_80a19b2bee623d67010812c64f360300);}});}google.maps.event.addDomListener(window, 'load', initialize);