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.2361,-92.0065)};var g_b209fd1ad74aedc976a4dc9ae9f8a816 = new google.maps.Geocoder();g_b209fd1ad74aedc976a4dc9ae9f8a816.geocode( { 'address': "1042 Camellia Blvd Ste 9, Lafayette, LA 70508-6100"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-LA-washington-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-LA-washington-state-bank'), mapOptions);}document.getElementById('6a10d35e').innerHTML += ' | View Map';var $lb209fd1ad74aedc976a4dc9ae9f8a816 = '

Washington State Bank

Address: 1042 Camellia Blvd Ste 9, Lafayette, LA 70508-6100
Phone: (337) 443-6016
';var m_b209fd1ad74aedc976a4dc9ae9f8a816 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington State Bank',});m_b209fd1ad74aedc976a4dc9ae9f8a816['infowindow'] = new google.maps.InfoWindow({content: $lb209fd1ad74aedc976a4dc9ae9f8a816});var infowindow = new google.maps.InfoWindow({content: $lb209fd1ad74aedc976a4dc9ae9f8a816});google.maps.event.addListener(m_b209fd1ad74aedc976a4dc9ae9f8a816, 'click', function() {infowindow.open(map,m_b209fd1ad74aedc976a4dc9ae9f8a816);});$marker.push(m_b209fd1ad74aedc976a4dc9ae9f8a816);}});}google.maps.event.addDomListener(window, 'load', initialize);