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.4785,-91.2764)};var g_50a7d2b0a34ff60d996a9420699ba8b9 = new google.maps.Geocoder();g_50a7d2b0a34ff60d996a9420699ba8b9.geocode( { 'address': "1086 Lobdell Hwy, Port Allen, LA 70767"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-allen-LA-guaranty-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('port-allen-LA-guaranty-bank-trust-co'), mapOptions);}document.getElementById('461a735c').innerHTML += ' | View Map';var $l50a7d2b0a34ff60d996a9420699ba8b9 = '

Guaranty Bank & Trust Co

Address: 1086 Lobdell Hwy, Port Allen, LA 70767
Phone: (225) 346-6705
';var m_50a7d2b0a34ff60d996a9420699ba8b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank & Trust Co',});m_50a7d2b0a34ff60d996a9420699ba8b9['infowindow'] = new google.maps.InfoWindow({content: $l50a7d2b0a34ff60d996a9420699ba8b9});var infowindow = new google.maps.InfoWindow({content: $l50a7d2b0a34ff60d996a9420699ba8b9});google.maps.event.addListener(m_50a7d2b0a34ff60d996a9420699ba8b9, 'click', function() {infowindow.open(map,m_50a7d2b0a34ff60d996a9420699ba8b9);});$marker.push(m_50a7d2b0a34ff60d996a9420699ba8b9);}});}google.maps.event.addDomListener(window, 'load', initialize);