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.9601,-92.0344)};var g_aff9dca3abf1cf51c536dec351c00a87 = new google.maps.Geocoder();g_aff9dca3abf1cf51c536dec351c00a87.geocode( { 'address': "500 W Lastie St, Erath, LA 70533"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('erath-LA-gulf-coast-bank').style.display = '';map = new google.maps.Map(document.getElementById('erath-LA-gulf-coast-bank'), mapOptions);}document.getElementById('ad854554').innerHTML += ' | View Map';var $laff9dca3abf1cf51c536dec351c00a87 = '

Gulf Coast Bank

Address: 500 W Lastie St, Erath, LA 70533
Phone: (337) 937-5844
';var m_aff9dca3abf1cf51c536dec351c00a87 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gulf Coast Bank',});m_aff9dca3abf1cf51c536dec351c00a87['infowindow'] = new google.maps.InfoWindow({content: $laff9dca3abf1cf51c536dec351c00a87});var infowindow = new google.maps.InfoWindow({content: $laff9dca3abf1cf51c536dec351c00a87});google.maps.event.addListener(m_aff9dca3abf1cf51c536dec351c00a87, 'click', function() {infowindow.open(map,m_aff9dca3abf1cf51c536dec351c00a87);});$marker.push(m_aff9dca3abf1cf51c536dec351c00a87);}});}google.maps.event.addDomListener(window, 'load', initialize);