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.8107,-80.9094)};var g_07b59114c214e049e6d6ac8ec969a1e8 = new google.maps.Geocoder();g_07b59114c214e049e6d6ac8ec969a1e8.geocode( { 'address': "1742 Wilkesboro Hwy N, Statesville, NC 28625, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('statesville-NC-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('statesville-NC-state-employees-credit-union'), mapOptions);}document.getElementById('19200501').innerHTML += ' | View Map';var $l07b59114c214e049e6d6ac8ec969a1e8 = '

State Employees' Credit Union

Address: 1742 Wilkesboro Hwy N, Statesville, NC 28625, USA
Phone: (704) 873-1405
';var m_07b59114c214e049e6d6ac8ec969a1e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees' Credit Union',});m_07b59114c214e049e6d6ac8ec969a1e8['infowindow'] = new google.maps.InfoWindow({content: $l07b59114c214e049e6d6ac8ec969a1e8});var infowindow = new google.maps.InfoWindow({content: $l07b59114c214e049e6d6ac8ec969a1e8});google.maps.event.addListener(m_07b59114c214e049e6d6ac8ec969a1e8, 'click', function() {infowindow.open(map,m_07b59114c214e049e6d6ac8ec969a1e8);});$marker.push(m_07b59114c214e049e6d6ac8ec969a1e8);}});}google.maps.event.addDomListener(window, 'load', initialize);