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.3993,-82.511)};var g_1fcf4e6a7771f35daf0b98c69fb10528 = new google.maps.Geocoder();g_1fcf4e6a7771f35daf0b98c69fb10528.geocode( { 'address': "3851 Piedmont Rd, Huntington, WV 25704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-WV-waycose-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('huntington-WV-waycose-federal-credit-union'), mapOptions);}document.getElementById('968b503d').innerHTML += ' | View Map';var $l1fcf4e6a7771f35daf0b98c69fb10528 = '

Waycose Federal Credit Union

Address: 3851 Piedmont Rd, Huntington, WV 25704, USA
Phone: (304) 429-1213
';var m_1fcf4e6a7771f35daf0b98c69fb10528 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Waycose Federal Credit Union',});m_1fcf4e6a7771f35daf0b98c69fb10528['infowindow'] = new google.maps.InfoWindow({content: $l1fcf4e6a7771f35daf0b98c69fb10528});var infowindow = new google.maps.InfoWindow({content: $l1fcf4e6a7771f35daf0b98c69fb10528});google.maps.event.addListener(m_1fcf4e6a7771f35daf0b98c69fb10528, 'click', function() {infowindow.open(map,m_1fcf4e6a7771f35daf0b98c69fb10528);});$marker.push(m_1fcf4e6a7771f35daf0b98c69fb10528);}});}google.maps.event.addDomListener(window, 'load', initialize);