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.8545,-90.1581)};var g_d3b8cc3e6c9693062cdfde1a234f8fcc = new google.maps.Geocoder();g_d3b8cc3e6c9693062cdfde1a234f8fcc.geocode( { 'address': "308 11th Ave, Franklinton, LA 70438, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklinton-LA-washington-education-association-fed').style.display = '';map = new google.maps.Map(document.getElementById('franklinton-LA-washington-education-association-fed'), mapOptions);}document.getElementById('be90c30c').innerHTML += ' | View Map';var $ld3b8cc3e6c9693062cdfde1a234f8fcc = '

Washington Education Association Fed

Address: 308 11th Ave, Franklinton, LA 70438, USA
Phone: (985) 795-1108
';var m_d3b8cc3e6c9693062cdfde1a234f8fcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Education Association Fed',});m_d3b8cc3e6c9693062cdfde1a234f8fcc['infowindow'] = new google.maps.InfoWindow({content: $ld3b8cc3e6c9693062cdfde1a234f8fcc});var infowindow = new google.maps.InfoWindow({content: $ld3b8cc3e6c9693062cdfde1a234f8fcc});google.maps.event.addListener(m_d3b8cc3e6c9693062cdfde1a234f8fcc, 'click', function() {infowindow.open(map,m_d3b8cc3e6c9693062cdfde1a234f8fcc);});$marker.push(m_d3b8cc3e6c9693062cdfde1a234f8fcc);}});}google.maps.event.addDomListener(window, 'load', initialize);