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.4666,-91.9912)};var g_47cd3e9ed7b13c4c45a863f4f0bfecdc = new google.maps.Geocoder();g_47cd3e9ed7b13c4c45a863f4f0bfecdc.geocode( { 'address': "3371 Oscar Rivette St, Leonville, LA 70551"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leonville-LA-washington-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('leonville-LA-washington-state-bank'), mapOptions);}document.getElementById('94c4cd38').innerHTML += ' | View Map';var $l47cd3e9ed7b13c4c45a863f4f0bfecdc = '

Washington State Bank

Address: 3371 Oscar Rivette St, Leonville, LA 70551
Phone: (337) 879-3070
';var m_47cd3e9ed7b13c4c45a863f4f0bfecdc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington State Bank',});m_47cd3e9ed7b13c4c45a863f4f0bfecdc['infowindow'] = new google.maps.InfoWindow({content: $l47cd3e9ed7b13c4c45a863f4f0bfecdc});var infowindow = new google.maps.InfoWindow({content: $l47cd3e9ed7b13c4c45a863f4f0bfecdc});google.maps.event.addListener(m_47cd3e9ed7b13c4c45a863f4f0bfecdc, 'click', function() {infowindow.open(map,m_47cd3e9ed7b13c4c45a863f4f0bfecdc);});$marker.push(m_47cd3e9ed7b13c4c45a863f4f0bfecdc);}});}google.maps.event.addDomListener(window, 'load', initialize);