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.9369,-82.2256)};var g_d2a27e83d429f0dcae6b937cf440aeb1 = new google.maps.Geocoder();g_d2a27e83d429f0dcae6b937cf440aeb1.geocode( { 'address': "229 Trade St, Greer, SC 29651, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greer-SC-citizens-building--loan').style.display = '';map = new google.maps.Map(document.getElementById('greer-SC-citizens-building--loan'), mapOptions);}document.getElementById('e067b405').innerHTML += ' | View Map';var $ld2a27e83d429f0dcae6b937cf440aeb1 = '

Citizen's Building & Loan

Address: 229 Trade St, Greer, SC 29651, USA
Phone: (864) 877-2054
';var m_d2a27e83d429f0dcae6b937cf440aeb1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizen's Building & Loan',});m_d2a27e83d429f0dcae6b937cf440aeb1['infowindow'] = new google.maps.InfoWindow({content: $ld2a27e83d429f0dcae6b937cf440aeb1});var infowindow = new google.maps.InfoWindow({content: $ld2a27e83d429f0dcae6b937cf440aeb1});google.maps.event.addListener(m_d2a27e83d429f0dcae6b937cf440aeb1, 'click', function() {infowindow.open(map,m_d2a27e83d429f0dcae6b937cf440aeb1);});$marker.push(m_d2a27e83d429f0dcae6b937cf440aeb1);}});}google.maps.event.addDomListener(window, 'load', initialize);