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.9025,-82.2656)};var g_2580aff5ea35fe4b1b4b0dd66bb22c65 = new google.maps.Geocoder();g_2580aff5ea35fe4b1b4b0dd66bb22c65.geocode( { 'address': "229 Trade St, Greer, SC 29651"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greer-SC-citizen-s-building-loan-association').style.display = '';map = new google.maps.Map(document.getElementById('greer-SC-citizen-s-building-loan-association'), mapOptions);}document.getElementById('5eb0a4df').innerHTML += ' | View Map';var $l2580aff5ea35fe4b1b4b0dd66bb22c65 = '

Citizen's Building & Loan Association

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