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.8052,-76.7302)};var g_f8f4038b46691c53029435d5d814a57f = new google.maps.Geocoder();g_f8f4038b46691c53029435d5d814a57f.geocode( { 'address': "11295 Windsor Blvd, Windsor, VA 23487, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windsor-VA-colonial-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('windsor-VA-colonial-farm-credit'), mapOptions);}document.getElementById('a81f1136').innerHTML += ' | View Map';var $lf8f4038b46691c53029435d5d814a57f = '

Colonial Farm Credit

Address: 11295 Windsor Blvd, Windsor, VA 23487, USA
Phone: (757) 242-6166
';var m_f8f4038b46691c53029435d5d814a57f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colonial Farm Credit',});m_f8f4038b46691c53029435d5d814a57f['infowindow'] = new google.maps.InfoWindow({content: $lf8f4038b46691c53029435d5d814a57f});var infowindow = new google.maps.InfoWindow({content: $lf8f4038b46691c53029435d5d814a57f});google.maps.event.addListener(m_f8f4038b46691c53029435d5d814a57f, 'click', function() {infowindow.open(map,m_f8f4038b46691c53029435d5d814a57f);});$marker.push(m_f8f4038b46691c53029435d5d814a57f);}});}google.maps.event.addDomListener(window, 'load', initialize);