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.9422,-82.2566)};var g_851832295d191a6c6e115c5ce937748b = new google.maps.Geocoder();g_851832295d191a6c6e115c5ce937748b.geocode( { 'address': "1205 W Wade Hampton Blvd c, Greer, SC 29650, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greer-SC-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('greer-SC-1st-franklin-financial'), mapOptions);}document.getElementById('bbad7960').innerHTML += ' | View Map';var $l851832295d191a6c6e115c5ce937748b = '

1st Franklin Financial

Address: 1205 W Wade Hampton Blvd c, Greer, SC 29650, USA
Phone: (864) 848-2705
';var m_851832295d191a6c6e115c5ce937748b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_851832295d191a6c6e115c5ce937748b['infowindow'] = new google.maps.InfoWindow({content: $l851832295d191a6c6e115c5ce937748b});var infowindow = new google.maps.InfoWindow({content: $l851832295d191a6c6e115c5ce937748b});google.maps.event.addListener(m_851832295d191a6c6e115c5ce937748b, 'click', function() {infowindow.open(map,m_851832295d191a6c6e115c5ce937748b);});$marker.push(m_851832295d191a6c6e115c5ce937748b);}});}google.maps.event.addDomListener(window, 'load', initialize);