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(30.4308,-88.5231)};var g_a34e1cf3e9295c37177e0218a4b8e904 = new google.maps.Geocoder();g_a34e1cf3e9295c37177e0218a4b8e904.geocode( { 'address': "6012 MS-63, Moss Point, MS 39563, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moss-point-MS-atm-navigator-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('moss-point-MS-atm-navigator-credit-union'), mapOptions);}document.getElementById('00851696').innerHTML += ' | View Map';var $la34e1cf3e9295c37177e0218a4b8e904 = '

ATM Navigator Credit Union

Address: 6012 MS-63, Moss Point, MS 39563, USA
Phone: (228) 475-7300
';var m_a34e1cf3e9295c37177e0218a4b8e904 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM Navigator Credit Union',});m_a34e1cf3e9295c37177e0218a4b8e904['infowindow'] = new google.maps.InfoWindow({content: $la34e1cf3e9295c37177e0218a4b8e904});var infowindow = new google.maps.InfoWindow({content: $la34e1cf3e9295c37177e0218a4b8e904});google.maps.event.addListener(m_a34e1cf3e9295c37177e0218a4b8e904, 'click', function() {infowindow.open(map,m_a34e1cf3e9295c37177e0218a4b8e904);});$marker.push(m_a34e1cf3e9295c37177e0218a4b8e904);}});}google.maps.event.addDomListener(window, 'load', initialize);