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.7306,-94.9589)};var g_b216cbea4512da5070d4fccda87af417 = new google.maps.Geocoder();g_b216cbea4512da5070d4fccda87af417.geocode( { 'address': "206 US Highway 271 N, Gilmer, TX 75644"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gilmer-TX-first-national-bank-of-gilmer').style.display = '';map = new google.maps.Map(document.getElementById('gilmer-TX-first-national-bank-of-gilmer'), mapOptions);}document.getElementById('83a8dbf8').innerHTML += ' | View Map';var $lb216cbea4512da5070d4fccda87af417 = '

First National Bank Of Gilmer

Address: 206 US Highway 271 N, Gilmer, TX 75644
Phone: (903) 843-4100
';var m_b216cbea4512da5070d4fccda87af417 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Of Gilmer',});m_b216cbea4512da5070d4fccda87af417['infowindow'] = new google.maps.InfoWindow({content: $lb216cbea4512da5070d4fccda87af417});var infowindow = new google.maps.InfoWindow({content: $lb216cbea4512da5070d4fccda87af417});google.maps.event.addListener(m_b216cbea4512da5070d4fccda87af417, 'click', function() {infowindow.open(map,m_b216cbea4512da5070d4fccda87af417);});$marker.push(m_b216cbea4512da5070d4fccda87af417);}});}google.maps.event.addDomListener(window, 'load', initialize);