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.8661,-77.8503)};var g_9b07dfa300c023243e5a63a75574b644 = new google.maps.Geocoder();g_9b07dfa300c023243e5a63a75574b644.geocode( { 'address': "4174 Old Stockyard Rd, Marshall, VA 20115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshall-VA-oak-view-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('marshall-VA-oak-view-national-bank'), mapOptions);}document.getElementById('3dba107b').innerHTML += ' | View Map';var $l9b07dfa300c023243e5a63a75574b644 = '

Oak View National Bank

Address: 4174 Old Stockyard Rd, Marshall, VA 20115, USA
Phone: (540) 364-1187
';var m_9b07dfa300c023243e5a63a75574b644 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oak View National Bank',});m_9b07dfa300c023243e5a63a75574b644['infowindow'] = new google.maps.InfoWindow({content: $l9b07dfa300c023243e5a63a75574b644});var infowindow = new google.maps.InfoWindow({content: $l9b07dfa300c023243e5a63a75574b644});google.maps.event.addListener(m_9b07dfa300c023243e5a63a75574b644, 'click', function() {infowindow.open(map,m_9b07dfa300c023243e5a63a75574b644);});$marker.push(m_9b07dfa300c023243e5a63a75574b644);}});}google.maps.event.addDomListener(window, 'load', initialize);