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.9982,-81.0325)};var g_36ef936df8683c83cce271d07ec64a35 = new google.maps.Geocoder();g_36ef936df8683c83cce271d07ec64a35.geocode( { 'address': "1900 Assembly St, Columbia, SC 29201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-security-federal-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-security-federal-bank'), mapOptions);}document.getElementById('8d3405a9').innerHTML += ' | View Map';var $l36ef936df8683c83cce271d07ec64a35 = '

Security Federal Bank

Address: 1900 Assembly St, Columbia, SC 29201
Phone: (803) 739-3940
';var m_36ef936df8683c83cce271d07ec64a35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Federal Bank',});m_36ef936df8683c83cce271d07ec64a35['infowindow'] = new google.maps.InfoWindow({content: $l36ef936df8683c83cce271d07ec64a35});var infowindow = new google.maps.InfoWindow({content: $l36ef936df8683c83cce271d07ec64a35});google.maps.event.addListener(m_36ef936df8683c83cce271d07ec64a35, 'click', function() {infowindow.open(map,m_36ef936df8683c83cce271d07ec64a35);});$marker.push(m_36ef936df8683c83cce271d07ec64a35);}});}google.maps.event.addDomListener(window, 'load', initialize);