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(36.8045,-76.7269)};var g_29f7b97a93f76e451cce2422f0fac61c = new google.maps.Geocoder();g_29f7b97a93f76e451cce2422f0fac61c.geocode( { 'address': "11407 Windsor Blvd, Windsor, VA 23487, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windsor-VA-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('windsor-VA-citizens-national-bank'), mapOptions);}document.getElementById('5227da8a').innerHTML += ' | View Map';var $l29f7b97a93f76e451cce2422f0fac61c = '

Citizens National Bank

Address: 11407 Windsor Blvd, Windsor, VA 23487, USA
Phone: (757) 242-4422
';var m_29f7b97a93f76e451cce2422f0fac61c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_29f7b97a93f76e451cce2422f0fac61c['infowindow'] = new google.maps.InfoWindow({content: $l29f7b97a93f76e451cce2422f0fac61c});var infowindow = new google.maps.InfoWindow({content: $l29f7b97a93f76e451cce2422f0fac61c});google.maps.event.addListener(m_29f7b97a93f76e451cce2422f0fac61c, 'click', function() {infowindow.open(map,m_29f7b97a93f76e451cce2422f0fac61c);});$marker.push(m_29f7b97a93f76e451cce2422f0fac61c);}});}google.maps.event.addDomListener(window, 'load', initialize);