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.3198,-81.676)};var g_b1043fc9fa760359c5f79a4efcb181fa = new google.maps.Geocoder();g_b1043fc9fa760359c5f79a4efcb181fa.geocode( { 'address': "532 Riverside Ave, Jacksonville, FL 32202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-health-america-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-health-america-credit-union'), mapOptions);}document.getElementById('7ba3d36f').innerHTML += ' | View Map';var $lb1043fc9fa760359c5f79a4efcb181fa = '

Health America Credit Union

Address: 532 Riverside Ave, Jacksonville, FL 32202, USA
Phone: (904) 791-8194
';var m_b1043fc9fa760359c5f79a4efcb181fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Health America Credit Union',});m_b1043fc9fa760359c5f79a4efcb181fa['infowindow'] = new google.maps.InfoWindow({content: $lb1043fc9fa760359c5f79a4efcb181fa});var infowindow = new google.maps.InfoWindow({content: $lb1043fc9fa760359c5f79a4efcb181fa});google.maps.event.addListener(m_b1043fc9fa760359c5f79a4efcb181fa, 'click', function() {infowindow.open(map,m_b1043fc9fa760359c5f79a4efcb181fa);});$marker.push(m_b1043fc9fa760359c5f79a4efcb181fa);}});}google.maps.event.addDomListener(window, 'load', initialize);