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.446,-91.1854)};var g_988ac62bbb140a1a74dcd6b3d937af17 = new google.maps.Geocoder();g_988ac62bbb140a1a74dcd6b3d937af17.geocode( { 'address': "4870 Bluebonnet Blvd, Baton Rouge, LA 70809"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baton-rouge-LA-trust-mark-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('baton-rouge-LA-trust-mark-national-bank'), mapOptions);}document.getElementById('5b45b720').innerHTML += ' | View Map';var $l988ac62bbb140a1a74dcd6b3d937af17 = '

Trust Mark National Bank

Address: 4870 Bluebonnet Blvd, Baton Rouge, LA 70809
Phone: (225) 297-5701
';var m_988ac62bbb140a1a74dcd6b3d937af17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trust Mark National Bank',});m_988ac62bbb140a1a74dcd6b3d937af17['infowindow'] = new google.maps.InfoWindow({content: $l988ac62bbb140a1a74dcd6b3d937af17});var infowindow = new google.maps.InfoWindow({content: $l988ac62bbb140a1a74dcd6b3d937af17});google.maps.event.addListener(m_988ac62bbb140a1a74dcd6b3d937af17, 'click', function() {infowindow.open(map,m_988ac62bbb140a1a74dcd6b3d937af17);});$marker.push(m_988ac62bbb140a1a74dcd6b3d937af17);}});}google.maps.event.addDomListener(window, 'load', initialize);