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.8482,-89.1423)};var g_3fa38b5599099b197825d9f74568c026 = new google.maps.Geocoder();g_3fa38b5599099b197825d9f74568c026.geocode( { 'address': "936 Hall St A, Wiggins, MS 39577, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wiggins-MS-credit-union-south').style.display = '';map = new google.maps.Map(document.getElementById('wiggins-MS-credit-union-south'), mapOptions);}document.getElementById('fac2e8db').innerHTML += ' | View Map';var $l3fa38b5599099b197825d9f74568c026 = '

Credit Union South

Address: 936 Hall St A, Wiggins, MS 39577, USA
Phone: (601) 928-4222
';var m_3fa38b5599099b197825d9f74568c026 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union South',});m_3fa38b5599099b197825d9f74568c026['infowindow'] = new google.maps.InfoWindow({content: $l3fa38b5599099b197825d9f74568c026});var infowindow = new google.maps.InfoWindow({content: $l3fa38b5599099b197825d9f74568c026});google.maps.event.addListener(m_3fa38b5599099b197825d9f74568c026, 'click', function() {infowindow.open(map,m_3fa38b5599099b197825d9f74568c026);});$marker.push(m_3fa38b5599099b197825d9f74568c026);}});}google.maps.event.addDomListener(window, 'load', initialize);