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.6655,-79.6323)};var g_b27cf97c2e282465fba1406e71ffb55c = new google.maps.Geocoder();g_b27cf97c2e282465fba1406e71ffb55c.geocode( { 'address': "15630 N Preston Hwy, Bruceton Mills, WV 26525, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bruceton-mills-WV-united-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bruceton-mills-WV-united-federal-credit-union'), mapOptions);}document.getElementById('b49f4c6d').innerHTML += ' | View Map';var $lb27cf97c2e282465fba1406e71ffb55c = '

United Federal Credit Union

Address: 15630 N Preston Hwy, Bruceton Mills, WV 26525, USA
Phone: (304) 379-2888
';var m_b27cf97c2e282465fba1406e71ffb55c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Federal Credit Union',});m_b27cf97c2e282465fba1406e71ffb55c['infowindow'] = new google.maps.InfoWindow({content: $lb27cf97c2e282465fba1406e71ffb55c});var infowindow = new google.maps.InfoWindow({content: $lb27cf97c2e282465fba1406e71ffb55c});google.maps.event.addListener(m_b27cf97c2e282465fba1406e71ffb55c, 'click', function() {infowindow.open(map,m_b27cf97c2e282465fba1406e71ffb55c);});$marker.push(m_b27cf97c2e282465fba1406e71ffb55c);}});}google.maps.event.addDomListener(window, 'load', initialize);