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(35.8387,-77.064)};var g_d26b5f79284859549591ae4deb939c42 = new google.maps.Geocoder();g_d26b5f79284859549591ae4deb939c42.geocode( { 'address': "1310 Washington St, Williamston, NC 27892, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamston-NC-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('williamston-NC-state-employees-credit-union'), mapOptions);}document.getElementById('59d94825').innerHTML += ' | View Map';var $ld26b5f79284859549591ae4deb939c42 = '

State Employees' Credit Union

Address: 1310 Washington St, Williamston, NC 27892, USA
Phone: (252) 792-3963
';var m_d26b5f79284859549591ae4deb939c42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees' Credit Union',});m_d26b5f79284859549591ae4deb939c42['infowindow'] = new google.maps.InfoWindow({content: $ld26b5f79284859549591ae4deb939c42});var infowindow = new google.maps.InfoWindow({content: $ld26b5f79284859549591ae4deb939c42});google.maps.event.addListener(m_d26b5f79284859549591ae4deb939c42, 'click', function() {infowindow.open(map,m_d26b5f79284859549591ae4deb939c42);});$marker.push(m_d26b5f79284859549591ae4deb939c42);}});}google.maps.event.addDomListener(window, 'load', initialize);