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.1827,-79.7827)};var g_7c5256aaa04f375abfd1b271744cf74d = new google.maps.Geocoder();g_7c5256aaa04f375abfd1b271744cf74d.geocode( { 'address': "2nd Loop Rd, Florence, SC 29505"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-SC-sentry-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('florence-SC-sentry-bank-trust'), mapOptions);}document.getElementById('7875f664').innerHTML += ' | View Map';var $l7c5256aaa04f375abfd1b271744cf74d = '

Sentry Bank & Trust

Address: 2nd Loop Rd, Florence, SC 29505
Phone: (843) 662-3470
';var m_7c5256aaa04f375abfd1b271744cf74d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sentry Bank & Trust',});m_7c5256aaa04f375abfd1b271744cf74d['infowindow'] = new google.maps.InfoWindow({content: $l7c5256aaa04f375abfd1b271744cf74d});var infowindow = new google.maps.InfoWindow({content: $l7c5256aaa04f375abfd1b271744cf74d});google.maps.event.addListener(m_7c5256aaa04f375abfd1b271744cf74d, 'click', function() {infowindow.open(map,m_7c5256aaa04f375abfd1b271744cf74d);});$marker.push(m_7c5256aaa04f375abfd1b271744cf74d);}});}google.maps.event.addDomListener(window, 'load', initialize);