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.3389,-89.9059)};var g_aeb86767b72e7cd5c8277bd085bca0f2 = new google.maps.Geocoder();g_aeb86767b72e7cd5c8277bd085bca0f2.geocode( { 'address': "28199 Highway 190, Lacombe, LA 70445"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lacombe-LA-hibernia-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('lacombe-LA-hibernia-national-bank'), mapOptions);}document.getElementById('f16d9647').innerHTML += ' | View Map';var $laeb86767b72e7cd5c8277bd085bca0f2 = '

Hibernia National Bank

Address: 28199 Highway 190, Lacombe, LA 70445
Phone: (985) 882-3593
';var m_aeb86767b72e7cd5c8277bd085bca0f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hibernia National Bank',});m_aeb86767b72e7cd5c8277bd085bca0f2['infowindow'] = new google.maps.InfoWindow({content: $laeb86767b72e7cd5c8277bd085bca0f2});var infowindow = new google.maps.InfoWindow({content: $laeb86767b72e7cd5c8277bd085bca0f2});google.maps.event.addListener(m_aeb86767b72e7cd5c8277bd085bca0f2, 'click', function() {infowindow.open(map,m_aeb86767b72e7cd5c8277bd085bca0f2);});$marker.push(m_aeb86767b72e7cd5c8277bd085bca0f2);}});}google.maps.event.addDomListener(window, 'load', initialize);