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.248,-93.9784)};var g_d41e0e6f6f1e29098d9d152511503ab2 = new google.maps.Geocoder();g_d41e0e6f6f1e29098d9d152511503ab2.geocode( { 'address': "100 Timberland Hwy, Pineland, TX 75968"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pineland-TX-first-bank-trust-east-texas').style.display = '';map = new google.maps.Map(document.getElementById('pineland-TX-first-bank-trust-east-texas'), mapOptions);}document.getElementById('7ca9bff5').innerHTML += ' | View Map';var $ld41e0e6f6f1e29098d9d152511503ab2 = '

First Bank & Trust East Texas

Address: 100 Timberland Hwy, Pineland, TX 75968
Phone: (409) 584-3111
';var m_d41e0e6f6f1e29098d9d152511503ab2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank & Trust East Texas',});m_d41e0e6f6f1e29098d9d152511503ab2['infowindow'] = new google.maps.InfoWindow({content: $ld41e0e6f6f1e29098d9d152511503ab2});var infowindow = new google.maps.InfoWindow({content: $ld41e0e6f6f1e29098d9d152511503ab2});google.maps.event.addListener(m_d41e0e6f6f1e29098d9d152511503ab2, 'click', function() {infowindow.open(map,m_d41e0e6f6f1e29098d9d152511503ab2);});$marker.push(m_d41e0e6f6f1e29098d9d152511503ab2);}});}google.maps.event.addDomListener(window, 'load', initialize);