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.7402,-88.4117)};var g_0eb25280315b8f20a4c1222ce910475c = new google.maps.Geocoder();g_0eb25280315b8f20a4c1222ce910475c.geocode( { 'address': "40036 Tronox Rd, Hamilton, MS 39746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamilton-MS-ampot-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hamilton-MS-ampot-federal-credit-union'), mapOptions);}document.getElementById('207db100').innerHTML += ' | View Map';var $l0eb25280315b8f20a4c1222ce910475c = '

Ampot Federal Credit Union

Address: 40036 Tronox Rd, Hamilton, MS 39746, USA
Phone: (662) 343-8793
';var m_0eb25280315b8f20a4c1222ce910475c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ampot Federal Credit Union',});m_0eb25280315b8f20a4c1222ce910475c['infowindow'] = new google.maps.InfoWindow({content: $l0eb25280315b8f20a4c1222ce910475c});var infowindow = new google.maps.InfoWindow({content: $l0eb25280315b8f20a4c1222ce910475c});google.maps.event.addListener(m_0eb25280315b8f20a4c1222ce910475c, 'click', function() {infowindow.open(map,m_0eb25280315b8f20a4c1222ce910475c);});$marker.push(m_0eb25280315b8f20a4c1222ce910475c);}});}google.maps.event.addDomListener(window, 'load', initialize);