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.8045,-91.5021)};var g_3f59bced6cb38237762e1d2b8cd4e086 = new google.maps.Geocoder();g_3f59bced6cb38237762e1d2b8cd4e086.geocode( { 'address': "1401 Cynthia St, Franklin, LA 70538, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-LA-st-mary-parish-school-fcu').style.display = '';map = new google.maps.Map(document.getElementById('franklin-LA-st-mary-parish-school-fcu'), mapOptions);}document.getElementById('f015ed94').innerHTML += ' | View Map';var $l3f59bced6cb38237762e1d2b8cd4e086 = '

St Mary Parish School FCU

Address: 1401 Cynthia St, Franklin, LA 70538, USA
Phone: (337) 828-5888
';var m_3f59bced6cb38237762e1d2b8cd4e086 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Mary Parish School FCU',});m_3f59bced6cb38237762e1d2b8cd4e086['infowindow'] = new google.maps.InfoWindow({content: $l3f59bced6cb38237762e1d2b8cd4e086});var infowindow = new google.maps.InfoWindow({content: $l3f59bced6cb38237762e1d2b8cd4e086});google.maps.event.addListener(m_3f59bced6cb38237762e1d2b8cd4e086, 'click', function() {infowindow.open(map,m_3f59bced6cb38237762e1d2b8cd4e086);});$marker.push(m_3f59bced6cb38237762e1d2b8cd4e086);}});}google.maps.event.addDomListener(window, 'load', initialize);