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(32.8402,-91.4678)};var g_bf922daa39c96d15f59eb453a7177fbb = new google.maps.Geocoder();g_bf922daa39c96d15f59eb453a7177fbb.geocode( { 'address': "109 S Constitution Ave, Oak Grove, LA 71263"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oak-grove-LA-guaranty-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('oak-grove-LA-guaranty-bank-trust-co'), mapOptions);}document.getElementById('efe16b4a').innerHTML += ' | View Map';var $lbf922daa39c96d15f59eb453a7177fbb = '

Guaranty Bank & Trust Co

Address: 109 S Constitution Ave, Oak Grove, LA 71263
Phone: (318) 428-5580
';var m_bf922daa39c96d15f59eb453a7177fbb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank & Trust Co',});m_bf922daa39c96d15f59eb453a7177fbb['infowindow'] = new google.maps.InfoWindow({content: $lbf922daa39c96d15f59eb453a7177fbb});var infowindow = new google.maps.InfoWindow({content: $lbf922daa39c96d15f59eb453a7177fbb});google.maps.event.addListener(m_bf922daa39c96d15f59eb453a7177fbb, 'click', function() {infowindow.open(map,m_bf922daa39c96d15f59eb453a7177fbb);});$marker.push(m_bf922daa39c96d15f59eb453a7177fbb);}});}google.maps.event.addDomListener(window, 'load', initialize);