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.5662,-77.4046)};var g_a173236a9d919ab1995838afb3d7b92e = new google.maps.Geocoder();g_a173236a9d919ab1995838afb3d7b92e.geocode( { 'address': "3530 S Memorial Dr, Greenville, NC 27834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-NC-first-flight-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('greenville-NC-first-flight-credit-union'), mapOptions);}document.getElementById('e857b1cc').innerHTML += ' | View Map';var $la173236a9d919ab1995838afb3d7b92e = '

First Flight Credit Union

Address: 3530 S Memorial Dr, Greenville, NC 27834, USA
Phone: (252) 752-0163
';var m_a173236a9d919ab1995838afb3d7b92e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Flight Credit Union',});m_a173236a9d919ab1995838afb3d7b92e['infowindow'] = new google.maps.InfoWindow({content: $la173236a9d919ab1995838afb3d7b92e});var infowindow = new google.maps.InfoWindow({content: $la173236a9d919ab1995838afb3d7b92e});google.maps.event.addListener(m_a173236a9d919ab1995838afb3d7b92e, 'click', function() {infowindow.open(map,m_a173236a9d919ab1995838afb3d7b92e);});$marker.push(m_a173236a9d919ab1995838afb3d7b92e);}});}google.maps.event.addDomListener(window, 'load', initialize);