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(33.5254,-88.4368)};var g_e9782c2886fceb98703fecc247b289ae = new google.maps.Geocoder();g_e9782c2886fceb98703fecc247b289ae.geocode( { 'address': "445 Lock and Dam Rd, Columbus, MS 39705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-MS-mississippi-employee-fcu').style.display = '';map = new google.maps.Map(document.getElementById('columbus-MS-mississippi-employee-fcu'), mapOptions);}document.getElementById('82b791d3').innerHTML += ' | View Map';var $le9782c2886fceb98703fecc247b289ae = '

Mississippi Employee FCU

Address: 445 Lock and Dam Rd, Columbus, MS 39705, USA
Phone: (662) 243-4002
';var m_e9782c2886fceb98703fecc247b289ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mississippi Employee FCU',});m_e9782c2886fceb98703fecc247b289ae['infowindow'] = new google.maps.InfoWindow({content: $le9782c2886fceb98703fecc247b289ae});var infowindow = new google.maps.InfoWindow({content: $le9782c2886fceb98703fecc247b289ae});google.maps.event.addListener(m_e9782c2886fceb98703fecc247b289ae, 'click', function() {infowindow.open(map,m_e9782c2886fceb98703fecc247b289ae);});$marker.push(m_e9782c2886fceb98703fecc247b289ae);}});}google.maps.event.addDomListener(window, 'load', initialize);