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_c0246b4d80490fe804b59105c7967aa4 = new google.maps.Geocoder();g_c0246b4d80490fe804b59105c7967aa4.geocode( { 'address': "905 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-benchmark-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('south-hill-VA-benchmark-community-bank'), mapOptions);}document.getElementById('589d45cc').innerHTML += ' | View Map';var $lc0246b4d80490fe804b59105c7967aa4 = '

Benchmark Community Bank

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