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.4613,-77.9651)};var g_5f498337db0713f22433b27f8b04168d = new google.maps.Geocoder();g_5f498337db0713f22433b27f8b04168d.geocode( { 'address': "1587 Edwin Miller Blvd, Martinsburg, WV 25401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('martinsburg-WV-credit-union-167th-federal').style.display = '';map = new google.maps.Map(document.getElementById('martinsburg-WV-credit-union-167th-federal'), mapOptions);}document.getElementById('402f42cb').innerHTML += ' | View Map';var $l5f498337db0713f22433b27f8b04168d = '

Credit Union 167th Federal

Address: 1587 Edwin Miller Blvd, Martinsburg, WV 25401
Phone: (304) 267-2944
';var m_5f498337db0713f22433b27f8b04168d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union 167th Federal',});m_5f498337db0713f22433b27f8b04168d['infowindow'] = new google.maps.InfoWindow({content: $l5f498337db0713f22433b27f8b04168d});var infowindow = new google.maps.InfoWindow({content: $l5f498337db0713f22433b27f8b04168d});google.maps.event.addListener(m_5f498337db0713f22433b27f8b04168d, 'click', function() {infowindow.open(map,m_5f498337db0713f22433b27f8b04168d);});$marker.push(m_5f498337db0713f22433b27f8b04168d);}});}google.maps.event.addDomListener(window, 'load', initialize);