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.9768,-80.0699)};var g_c027eb5c471d4eda54cd43351ab05298 = new google.maps.Geocoder();g_c027eb5c471d4eda54cd43351ab05298.geocode( { 'address': "9205 University Blvd, North Charleston, SC 29406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-charleston-SC-atm-first-citizens-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('north-charleston-SC-atm-first-citizens-bank--trust'), mapOptions);}document.getElementById('ec480050').innerHTML += ' | View Map';var $lc027eb5c471d4eda54cd43351ab05298 = '

ATM (First Citizens Bank & Trust)

Address: 9205 University Blvd, North Charleston, SC 29406, USA
Phone: (843) 572-4281
';var m_c027eb5c471d4eda54cd43351ab05298 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (First Citizens Bank & Trust)',});m_c027eb5c471d4eda54cd43351ab05298['infowindow'] = new google.maps.InfoWindow({content: $lc027eb5c471d4eda54cd43351ab05298});var infowindow = new google.maps.InfoWindow({content: $lc027eb5c471d4eda54cd43351ab05298});google.maps.event.addListener(m_c027eb5c471d4eda54cd43351ab05298, 'click', function() {infowindow.open(map,m_c027eb5c471d4eda54cd43351ab05298);});$marker.push(m_c027eb5c471d4eda54cd43351ab05298);}});}google.maps.event.addDomListener(window, 'load', initialize);