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.069,-77.3672)};var g_b7a7a9afa2a17fa717874311469270fd = new google.maps.Geocoder();g_b7a7a9afa2a17fa717874311469270fd.geocode( { 'address': "111 Industrial Park Dr, Trenton, NC 28585, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trenton-NC-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('trenton-NC-state-employees-credit-union'), mapOptions);}document.getElementById('213d5abe').innerHTML += ' | View Map';var $lb7a7a9afa2a17fa717874311469270fd = '

State Employees' Credit Union

Address: 111 Industrial Park Dr, Trenton, NC 28585, USA
Phone: (252) 448-1313
';var m_b7a7a9afa2a17fa717874311469270fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees' Credit Union',});m_b7a7a9afa2a17fa717874311469270fd['infowindow'] = new google.maps.InfoWindow({content: $lb7a7a9afa2a17fa717874311469270fd});var infowindow = new google.maps.InfoWindow({content: $lb7a7a9afa2a17fa717874311469270fd});google.maps.event.addListener(m_b7a7a9afa2a17fa717874311469270fd, 'click', function() {infowindow.open(map,m_b7a7a9afa2a17fa717874311469270fd);});$marker.push(m_b7a7a9afa2a17fa717874311469270fd);}});}google.maps.event.addDomListener(window, 'load', initialize);