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.0724,-88.264)};var g_3ad7b3d29f271a905a08d68edd667a52 = new google.maps.Geocoder();g_3ad7b3d29f271a905a08d68edd667a52.geocode( { 'address': "7850 State St, Citronelle, AL 36522"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('citronelle-AL-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('citronelle-AL-regions-bank'), mapOptions);}document.getElementById('329e3f61').innerHTML += ' | View Map';var $l3ad7b3d29f271a905a08d68edd667a52 = '

Regions Bank

Address: 7850 State St, Citronelle, AL 36522
Phone: (251) 866-2735
';var m_3ad7b3d29f271a905a08d68edd667a52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_3ad7b3d29f271a905a08d68edd667a52['infowindow'] = new google.maps.InfoWindow({content: $l3ad7b3d29f271a905a08d68edd667a52});var infowindow = new google.maps.InfoWindow({content: $l3ad7b3d29f271a905a08d68edd667a52});google.maps.event.addListener(m_3ad7b3d29f271a905a08d68edd667a52, 'click', function() {infowindow.open(map,m_3ad7b3d29f271a905a08d68edd667a52);});$marker.push(m_3ad7b3d29f271a905a08d68edd667a52);}});}google.maps.event.addDomListener(window, 'load', initialize);