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(38.4716,-78.014)};var g_acb750a8d55ac0f804fca52bf05c1ddb = new google.maps.Geocoder();g_acb750a8d55ac0f804fca52bf05c1ddb.geocode( { 'address': "402 S Main St, Culpeper, VA 22701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('culpeper-VA-virginia-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('culpeper-VA-virginia-national-bank'), mapOptions);}document.getElementById('c743d609').innerHTML += ' | View Map';var $lacb750a8d55ac0f804fca52bf05c1ddb = '

Virginia National Bank

Address: 402 S Main St, Culpeper, VA 22701
Phone: (540) 812-2962
';var m_acb750a8d55ac0f804fca52bf05c1ddb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Virginia National Bank',});m_acb750a8d55ac0f804fca52bf05c1ddb['infowindow'] = new google.maps.InfoWindow({content: $lacb750a8d55ac0f804fca52bf05c1ddb});var infowindow = new google.maps.InfoWindow({content: $lacb750a8d55ac0f804fca52bf05c1ddb});google.maps.event.addListener(m_acb750a8d55ac0f804fca52bf05c1ddb, 'click', function() {infowindow.open(map,m_acb750a8d55ac0f804fca52bf05c1ddb);});$marker.push(m_acb750a8d55ac0f804fca52bf05c1ddb);}});}google.maps.event.addDomListener(window, 'load', initialize);