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.6756,-88.1835)};var g_5089f1be3601fc8a84bfe77de22f9256 = new google.maps.Geocoder();g_5089f1be3601fc8a84bfe77de22f9256.geocode( { 'address': "6151 Airport Blvd, Mobile, AL 36608, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mobile-AL-singing-river-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('mobile-AL-singing-river-federal-credit-union'), mapOptions);}document.getElementById('802b25ea').innerHTML += ' | View Map';var $l5089f1be3601fc8a84bfe77de22f9256 = '

Singing River Federal Credit Union

Address: 6151 Airport Blvd, Mobile, AL 36608, USA
Phone: (251) 544-5600
';var m_5089f1be3601fc8a84bfe77de22f9256 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Singing River Federal Credit Union',});m_5089f1be3601fc8a84bfe77de22f9256['infowindow'] = new google.maps.InfoWindow({content: $l5089f1be3601fc8a84bfe77de22f9256});var infowindow = new google.maps.InfoWindow({content: $l5089f1be3601fc8a84bfe77de22f9256});google.maps.event.addListener(m_5089f1be3601fc8a84bfe77de22f9256, 'click', function() {infowindow.open(map,m_5089f1be3601fc8a84bfe77de22f9256);});$marker.push(m_5089f1be3601fc8a84bfe77de22f9256);}});}google.maps.event.addDomListener(window, 'load', initialize);