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.6601,-95.5497)};var g_607f0983eb80ec6f1a5727c2e59c4913 = new google.maps.Geocoder();g_607f0983eb80ec6f1a5727c2e59c4913.geocode( { 'address': "630 Clarksville St, Paris, TX 75460, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-TX-first-federal-community-bank-ssb').style.display = '';map = new google.maps.Map(document.getElementById('paris-TX-first-federal-community-bank-ssb'), mapOptions);}document.getElementById('051909ef').innerHTML += ' | View Map';var $l607f0983eb80ec6f1a5727c2e59c4913 = '

First Federal Community Bank, SSB

Address: 630 Clarksville St, Paris, TX 75460, USA
Phone: (903) 784-0881
';var m_607f0983eb80ec6f1a5727c2e59c4913 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Community Bank, SSB',});m_607f0983eb80ec6f1a5727c2e59c4913['infowindow'] = new google.maps.InfoWindow({content: $l607f0983eb80ec6f1a5727c2e59c4913});var infowindow = new google.maps.InfoWindow({content: $l607f0983eb80ec6f1a5727c2e59c4913});google.maps.event.addListener(m_607f0983eb80ec6f1a5727c2e59c4913, 'click', function() {infowindow.open(map,m_607f0983eb80ec6f1a5727c2e59c4913);});$marker.push(m_607f0983eb80ec6f1a5727c2e59c4913);}});}google.maps.event.addDomListener(window, 'load', initialize);