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.9119,-87.7883)};var g_4c64317548aacc12014e0360021d1f62 = new google.maps.Geocoder();g_4c64317548aacc12014e0360021d1f62.geocode( { 'address': "2509 Hand Ave, Bay Minette, AL 36507, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-minette-AL-baldwin-county-fcu').style.display = '';map = new google.maps.Map(document.getElementById('bay-minette-AL-baldwin-county-fcu'), mapOptions);}document.getElementById('a252453f').innerHTML += ' | View Map';var $l4c64317548aacc12014e0360021d1f62 = '

Baldwin County FCU

Address: 2509 Hand Ave, Bay Minette, AL 36507, USA
Phone: (251) 937-0334
';var m_4c64317548aacc12014e0360021d1f62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Baldwin County FCU',});m_4c64317548aacc12014e0360021d1f62['infowindow'] = new google.maps.InfoWindow({content: $l4c64317548aacc12014e0360021d1f62});var infowindow = new google.maps.InfoWindow({content: $l4c64317548aacc12014e0360021d1f62});google.maps.event.addListener(m_4c64317548aacc12014e0360021d1f62, 'click', function() {infowindow.open(map,m_4c64317548aacc12014e0360021d1f62);});$marker.push(m_4c64317548aacc12014e0360021d1f62);}});}google.maps.event.addDomListener(window, 'load', initialize);