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.2259,-76.5236)};var g_eb2fc50027cc7b4e506a87b9a6f98a80 = new google.maps.Geocoder();g_eb2fc50027cc7b4e506a87b9a6f98a80.geocode( { 'address': "2800 George Washington Mem Hwy, Yorktown, VA 23693"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yorktown-VA-citizens-farmers-bank').style.display = '';map = new google.maps.Map(document.getElementById('yorktown-VA-citizens-farmers-bank'), mapOptions);}document.getElementById('47a3d52f').innerHTML += ' | View Map';var $leb2fc50027cc7b4e506a87b9a6f98a80 = '

Citizens & Farmers Bank

Address: 2800 George Washington Mem Hwy, Yorktown, VA 23693
Phone: (757) 952-1190
';var m_eb2fc50027cc7b4e506a87b9a6f98a80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens & Farmers Bank',});m_eb2fc50027cc7b4e506a87b9a6f98a80['infowindow'] = new google.maps.InfoWindow({content: $leb2fc50027cc7b4e506a87b9a6f98a80});var infowindow = new google.maps.InfoWindow({content: $leb2fc50027cc7b4e506a87b9a6f98a80});google.maps.event.addListener(m_eb2fc50027cc7b4e506a87b9a6f98a80, 'click', function() {infowindow.open(map,m_eb2fc50027cc7b4e506a87b9a6f98a80);});$marker.push(m_eb2fc50027cc7b4e506a87b9a6f98a80);}});}google.maps.event.addDomListener(window, 'load', initialize);