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.8383,-78.6666)};var g_d41380111f8558d2a5a9da7a095bbd0f = new google.maps.Geocoder();g_d41380111f8558d2a5a9da7a095bbd0f.geocode( { 'address': "1100 US-17, North Myrtle Beach, SC 29582, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-myrtle-beach-SC-ccnb---coastal-carolina-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-myrtle-beach-SC-ccnb---coastal-carolina-national-bank'), mapOptions);}document.getElementById('a5196bdd').innerHTML += ' | View Map';var $ld41380111f8558d2a5a9da7a095bbd0f = '

CCNB - Coastal Carolina National Bank

Address: 1100 US-17, North Myrtle Beach, SC 29582, USA
Phone: (843) 839-3055
';var m_d41380111f8558d2a5a9da7a095bbd0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CCNB - Coastal Carolina National Bank',});m_d41380111f8558d2a5a9da7a095bbd0f['infowindow'] = new google.maps.InfoWindow({content: $ld41380111f8558d2a5a9da7a095bbd0f});var infowindow = new google.maps.InfoWindow({content: $ld41380111f8558d2a5a9da7a095bbd0f});google.maps.event.addListener(m_d41380111f8558d2a5a9da7a095bbd0f, 'click', function() {infowindow.open(map,m_d41380111f8558d2a5a9da7a095bbd0f);});$marker.push(m_d41380111f8558d2a5a9da7a095bbd0f);}});}google.maps.event.addDomListener(window, 'load', initialize);