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.3349,-81.7709)};var g_af67ea69af9e845d7701186bb637c955 = new google.maps.Geocoder();g_af67ea69af9e845d7701186bb637c955.geocode( { 'address': "5870 Atlantic Blvd, Jacksonville, FL 32207"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-publix-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-publix-employees-federal-credit-union'), mapOptions);}document.getElementById('7c7a61fd').innerHTML += ' | View Map';var $laf67ea69af9e845d7701186bb637c955 = '

Publix Employees Federal Credit Union

Address: 5870 Atlantic Blvd, Jacksonville, FL 32207
Phone: (904) 725-4662
';var m_af67ea69af9e845d7701186bb637c955 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Publix Employees Federal Credit Union',});m_af67ea69af9e845d7701186bb637c955['infowindow'] = new google.maps.InfoWindow({content: $laf67ea69af9e845d7701186bb637c955});var infowindow = new google.maps.InfoWindow({content: $laf67ea69af9e845d7701186bb637c955});google.maps.event.addListener(m_af67ea69af9e845d7701186bb637c955, 'click', function() {infowindow.open(map,m_af67ea69af9e845d7701186bb637c955);});$marker.push(m_af67ea69af9e845d7701186bb637c955);}});}google.maps.event.addDomListener(window, 'load', initialize);