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(34.2806,-89.0259)};var g_01c4d297ce988d37c6fd5c0e7f072f7b = new google.maps.Geocoder();g_01c4d297ce988d37c6fd5c0e7f072f7b.geocode( { 'address': "2251 MS-15, Pontotoc, MS 38863, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pontotoc-MS-southern-security-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pontotoc-MS-southern-security-federal-credit-union'), mapOptions);}document.getElementById('d8822619').innerHTML += ' | View Map';var $l01c4d297ce988d37c6fd5c0e7f072f7b = '

Southern Security Federal Credit Union

Address: 2251 MS-15, Pontotoc, MS 38863, USA
Phone: (662) 488-9411
';var m_01c4d297ce988d37c6fd5c0e7f072f7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Security Federal Credit Union',});m_01c4d297ce988d37c6fd5c0e7f072f7b['infowindow'] = new google.maps.InfoWindow({content: $l01c4d297ce988d37c6fd5c0e7f072f7b});var infowindow = new google.maps.InfoWindow({content: $l01c4d297ce988d37c6fd5c0e7f072f7b});google.maps.event.addListener(m_01c4d297ce988d37c6fd5c0e7f072f7b, 'click', function() {infowindow.open(map,m_01c4d297ce988d37c6fd5c0e7f072f7b);});$marker.push(m_01c4d297ce988d37c6fd5c0e7f072f7b);}});}google.maps.event.addDomListener(window, 'load', initialize);