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.5678,-80.8899)};var g_fc8fe7803e574c0effca19e4381fbfc3 = new google.maps.Geocoder();g_fc8fe7803e574c0effca19e4381fbfc3.geocode( { 'address': "800 Dearborn St, Great Falls, SC 29055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('great-falls-SC-spratt-savings--loan-association').style.display = '';map = new google.maps.Map(document.getElementById('great-falls-SC-spratt-savings--loan-association'), mapOptions);}document.getElementById('3be8ec8f').innerHTML += ' | View Map';var $lfc8fe7803e574c0effca19e4381fbfc3 = '

Spratt Savings & Loan Association

Address: 800 Dearborn St, Great Falls, SC 29055, USA
Phone: (803) 482-2156
';var m_fc8fe7803e574c0effca19e4381fbfc3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Spratt Savings & Loan Association',});m_fc8fe7803e574c0effca19e4381fbfc3['infowindow'] = new google.maps.InfoWindow({content: $lfc8fe7803e574c0effca19e4381fbfc3});var infowindow = new google.maps.InfoWindow({content: $lfc8fe7803e574c0effca19e4381fbfc3});google.maps.event.addListener(m_fc8fe7803e574c0effca19e4381fbfc3, 'click', function() {infowindow.open(map,m_fc8fe7803e574c0effca19e4381fbfc3);});$marker.push(m_fc8fe7803e574c0effca19e4381fbfc3);}});}google.maps.event.addDomListener(window, 'load', initialize);