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.9545,-78.5437)};var g_d2b5afea3aa48308ae9cde8917e2ada9 = new google.maps.Geocoder();g_d2b5afea3aa48308ae9cde8917e2ada9.geocode( { 'address': "4677 Main St, Drakes Branch, VA 23937"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('drakes-branch-VA-river-community-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('drakes-branch-VA-river-community-bank-na'), mapOptions);}document.getElementById('5b1a9559').innerHTML += ' | View Map';var $ld2b5afea3aa48308ae9cde8917e2ada9 = '

River Community Bank NA

Address: 4677 Main St, Drakes Branch, VA 23937
Phone: (434) 568-3301
';var m_d2b5afea3aa48308ae9cde8917e2ada9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'River Community Bank NA',});m_d2b5afea3aa48308ae9cde8917e2ada9['infowindow'] = new google.maps.InfoWindow({content: $ld2b5afea3aa48308ae9cde8917e2ada9});var infowindow = new google.maps.InfoWindow({content: $ld2b5afea3aa48308ae9cde8917e2ada9});google.maps.event.addListener(m_d2b5afea3aa48308ae9cde8917e2ada9, 'click', function() {infowindow.open(map,m_d2b5afea3aa48308ae9cde8917e2ada9);});$marker.push(m_d2b5afea3aa48308ae9cde8917e2ada9);}});}google.maps.event.addDomListener(window, 'load', initialize);