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.1432,-82.8221)};var g_d544d5024c1186de17715b4794caf70f = new google.maps.Geocoder();g_d544d5024c1186de17715b4794caf70f.geocode( { 'address': "59 Chestnut St #1, Rosman, NC 28772, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rosman-NC-self-help-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('rosman-NC-self-help-credit-union'), mapOptions);}document.getElementById('d862686e').innerHTML += ' | View Map';var $ld544d5024c1186de17715b4794caf70f = '

Self-Help Credit Union

Address: 59 Chestnut St #1, Rosman, NC 28772, USA
Phone: (828) 877-2153
';var m_d544d5024c1186de17715b4794caf70f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Self-Help Credit Union',});m_d544d5024c1186de17715b4794caf70f['infowindow'] = new google.maps.InfoWindow({content: $ld544d5024c1186de17715b4794caf70f});var infowindow = new google.maps.InfoWindow({content: $ld544d5024c1186de17715b4794caf70f});google.maps.event.addListener(m_d544d5024c1186de17715b4794caf70f, 'click', function() {infowindow.open(map,m_d544d5024c1186de17715b4794caf70f);});$marker.push(m_d544d5024c1186de17715b4794caf70f);}});}google.maps.event.addDomListener(window, 'load', initialize);