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.4187,-82.4448)};var g_aa821b4b98c39ba3c82016e243bca3f2 = new google.maps.Geocoder();g_aa821b4b98c39ba3c82016e243bca3f2.geocode( { 'address': "502 8th St, Huntington, WV 25701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-WV-pace-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('huntington-WV-pace-federal-credit-union'), mapOptions);}document.getElementById('e265a5e8').innerHTML += ' | View Map';var $laa821b4b98c39ba3c82016e243bca3f2 = '

Pace Federal Credit Union

Address: 502 8th St, Huntington, WV 25701, USA
Phone: (304) 399-5772
';var m_aa821b4b98c39ba3c82016e243bca3f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pace Federal Credit Union',});m_aa821b4b98c39ba3c82016e243bca3f2['infowindow'] = new google.maps.InfoWindow({content: $laa821b4b98c39ba3c82016e243bca3f2});var infowindow = new google.maps.InfoWindow({content: $laa821b4b98c39ba3c82016e243bca3f2});google.maps.event.addListener(m_aa821b4b98c39ba3c82016e243bca3f2, 'click', function() {infowindow.open(map,m_aa821b4b98c39ba3c82016e243bca3f2);});$marker.push(m_aa821b4b98c39ba3c82016e243bca3f2);}});}google.maps.event.addDomListener(window, 'load', initialize);