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(32.4175,-80.6575)};var g_23529b09a37f0a0c1e11e01d8619b93a = new google.maps.Geocoder();g_23529b09a37f0a0c1e11e01d8619b93a.geocode( { 'address': "921 Bay St, Beaufort, SC 29902"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaufort-SC-first-citizens-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('beaufort-SC-first-citizens-bank-trust'), mapOptions);}document.getElementById('f788871f').innerHTML += ' | View Map';var $l23529b09a37f0a0c1e11e01d8619b93a = '

First Citizens Bank & Trust

Address: 921 Bay St, Beaufort, SC 29902
Phone: (843) 522-8088
';var m_23529b09a37f0a0c1e11e01d8619b93a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank & Trust',});m_23529b09a37f0a0c1e11e01d8619b93a['infowindow'] = new google.maps.InfoWindow({content: $l23529b09a37f0a0c1e11e01d8619b93a});var infowindow = new google.maps.InfoWindow({content: $l23529b09a37f0a0c1e11e01d8619b93a});google.maps.event.addListener(m_23529b09a37f0a0c1e11e01d8619b93a, 'click', function() {infowindow.open(map,m_23529b09a37f0a0c1e11e01d8619b93a);});$marker.push(m_23529b09a37f0a0c1e11e01d8619b93a);}});}google.maps.event.addDomListener(window, 'load', initialize);