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.3137,-81.597)};var g_8d8596bcc33e37e90e4007d2a63eaa72 = new google.maps.Geocoder();g_8d8596bcc33e37e90e4007d2a63eaa72.geocode( { 'address': "6131 Atlantic Blvd, Jacksonville, FL 32211, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-alive-credit-union---branch-office').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-alive-credit-union---branch-office'), mapOptions);}document.getElementById('028011a7').innerHTML += ' | View Map';var $l8d8596bcc33e37e90e4007d2a63eaa72 = '

Alive Credit Union - Branch Office

Address: 6131 Atlantic Blvd, Jacksonville, FL 32211, USA
Phone: (904) 296-1292
';var m_8d8596bcc33e37e90e4007d2a63eaa72 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alive Credit Union - Branch Office',});m_8d8596bcc33e37e90e4007d2a63eaa72['infowindow'] = new google.maps.InfoWindow({content: $l8d8596bcc33e37e90e4007d2a63eaa72});var infowindow = new google.maps.InfoWindow({content: $l8d8596bcc33e37e90e4007d2a63eaa72});google.maps.event.addListener(m_8d8596bcc33e37e90e4007d2a63eaa72, 'click', function() {infowindow.open(map,m_8d8596bcc33e37e90e4007d2a63eaa72);});$marker.push(m_8d8596bcc33e37e90e4007d2a63eaa72);}});}google.maps.event.addDomListener(window, 'load', initialize);