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.737,-94.9433)};var g_3fe1fdfda58715ff89476bc53fe3d5f8 = new google.maps.Geocoder();g_3fe1fdfda58715ff89476bc53fe3d5f8.geocode( { 'address': "900 N Wood St, Gilmer, TX 75644, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gilmer-TX-gilmer-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('gilmer-TX-gilmer-national-bank'), mapOptions);}document.getElementById('f77af92a').innerHTML += ' | View Map';var $l3fe1fdfda58715ff89476bc53fe3d5f8 = '

Gilmer National Bank

Address: 900 N Wood St, Gilmer, TX 75644, USA
Phone: (903) 843-5653
';var m_3fe1fdfda58715ff89476bc53fe3d5f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gilmer National Bank',});m_3fe1fdfda58715ff89476bc53fe3d5f8['infowindow'] = new google.maps.InfoWindow({content: $l3fe1fdfda58715ff89476bc53fe3d5f8});var infowindow = new google.maps.InfoWindow({content: $l3fe1fdfda58715ff89476bc53fe3d5f8});google.maps.event.addListener(m_3fe1fdfda58715ff89476bc53fe3d5f8, 'click', function() {infowindow.open(map,m_3fe1fdfda58715ff89476bc53fe3d5f8);});$marker.push(m_3fe1fdfda58715ff89476bc53fe3d5f8);}});}google.maps.event.addDomListener(window, 'load', initialize);