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.4466,-81.9652)};var g_06a79a0a65d14504a0103acdf37f2f62 = new google.maps.Geocoder();g_06a79a0a65d14504a0103acdf37f2f62.geocode( { 'address': "3746 Teays Valley Road, Hurricane, WV 25526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hurricane-WV-pioneer-west-virginia-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hurricane-WV-pioneer-west-virginia-federal-credit-union'), mapOptions);}document.getElementById('ce54d19d').innerHTML += ' | View Map';var $l06a79a0a65d14504a0103acdf37f2f62 = '

Pioneer West Virginia Federal Credit Union

Address: 3746 Teays Valley Road, Hurricane, WV 25526, USA
Phone: (304) 348-6648
';var m_06a79a0a65d14504a0103acdf37f2f62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pioneer West Virginia Federal Credit Union',});m_06a79a0a65d14504a0103acdf37f2f62['infowindow'] = new google.maps.InfoWindow({content: $l06a79a0a65d14504a0103acdf37f2f62});var infowindow = new google.maps.InfoWindow({content: $l06a79a0a65d14504a0103acdf37f2f62});google.maps.event.addListener(m_06a79a0a65d14504a0103acdf37f2f62, 'click', function() {infowindow.open(map,m_06a79a0a65d14504a0103acdf37f2f62);});$marker.push(m_06a79a0a65d14504a0103acdf37f2f62);}});}google.maps.event.addDomListener(window, 'load', initialize);