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.2677,-81.1869)};var g_d5645f3d4fef0a78cc97068102507570 = new google.maps.Geocoder();g_d5645f3d4fef0a78cc97068102507570.geocode( { 'address': "405 N Chester St, Gastonia, NC 28052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gastonia-NC-first-legacy-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('gastonia-NC-first-legacy-community-credit-union'), mapOptions);}document.getElementById('2d6ce413').innerHTML += ' | View Map';var $ld5645f3d4fef0a78cc97068102507570 = '

First Legacy Community Credit Union

Address: 405 N Chester St, Gastonia, NC 28052, USA
Phone: (704) 917-0115
';var m_d5645f3d4fef0a78cc97068102507570 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Legacy Community Credit Union',});m_d5645f3d4fef0a78cc97068102507570['infowindow'] = new google.maps.InfoWindow({content: $ld5645f3d4fef0a78cc97068102507570});var infowindow = new google.maps.InfoWindow({content: $ld5645f3d4fef0a78cc97068102507570});google.maps.event.addListener(m_d5645f3d4fef0a78cc97068102507570, 'click', function() {infowindow.open(map,m_d5645f3d4fef0a78cc97068102507570);});$marker.push(m_d5645f3d4fef0a78cc97068102507570);}});}google.maps.event.addDomListener(window, 'load', initialize);