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(39.4769,-77.9516)};var g_6786f3c62fbf9021694f6e51cc07fe3c = new google.maps.Geocoder();g_6786f3c62fbf9021694f6e51cc07fe3c.geocode( { 'address': "448 Eagle School Rd, Martinsburg, WV 25404, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('martinsburg-WV-berkeley-county-publ-school-fcu').style.display = '';map = new google.maps.Map(document.getElementById('martinsburg-WV-berkeley-county-publ-school-fcu'), mapOptions);}document.getElementById('44240d61').innerHTML += ' | View Map';var $l6786f3c62fbf9021694f6e51cc07fe3c = '

Berkeley County Publ School FCU

Address: 448 Eagle School Rd, Martinsburg, WV 25404, USA
Phone: (304) 263-0902
';var m_6786f3c62fbf9021694f6e51cc07fe3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Berkeley County Publ School FCU',});m_6786f3c62fbf9021694f6e51cc07fe3c['infowindow'] = new google.maps.InfoWindow({content: $l6786f3c62fbf9021694f6e51cc07fe3c});var infowindow = new google.maps.InfoWindow({content: $l6786f3c62fbf9021694f6e51cc07fe3c});google.maps.event.addListener(m_6786f3c62fbf9021694f6e51cc07fe3c, 'click', function() {infowindow.open(map,m_6786f3c62fbf9021694f6e51cc07fe3c);});$marker.push(m_6786f3c62fbf9021694f6e51cc07fe3c);}});}google.maps.event.addDomListener(window, 'load', initialize);