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_309e3fb6c98132ad9065bbadfe5c2319 = new google.maps.Geocoder();g_309e3fb6c98132ad9065bbadfe5c2319.geocode( { 'address': "101 Production Dr, Yorktown, VA 23693"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yorktown-VA-colonial-virginia-bank').style.display = '';map = new google.maps.Map(document.getElementById('yorktown-VA-colonial-virginia-bank'), mapOptions);}document.getElementById('70a64ae8').innerHTML += ' | View Map';var $l309e3fb6c98132ad9065bbadfe5c2319 = '

Colonial Virginia Bank

Address: 101 Production Dr, Yorktown, VA 23693
Phone: (757) 599-3701
';var m_309e3fb6c98132ad9065bbadfe5c2319 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colonial Virginia Bank',});m_309e3fb6c98132ad9065bbadfe5c2319['infowindow'] = new google.maps.InfoWindow({content: $l309e3fb6c98132ad9065bbadfe5c2319});var infowindow = new google.maps.InfoWindow({content: $l309e3fb6c98132ad9065bbadfe5c2319});google.maps.event.addListener(m_309e3fb6c98132ad9065bbadfe5c2319, 'click', function() {infowindow.open(map,m_309e3fb6c98132ad9065bbadfe5c2319);});$marker.push(m_309e3fb6c98132ad9065bbadfe5c2319);}});}google.maps.event.addDomListener(window, 'load', initialize);