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(38.422,-82.2625)};var g_63fd7db19dc32d2688afb7796906122d = new google.maps.Geocoder();g_63fd7db19dc32d2688afb7796906122d.geocode( { 'address': "117 Mall Rd, Barboursville, WV 25504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barboursville-WV-universal-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('barboursville-WV-universal-federal-credit-union'), mapOptions);}document.getElementById('0f23e52b').innerHTML += ' | View Map';var $l63fd7db19dc32d2688afb7796906122d = '

Universal Federal Credit Union

Address: 117 Mall Rd, Barboursville, WV 25504, USA
Phone: (304) 302-2023
';var m_63fd7db19dc32d2688afb7796906122d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Universal Federal Credit Union',});m_63fd7db19dc32d2688afb7796906122d['infowindow'] = new google.maps.InfoWindow({content: $l63fd7db19dc32d2688afb7796906122d});var infowindow = new google.maps.InfoWindow({content: $l63fd7db19dc32d2688afb7796906122d});google.maps.event.addListener(m_63fd7db19dc32d2688afb7796906122d, 'click', function() {infowindow.open(map,m_63fd7db19dc32d2688afb7796906122d);});$marker.push(m_63fd7db19dc32d2688afb7796906122d);}});}google.maps.event.addDomListener(window, 'load', initialize);