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.9,-79.7079)};var g_dcf4a84ea93960f03bde84a70d5ebf98 = new google.maps.Geocoder();g_dcf4a84ea93960f03bde84a70d5ebf98.geocode( { 'address': "940 W Hamlet Ave, Hamlet, NC 28345, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamlet-NC-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hamlet-NC-state-employees-credit-union'), mapOptions);}document.getElementById('3fd86eb8').innerHTML += ' | View Map';var $ldcf4a84ea93960f03bde84a70d5ebf98 = '

State Employees' Credit Union

Address: 940 W Hamlet Ave, Hamlet, NC 28345, USA
Phone: (910) 557-4200
';var m_dcf4a84ea93960f03bde84a70d5ebf98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees' Credit Union',});m_dcf4a84ea93960f03bde84a70d5ebf98['infowindow'] = new google.maps.InfoWindow({content: $ldcf4a84ea93960f03bde84a70d5ebf98});var infowindow = new google.maps.InfoWindow({content: $ldcf4a84ea93960f03bde84a70d5ebf98});google.maps.event.addListener(m_dcf4a84ea93960f03bde84a70d5ebf98, 'click', function() {infowindow.open(map,m_dcf4a84ea93960f03bde84a70d5ebf98);});$marker.push(m_dcf4a84ea93960f03bde84a70d5ebf98);}});}google.maps.event.addDomListener(window, 'load', initialize);