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.523,-80.8867)};var g_c9a32f9752fa3921f7568e961d24ce7e = new google.maps.Geocoder();g_c9a32f9752fa3921f7568e961d24ce7e.geocode( { 'address': "2561 North Rd, Orangeburg, SC 29118, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orangeburg-SC-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('orangeburg-SC-1st-franklin-financial'), mapOptions);}document.getElementById('98f95d80').innerHTML += ' | View Map';var $lc9a32f9752fa3921f7568e961d24ce7e = '

1st Franklin Financial

Address: 2561 North Rd, Orangeburg, SC 29118, USA
Phone: (803) 531-5047
';var m_c9a32f9752fa3921f7568e961d24ce7e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_c9a32f9752fa3921f7568e961d24ce7e['infowindow'] = new google.maps.InfoWindow({content: $lc9a32f9752fa3921f7568e961d24ce7e});var infowindow = new google.maps.InfoWindow({content: $lc9a32f9752fa3921f7568e961d24ce7e});google.maps.event.addListener(m_c9a32f9752fa3921f7568e961d24ce7e, 'click', function() {infowindow.open(map,m_c9a32f9752fa3921f7568e961d24ce7e);});$marker.push(m_c9a32f9752fa3921f7568e961d24ce7e);}});}google.maps.event.addDomListener(window, 'load', initialize);