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.1684,-78.9778)};var g_765812833515fce06c971624f85391da = new google.maps.Geocoder();g_765812833515fce06c971624f85391da.geocode( { 'address': "219 N Main St, Spring Lake, NC 28390, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-lake-NC-bragg-mutual-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('spring-lake-NC-bragg-mutual-federal-credit-union'), mapOptions);}document.getElementById('df59eee2').innerHTML += ' | View Map';var $l765812833515fce06c971624f85391da = '

Bragg Mutual Federal Credit Union

Address: 219 N Main St, Spring Lake, NC 28390, USA
Phone: (910) 222-1500
';var m_765812833515fce06c971624f85391da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bragg Mutual Federal Credit Union',});m_765812833515fce06c971624f85391da['infowindow'] = new google.maps.InfoWindow({content: $l765812833515fce06c971624f85391da});var infowindow = new google.maps.InfoWindow({content: $l765812833515fce06c971624f85391da});google.maps.event.addListener(m_765812833515fce06c971624f85391da, 'click', function() {infowindow.open(map,m_765812833515fce06c971624f85391da);});$marker.push(m_765812833515fce06c971624f85391da);}});}google.maps.event.addDomListener(window, 'load', initialize);