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.3666,-88.6975)};var g_92adb719f0ae37dc82a17cdbbef98535 = new google.maps.Geocoder();g_92adb719f0ae37dc82a17cdbbef98535.geocode( { 'address': "600 19th Ave, Meridian, MS 39301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meridian-MS-1st-mississippi-federal-credit').style.display = '';map = new google.maps.Map(document.getElementById('meridian-MS-1st-mississippi-federal-credit'), mapOptions);}document.getElementById('4e95fdfb').innerHTML += ' | View Map';var $l92adb719f0ae37dc82a17cdbbef98535 = '

1st Mississippi Federal Credit

Address: 600 19th Ave, Meridian, MS 39301, USA
Phone: (601) 693-6873
';var m_92adb719f0ae37dc82a17cdbbef98535 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Mississippi Federal Credit',});m_92adb719f0ae37dc82a17cdbbef98535['infowindow'] = new google.maps.InfoWindow({content: $l92adb719f0ae37dc82a17cdbbef98535});var infowindow = new google.maps.InfoWindow({content: $l92adb719f0ae37dc82a17cdbbef98535});google.maps.event.addListener(m_92adb719f0ae37dc82a17cdbbef98535, 'click', function() {infowindow.open(map,m_92adb719f0ae37dc82a17cdbbef98535);});$marker.push(m_92adb719f0ae37dc82a17cdbbef98535);}});}google.maps.event.addDomListener(window, 'load', initialize);