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.6303,-79.0062)};var g_e651fdc0316d0d16c6af304d2023ca3f = new google.maps.Geocoder();g_e651fdc0316d0d16c6af304d2023ca3f.geocode( { 'address': "4840 Fayetteville Rd, Lumberton, NC 28358"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lumberton-NC-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lumberton-NC-state-employees-credit-union'), mapOptions);}document.getElementById('1a798e3e').innerHTML += ' | View Map';var $le651fdc0316d0d16c6af304d2023ca3f = '

State Employees'credit Union

Address: 4840 Fayetteville Rd, Lumberton, NC 28358
Phone: (910) 739-8121
';var m_e651fdc0316d0d16c6af304d2023ca3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees'credit Union',});m_e651fdc0316d0d16c6af304d2023ca3f['infowindow'] = new google.maps.InfoWindow({content: $le651fdc0316d0d16c6af304d2023ca3f});var infowindow = new google.maps.InfoWindow({content: $le651fdc0316d0d16c6af304d2023ca3f});google.maps.event.addListener(m_e651fdc0316d0d16c6af304d2023ca3f, 'click', function() {infowindow.open(map,m_e651fdc0316d0d16c6af304d2023ca3f);});$marker.push(m_e651fdc0316d0d16c6af304d2023ca3f);}});}google.maps.event.addDomListener(window, 'load', initialize);