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.2502,-80.6429)};var g_3fc1f7dce6438206a5050c4e99f1d75c = new google.maps.Geocoder();g_3fc1f7dce6438206a5050c4e99f1d75c.geocode( { 'address': "1671 Springdale Dr Suite 19, Camden, SC 29020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camden-SC-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('camden-SC-1st-franklin-financial'), mapOptions);}document.getElementById('7f7faf4e').innerHTML += ' | View Map';var $l3fc1f7dce6438206a5050c4e99f1d75c = '

1st Franklin Financial

Address: 1671 Springdale Dr Suite 19, Camden, SC 29020, USA
Phone: (803) 425-9092
';var m_3fc1f7dce6438206a5050c4e99f1d75c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_3fc1f7dce6438206a5050c4e99f1d75c['infowindow'] = new google.maps.InfoWindow({content: $l3fc1f7dce6438206a5050c4e99f1d75c});var infowindow = new google.maps.InfoWindow({content: $l3fc1f7dce6438206a5050c4e99f1d75c});google.maps.event.addListener(m_3fc1f7dce6438206a5050c4e99f1d75c, 'click', function() {infowindow.open(map,m_3fc1f7dce6438206a5050c4e99f1d75c);});$marker.push(m_3fc1f7dce6438206a5050c4e99f1d75c);}});}google.maps.event.addDomListener(window, 'load', initialize);