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.38,-78.0979)};var g_b5d62aa6024ab6a65a12c78c4c2d4efc = new google.maps.Geocoder();g_b5d62aa6024ab6a65a12c78c4c2d4efc.geocode( { 'address': "1301 W Ash St, Goldsboro, NC 27530"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goldsboro-NC-state-employee-s-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('goldsboro-NC-state-employee-s-credit-union'), mapOptions);}document.getElementById('9d80410d').innerHTML += ' | View Map';var $lb5d62aa6024ab6a65a12c78c4c2d4efc = '

State Employee's Credit Union

Address: 1301 W Ash St, Goldsboro, NC 27530
Phone: (800) 522-7328
';var m_b5d62aa6024ab6a65a12c78c4c2d4efc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employee's Credit Union',});m_b5d62aa6024ab6a65a12c78c4c2d4efc['infowindow'] = new google.maps.InfoWindow({content: $lb5d62aa6024ab6a65a12c78c4c2d4efc});var infowindow = new google.maps.InfoWindow({content: $lb5d62aa6024ab6a65a12c78c4c2d4efc});google.maps.event.addListener(m_b5d62aa6024ab6a65a12c78c4c2d4efc, 'click', function() {infowindow.open(map,m_b5d62aa6024ab6a65a12c78c4c2d4efc);});$marker.push(m_b5d62aa6024ab6a65a12c78c4c2d4efc);}});}google.maps.event.addDomListener(window, 'load', initialize);