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(29.9557,-90.1827)};var g_67a00e4d31786c71df7d83c4eba5b3cf = new google.maps.Geocoder();g_67a00e4d31786c71df7d83c4eba5b3cf.geocode( { 'address': "840 S Clearview Pkwy, Harahan, LA 70123, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harahan-LA-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('harahan-LA-regions-bank'), mapOptions);}document.getElementById('81cd3c13').innerHTML += ' | View Map';var $l67a00e4d31786c71df7d83c4eba5b3cf = '

Regions Bank

Address: 840 S Clearview Pkwy, Harahan, LA 70123, USA
Phone: (800) 734-4667
';var m_67a00e4d31786c71df7d83c4eba5b3cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_67a00e4d31786c71df7d83c4eba5b3cf['infowindow'] = new google.maps.InfoWindow({content: $l67a00e4d31786c71df7d83c4eba5b3cf});var infowindow = new google.maps.InfoWindow({content: $l67a00e4d31786c71df7d83c4eba5b3cf});google.maps.event.addListener(m_67a00e4d31786c71df7d83c4eba5b3cf, 'click', function() {infowindow.open(map,m_67a00e4d31786c71df7d83c4eba5b3cf);});$marker.push(m_67a00e4d31786c71df7d83c4eba5b3cf);}});}google.maps.event.addDomListener(window, 'load', initialize);