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(33.9826,-88.4883)};var g_7068f5c7fb43d165180107a27beb6020 = new google.maps.Geocoder();g_7068f5c7fb43d165180107a27beb6020.geocode( { 'address': "101 3rd Ave S, Amory, MS 38821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amory-MS-northeast-mississippi-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('amory-MS-northeast-mississippi-federal-credit-union'), mapOptions);}document.getElementById('76f39ae0').innerHTML += ' | View Map';var $l7068f5c7fb43d165180107a27beb6020 = '

Northeast Mississippi Federal Credit Union

Address: 101 3rd Ave S, Amory, MS 38821, USA
Phone: (662) 256-9697
';var m_7068f5c7fb43d165180107a27beb6020 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast Mississippi Federal Credit Union',});m_7068f5c7fb43d165180107a27beb6020['infowindow'] = new google.maps.InfoWindow({content: $l7068f5c7fb43d165180107a27beb6020});var infowindow = new google.maps.InfoWindow({content: $l7068f5c7fb43d165180107a27beb6020});google.maps.event.addListener(m_7068f5c7fb43d165180107a27beb6020, 'click', function() {infowindow.open(map,m_7068f5c7fb43d165180107a27beb6020);});$marker.push(m_7068f5c7fb43d165180107a27beb6020);}});}google.maps.event.addDomListener(window, 'load', initialize);