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(35.1191,-81.0825)};var g_9fdc8f919daadb03321f8d919acbbb0d = new google.maps.Geocoder();g_9fdc8f919daadb03321f8d919acbbb0d.geocode( { 'address': "5196 Charlotte Hwy, Lake Wylie, SC 29710, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-wylie-SC-clover-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('lake-wylie-SC-clover-community-bank'), mapOptions);}document.getElementById('db6060a6').innerHTML += ' | View Map';var $l9fdc8f919daadb03321f8d919acbbb0d = '

Clover Community Bank

Address: 5196 Charlotte Hwy, Lake Wylie, SC 29710, USA
Phone: (803) 831-8933
';var m_9fdc8f919daadb03321f8d919acbbb0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clover Community Bank',});m_9fdc8f919daadb03321f8d919acbbb0d['infowindow'] = new google.maps.InfoWindow({content: $l9fdc8f919daadb03321f8d919acbbb0d});var infowindow = new google.maps.InfoWindow({content: $l9fdc8f919daadb03321f8d919acbbb0d});google.maps.event.addListener(m_9fdc8f919daadb03321f8d919acbbb0d, 'click', function() {infowindow.open(map,m_9fdc8f919daadb03321f8d919acbbb0d);});$marker.push(m_9fdc8f919daadb03321f8d919acbbb0d);}});}google.maps.event.addDomListener(window, 'load', initialize);