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.626,-82.1811)};var g_87ccc790bc0c23cc28cea7742631768c = new google.maps.Geocoder();g_87ccc790bc0c23cc28cea7742631768c.geocode( { 'address': "217 Catawba Ave, Old Fort, NC 28762, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('old-fort-NC-self-help-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('old-fort-NC-self-help-credit-union'), mapOptions);}document.getElementById('aaf62395').innerHTML += ' | View Map';var $l87ccc790bc0c23cc28cea7742631768c = '

Self-Help Credit Union

Address: 217 Catawba Ave, Old Fort, NC 28762, USA
Phone: (828) 668-7561
';var m_87ccc790bc0c23cc28cea7742631768c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Self-Help Credit Union',});m_87ccc790bc0c23cc28cea7742631768c['infowindow'] = new google.maps.InfoWindow({content: $l87ccc790bc0c23cc28cea7742631768c});var infowindow = new google.maps.InfoWindow({content: $l87ccc790bc0c23cc28cea7742631768c});google.maps.event.addListener(m_87ccc790bc0c23cc28cea7742631768c, 'click', function() {infowindow.open(map,m_87ccc790bc0c23cc28cea7742631768c);});$marker.push(m_87ccc790bc0c23cc28cea7742631768c);}});}google.maps.event.addDomListener(window, 'load', initialize);