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.739,-79.4479)};var g_00ac8ed3b4327bdd4ebbebcb2ba10a00 = new google.maps.Geocoder();g_00ac8ed3b4327bdd4ebbebcb2ba10a00.geocode( { 'address': "208 N Main St, Hemingway, SC 29554"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hemingway-SC-first-citizens').style.display = '';map = new google.maps.Map(document.getElementById('hemingway-SC-first-citizens'), mapOptions);}document.getElementById('d6c07e48').innerHTML += ' | View Map';var $l00ac8ed3b4327bdd4ebbebcb2ba10a00 = '

First Citizens

Address: 208 N Main St, Hemingway, SC 29554
Phone: (843) 558-9426
';var m_00ac8ed3b4327bdd4ebbebcb2ba10a00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens',});m_00ac8ed3b4327bdd4ebbebcb2ba10a00['infowindow'] = new google.maps.InfoWindow({content: $l00ac8ed3b4327bdd4ebbebcb2ba10a00});var infowindow = new google.maps.InfoWindow({content: $l00ac8ed3b4327bdd4ebbebcb2ba10a00});google.maps.event.addListener(m_00ac8ed3b4327bdd4ebbebcb2ba10a00, 'click', function() {infowindow.open(map,m_00ac8ed3b4327bdd4ebbebcb2ba10a00);});$marker.push(m_00ac8ed3b4327bdd4ebbebcb2ba10a00);}});}google.maps.event.addDomListener(window, 'load', initialize);