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.9965,-76.9662)};var g_50df57ab09c6b0953e6897160f9a87f4 = new google.maps.Geocoder();g_50df57ab09c6b0953e6897160f9a87f4.geocode( { 'address': "46 Grabtown Rd, Windsor, NC 27983, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windsor-NC-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('windsor-NC-state-employees-credit-union'), mapOptions);}document.getElementById('bb3d5b4b').innerHTML += ' | View Map';var $l50df57ab09c6b0953e6897160f9a87f4 = '

State Employees' Credit Union

Address: 46 Grabtown Rd, Windsor, NC 27983, USA
Phone: (252) 794-4200
';var m_50df57ab09c6b0953e6897160f9a87f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees' Credit Union',});m_50df57ab09c6b0953e6897160f9a87f4['infowindow'] = new google.maps.InfoWindow({content: $l50df57ab09c6b0953e6897160f9a87f4});var infowindow = new google.maps.InfoWindow({content: $l50df57ab09c6b0953e6897160f9a87f4});google.maps.event.addListener(m_50df57ab09c6b0953e6897160f9a87f4, 'click', function() {infowindow.open(map,m_50df57ab09c6b0953e6897160f9a87f4);});$marker.push(m_50df57ab09c6b0953e6897160f9a87f4);}});}google.maps.event.addDomListener(window, 'load', initialize);