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(31.5548,-91.4018)};var g_8a4122ec4c94aea22295c62c8e46de93 = new google.maps.Geocoder();g_8a4122ec4c94aea22295c62c8e46de93.geocode( { 'address': "10 Homochitto St, Natchez, MS 39120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('natchez-MS-natchez-adams-educators-cu').style.display = '';map = new google.maps.Map(document.getElementById('natchez-MS-natchez-adams-educators-cu'), mapOptions);}document.getElementById('32b9c1b3').innerHTML += ' | View Map';var $l8a4122ec4c94aea22295c62c8e46de93 = '

Natchez Adams Educators CU

Address: 10 Homochitto St, Natchez, MS 39120, USA
Phone: (601) 445-2851
';var m_8a4122ec4c94aea22295c62c8e46de93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Natchez Adams Educators CU',});m_8a4122ec4c94aea22295c62c8e46de93['infowindow'] = new google.maps.InfoWindow({content: $l8a4122ec4c94aea22295c62c8e46de93});var infowindow = new google.maps.InfoWindow({content: $l8a4122ec4c94aea22295c62c8e46de93});google.maps.event.addListener(m_8a4122ec4c94aea22295c62c8e46de93, 'click', function() {infowindow.open(map,m_8a4122ec4c94aea22295c62c8e46de93);});$marker.push(m_8a4122ec4c94aea22295c62c8e46de93);}});}google.maps.event.addDomListener(window, 'load', initialize);