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(30.4151,-88.8007)};var g_68ef1cc0f68c9810abcce01535cd24f0 = new google.maps.Geocoder();g_68ef1cc0f68c9810abcce01535cd24f0.geocode( { 'address': "2420 Bienville Blvd, Ocean Springs, MS 39564, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocean-springs-MS-keesler-federal-credit-union-ocean-springs-branch').style.display = '';map = new google.maps.Map(document.getElementById('ocean-springs-MS-keesler-federal-credit-union-ocean-springs-branch'), mapOptions);}document.getElementById('7e5eea2b').innerHTML += ' | View Map';var $l68ef1cc0f68c9810abcce01535cd24f0 = '

Keesler Federal Credit Union Ocean Springs Branch

Address: 2420 Bienville Blvd, Ocean Springs, MS 39564, USA
Phone: (228) 875-1093
';var m_68ef1cc0f68c9810abcce01535cd24f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keesler Federal Credit Union Ocean Springs Branch',});m_68ef1cc0f68c9810abcce01535cd24f0['infowindow'] = new google.maps.InfoWindow({content: $l68ef1cc0f68c9810abcce01535cd24f0});var infowindow = new google.maps.InfoWindow({content: $l68ef1cc0f68c9810abcce01535cd24f0});google.maps.event.addListener(m_68ef1cc0f68c9810abcce01535cd24f0, 'click', function() {infowindow.open(map,m_68ef1cc0f68c9810abcce01535cd24f0);});$marker.push(m_68ef1cc0f68c9810abcce01535cd24f0);}});}google.maps.event.addDomListener(window, 'load', initialize);