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.5667,-97.9654)};var g_264095b9e936a7831228d84f429f58c8 = new google.maps.Geocoder();g_264095b9e936a7831228d84f429f58c8.geocode( { 'address': "550 S Highway 123 Byp, Seguin, TX 78155"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seguin-TX-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('seguin-TX-woodforest-national-bank'), mapOptions);}document.getElementById('06496282').innerHTML += ' | View Map';var $l264095b9e936a7831228d84f429f58c8 = '

Woodforest National Bank

Address: 550 S Highway 123 Byp, Seguin, TX 78155
Phone: (830) 372-4593
';var m_264095b9e936a7831228d84f429f58c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_264095b9e936a7831228d84f429f58c8['infowindow'] = new google.maps.InfoWindow({content: $l264095b9e936a7831228d84f429f58c8});var infowindow = new google.maps.InfoWindow({content: $l264095b9e936a7831228d84f429f58c8});google.maps.event.addListener(m_264095b9e936a7831228d84f429f58c8, 'click', function() {infowindow.open(map,m_264095b9e936a7831228d84f429f58c8);});$marker.push(m_264095b9e936a7831228d84f429f58c8);}});}google.maps.event.addDomListener(window, 'load', initialize);