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.8695,-79.7609)};var g_df6538cd2b91169590fc57b8e69bf174 = new google.maps.Geocoder();g_df6538cd2b91169590fc57b8e69bf174.geocode( { 'address': "248 W Main St, Lake City, SC 29560"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-city-SC-first-citizens').style.display = '';map = new google.maps.Map(document.getElementById('lake-city-SC-first-citizens'), mapOptions);}document.getElementById('e1d531c6').innerHTML += ' | View Map';var $ldf6538cd2b91169590fc57b8e69bf174 = '

First Citizens

Address: 248 W Main St, Lake City, SC 29560
Phone: (843) 374-3531
';var m_df6538cd2b91169590fc57b8e69bf174 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens',});m_df6538cd2b91169590fc57b8e69bf174['infowindow'] = new google.maps.InfoWindow({content: $ldf6538cd2b91169590fc57b8e69bf174});var infowindow = new google.maps.InfoWindow({content: $ldf6538cd2b91169590fc57b8e69bf174});google.maps.event.addListener(m_df6538cd2b91169590fc57b8e69bf174, 'click', function() {infowindow.open(map,m_df6538cd2b91169590fc57b8e69bf174);});$marker.push(m_df6538cd2b91169590fc57b8e69bf174);}});}google.maps.event.addDomListener(window, 'load', initialize);