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.1801,-79.3999)};var g_140b977dbe81da8452cbaafe09231ad0 = new google.maps.Geocoder();g_140b977dbe81da8452cbaafe09231ad0.geocode( { 'address': "214 N Main St, Marion, SC 29571, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-SC-first-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('marion-SC-first-citizens-bank'), mapOptions);}document.getElementById('c2de5fb5').innerHTML += ' | View Map';var $l140b977dbe81da8452cbaafe09231ad0 = '

First Citizens Bank

Address: 214 N Main St, Marion, SC 29571, USA
Phone: (843) 423-1000
';var m_140b977dbe81da8452cbaafe09231ad0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank',});m_140b977dbe81da8452cbaafe09231ad0['infowindow'] = new google.maps.InfoWindow({content: $l140b977dbe81da8452cbaafe09231ad0});var infowindow = new google.maps.InfoWindow({content: $l140b977dbe81da8452cbaafe09231ad0});google.maps.event.addListener(m_140b977dbe81da8452cbaafe09231ad0, 'click', function() {infowindow.open(map,m_140b977dbe81da8452cbaafe09231ad0);});$marker.push(m_140b977dbe81da8452cbaafe09231ad0);}});}google.maps.event.addDomListener(window, 'load', initialize);