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.062,-79.6049)};var g_e2ff7b0648e68224feadb3570038d0c8 = new google.maps.Geocoder();g_e2ff7b0648e68224feadb3570038d0c8.geocode( { 'address': "6501 W Interstate Ct, Whitsett, NC 27377, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whitsett-NC-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('whitsett-NC-state-employees-credit-union'), mapOptions);}document.getElementById('8874b7cb').innerHTML += ' | View Map';var $le2ff7b0648e68224feadb3570038d0c8 = '

State Employees' Credit Union

Address: 6501 W Interstate Ct, Whitsett, NC 27377, USA
Phone: (336) 449-7767
';var m_e2ff7b0648e68224feadb3570038d0c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees' Credit Union',});m_e2ff7b0648e68224feadb3570038d0c8['infowindow'] = new google.maps.InfoWindow({content: $le2ff7b0648e68224feadb3570038d0c8});var infowindow = new google.maps.InfoWindow({content: $le2ff7b0648e68224feadb3570038d0c8});google.maps.event.addListener(m_e2ff7b0648e68224feadb3570038d0c8, 'click', function() {infowindow.open(map,m_e2ff7b0648e68224feadb3570038d0c8);});$marker.push(m_e2ff7b0648e68224feadb3570038d0c8);}});}google.maps.event.addDomListener(window, 'load', initialize);