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.3547,-79.2831)};var g_2448b9927491425c1d344816c384d5de = new google.maps.Geocoder();g_2448b9927491425c1d344816c384d5de.geocode( { 'address': "14417 Forest Rd, Forest, VA 24551"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-VA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('forest-VA-first-national-bank'), mapOptions);}document.getElementById('6f3d5ec2').innerHTML += ' | View Map';var $l2448b9927491425c1d344816c384d5de = '

First National Bank

Address: 14417 Forest Rd, Forest, VA 24551
Phone: (434) 534-0451
';var m_2448b9927491425c1d344816c384d5de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_2448b9927491425c1d344816c384d5de['infowindow'] = new google.maps.InfoWindow({content: $l2448b9927491425c1d344816c384d5de});var infowindow = new google.maps.InfoWindow({content: $l2448b9927491425c1d344816c384d5de});google.maps.event.addListener(m_2448b9927491425c1d344816c384d5de, 'click', function() {infowindow.open(map,m_2448b9927491425c1d344816c384d5de);});$marker.push(m_2448b9927491425c1d344816c384d5de);}});}google.maps.event.addDomListener(window, 'load', initialize);