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(27.5982,-98.4119)};var g_807288f81a9916731097e87fcd150282 = new google.maps.Geocoder();g_807288f81a9916731097e87fcd150282.geocode( { 'address': "300 Main St, Benavides, TX 78341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('benavides-TX-texas-champion-bank').style.display = '';map = new google.maps.Map(document.getElementById('benavides-TX-texas-champion-bank'), mapOptions);}document.getElementById('d2e83202').innerHTML += ' | View Map';var $l807288f81a9916731097e87fcd150282 = '

Texas Champion Bank

Address: 300 Main St, Benavides, TX 78341, USA
Phone: (361) 256-4334
';var m_807288f81a9916731097e87fcd150282 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Champion Bank',});m_807288f81a9916731097e87fcd150282['infowindow'] = new google.maps.InfoWindow({content: $l807288f81a9916731097e87fcd150282});var infowindow = new google.maps.InfoWindow({content: $l807288f81a9916731097e87fcd150282});google.maps.event.addListener(m_807288f81a9916731097e87fcd150282, 'click', function() {infowindow.open(map,m_807288f81a9916731097e87fcd150282);});$marker.push(m_807288f81a9916731097e87fcd150282);}});}google.maps.event.addDomListener(window, 'load', initialize);