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_d400d21fe06a0bdaf825d2874f58dd63 = new google.maps.Geocoder();g_d400d21fe06a0bdaf825d2874f58dd63.geocode( { 'address': "1230 Main St, Columbia, SC 29201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-first-citizens-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-first-citizens-bank-trust-co'), mapOptions);}document.getElementById('7a988264').innerHTML += ' | View Map';var $ld400d21fe06a0bdaf825d2874f58dd63 = '

First Citizens Bank & Trust Co

Address: 1230 Main St, Columbia, SC 29201
Phone: (803) 733-2020
';var m_d400d21fe06a0bdaf825d2874f58dd63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank & Trust Co',});m_d400d21fe06a0bdaf825d2874f58dd63['infowindow'] = new google.maps.InfoWindow({content: $ld400d21fe06a0bdaf825d2874f58dd63});var infowindow = new google.maps.InfoWindow({content: $ld400d21fe06a0bdaf825d2874f58dd63});google.maps.event.addListener(m_d400d21fe06a0bdaf825d2874f58dd63, 'click', function() {infowindow.open(map,m_d400d21fe06a0bdaf825d2874f58dd63);});$marker.push(m_d400d21fe06a0bdaf825d2874f58dd63);}});}google.maps.event.addDomListener(window, 'load', initialize);