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.7625,-78.799)};var g_65b8ad7b29430412ef13699cafbfa380 = new google.maps.Geocoder();g_65b8ad7b29430412ef13699cafbfa380.geocode( { 'address': "1312 Professional Dr, Myrtle Beach, SC 29577"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('myrtle-beach-SC-tidelands-bank').style.display = '';map = new google.maps.Map(document.getElementById('myrtle-beach-SC-tidelands-bank'), mapOptions);}document.getElementById('4e0a4c50').innerHTML += ' | View Map';var $l65b8ad7b29430412ef13699cafbfa380 = '

Tidelands Bank

Address: 1312 Professional Dr, Myrtle Beach, SC 29577
Phone: (843) 429-2002
';var m_65b8ad7b29430412ef13699cafbfa380 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tidelands Bank',});m_65b8ad7b29430412ef13699cafbfa380['infowindow'] = new google.maps.InfoWindow({content: $l65b8ad7b29430412ef13699cafbfa380});var infowindow = new google.maps.InfoWindow({content: $l65b8ad7b29430412ef13699cafbfa380});google.maps.event.addListener(m_65b8ad7b29430412ef13699cafbfa380, 'click', function() {infowindow.open(map,m_65b8ad7b29430412ef13699cafbfa380);});$marker.push(m_65b8ad7b29430412ef13699cafbfa380);}});}google.maps.event.addDomListener(window, 'load', initialize);