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(33.588,-99.2615)};var g_efe85c6ef23cae5c0323445388fc0f36 = new google.maps.Geocoder();g_efe85c6ef23cae5c0323445388fc0f36.geocode( { 'address': "100 N Washington St, Seymour, TX 76380, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seymour-TX-farmers-national-bank-seymour').style.display = '';map = new google.maps.Map(document.getElementById('seymour-TX-farmers-national-bank-seymour'), mapOptions);}document.getElementById('58bd7cd2').innerHTML += ' | View Map';var $lefe85c6ef23cae5c0323445388fc0f36 = '

Farmers National Bank-Seymour

Address: 100 N Washington St, Seymour, TX 76380, USA
Phone: (940) 889-3161
';var m_efe85c6ef23cae5c0323445388fc0f36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers National Bank-Seymour',});m_efe85c6ef23cae5c0323445388fc0f36['infowindow'] = new google.maps.InfoWindow({content: $lefe85c6ef23cae5c0323445388fc0f36});var infowindow = new google.maps.InfoWindow({content: $lefe85c6ef23cae5c0323445388fc0f36});google.maps.event.addListener(m_efe85c6ef23cae5c0323445388fc0f36, 'click', function() {infowindow.open(map,m_efe85c6ef23cae5c0323445388fc0f36);});$marker.push(m_efe85c6ef23cae5c0323445388fc0f36);}});}google.maps.event.addDomListener(window, 'load', initialize);