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(32.3265,-95.2945)};var g_32584cb3c0aa494ce2174107b1c4b539 = new google.maps.Geocoder();g_32584cb3c0aa494ce2174107b1c4b539.geocode( { 'address': "2133 W Grande Blvd, Tyler, TX 75703"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tyler-TX-texas-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('tyler-TX-texas-national-bank'), mapOptions);}document.getElementById('6e36c873').innerHTML += ' | View Map';var $l32584cb3c0aa494ce2174107b1c4b539 = '

Texas National Bank

Address: 2133 W Grande Blvd, Tyler, TX 75703
Phone: (903) 944-7830
';var m_32584cb3c0aa494ce2174107b1c4b539 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas National Bank',});m_32584cb3c0aa494ce2174107b1c4b539['infowindow'] = new google.maps.InfoWindow({content: $l32584cb3c0aa494ce2174107b1c4b539});var infowindow = new google.maps.InfoWindow({content: $l32584cb3c0aa494ce2174107b1c4b539});google.maps.event.addListener(m_32584cb3c0aa494ce2174107b1c4b539, 'click', function() {infowindow.open(map,m_32584cb3c0aa494ce2174107b1c4b539);});$marker.push(m_32584cb3c0aa494ce2174107b1c4b539);}});}google.maps.event.addDomListener(window, 'load', initialize);