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.6107,-95.0702)};var g_1c2e5f7080e2011d0dc9704da6708181 = new google.maps.Geocoder();g_1c2e5f7080e2011d0dc9704da6708181.geocode( { 'address': "1902 W Main St, Clarksville, TX 75426, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarksville-TX-first-federal-community-bank-ssb').style.display = '';map = new google.maps.Map(document.getElementById('clarksville-TX-first-federal-community-bank-ssb'), mapOptions);}document.getElementById('de4e525d').innerHTML += ' | View Map';var $l1c2e5f7080e2011d0dc9704da6708181 = '

First Federal Community Bank, SSB

Address: 1902 W Main St, Clarksville, TX 75426, USA
Phone: (903) 427-3858
';var m_1c2e5f7080e2011d0dc9704da6708181 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Community Bank, SSB',});m_1c2e5f7080e2011d0dc9704da6708181['infowindow'] = new google.maps.InfoWindow({content: $l1c2e5f7080e2011d0dc9704da6708181});var infowindow = new google.maps.InfoWindow({content: $l1c2e5f7080e2011d0dc9704da6708181});google.maps.event.addListener(m_1c2e5f7080e2011d0dc9704da6708181, 'click', function() {infowindow.open(map,m_1c2e5f7080e2011d0dc9704da6708181);});$marker.push(m_1c2e5f7080e2011d0dc9704da6708181);}});}google.maps.event.addDomListener(window, 'load', initialize);