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_5b008f17eb0cb9ad467fe5768d117427 = new google.maps.Geocoder();g_5b008f17eb0cb9ad467fe5768d117427.geocode( { 'address': "14915 Forest Rd, Forest, VA 24551"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-VA-union-first-market-bank').style.display = '';map = new google.maps.Map(document.getElementById('forest-VA-union-first-market-bank'), mapOptions);}document.getElementById('b5a44e08').innerHTML += ' | View Map';var $l5b008f17eb0cb9ad467fe5768d117427 = '

Union First Market Bank

Address: 14915 Forest Rd, Forest, VA 24551
Phone: (434) 525-2000
';var m_5b008f17eb0cb9ad467fe5768d117427 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union First Market Bank',});m_5b008f17eb0cb9ad467fe5768d117427['infowindow'] = new google.maps.InfoWindow({content: $l5b008f17eb0cb9ad467fe5768d117427});var infowindow = new google.maps.InfoWindow({content: $l5b008f17eb0cb9ad467fe5768d117427});google.maps.event.addListener(m_5b008f17eb0cb9ad467fe5768d117427, 'click', function() {infowindow.open(map,m_5b008f17eb0cb9ad467fe5768d117427);});$marker.push(m_5b008f17eb0cb9ad467fe5768d117427);}});}google.maps.event.addDomListener(window, 'load', initialize);