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.896,-78.492)};var g_f38869a22d6355608bd5e2897fe98574 = new google.maps.Geocoder();g_f38869a22d6355608bd5e2897fe98574.geocode( { 'address': "796 Sunset Blvd N, Sunset Beach, NC 28468, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sunset-beach-NC-south-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('sunset-beach-NC-south-state-bank'), mapOptions);}document.getElementById('da4d1e63').innerHTML += ' | View Map';var $lf38869a22d6355608bd5e2897fe98574 = '

South State Bank

Address: 796 Sunset Blvd N, Sunset Beach, NC 28468, USA
Phone: (910) 579-7872
';var m_f38869a22d6355608bd5e2897fe98574 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South State Bank',});m_f38869a22d6355608bd5e2897fe98574['infowindow'] = new google.maps.InfoWindow({content: $lf38869a22d6355608bd5e2897fe98574});var infowindow = new google.maps.InfoWindow({content: $lf38869a22d6355608bd5e2897fe98574});google.maps.event.addListener(m_f38869a22d6355608bd5e2897fe98574, 'click', function() {infowindow.open(map,m_f38869a22d6355608bd5e2897fe98574);});$marker.push(m_f38869a22d6355608bd5e2897fe98574);}});}google.maps.event.addDomListener(window, 'load', initialize);