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.1608,-79.4191)};var g_e615c82aba461681ade82da2da38004a = new google.maps.Geocoder();g_e615c82aba461681ade82da2da38004a.geocode( { 'address': "10955 US-15, Southern Pines, NC 28387, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southern-pines-NC-local-government-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('southern-pines-NC-local-government-federal-credit-union'), mapOptions);}document.getElementById('3ef8d246').innerHTML += ' | View Map';var $le615c82aba461681ade82da2da38004a = '

Local Government Federal Credit Union

Address: 10955 US-15, Southern Pines, NC 28387, USA
Phone: (910) 692-4013
';var m_e615c82aba461681ade82da2da38004a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Local Government Federal Credit Union',});m_e615c82aba461681ade82da2da38004a['infowindow'] = new google.maps.InfoWindow({content: $le615c82aba461681ade82da2da38004a});var infowindow = new google.maps.InfoWindow({content: $le615c82aba461681ade82da2da38004a});google.maps.event.addListener(m_e615c82aba461681ade82da2da38004a, 'click', function() {infowindow.open(map,m_e615c82aba461681ade82da2da38004a);});$marker.push(m_e615c82aba461681ade82da2da38004a);}});}google.maps.event.addDomListener(window, 'load', initialize);