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(28.7158,-100.493)};var g_c94e0c7586468b6e0c684e65e4fa0231 = new google.maps.Geocoder();g_c94e0c7586468b6e0c684e65e4fa0231.geocode( { 'address': "2103 N Veterans Blvd, Eagle Pass, TX 78852"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eagle-pass-TX-south-texas-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('eagle-pass-TX-south-texas-national-bank'), mapOptions);}document.getElementById('abba2200').innerHTML += ' | View Map';var $lc94e0c7586468b6e0c684e65e4fa0231 = '

South Texas National Bank

Address: 2103 N Veterans Blvd, Eagle Pass, TX 78852
Phone: (830) 757-8500
';var m_c94e0c7586468b6e0c684e65e4fa0231 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Texas National Bank',});m_c94e0c7586468b6e0c684e65e4fa0231['infowindow'] = new google.maps.InfoWindow({content: $lc94e0c7586468b6e0c684e65e4fa0231});var infowindow = new google.maps.InfoWindow({content: $lc94e0c7586468b6e0c684e65e4fa0231});google.maps.event.addListener(m_c94e0c7586468b6e0c684e65e4fa0231, 'click', function() {infowindow.open(map,m_c94e0c7586468b6e0c684e65e4fa0231);});$marker.push(m_c94e0c7586468b6e0c684e65e4fa0231);}});}google.maps.event.addDomListener(window, 'load', initialize);