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.9586,-76.7573)};var g_47e027df3d74c90329315716b71d0d4b = new google.maps.Geocoder();g_47e027df3d74c90329315716b71d0d4b.geocode( { 'address': "5839 Richmond Rd, Warsaw, VA 22572, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warsaw-VA-union-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('warsaw-VA-union-bank--trust'), mapOptions);}document.getElementById('a1012bcf').innerHTML += ' | View Map';var $l47e027df3d74c90329315716b71d0d4b = '

Union Bank & Trust

Address: 5839 Richmond Rd, Warsaw, VA 22572, USA
Phone: (804) 333-4066
';var m_47e027df3d74c90329315716b71d0d4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank & Trust',});m_47e027df3d74c90329315716b71d0d4b['infowindow'] = new google.maps.InfoWindow({content: $l47e027df3d74c90329315716b71d0d4b});var infowindow = new google.maps.InfoWindow({content: $l47e027df3d74c90329315716b71d0d4b});google.maps.event.addListener(m_47e027df3d74c90329315716b71d0d4b, 'click', function() {infowindow.open(map,m_47e027df3d74c90329315716b71d0d4b);});$marker.push(m_47e027df3d74c90329315716b71d0d4b);}});}google.maps.event.addDomListener(window, 'load', initialize);