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(31.5244,-87.8916)};var g_d1baf15756e368bea0a202e5143c0c5c = new google.maps.Geocoder();g_d1baf15756e368bea0a202e5143c0c5c.geocode( { 'address': "1225 Forest Ave, Jackson, AL 36545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jackson-AL-allied-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('jackson-AL-allied-credit-union'), mapOptions);}document.getElementById('28f89dae').innerHTML += ' | View Map';var $ld1baf15756e368bea0a202e5143c0c5c = '

Allied Credit Union

Address: 1225 Forest Ave, Jackson, AL 36545, USA
Phone: (251) 246-5178
';var m_d1baf15756e368bea0a202e5143c0c5c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allied Credit Union',});m_d1baf15756e368bea0a202e5143c0c5c['infowindow'] = new google.maps.InfoWindow({content: $ld1baf15756e368bea0a202e5143c0c5c});var infowindow = new google.maps.InfoWindow({content: $ld1baf15756e368bea0a202e5143c0c5c});google.maps.event.addListener(m_d1baf15756e368bea0a202e5143c0c5c, 'click', function() {infowindow.open(map,m_d1baf15756e368bea0a202e5143c0c5c);});$marker.push(m_d1baf15756e368bea0a202e5143c0c5c);}});}google.maps.event.addDomListener(window, 'load', initialize);