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.2431,-81.3592)};var g_25665430fad50597c24dd4f5d5b785c6 = new google.maps.Geocoder();g_25665430fad50597c24dd4f5d5b785c6.geocode( { 'address': "10355 Dunbarton Blvd, Barnwell, SC 29812"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barnwell-SC-first-citizens-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('barnwell-SC-first-citizens-bank-trust'), mapOptions);}document.getElementById('f2a8917a').innerHTML += ' | View Map';var $l25665430fad50597c24dd4f5d5b785c6 = '

First Citizens Bank & Trust

Address: 10355 Dunbarton Blvd, Barnwell, SC 29812
Phone: (803) 259-3151
';var m_25665430fad50597c24dd4f5d5b785c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank & Trust',});m_25665430fad50597c24dd4f5d5b785c6['infowindow'] = new google.maps.InfoWindow({content: $l25665430fad50597c24dd4f5d5b785c6});var infowindow = new google.maps.InfoWindow({content: $l25665430fad50597c24dd4f5d5b785c6});google.maps.event.addListener(m_25665430fad50597c24dd4f5d5b785c6, 'click', function() {infowindow.open(map,m_25665430fad50597c24dd4f5d5b785c6);});$marker.push(m_25665430fad50597c24dd4f5d5b785c6);}});}google.maps.event.addDomListener(window, 'load', initialize);