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.7204,-80.6086)};var g_2674402891485d669c0f114c0a050062 = new google.maps.Geocoder();g_2674402891485d669c0f114c0a050062.geocode( { 'address': "7401 Statesville Blvd, Salisbury, NC 28147, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salisbury-NC-sharonview-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('salisbury-NC-sharonview-federal-cu'), mapOptions);}document.getElementById('02af0dba').innerHTML += ' | View Map';var $l2674402891485d669c0f114c0a050062 = '

Sharonview Federal CU

Address: 7401 Statesville Blvd, Salisbury, NC 28147, USA
Phone: (704) 639-2077
';var m_2674402891485d669c0f114c0a050062 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sharonview Federal CU',});m_2674402891485d669c0f114c0a050062['infowindow'] = new google.maps.InfoWindow({content: $l2674402891485d669c0f114c0a050062});var infowindow = new google.maps.InfoWindow({content: $l2674402891485d669c0f114c0a050062});google.maps.event.addListener(m_2674402891485d669c0f114c0a050062, 'click', function() {infowindow.open(map,m_2674402891485d669c0f114c0a050062);});$marker.push(m_2674402891485d669c0f114c0a050062);}});}google.maps.event.addDomListener(window, 'load', initialize);