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.409,-80.3284)};var g_84a2f99497af741e33d2ffa9f05857ba = new google.maps.Geocoder();g_84a2f99497af741e33d2ffa9f05857ba.geocode( { 'address': "12064 Old Number Six Hwy, Eutawville, SC 29048"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eutawville-SC-farmers-merchants-bank-of-sc').style.display = '';map = new google.maps.Map(document.getElementById('eutawville-SC-farmers-merchants-bank-of-sc'), mapOptions);}document.getElementById('f1940f98').innerHTML += ' | View Map';var $l84a2f99497af741e33d2ffa9f05857ba = '

Farmers & Merchants Bank Of SC

Address: 12064 Old Number Six Hwy, Eutawville, SC 29048
Phone: (803) 492-3976
';var m_84a2f99497af741e33d2ffa9f05857ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Bank Of SC',});m_84a2f99497af741e33d2ffa9f05857ba['infowindow'] = new google.maps.InfoWindow({content: $l84a2f99497af741e33d2ffa9f05857ba});var infowindow = new google.maps.InfoWindow({content: $l84a2f99497af741e33d2ffa9f05857ba});google.maps.event.addListener(m_84a2f99497af741e33d2ffa9f05857ba, 'click', function() {infowindow.open(map,m_84a2f99497af741e33d2ffa9f05857ba);});$marker.push(m_84a2f99497af741e33d2ffa9f05857ba);}});}google.maps.event.addDomListener(window, 'load', initialize);