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()};var g_f1e14547a7e65bebb564628990638085 = new google.maps.Geocoder();g_f1e14547a7e65bebb564628990638085.geocode( { 'address': "9060 N Five Forks Rd, Amelia Court Hse, VA 23002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amelia-court-hse-VA-citizens-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('amelia-court-hse-VA-citizens-bank-trust-co'), mapOptions);}document.getElementById('cd146891').innerHTML += ' | View Map';var $lf1e14547a7e65bebb564628990638085 = '

Citizens Bank & Trust Co

Address: 9060 N Five Forks Rd, Amelia Court Hse, VA 23002
Phone: (804) 561-3939
';var m_f1e14547a7e65bebb564628990638085 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank & Trust Co',});m_f1e14547a7e65bebb564628990638085['infowindow'] = new google.maps.InfoWindow({content: $lf1e14547a7e65bebb564628990638085});var infowindow = new google.maps.InfoWindow({content: $lf1e14547a7e65bebb564628990638085});google.maps.event.addListener(m_f1e14547a7e65bebb564628990638085, 'click', function() {infowindow.open(map,m_f1e14547a7e65bebb564628990638085);});$marker.push(m_f1e14547a7e65bebb564628990638085);}});}google.maps.event.addDomListener(window, 'load', initialize);