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.3442,-99.1265)};var g_af808b5eff08127726055747623e4e2c = new google.maps.Geocoder();g_af808b5eff08127726055747623e4e2c.geocode( { 'address': "109 22nd St, Hondo, TX 78861, USA"}, 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('09de604a').innerHTML += ' | View Map';var $laf808b5eff08127726055747623e4e2c = '

Woodforest National Bank

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