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.2884,-81.1549)};var g_dc4a4d9c5ac61e879d942ede9493c98f = new google.maps.Geocoder();g_dc4a4d9c5ac61e879d942ede9493c98f.geocode( { 'address': "1475 N New Hope Rd, Gastonia, NC 28054, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gastonia-NC-fort-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('gastonia-NC-fort-financial-credit-union'), mapOptions);}document.getElementById('e6c8ecda').innerHTML += ' | View Map';var $ldc4a4d9c5ac61e879d942ede9493c98f = '

Fort Financial Credit Union

Address: 1475 N New Hope Rd, Gastonia, NC 28054, USA
Phone: (704) 864-4892
';var m_dc4a4d9c5ac61e879d942ede9493c98f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fort Financial Credit Union',});m_dc4a4d9c5ac61e879d942ede9493c98f['infowindow'] = new google.maps.InfoWindow({content: $ldc4a4d9c5ac61e879d942ede9493c98f});var infowindow = new google.maps.InfoWindow({content: $ldc4a4d9c5ac61e879d942ede9493c98f});google.maps.event.addListener(m_dc4a4d9c5ac61e879d942ede9493c98f, 'click', function() {infowindow.open(map,m_dc4a4d9c5ac61e879d942ede9493c98f);});$marker.push(m_dc4a4d9c5ac61e879d942ede9493c98f);}});}google.maps.event.addDomListener(window, 'load', initialize);