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.6724,-88.144)};var g_9b7c5d523c210b335395f7a7698a565d = new google.maps.Geocoder();g_9b7c5d523c210b335395f7a7698a565d.geocode( { 'address': "4365 Midmost Dr # 5, Mobile, AL 36609, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mobile-AL-mobile-postal-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('mobile-AL-mobile-postal-employees-cu'), mapOptions);}document.getElementById('7c24f473').innerHTML += ' | View Map';var $l9b7c5d523c210b335395f7a7698a565d = '

Mobile Postal Employees CU

Address: 4365 Midmost Dr # 5, Mobile, AL 36609, USA
Phone: (251) 342-1472
';var m_9b7c5d523c210b335395f7a7698a565d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mobile Postal Employees CU',});m_9b7c5d523c210b335395f7a7698a565d['infowindow'] = new google.maps.InfoWindow({content: $l9b7c5d523c210b335395f7a7698a565d});var infowindow = new google.maps.InfoWindow({content: $l9b7c5d523c210b335395f7a7698a565d});google.maps.event.addListener(m_9b7c5d523c210b335395f7a7698a565d, 'click', function() {infowindow.open(map,m_9b7c5d523c210b335395f7a7698a565d);});$marker.push(m_9b7c5d523c210b335395f7a7698a565d);}});}google.maps.event.addDomListener(window, 'load', initialize);