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.6765,-80.4851)};var g_159185d8f2682b558bb193034525509b = new google.maps.Geocoder();g_159185d8f2682b558bb193034525509b.geocode( { 'address': "1400 W Bank St, Salisbury, NC 28144, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salisbury-NC-first-legacy-fcu').style.display = '';map = new google.maps.Map(document.getElementById('salisbury-NC-first-legacy-fcu'), mapOptions);}document.getElementById('cba5303a').innerHTML += ' | View Map';var $l159185d8f2682b558bb193034525509b = '

First Legacy FCU

Address: 1400 W Bank St, Salisbury, NC 28144, USA
Phone: (704) 637-6528
';var m_159185d8f2682b558bb193034525509b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Legacy FCU',});m_159185d8f2682b558bb193034525509b['infowindow'] = new google.maps.InfoWindow({content: $l159185d8f2682b558bb193034525509b});var infowindow = new google.maps.InfoWindow({content: $l159185d8f2682b558bb193034525509b});google.maps.event.addListener(m_159185d8f2682b558bb193034525509b, 'click', function() {infowindow.open(map,m_159185d8f2682b558bb193034525509b);});$marker.push(m_159185d8f2682b558bb193034525509b);}});}google.maps.event.addDomListener(window, 'load', initialize);