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.0678,-79.4683)};var g_c5d8afae44767e6ea10fc87b427c8f32 = new google.maps.Geocoder();g_c5d8afae44767e6ea10fc87b427c8f32.geocode( { 'address': "2623 Alamance Rd, Burlington, NC 27215, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-NC-nc-local-government-cu').style.display = '';map = new google.maps.Map(document.getElementById('burlington-NC-nc-local-government-cu'), mapOptions);}document.getElementById('5a60db39').innerHTML += ' | View Map';var $lc5d8afae44767e6ea10fc87b427c8f32 = '

Nc Local Government CU

Address: 2623 Alamance Rd, Burlington, NC 27215, USA
Phone: (336) 570-2565
';var m_c5d8afae44767e6ea10fc87b427c8f32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nc Local Government CU',});m_c5d8afae44767e6ea10fc87b427c8f32['infowindow'] = new google.maps.InfoWindow({content: $lc5d8afae44767e6ea10fc87b427c8f32});var infowindow = new google.maps.InfoWindow({content: $lc5d8afae44767e6ea10fc87b427c8f32});google.maps.event.addListener(m_c5d8afae44767e6ea10fc87b427c8f32, 'click', function() {infowindow.open(map,m_c5d8afae44767e6ea10fc87b427c8f32);});$marker.push(m_c5d8afae44767e6ea10fc87b427c8f32);}});}google.maps.event.addDomListener(window, 'load', initialize);