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.5704,-81.9387)};var g_16f893041568e126e570c8de0d8e02d5 = new google.maps.Geocoder();g_16f893041568e126e570c8de0d8e02d5.geocode( { 'address': "1030 Edgefield Rd, North Augusta, SC 29861, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-augusta-SC-first-citizens-bank-atm-location').style.display = '';map = new google.maps.Map(document.getElementById('north-augusta-SC-first-citizens-bank-atm-location'), mapOptions);}document.getElementById('d9783616').innerHTML += ' | View Map';var $l16f893041568e126e570c8de0d8e02d5 = '

First Citizens Bank ATM Location

Address: 1030 Edgefield Rd, North Augusta, SC 29861, USA
Phone: (888) 612-4444
';var m_16f893041568e126e570c8de0d8e02d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank ATM Location',});m_16f893041568e126e570c8de0d8e02d5['infowindow'] = new google.maps.InfoWindow({content: $l16f893041568e126e570c8de0d8e02d5});var infowindow = new google.maps.InfoWindow({content: $l16f893041568e126e570c8de0d8e02d5});google.maps.event.addListener(m_16f893041568e126e570c8de0d8e02d5, 'click', function() {infowindow.open(map,m_16f893041568e126e570c8de0d8e02d5);});$marker.push(m_16f893041568e126e570c8de0d8e02d5);}});}google.maps.event.addDomListener(window, 'load', initialize);