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.3053,-78.715)};var g_f6bb6d65c8c39c685424a156838f6853 = new google.maps.Geocoder();g_f6bb6d65c8c39c685424a156838f6853.geocode( { 'address': "1629 S Madison St, Whiteville, NC 28472, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whiteville-NC-riegelwood-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('whiteville-NC-riegelwood-federal-credit-union'), mapOptions);}document.getElementById('8af11837').innerHTML += ' | View Map';var $lf6bb6d65c8c39c685424a156838f6853 = '

Riegelwood Federal Credit Union

Address: 1629 S Madison St, Whiteville, NC 28472, USA
Phone: (910) 317-0071
';var m_f6bb6d65c8c39c685424a156838f6853 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Riegelwood Federal Credit Union',});m_f6bb6d65c8c39c685424a156838f6853['infowindow'] = new google.maps.InfoWindow({content: $lf6bb6d65c8c39c685424a156838f6853});var infowindow = new google.maps.InfoWindow({content: $lf6bb6d65c8c39c685424a156838f6853});google.maps.event.addListener(m_f6bb6d65c8c39c685424a156838f6853, 'click', function() {infowindow.open(map,m_f6bb6d65c8c39c685424a156838f6853);});$marker.push(m_f6bb6d65c8c39c685424a156838f6853);}});}google.maps.event.addDomListener(window, 'load', initialize);