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.5314,-90.1926)};var g_8a20d7c7b4ca634d08739cf614e6063c = new google.maps.Geocoder();g_8a20d7c7b4ca634d08739cf614e6063c.geocode( { 'address': "303 W Park Ave, Greenwood, MS 38930, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwood-MS-southern-security-fcu').style.display = '';map = new google.maps.Map(document.getElementById('greenwood-MS-southern-security-fcu'), mapOptions);}document.getElementById('5aff1435').innerHTML += ' | View Map';var $l8a20d7c7b4ca634d08739cf614e6063c = '

Southern Security FCU

Address: 303 W Park Ave, Greenwood, MS 38930, USA
Phone: (662) 453-6004
';var m_8a20d7c7b4ca634d08739cf614e6063c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Security FCU',});m_8a20d7c7b4ca634d08739cf614e6063c['infowindow'] = new google.maps.InfoWindow({content: $l8a20d7c7b4ca634d08739cf614e6063c});var infowindow = new google.maps.InfoWindow({content: $l8a20d7c7b4ca634d08739cf614e6063c});google.maps.event.addListener(m_8a20d7c7b4ca634d08739cf614e6063c, 'click', function() {infowindow.open(map,m_8a20d7c7b4ca634d08739cf614e6063c);});$marker.push(m_8a20d7c7b4ca634d08739cf614e6063c);}});}google.maps.event.addDomListener(window, 'load', initialize);