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.6857,-82.957)};var g_169582a799e5b6c46fdfd432379f60d8 = new google.maps.Geocoder();g_169582a799e5b6c46fdfd432379f60d8.geocode( { 'address': "1007 By Pass 123, Seneca, SC 29678"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seneca-SC-first-citizens-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('seneca-SC-first-citizens-bank-trust'), mapOptions);}document.getElementById('bdbdf357').innerHTML += ' | View Map';var $l169582a799e5b6c46fdfd432379f60d8 = '

First Citizens Bank & Trust

Address: 1007 By Pass 123, Seneca, SC 29678
Phone: (864) 882-8845
';var m_169582a799e5b6c46fdfd432379f60d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank & Trust',});m_169582a799e5b6c46fdfd432379f60d8['infowindow'] = new google.maps.InfoWindow({content: $l169582a799e5b6c46fdfd432379f60d8});var infowindow = new google.maps.InfoWindow({content: $l169582a799e5b6c46fdfd432379f60d8});google.maps.event.addListener(m_169582a799e5b6c46fdfd432379f60d8, 'click', function() {infowindow.open(map,m_169582a799e5b6c46fdfd432379f60d8);});$marker.push(m_169582a799e5b6c46fdfd432379f60d8);}});}google.maps.event.addDomListener(window, 'load', initialize);