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(31.5221,-97.1654)};var g_6ab08dc077e86baa9a62d05ec66a9026 = new google.maps.Geocoder();g_6ab08dc077e86baa9a62d05ec66a9026.geocode( { 'address': "4320 Franklin Ave, Waco, TX 76710, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waco-TX-first-national-bank-texas').style.display = '';map = new google.maps.Map(document.getElementById('waco-TX-first-national-bank-texas'), mapOptions);}document.getElementById('b290ce28').innerHTML += ' | View Map';var $l6ab08dc077e86baa9a62d05ec66a9026 = '

First National Bank Texas

Address: 4320 Franklin Ave, Waco, TX 76710, USA
Phone: (254) 741-1321
';var m_6ab08dc077e86baa9a62d05ec66a9026 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Texas',});m_6ab08dc077e86baa9a62d05ec66a9026['infowindow'] = new google.maps.InfoWindow({content: $l6ab08dc077e86baa9a62d05ec66a9026});var infowindow = new google.maps.InfoWindow({content: $l6ab08dc077e86baa9a62d05ec66a9026});google.maps.event.addListener(m_6ab08dc077e86baa9a62d05ec66a9026, 'click', function() {infowindow.open(map,m_6ab08dc077e86baa9a62d05ec66a9026);});$marker.push(m_6ab08dc077e86baa9a62d05ec66a9026);}});}google.maps.event.addDomListener(window, 'load', initialize);