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.313,-80.6056)};var g_276fb1a913db83e9ae13c02d780c2905 = new google.maps.Geocoder();g_276fb1a913db83e9ae13c02d780c2905.geocode( { 'address': "631 W Dekalb St, Camden, SC 29020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camden-SC-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('camden-SC-first-community-bank'), mapOptions);}document.getElementById('dabc28fa').innerHTML += ' | View Map';var $l276fb1a913db83e9ae13c02d780c2905 = '

First Community Bank

Address: 631 W Dekalb St, Camden, SC 29020
Phone: (803) 432-7575
';var m_276fb1a913db83e9ae13c02d780c2905 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_276fb1a913db83e9ae13c02d780c2905['infowindow'] = new google.maps.InfoWindow({content: $l276fb1a913db83e9ae13c02d780c2905});var infowindow = new google.maps.InfoWindow({content: $l276fb1a913db83e9ae13c02d780c2905});google.maps.event.addListener(m_276fb1a913db83e9ae13c02d780c2905, 'click', function() {infowindow.open(map,m_276fb1a913db83e9ae13c02d780c2905);});$marker.push(m_276fb1a913db83e9ae13c02d780c2905);}});}google.maps.event.addDomListener(window, 'load', initialize);