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.527,-79.2985)};var g_5034a5d62f91942d2a7aeaf527dfe111 = new google.maps.Geocoder();g_5034a5d62f91942d2a7aeaf527dfe111.geocode( { 'address': "726 Front St, Georgetown, SC 29440"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('georgetown-SC-first-citizens-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('georgetown-SC-first-citizens-bank-trust'), mapOptions);}document.getElementById('38d8ee04').innerHTML += ' | View Map';var $l5034a5d62f91942d2a7aeaf527dfe111 = '

First Citizens Bank & Trust

Address: 726 Front St, Georgetown, SC 29440
Phone: (843) 546-8591
';var m_5034a5d62f91942d2a7aeaf527dfe111 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank & Trust',});m_5034a5d62f91942d2a7aeaf527dfe111['infowindow'] = new google.maps.InfoWindow({content: $l5034a5d62f91942d2a7aeaf527dfe111});var infowindow = new google.maps.InfoWindow({content: $l5034a5d62f91942d2a7aeaf527dfe111});google.maps.event.addListener(m_5034a5d62f91942d2a7aeaf527dfe111, 'click', function() {infowindow.open(map,m_5034a5d62f91942d2a7aeaf527dfe111);});$marker.push(m_5034a5d62f91942d2a7aeaf527dfe111);}});}google.maps.event.addDomListener(window, 'load', initialize);