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.5025,-81.8994)};var g_8694d0c0d1ac573ea10fe8fcbcd119f4 = new google.maps.Geocoder();g_8694d0c0d1ac573ea10fe8fcbcd119f4.geocode( { 'address': "4435 Jefferson Davis Hwy, Clearwater, SC 29822, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clearwater-SC-security-federal-bank').style.display = '';map = new google.maps.Map(document.getElementById('clearwater-SC-security-federal-bank'), mapOptions);}document.getElementById('8b1c4406').innerHTML += ' | View Map';var $l8694d0c0d1ac573ea10fe8fcbcd119f4 = '

Security Federal Bank

Address: 4435 Jefferson Davis Hwy, Clearwater, SC 29822, USA
Phone: (803) 641-3000
';var m_8694d0c0d1ac573ea10fe8fcbcd119f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Federal Bank',});m_8694d0c0d1ac573ea10fe8fcbcd119f4['infowindow'] = new google.maps.InfoWindow({content: $l8694d0c0d1ac573ea10fe8fcbcd119f4});var infowindow = new google.maps.InfoWindow({content: $l8694d0c0d1ac573ea10fe8fcbcd119f4});google.maps.event.addListener(m_8694d0c0d1ac573ea10fe8fcbcd119f4, 'click', function() {infowindow.open(map,m_8694d0c0d1ac573ea10fe8fcbcd119f4);});$marker.push(m_8694d0c0d1ac573ea10fe8fcbcd119f4);}});}google.maps.event.addDomListener(window, 'load', initialize);