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.2191,-80.2708)};var g_1c2e9a7b20b1b1fceda25af77e957856 = new google.maps.Geocoder();g_1c2e9a7b20b1b1fceda25af77e957856.geocode( { 'address': "144 S Main St, Bishopville, SC 29010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bishopville-SC-first-citizens-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('bishopville-SC-first-citizens-bank-trust'), mapOptions);}document.getElementById('1664fc03').innerHTML += ' | View Map';var $l1c2e9a7b20b1b1fceda25af77e957856 = '

First Citizens Bank & Trust

Address: 144 S Main St, Bishopville, SC 29010
Phone: (803) 484-5451
';var m_1c2e9a7b20b1b1fceda25af77e957856 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank & Trust',});m_1c2e9a7b20b1b1fceda25af77e957856['infowindow'] = new google.maps.InfoWindow({content: $l1c2e9a7b20b1b1fceda25af77e957856});var infowindow = new google.maps.InfoWindow({content: $l1c2e9a7b20b1b1fceda25af77e957856});google.maps.event.addListener(m_1c2e9a7b20b1b1fceda25af77e957856, 'click', function() {infowindow.open(map,m_1c2e9a7b20b1b1fceda25af77e957856);});$marker.push(m_1c2e9a7b20b1b1fceda25af77e957856);}});}google.maps.event.addDomListener(window, 'load', initialize);