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.4013,-88.9897)};var g_892652d4d9e0c941a9bff2cb2cb91b03 = new google.maps.Geocoder();g_892652d4d9e0c941a9bff2cb2cb91b03.geocode( { 'address': "2602 Pass Rd, Biloxi, MS 39531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('biloxi-MS-keesler-federal-credit-union-biloxi-branch').style.display = '';map = new google.maps.Map(document.getElementById('biloxi-MS-keesler-federal-credit-union-biloxi-branch'), mapOptions);}document.getElementById('84c77bd8').innerHTML += ' | View Map';var $l892652d4d9e0c941a9bff2cb2cb91b03 = '

Keesler Federal Credit Union Biloxi Branch

Address: 2602 Pass Rd, Biloxi, MS 39531, USA
Phone: (228) 385-5500
';var m_892652d4d9e0c941a9bff2cb2cb91b03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keesler Federal Credit Union Biloxi Branch',});m_892652d4d9e0c941a9bff2cb2cb91b03['infowindow'] = new google.maps.InfoWindow({content: $l892652d4d9e0c941a9bff2cb2cb91b03});var infowindow = new google.maps.InfoWindow({content: $l892652d4d9e0c941a9bff2cb2cb91b03});google.maps.event.addListener(m_892652d4d9e0c941a9bff2cb2cb91b03, 'click', function() {infowindow.open(map,m_892652d4d9e0c941a9bff2cb2cb91b03);});$marker.push(m_892652d4d9e0c941a9bff2cb2cb91b03);}});}google.maps.event.addDomListener(window, 'load', initialize);