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.6469,-91.2477)};var g_01c8195182f06676f942630b1c7089e2 = new google.maps.Geocoder();g_01c8195182f06676f942630b1c7089e2.geocode( { 'address': "820 W Mt Pleasant Zachary Rd, Zachary, LA 70791, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('zachary-LA-g-p-louisiana-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('zachary-LA-g-p-louisiana-federal-cu'), mapOptions);}document.getElementById('81f4b9ae').innerHTML += ' | View Map';var $l01c8195182f06676f942630b1c7089e2 = '

G P Louisiana Federal CU

Address: 820 W Mt Pleasant Zachary Rd, Zachary, LA 70791, USA
Phone: (225) 654-7230
';var m_01c8195182f06676f942630b1c7089e2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'G P Louisiana Federal CU',});m_01c8195182f06676f942630b1c7089e2['infowindow'] = new google.maps.InfoWindow({content: $l01c8195182f06676f942630b1c7089e2});var infowindow = new google.maps.InfoWindow({content: $l01c8195182f06676f942630b1c7089e2});google.maps.event.addListener(m_01c8195182f06676f942630b1c7089e2, 'click', function() {infowindow.open(map,m_01c8195182f06676f942630b1c7089e2);});$marker.push(m_01c8195182f06676f942630b1c7089e2);}});}google.maps.event.addDomListener(window, 'load', initialize);