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.8917,-75.6634)};var g_7a54f01304f2b10469ad493314ad2b5e = new google.maps.Geocoder();g_7a54f01304f2b10469ad493314ad2b5e.geocode( { 'address': "938 Hwy 64/264, Manteo, NC 27954, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manteo-NC-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('manteo-NC-state-employees-credit-union'), mapOptions);}document.getElementById('c37e23f6').innerHTML += ' | View Map';var $l7a54f01304f2b10469ad493314ad2b5e = '

State Employees' Credit Union

Address: 938 Hwy 64/264, Manteo, NC 27954, USA
Phone: (252) 473-1292
';var m_7a54f01304f2b10469ad493314ad2b5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees' Credit Union',});m_7a54f01304f2b10469ad493314ad2b5e['infowindow'] = new google.maps.InfoWindow({content: $l7a54f01304f2b10469ad493314ad2b5e});var infowindow = new google.maps.InfoWindow({content: $l7a54f01304f2b10469ad493314ad2b5e});google.maps.event.addListener(m_7a54f01304f2b10469ad493314ad2b5e, 'click', function() {infowindow.open(map,m_7a54f01304f2b10469ad493314ad2b5e);});$marker.push(m_7a54f01304f2b10469ad493314ad2b5e);}});}google.maps.event.addDomListener(window, 'load', initialize);