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.6491,-81.6668)};var g_600259e13679f23f49a6f920433f07eb = new google.maps.Geocoder();g_600259e13679f23f49a6f920433f07eb.geocode( { 'address': "3506 St Johns Ave, Palatka, FL 32177, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palatka-FL-first-coast-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('palatka-FL-first-coast-community-credit-union'), mapOptions);}document.getElementById('593458ac').innerHTML += ' | View Map';var $l600259e13679f23f49a6f920433f07eb = '

First Coast Community Credit Union

Address: 3506 St Johns Ave, Palatka, FL 32177, USA
Phone: (386) 328-5555
';var m_600259e13679f23f49a6f920433f07eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Coast Community Credit Union',});m_600259e13679f23f49a6f920433f07eb['infowindow'] = new google.maps.InfoWindow({content: $l600259e13679f23f49a6f920433f07eb});var infowindow = new google.maps.InfoWindow({content: $l600259e13679f23f49a6f920433f07eb});google.maps.event.addListener(m_600259e13679f23f49a6f920433f07eb, 'click', function() {infowindow.open(map,m_600259e13679f23f49a6f920433f07eb);});$marker.push(m_600259e13679f23f49a6f920433f07eb);}});}google.maps.event.addDomListener(window, 'load', initialize);