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(35.9046,-82.0747)};var g_3c9edac777801f71497762374c6a00fd = new google.maps.Geocoder();g_3c9edac777801f71497762374c6a00fd.geocode( { 'address': "10956 S 226 Hwy, Spruce Pine, NC 28777, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spruce-pine-NC-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('spruce-pine-NC-state-employees-credit-union'), mapOptions);}document.getElementById('f528e199').innerHTML += ' | View Map';var $l3c9edac777801f71497762374c6a00fd = '

State Employees' Credit Union

Address: 10956 S 226 Hwy, Spruce Pine, NC 28777, USA
Phone: (828) 766-6633
';var m_3c9edac777801f71497762374c6a00fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees' Credit Union',});m_3c9edac777801f71497762374c6a00fd['infowindow'] = new google.maps.InfoWindow({content: $l3c9edac777801f71497762374c6a00fd});var infowindow = new google.maps.InfoWindow({content: $l3c9edac777801f71497762374c6a00fd});google.maps.event.addListener(m_3c9edac777801f71497762374c6a00fd, 'click', function() {infowindow.open(map,m_3c9edac777801f71497762374c6a00fd);});$marker.push(m_3c9edac777801f71497762374c6a00fd);}});}google.maps.event.addDomListener(window, 'load', initialize);