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(33.4545,-86.8396)};var g_f9f0cd50df8a94019fc0391c61b96f3b = new google.maps.Geocoder();g_f9f0cd50df8a94019fc0391c61b96f3b.geocode( { 'address': "47 W Oxmoor Rd, Birmingham, AL 35209, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-1st-resource-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-1st-resource-credit-union'), mapOptions);}document.getElementById('0b014510').innerHTML += ' | View Map';var $lf9f0cd50df8a94019fc0391c61b96f3b = '

1st Resource Credit Union

Address: 47 W Oxmoor Rd, Birmingham, AL 35209, USA
Phone: (205) 944-1192
';var m_f9f0cd50df8a94019fc0391c61b96f3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Resource Credit Union',});m_f9f0cd50df8a94019fc0391c61b96f3b['infowindow'] = new google.maps.InfoWindow({content: $lf9f0cd50df8a94019fc0391c61b96f3b});var infowindow = new google.maps.InfoWindow({content: $lf9f0cd50df8a94019fc0391c61b96f3b});google.maps.event.addListener(m_f9f0cd50df8a94019fc0391c61b96f3b, 'click', function() {infowindow.open(map,m_f9f0cd50df8a94019fc0391c61b96f3b);});$marker.push(m_f9f0cd50df8a94019fc0391c61b96f3b);}});}google.maps.event.addDomListener(window, 'load', initialize);