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.3655,-88.7049)};var g_db21be116f0463038c59570c8f2edcf3 = new google.maps.Geocoder();g_db21be116f0463038c59570c8f2edcf3.geocode( { 'address': "809 26th Ave, Meridian, MS 39301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meridian-MS-meridian-mutual-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('meridian-MS-meridian-mutual-federal-credit-union'), mapOptions);}document.getElementById('49fbf13a').innerHTML += ' | View Map';var $ldb21be116f0463038c59570c8f2edcf3 = '

Meridian Mutual Federal Credit Union

Address: 809 26th Ave, Meridian, MS 39301, USA
Phone: (601) 693-1900
';var m_db21be116f0463038c59570c8f2edcf3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Meridian Mutual Federal Credit Union',});m_db21be116f0463038c59570c8f2edcf3['infowindow'] = new google.maps.InfoWindow({content: $ldb21be116f0463038c59570c8f2edcf3});var infowindow = new google.maps.InfoWindow({content: $ldb21be116f0463038c59570c8f2edcf3});google.maps.event.addListener(m_db21be116f0463038c59570c8f2edcf3, 'click', function() {infowindow.open(map,m_db21be116f0463038c59570c8f2edcf3);});$marker.push(m_db21be116f0463038c59570c8f2edcf3);}});}google.maps.event.addDomListener(window, 'load', initialize);