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(36.7276,-78.1348)};var g_63af04715f091c734ef5ea8da77a93d1 = new google.maps.Geocoder();g_63af04715f091c734ef5ea8da77a93d1.geocode( { 'address': "800 N Mecklenburg Ave, South Hill, VA 23970"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-hill-VA-citizens-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('south-hill-VA-citizens-community-bank'), mapOptions);}document.getElementById('04f9aeaf').innerHTML += ' | View Map';var $l63af04715f091c734ef5ea8da77a93d1 = '

Citizens Community Bank

Address: 800 N Mecklenburg Ave, South Hill, VA 23970
Phone: (434) 447-2408
';var m_63af04715f091c734ef5ea8da77a93d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Community Bank',});m_63af04715f091c734ef5ea8da77a93d1['infowindow'] = new google.maps.InfoWindow({content: $l63af04715f091c734ef5ea8da77a93d1});var infowindow = new google.maps.InfoWindow({content: $l63af04715f091c734ef5ea8da77a93d1});google.maps.event.addListener(m_63af04715f091c734ef5ea8da77a93d1, 'click', function() {infowindow.open(map,m_63af04715f091c734ef5ea8da77a93d1);});$marker.push(m_63af04715f091c734ef5ea8da77a93d1);}});}google.maps.event.addDomListener(window, 'load', initialize);