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.5989,-87.899)};var g_bea086e2b8b1ae2295818dd84714a128 = new google.maps.Geocoder();g_bea086e2b8b1ae2295818dd84714a128.geocode( { 'address': "1439 US-98, Daphne, AL 36526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('daphne-AL-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('daphne-AL-regions-bank'), mapOptions);}document.getElementById('8f616837').innerHTML += ' | View Map';var $lbea086e2b8b1ae2295818dd84714a128 = '

Regions Bank

Address: 1439 US-98, Daphne, AL 36526, USA
Phone: (800) 734-4667
';var m_bea086e2b8b1ae2295818dd84714a128 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_bea086e2b8b1ae2295818dd84714a128['infowindow'] = new google.maps.InfoWindow({content: $lbea086e2b8b1ae2295818dd84714a128});var infowindow = new google.maps.InfoWindow({content: $lbea086e2b8b1ae2295818dd84714a128});google.maps.event.addListener(m_bea086e2b8b1ae2295818dd84714a128, 'click', function() {infowindow.open(map,m_bea086e2b8b1ae2295818dd84714a128);});$marker.push(m_bea086e2b8b1ae2295818dd84714a128);}});}google.maps.event.addDomListener(window, 'load', initialize);