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.3245,-89.3392)};var g_80c6cadfe0039603c05579fc727bc271 = new google.maps.Geocoder();g_80c6cadfe0039603c05579fc727bc271.geocode( { 'address': "3318 Hardy St, Hattiesburg, MS 39401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hattiesburg-MS-southern-mississippi-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hattiesburg-MS-southern-mississippi-credit-union'), mapOptions);}document.getElementById('fd89ff43').innerHTML += ' | View Map';var $l80c6cadfe0039603c05579fc727bc271 = '

Southern Mississippi Credit Union

Address: 3318 Hardy St, Hattiesburg, MS 39401, USA
Phone: (601) 450-4114
';var m_80c6cadfe0039603c05579fc727bc271 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Mississippi Credit Union',});m_80c6cadfe0039603c05579fc727bc271['infowindow'] = new google.maps.InfoWindow({content: $l80c6cadfe0039603c05579fc727bc271});var infowindow = new google.maps.InfoWindow({content: $l80c6cadfe0039603c05579fc727bc271});google.maps.event.addListener(m_80c6cadfe0039603c05579fc727bc271, 'click', function() {infowindow.open(map,m_80c6cadfe0039603c05579fc727bc271);});$marker.push(m_80c6cadfe0039603c05579fc727bc271);}});}google.maps.event.addDomListener(window, 'load', initialize);