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.7981,-81.43)};var g_fd8fd1962c43c3312f0119c273511919 = new google.maps.Geocoder();g_fd8fd1962c43c3312f0119c273511919.geocode( { 'address': "12 Falls Ave, Granite Falls, NC 28630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granite-falls-NC-shuford-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('granite-falls-NC-shuford-federal-credit-union'), mapOptions);}document.getElementById('ab450a8b').innerHTML += ' | View Map';var $lfd8fd1962c43c3312f0119c273511919 = '

Shuford Federal Credit Union

Address: 12 Falls Ave, Granite Falls, NC 28630, USA
Phone: (828) 496-3247
';var m_fd8fd1962c43c3312f0119c273511919 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shuford Federal Credit Union',});m_fd8fd1962c43c3312f0119c273511919['infowindow'] = new google.maps.InfoWindow({content: $lfd8fd1962c43c3312f0119c273511919});var infowindow = new google.maps.InfoWindow({content: $lfd8fd1962c43c3312f0119c273511919});google.maps.event.addListener(m_fd8fd1962c43c3312f0119c273511919, 'click', function() {infowindow.open(map,m_fd8fd1962c43c3312f0119c273511919);});$marker.push(m_fd8fd1962c43c3312f0119c273511919);}});}google.maps.event.addDomListener(window, 'load', initialize);