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.346,-79.1668)};var g_321354882c0ad3d627cebd93b031bda0 = new google.maps.Geocoder();g_321354882c0ad3d627cebd93b031bda0.geocode( { 'address': "201 N Main St, Lake View, SC 29563"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-view-SC-first-citizens-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('lake-view-SC-first-citizens-bank-trust'), mapOptions);}document.getElementById('d3c1a504').innerHTML += ' | View Map';var $l321354882c0ad3d627cebd93b031bda0 = '

First Citizens Bank & Trust

Address: 201 N Main St, Lake View, SC 29563
Phone: (843) 759-2122
';var m_321354882c0ad3d627cebd93b031bda0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank & Trust',});m_321354882c0ad3d627cebd93b031bda0['infowindow'] = new google.maps.InfoWindow({content: $l321354882c0ad3d627cebd93b031bda0});var infowindow = new google.maps.InfoWindow({content: $l321354882c0ad3d627cebd93b031bda0});google.maps.event.addListener(m_321354882c0ad3d627cebd93b031bda0, 'click', function() {infowindow.open(map,m_321354882c0ad3d627cebd93b031bda0);});$marker.push(m_321354882c0ad3d627cebd93b031bda0);}});}google.maps.event.addDomListener(window, 'load', initialize);