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.22,-80.7137)};var g_d28d76b4592325c3bafc1840d4bb2957 = new google.maps.Geocoder();g_d28d76b4592325c3bafc1840d4bb2957.geocode( { 'address': "844 Highway 1 S, Lugoff, SC 29078"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lugoff-SC-first-citizens-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('lugoff-SC-first-citizens-bank-trust'), mapOptions);}document.getElementById('955ee30c').innerHTML += ' | View Map';var $ld28d76b4592325c3bafc1840d4bb2957 = '

First Citizens Bank & Trust

Address: 844 Highway 1 S, Lugoff, SC 29078
Phone: (803) 733-3638
';var m_d28d76b4592325c3bafc1840d4bb2957 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank & Trust',});m_d28d76b4592325c3bafc1840d4bb2957['infowindow'] = new google.maps.InfoWindow({content: $ld28d76b4592325c3bafc1840d4bb2957});var infowindow = new google.maps.InfoWindow({content: $ld28d76b4592325c3bafc1840d4bb2957});google.maps.event.addListener(m_d28d76b4592325c3bafc1840d4bb2957, 'click', function() {infowindow.open(map,m_d28d76b4592325c3bafc1840d4bb2957);});$marker.push(m_d28d76b4592325c3bafc1840d4bb2957);}});}google.maps.event.addDomListener(window, 'load', initialize);