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(37.8108,-78.5128)};var g_97f1f1a1757711c30e2c40e41b9f262d = new google.maps.Geocoder();g_97f1f1a1757711c30e2c40e41b9f262d.geocode( { 'address': "110 Scottsville Ctr, Scottsville, VA 24590"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsville-VA-old-dominion-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('scottsville-VA-old-dominion-national-bank'), mapOptions);}document.getElementById('948067ed').innerHTML += ' | View Map';var $l97f1f1a1757711c30e2c40e41b9f262d = '

Old Dominion National Bank

Address: 110 Scottsville Ctr, Scottsville, VA 24590
Phone: (434) 286-4284
';var m_97f1f1a1757711c30e2c40e41b9f262d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old Dominion National Bank',});m_97f1f1a1757711c30e2c40e41b9f262d['infowindow'] = new google.maps.InfoWindow({content: $l97f1f1a1757711c30e2c40e41b9f262d});var infowindow = new google.maps.InfoWindow({content: $l97f1f1a1757711c30e2c40e41b9f262d});google.maps.event.addListener(m_97f1f1a1757711c30e2c40e41b9f262d, 'click', function() {infowindow.open(map,m_97f1f1a1757711c30e2c40e41b9f262d);});$marker.push(m_97f1f1a1757711c30e2c40e41b9f262d);}});}google.maps.event.addDomListener(window, 'load', initialize);