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.5776,-79.0227)};var g_fcad99f8fe1bac77b5b60af1945834e6 = new google.maps.Geocoder();g_fcad99f8fe1bac77b5b60af1945834e6.geocode( { 'address': "656 SUNNYSIDE AVE, Murrells Inlet, SC 29576, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murrells-inlet-SC-bbt---murrells-inlet-square-branch').style.display = '';map = new google.maps.Map(document.getElementById('murrells-inlet-SC-bbt---murrells-inlet-square-branch'), mapOptions);}document.getElementById('4512c333').innerHTML += ' | View Map';var $lfcad99f8fe1bac77b5b60af1945834e6 = '

BB&T - Murrells Inlet Square Branch

Address: 656 SUNNYSIDE AVE, Murrells Inlet, SC 29576, USA
Phone: (843) 652-4040
';var m_fcad99f8fe1bac77b5b60af1945834e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Murrells Inlet Square Branch',});m_fcad99f8fe1bac77b5b60af1945834e6['infowindow'] = new google.maps.InfoWindow({content: $lfcad99f8fe1bac77b5b60af1945834e6});var infowindow = new google.maps.InfoWindow({content: $lfcad99f8fe1bac77b5b60af1945834e6});google.maps.event.addListener(m_fcad99f8fe1bac77b5b60af1945834e6, 'click', function() {infowindow.open(map,m_fcad99f8fe1bac77b5b60af1945834e6);});$marker.push(m_fcad99f8fe1bac77b5b60af1945834e6);}});}google.maps.event.addDomListener(window, 'load', initialize);