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.5421,-76.8019)};var g_146c653f5df046de75a635687884fdc4 = new google.maps.Geocoder();g_146c653f5df046de75a635687884fdc4.geocode( { 'address': "2004 Main St, West Point, VA 23181, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-point-VA-baylands-federal-credit-union-west-point-branch').style.display = '';map = new google.maps.Map(document.getElementById('west-point-VA-baylands-federal-credit-union-west-point-branch'), mapOptions);}document.getElementById('69df6b5c').innerHTML += ' | View Map';var $l146c653f5df046de75a635687884fdc4 = '

BayLands Federal Credit Union (West Point Branch)

Address: 2004 Main St, West Point, VA 23181, USA
Phone: (804) 843-2520
';var m_146c653f5df046de75a635687884fdc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BayLands Federal Credit Union (West Point Branch)',});m_146c653f5df046de75a635687884fdc4['infowindow'] = new google.maps.InfoWindow({content: $l146c653f5df046de75a635687884fdc4});var infowindow = new google.maps.InfoWindow({content: $l146c653f5df046de75a635687884fdc4});google.maps.event.addListener(m_146c653f5df046de75a635687884fdc4, 'click', function() {infowindow.open(map,m_146c653f5df046de75a635687884fdc4);});$marker.push(m_146c653f5df046de75a635687884fdc4);}});}google.maps.event.addDomListener(window, 'load', initialize);