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.9214,-81.9856)};var g_a39dbef6b6495e7586949d1d4efd84e3 = new google.maps.Geocoder();g_a39dbef6b6495e7586949d1d4efd84e3.geocode( { 'address': "1735 John B White Sr Blvd Suite 11, Spartanburg, SC 29301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spartanburg-SC-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('spartanburg-SC-1st-franklin-financial'), mapOptions);}document.getElementById('fb751297').innerHTML += ' | View Map';var $la39dbef6b6495e7586949d1d4efd84e3 = '

1st Franklin Financial

Address: 1735 John B White Sr Blvd Suite 11, Spartanburg, SC 29301, USA
Phone: (864) 587-1021
';var m_a39dbef6b6495e7586949d1d4efd84e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_a39dbef6b6495e7586949d1d4efd84e3['infowindow'] = new google.maps.InfoWindow({content: $la39dbef6b6495e7586949d1d4efd84e3});var infowindow = new google.maps.InfoWindow({content: $la39dbef6b6495e7586949d1d4efd84e3});google.maps.event.addListener(m_a39dbef6b6495e7586949d1d4efd84e3, 'click', function() {infowindow.open(map,m_a39dbef6b6495e7586949d1d4efd84e3);});$marker.push(m_a39dbef6b6495e7586949d1d4efd84e3);}});}google.maps.event.addDomListener(window, 'load', initialize);