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.3126,-78.5894)};var g_89573a99e0f0129a690625e9ba4898ac = new google.maps.Geocoder();g_89573a99e0f0129a690625e9ba4898ac.geocode( { 'address': "128 College St, Oxford, NC 27565, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-NC-oxfordsummit-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('oxford-NC-oxfordsummit-credit-union'), mapOptions);}document.getElementById('b964ed57').innerHTML += ' | View Map';var $l89573a99e0f0129a690625e9ba4898ac = '

Oxford/Summit Credit Union

Address: 128 College St, Oxford, NC 27565, USA
Phone: (919) 693-7151
';var m_89573a99e0f0129a690625e9ba4898ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oxford/Summit Credit Union',});m_89573a99e0f0129a690625e9ba4898ac['infowindow'] = new google.maps.InfoWindow({content: $l89573a99e0f0129a690625e9ba4898ac});var infowindow = new google.maps.InfoWindow({content: $l89573a99e0f0129a690625e9ba4898ac});google.maps.event.addListener(m_89573a99e0f0129a690625e9ba4898ac, 'click', function() {infowindow.open(map,m_89573a99e0f0129a690625e9ba4898ac);});$marker.push(m_89573a99e0f0129a690625e9ba4898ac);}});}google.maps.event.addDomListener(window, 'load', initialize);