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(36.4471,-77.6431)};var g_72097fe71dc8e8301ba9556b230d2349 = new google.maps.Geocoder();g_72097fe71dc8e8301ba9556b230d2349.geocode( { 'address': "1330 E 10th St, Roanoke Rapids, NC 27870, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roanoke-rapids-NC-self-help-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('roanoke-rapids-NC-self-help-credit-union'), mapOptions);}document.getElementById('3cfc8617').innerHTML += ' | View Map';var $l72097fe71dc8e8301ba9556b230d2349 = '

Self-Help Credit Union

Address: 1330 E 10th St, Roanoke Rapids, NC 27870, USA
Phone: (252) 537-9976
';var m_72097fe71dc8e8301ba9556b230d2349 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Self-Help Credit Union',});m_72097fe71dc8e8301ba9556b230d2349['infowindow'] = new google.maps.InfoWindow({content: $l72097fe71dc8e8301ba9556b230d2349});var infowindow = new google.maps.InfoWindow({content: $l72097fe71dc8e8301ba9556b230d2349});google.maps.event.addListener(m_72097fe71dc8e8301ba9556b230d2349, 'click', function() {infowindow.open(map,m_72097fe71dc8e8301ba9556b230d2349);});$marker.push(m_72097fe71dc8e8301ba9556b230d2349);}});}google.maps.event.addDomListener(window, 'load', initialize);