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.4175,-80.6575)};var g_4eb03dd1fe19a0c7441794a10bf4e2f0 = new google.maps.Geocoder();g_4eb03dd1fe19a0c7441794a10bf4e2f0.geocode( { 'address': "36 Sea Island Pkwy, Beaufort, SC 29907"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaufort-SC-lowcountry-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('beaufort-SC-lowcountry-national-bank'), mapOptions);}document.getElementById('01df5c72').innerHTML += ' | View Map';var $l4eb03dd1fe19a0c7441794a10bf4e2f0 = '

Lowcountry National Bank

Address: 36 Sea Island Pkwy, Beaufort, SC 29907
Phone: (843) 522-1228
';var m_4eb03dd1fe19a0c7441794a10bf4e2f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lowcountry National Bank',});m_4eb03dd1fe19a0c7441794a10bf4e2f0['infowindow'] = new google.maps.InfoWindow({content: $l4eb03dd1fe19a0c7441794a10bf4e2f0});var infowindow = new google.maps.InfoWindow({content: $l4eb03dd1fe19a0c7441794a10bf4e2f0});google.maps.event.addListener(m_4eb03dd1fe19a0c7441794a10bf4e2f0, 'click', function() {infowindow.open(map,m_4eb03dd1fe19a0c7441794a10bf4e2f0);});$marker.push(m_4eb03dd1fe19a0c7441794a10bf4e2f0);}});}google.maps.event.addDomListener(window, 'load', initialize);