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.3668,-90.0348)};var g_b564e20867e98edefce324f203dace63 = new google.maps.Geocoder();g_b564e20867e98edefce324f203dace63.geocode( { 'address': "850 N Causeway Blvd, Mandeville, LA 70448"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mandeville-LA-omni-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('mandeville-LA-omni-bank-na'), mapOptions);}document.getElementById('2abdf1b1').innerHTML += ' | View Map';var $lb564e20867e98edefce324f203dace63 = '

Omni Bank Na

Address: 850 N Causeway Blvd, Mandeville, LA 70448
Phone: (985) 674-5807
';var m_b564e20867e98edefce324f203dace63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Omni Bank Na',});m_b564e20867e98edefce324f203dace63['infowindow'] = new google.maps.InfoWindow({content: $lb564e20867e98edefce324f203dace63});var infowindow = new google.maps.InfoWindow({content: $lb564e20867e98edefce324f203dace63});google.maps.event.addListener(m_b564e20867e98edefce324f203dace63, 'click', function() {infowindow.open(map,m_b564e20867e98edefce324f203dace63);});$marker.push(m_b564e20867e98edefce324f203dace63);}});}google.maps.event.addDomListener(window, 'load', initialize);