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.3141,-77.7997)};var g_71b723e32f35786675972dcae6d1fca1 = new google.maps.Geocoder();g_71b723e32f35786675972dcae6d1fca1.geocode( { 'address': "164 Eyster Rd, Halltown, WV 25423, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('halltown-WV-valley-board-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('halltown-WV-valley-board-federal-cu'), mapOptions);}document.getElementById('8236374e').innerHTML += ' | View Map';var $l71b723e32f35786675972dcae6d1fca1 = '

Valley Board Federal CU

Address: 164 Eyster Rd, Halltown, WV 25423, USA
Phone: (304) 725-2076
';var m_71b723e32f35786675972dcae6d1fca1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley Board Federal CU',});m_71b723e32f35786675972dcae6d1fca1['infowindow'] = new google.maps.InfoWindow({content: $l71b723e32f35786675972dcae6d1fca1});var infowindow = new google.maps.InfoWindow({content: $l71b723e32f35786675972dcae6d1fca1});google.maps.event.addListener(m_71b723e32f35786675972dcae6d1fca1, 'click', function() {infowindow.open(map,m_71b723e32f35786675972dcae6d1fca1);});$marker.push(m_71b723e32f35786675972dcae6d1fca1);}});}google.maps.event.addDomListener(window, 'load', initialize);