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(32.5103,-90.0852)};var g_5756bcb3555273ff9384a04bd494826a = new google.maps.Geocoder();g_5756bcb3555273ff9384a04bd494826a.geocode( { 'address': "1770 US-51, Madison, MS 39110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-MS-magnolia-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('madison-MS-magnolia-federal-credit-union'), mapOptions);}document.getElementById('1fd619c4').innerHTML += ' | View Map';var $l5756bcb3555273ff9384a04bd494826a = '

Magnolia Federal Credit Union

Address: 1770 US-51, Madison, MS 39110, USA
Phone: (601) 977-8300
';var m_5756bcb3555273ff9384a04bd494826a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Magnolia Federal Credit Union',});m_5756bcb3555273ff9384a04bd494826a['infowindow'] = new google.maps.InfoWindow({content: $l5756bcb3555273ff9384a04bd494826a});var infowindow = new google.maps.InfoWindow({content: $l5756bcb3555273ff9384a04bd494826a});google.maps.event.addListener(m_5756bcb3555273ff9384a04bd494826a, 'click', function() {infowindow.open(map,m_5756bcb3555273ff9384a04bd494826a);});$marker.push(m_5756bcb3555273ff9384a04bd494826a);}});}google.maps.event.addDomListener(window, 'load', initialize);