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.4881,-79.1994)};var g_1b3ecca102b57d735ac385a9c03fd15b = new google.maps.Geocoder();g_1b3ecca102b57d735ac385a9c03fd15b.geocode( { 'address': "1002 Spring Ln, Sanford, NC 27330, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sanford-NC-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sanford-NC-state-employees-credit-union'), mapOptions);}document.getElementById('21bbb0e4').innerHTML += ' | View Map';var $l1b3ecca102b57d735ac385a9c03fd15b = '

State Employees' Credit Union

Address: 1002 Spring Ln, Sanford, NC 27330, USA
Phone: (919) 774-8851
';var m_1b3ecca102b57d735ac385a9c03fd15b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees' Credit Union',});m_1b3ecca102b57d735ac385a9c03fd15b['infowindow'] = new google.maps.InfoWindow({content: $l1b3ecca102b57d735ac385a9c03fd15b});var infowindow = new google.maps.InfoWindow({content: $l1b3ecca102b57d735ac385a9c03fd15b});google.maps.event.addListener(m_1b3ecca102b57d735ac385a9c03fd15b, 'click', function() {infowindow.open(map,m_1b3ecca102b57d735ac385a9c03fd15b);});$marker.push(m_1b3ecca102b57d735ac385a9c03fd15b);}});}google.maps.event.addDomListener(window, 'load', initialize);