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(28.038,-81.9439)};var g_54b149c85a34277cbc618d512070c378 = new google.maps.Geocoder();g_54b149c85a34277cbc618d512070c378.geocode( { 'address': "3005 New Tampa Hwy, Lakeland, FL 33815"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakeland-FL-publix-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lakeland-FL-publix-employees-federal-credit-union'), mapOptions);}document.getElementById('4dca334e').innerHTML += ' | View Map';var $l54b149c85a34277cbc618d512070c378 = '

Publix Employees Federal Credit Union

Address: 3005 New Tampa Hwy, Lakeland, FL 33815
Phone: (863) 683-6404
';var m_54b149c85a34277cbc618d512070c378 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Publix Employees Federal Credit Union',});m_54b149c85a34277cbc618d512070c378['infowindow'] = new google.maps.InfoWindow({content: $l54b149c85a34277cbc618d512070c378});var infowindow = new google.maps.InfoWindow({content: $l54b149c85a34277cbc618d512070c378});google.maps.event.addListener(m_54b149c85a34277cbc618d512070c378, 'click', function() {infowindow.open(map,m_54b149c85a34277cbc618d512070c378);});$marker.push(m_54b149c85a34277cbc618d512070c378);}});}google.maps.event.addDomListener(window, 'load', initialize);