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(34.2004,-79.2544)};var g_4c7b5d268081a2f86a34cb4361895b78 = new google.maps.Geocoder();g_4c7b5d268081a2f86a34cb4361895b78.geocode( { 'address': "114 W McIntyre St, Mullins, SC 29574, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mullins-SC-carolina-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('mullins-SC-carolina-bank--trust-co'), mapOptions);}document.getElementById('61bc1827').innerHTML += ' | View Map';var $l4c7b5d268081a2f86a34cb4361895b78 = '

Carolina Bank & Trust Co

Address: 114 W McIntyre St, Mullins, SC 29574, USA
Phone: (843) 464-0344
';var m_4c7b5d268081a2f86a34cb4361895b78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Bank & Trust Co',});m_4c7b5d268081a2f86a34cb4361895b78['infowindow'] = new google.maps.InfoWindow({content: $l4c7b5d268081a2f86a34cb4361895b78});var infowindow = new google.maps.InfoWindow({content: $l4c7b5d268081a2f86a34cb4361895b78});google.maps.event.addListener(m_4c7b5d268081a2f86a34cb4361895b78, 'click', function() {infowindow.open(map,m_4c7b5d268081a2f86a34cb4361895b78);});$marker.push(m_4c7b5d268081a2f86a34cb4361895b78);}});}google.maps.event.addDomListener(window, 'load', initialize);