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.6956,-80.5188)};var g_827d66eb378160162f0c2ab5be132d70 = new google.maps.Geocoder();g_827d66eb378160162f0c2ab5be132d70.geocode( { 'address': "2146 Statesville Blvd, Salisbury, NC 28147, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salisbury-NC-first-legacy-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('salisbury-NC-first-legacy-community-cu'), mapOptions);}document.getElementById('da66e467').innerHTML += ' | View Map';var $l827d66eb378160162f0c2ab5be132d70 = '

First Legacy Community Cu

Address: 2146 Statesville Blvd, Salisbury, NC 28147, USA
Phone: (704) 637-6528
';var m_827d66eb378160162f0c2ab5be132d70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Legacy Community Cu',});m_827d66eb378160162f0c2ab5be132d70['infowindow'] = new google.maps.InfoWindow({content: $l827d66eb378160162f0c2ab5be132d70});var infowindow = new google.maps.InfoWindow({content: $l827d66eb378160162f0c2ab5be132d70});google.maps.event.addListener(m_827d66eb378160162f0c2ab5be132d70, 'click', function() {infowindow.open(map,m_827d66eb378160162f0c2ab5be132d70);});$marker.push(m_827d66eb378160162f0c2ab5be132d70);}});}google.maps.event.addDomListener(window, 'load', initialize);