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(34.6857,-82.957)};var g_9b56450adfcd114a0498a60457ebdeff = new google.maps.Geocoder();g_9b56450adfcd114a0498a60457ebdeff.geocode( { 'address': "449 By Pass, 123, Seneca, SC 29678"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seneca-SC-community-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('seneca-SC-community-first-bank'), mapOptions);}document.getElementById('33447d66').innerHTML += ' | View Map';var $l9b56450adfcd114a0498a60457ebdeff = '

Community First Bank

Address: 449 By Pass, 123, Seneca, SC 29678
Phone: (864) 886-0206
';var m_9b56450adfcd114a0498a60457ebdeff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Bank',});m_9b56450adfcd114a0498a60457ebdeff['infowindow'] = new google.maps.InfoWindow({content: $l9b56450adfcd114a0498a60457ebdeff});var infowindow = new google.maps.InfoWindow({content: $l9b56450adfcd114a0498a60457ebdeff});google.maps.event.addListener(m_9b56450adfcd114a0498a60457ebdeff, 'click', function() {infowindow.open(map,m_9b56450adfcd114a0498a60457ebdeff);});$marker.push(m_9b56450adfcd114a0498a60457ebdeff);}});}google.maps.event.addDomListener(window, 'load', initialize);