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.3042,-79.8688)};var g_bf62dcc9f49c25719a42bd9e2b261f40 = new google.maps.Geocoder();g_bf62dcc9f49c25719a42bd9e2b261f40.geocode( { 'address': "202 Cashua St, Darlington, SC 29532, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('darlington-SC-dedicated-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('darlington-SC-dedicated-community-bank'), mapOptions);}document.getElementById('7eaf47e5').innerHTML += ' | View Map';var $lbf62dcc9f49c25719a42bd9e2b261f40 = '

Dedicated Community Bank

Address: 202 Cashua St, Darlington, SC 29532, USA
Phone: (843) 395-1956
';var m_bf62dcc9f49c25719a42bd9e2b261f40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dedicated Community Bank',});m_bf62dcc9f49c25719a42bd9e2b261f40['infowindow'] = new google.maps.InfoWindow({content: $lbf62dcc9f49c25719a42bd9e2b261f40});var infowindow = new google.maps.InfoWindow({content: $lbf62dcc9f49c25719a42bd9e2b261f40});google.maps.event.addListener(m_bf62dcc9f49c25719a42bd9e2b261f40, 'click', function() {infowindow.open(map,m_bf62dcc9f49c25719a42bd9e2b261f40);});$marker.push(m_bf62dcc9f49c25719a42bd9e2b261f40);}});}google.maps.event.addDomListener(window, 'load', initialize);