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(36.3899,-81.4886)};var g_46a9db52ce50655a6b3da1193a759622 = new google.maps.Geocoder();g_46a9db52ce50655a6b3da1193a759622.geocode( { 'address': "1024 S Jefferson Ave, West Jefferson, NC 28694, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-jefferson-NC-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('west-jefferson-NC-state-employees-credit-union'), mapOptions);}document.getElementById('948b08fc').innerHTML += ' | View Map';var $l46a9db52ce50655a6b3da1193a759622 = '

State Employees' Credit Union

Address: 1024 S Jefferson Ave, West Jefferson, NC 28694, USA
Phone: (336) 246-2763
';var m_46a9db52ce50655a6b3da1193a759622 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees' Credit Union',});m_46a9db52ce50655a6b3da1193a759622['infowindow'] = new google.maps.InfoWindow({content: $l46a9db52ce50655a6b3da1193a759622});var infowindow = new google.maps.InfoWindow({content: $l46a9db52ce50655a6b3da1193a759622});google.maps.event.addListener(m_46a9db52ce50655a6b3da1193a759622, 'click', function() {infowindow.open(map,m_46a9db52ce50655a6b3da1193a759622);});$marker.push(m_46a9db52ce50655a6b3da1193a759622);}});}google.maps.event.addDomListener(window, 'load', initialize);