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(33.4485,-79.5559)};var g_59a45a36b4c91e4c80904ce5dffd75eb = new google.maps.Geocoder();g_59a45a36b4c91e4c80904ce5dffd75eb.geocode( { 'address': "2 W Main St, Andrews, SC 29510"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('andrews-SC-bank-of-greeleyville').style.display = '';map = new google.maps.Map(document.getElementById('andrews-SC-bank-of-greeleyville'), mapOptions);}document.getElementById('3795174f').innerHTML += ' | View Map';var $l59a45a36b4c91e4c80904ce5dffd75eb = '

Bank Of Greeleyville

Address: 2 W Main St, Andrews, SC 29510
Phone: (843) 264-2265
';var m_59a45a36b4c91e4c80904ce5dffd75eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Greeleyville',});m_59a45a36b4c91e4c80904ce5dffd75eb['infowindow'] = new google.maps.InfoWindow({content: $l59a45a36b4c91e4c80904ce5dffd75eb});var infowindow = new google.maps.InfoWindow({content: $l59a45a36b4c91e4c80904ce5dffd75eb});google.maps.event.addListener(m_59a45a36b4c91e4c80904ce5dffd75eb, 'click', function() {infowindow.open(map,m_59a45a36b4c91e4c80904ce5dffd75eb);});$marker.push(m_59a45a36b4c91e4c80904ce5dffd75eb);}});}google.maps.event.addDomListener(window, 'load', initialize);