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.4995,-82.014)};var g_d8a8d255fd4d4a62ee0014809e11fa3d = new google.maps.Geocoder();g_d8a8d255fd4d4a62ee0014809e11fa3d.geocode( { 'address': "116 E Public Square, Laurens, SC 29360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laurens-SC-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('laurens-SC-1st-franklin-financial'), mapOptions);}document.getElementById('3f0d6161').innerHTML += ' | View Map';var $ld8a8d255fd4d4a62ee0014809e11fa3d = '

1st Franklin Financial

Address: 116 E Public Square, Laurens, SC 29360, USA
Phone: (864) 984-6523
';var m_d8a8d255fd4d4a62ee0014809e11fa3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_d8a8d255fd4d4a62ee0014809e11fa3d['infowindow'] = new google.maps.InfoWindow({content: $ld8a8d255fd4d4a62ee0014809e11fa3d});var infowindow = new google.maps.InfoWindow({content: $ld8a8d255fd4d4a62ee0014809e11fa3d});google.maps.event.addListener(m_d8a8d255fd4d4a62ee0014809e11fa3d, 'click', function() {infowindow.open(map,m_d8a8d255fd4d4a62ee0014809e11fa3d);});$marker.push(m_d8a8d255fd4d4a62ee0014809e11fa3d);}});}google.maps.event.addDomListener(window, 'load', initialize);