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(34.2112,-82.1743)};var g_064ee9c7b1d8179b19b0ae50d19bdf86 = new google.maps.Geocoder();g_064ee9c7b1d8179b19b0ae50d19bdf86.geocode( { 'address': "218 Birchtree Dr, Greenwood, SC 29649, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwood-SC-neighbors-united-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('greenwood-SC-neighbors-united-federal-credit-union'), mapOptions);}document.getElementById('24bae96b').innerHTML += ' | View Map';var $l064ee9c7b1d8179b19b0ae50d19bdf86 = '

Neighbors United Federal Credit Union

Address: 218 Birchtree Dr, Greenwood, SC 29649, USA
Phone: (864) 941-8900
';var m_064ee9c7b1d8179b19b0ae50d19bdf86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Neighbors United Federal Credit Union',});m_064ee9c7b1d8179b19b0ae50d19bdf86['infowindow'] = new google.maps.InfoWindow({content: $l064ee9c7b1d8179b19b0ae50d19bdf86});var infowindow = new google.maps.InfoWindow({content: $l064ee9c7b1d8179b19b0ae50d19bdf86});google.maps.event.addListener(m_064ee9c7b1d8179b19b0ae50d19bdf86, 'click', function() {infowindow.open(map,m_064ee9c7b1d8179b19b0ae50d19bdf86);});$marker.push(m_064ee9c7b1d8179b19b0ae50d19bdf86);}});}google.maps.event.addDomListener(window, 'load', initialize);