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(32.9767,-80.0655)};var g_d0bed3a3e689d20f4f3fd0b5eecd2d4b = new google.maps.Geocoder();g_d0bed3a3e689d20f4f3fd0b5eecd2d4b.geocode( { 'address': "8988 University Blvd Suite 106, North Charleston, SC 29406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-charleston-SC-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('north-charleston-SC-1st-franklin-financial'), mapOptions);}document.getElementById('98c17fac').innerHTML += ' | View Map';var $ld0bed3a3e689d20f4f3fd0b5eecd2d4b = '

1st Franklin Financial

Address: 8988 University Blvd Suite 106, North Charleston, SC 29406, USA
Phone: (843) 824-5550
';var m_d0bed3a3e689d20f4f3fd0b5eecd2d4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_d0bed3a3e689d20f4f3fd0b5eecd2d4b['infowindow'] = new google.maps.InfoWindow({content: $ld0bed3a3e689d20f4f3fd0b5eecd2d4b});var infowindow = new google.maps.InfoWindow({content: $ld0bed3a3e689d20f4f3fd0b5eecd2d4b});google.maps.event.addListener(m_d0bed3a3e689d20f4f3fd0b5eecd2d4b, 'click', function() {infowindow.open(map,m_d0bed3a3e689d20f4f3fd0b5eecd2d4b);});$marker.push(m_d0bed3a3e689d20f4f3fd0b5eecd2d4b);}});}google.maps.event.addDomListener(window, 'load', initialize);