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(36.3238,-78.6147)};var g_f8c3090b2a7a4f492e1325062e3277dd = new google.maps.Geocoder();g_f8c3090b2a7a4f492e1325062e3277dd.geocode( { 'address': "800 Roxboro Rd, Oxford, NC 27565, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-NC-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('oxford-NC-state-employees-credit-union'), mapOptions);}document.getElementById('26c93c58').innerHTML += ' | View Map';var $lf8c3090b2a7a4f492e1325062e3277dd = '

State Employees' Credit Union

Address: 800 Roxboro Rd, Oxford, NC 27565, USA
Phone: (919) 690-0556
';var m_f8c3090b2a7a4f492e1325062e3277dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees' Credit Union',});m_f8c3090b2a7a4f492e1325062e3277dd['infowindow'] = new google.maps.InfoWindow({content: $lf8c3090b2a7a4f492e1325062e3277dd});var infowindow = new google.maps.InfoWindow({content: $lf8c3090b2a7a4f492e1325062e3277dd});google.maps.event.addListener(m_f8c3090b2a7a4f492e1325062e3277dd, 'click', function() {infowindow.open(map,m_f8c3090b2a7a4f492e1325062e3277dd);});$marker.push(m_f8c3090b2a7a4f492e1325062e3277dd);}});}google.maps.event.addDomListener(window, 'load', initialize);