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(29.9841,-92.1433)};var g_b36430b8716f25e6c92051b8a150732c = new google.maps.Geocoder();g_b36430b8716f25e6c92051b8a150732c.geocode( { 'address': "799 W Summers Dr, Abbeville, LA 70510, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('abbeville-LA-first-guaranty-bank').style.display = '';map = new google.maps.Map(document.getElementById('abbeville-LA-first-guaranty-bank'), mapOptions);}document.getElementById('21949895').innerHTML += ' | View Map';var $lb36430b8716f25e6c92051b8a150732c = '

First Guaranty Bank

Address: 799 W Summers Dr, Abbeville, LA 70510, USA
Phone: (337) 893-1777
';var m_b36430b8716f25e6c92051b8a150732c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Guaranty Bank',});m_b36430b8716f25e6c92051b8a150732c['infowindow'] = new google.maps.InfoWindow({content: $lb36430b8716f25e6c92051b8a150732c});var infowindow = new google.maps.InfoWindow({content: $lb36430b8716f25e6c92051b8a150732c});google.maps.event.addListener(m_b36430b8716f25e6c92051b8a150732c, 'click', function() {infowindow.open(map,m_b36430b8716f25e6c92051b8a150732c);});$marker.push(m_b36430b8716f25e6c92051b8a150732c);}});}google.maps.event.addDomListener(window, 'load', initialize);