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_e1e5fa37a60b0654c564b2896e380b55 = new google.maps.Geocoder();g_e1e5fa37a60b0654c564b2896e380b55.geocode( { 'address': "450 James Madison Hwy, Culpeper, VA 22701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('culpeper-VA-oak-view-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('culpeper-VA-oak-view-national-bank'), mapOptions);}document.getElementById('4832572d').innerHTML += ' | View Map';var $le1e5fa37a60b0654c564b2896e380b55 = '

Oak View National Bank

Address: 450 James Madison Hwy, Culpeper, VA 22701
Phone: (540) 825-2570
';var m_e1e5fa37a60b0654c564b2896e380b55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oak View National Bank',});m_e1e5fa37a60b0654c564b2896e380b55['infowindow'] = new google.maps.InfoWindow({content: $le1e5fa37a60b0654c564b2896e380b55});var infowindow = new google.maps.InfoWindow({content: $le1e5fa37a60b0654c564b2896e380b55});google.maps.event.addListener(m_e1e5fa37a60b0654c564b2896e380b55, 'click', function() {infowindow.open(map,m_e1e5fa37a60b0654c564b2896e380b55);});$marker.push(m_e1e5fa37a60b0654c564b2896e380b55);}});}google.maps.event.addDomListener(window, 'load', initialize);