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.6863,-78.8991)};var g_dcd0e718c9a56bce753f866b980544b0 = new google.maps.Geocoder();g_dcd0e718c9a56bce753f866b980544b0.geocode( { 'address': "1135 Huell Matthews Hwy, South Boston, VA 24592, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-boston-VA-benchmark-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('south-boston-VA-benchmark-community-bank'), mapOptions);}document.getElementById('3f8fd554').innerHTML += ' | View Map';var $ldcd0e718c9a56bce753f866b980544b0 = '

Benchmark Community Bank

Address: 1135 Huell Matthews Hwy, South Boston, VA 24592, USA
Phone: (434) 575-0050
';var m_dcd0e718c9a56bce753f866b980544b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Benchmark Community Bank',});m_dcd0e718c9a56bce753f866b980544b0['infowindow'] = new google.maps.InfoWindow({content: $ldcd0e718c9a56bce753f866b980544b0});var infowindow = new google.maps.InfoWindow({content: $ldcd0e718c9a56bce753f866b980544b0});google.maps.event.addListener(m_dcd0e718c9a56bce753f866b980544b0, 'click', function() {infowindow.open(map,m_dcd0e718c9a56bce753f866b980544b0);});$marker.push(m_dcd0e718c9a56bce753f866b980544b0);}});}google.maps.event.addDomListener(window, 'load', initialize);