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(34.9373,-80.7509)};var g_63035da0577b392f396e7bd9f50c1836 = new google.maps.Geocoder();g_63035da0577b392f396e7bd9f50c1836.geocode( { 'address': "3934 Providence Rd S, Waxhaw, NC 28173, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waxhaw-NC-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('waxhaw-NC-state-employees-credit-union'), mapOptions);}document.getElementById('a53cd0c3').innerHTML += ' | View Map';var $l63035da0577b392f396e7bd9f50c1836 = '

State Employees' Credit Union

Address: 3934 Providence Rd S, Waxhaw, NC 28173, USA
Phone: (704) 243-2531
';var m_63035da0577b392f396e7bd9f50c1836 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees' Credit Union',});m_63035da0577b392f396e7bd9f50c1836['infowindow'] = new google.maps.InfoWindow({content: $l63035da0577b392f396e7bd9f50c1836});var infowindow = new google.maps.InfoWindow({content: $l63035da0577b392f396e7bd9f50c1836});google.maps.event.addListener(m_63035da0577b392f396e7bd9f50c1836, 'click', function() {infowindow.open(map,m_63035da0577b392f396e7bd9f50c1836);});$marker.push(m_63035da0577b392f396e7bd9f50c1836);}});}google.maps.event.addDomListener(window, 'load', initialize);