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.2472,-82.2021)};var g_0399b855bc5c1ac5bf971203d0cf4c52 = new google.maps.Geocoder();g_0399b855bc5c1ac5bf971203d0cf4c52.geocode( { 'address': "74 Weaver St, Columbus, NC 28722, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-NC-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('columbus-NC-state-employees-credit-union'), mapOptions);}document.getElementById('795d8f38').innerHTML += ' | View Map';var $l0399b855bc5c1ac5bf971203d0cf4c52 = '

State Employees' Credit Union

Address: 74 Weaver St, Columbus, NC 28722, USA
Phone: (828) 894-0557
';var m_0399b855bc5c1ac5bf971203d0cf4c52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees' Credit Union',});m_0399b855bc5c1ac5bf971203d0cf4c52['infowindow'] = new google.maps.InfoWindow({content: $l0399b855bc5c1ac5bf971203d0cf4c52});var infowindow = new google.maps.InfoWindow({content: $l0399b855bc5c1ac5bf971203d0cf4c52});google.maps.event.addListener(m_0399b855bc5c1ac5bf971203d0cf4c52, 'click', function() {infowindow.open(map,m_0399b855bc5c1ac5bf971203d0cf4c52);});$marker.push(m_0399b855bc5c1ac5bf971203d0cf4c52);}});}google.maps.event.addDomListener(window, 'load', initialize);