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.2876,-81.4086)};var g_d0c1c40e0bf2c66c92f6c5527e5784e1 = new google.maps.Geocoder();g_d0c1c40e0bf2c66c92f6c5527e5784e1.geocode( { 'address': "1500 Beach Blvd #218, Jacksonville Beach, FL 32250, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-beach-FL-121-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-beach-FL-121-financial-credit-union'), mapOptions);}document.getElementById('0989d606').innerHTML += ' | View Map';var $ld0c1c40e0bf2c66c92f6c5527e5784e1 = '

121 Financial Credit Union

Address: 1500 Beach Blvd #218, Jacksonville Beach, FL 32250, USA
Phone: (904) 723-6300
';var m_d0c1c40e0bf2c66c92f6c5527e5784e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '121 Financial Credit Union',});m_d0c1c40e0bf2c66c92f6c5527e5784e1['infowindow'] = new google.maps.InfoWindow({content: $ld0c1c40e0bf2c66c92f6c5527e5784e1});var infowindow = new google.maps.InfoWindow({content: $ld0c1c40e0bf2c66c92f6c5527e5784e1});google.maps.event.addListener(m_d0c1c40e0bf2c66c92f6c5527e5784e1, 'click', function() {infowindow.open(map,m_d0c1c40e0bf2c66c92f6c5527e5784e1);});$marker.push(m_d0c1c40e0bf2c66c92f6c5527e5784e1);}});}google.maps.event.addDomListener(window, 'load', initialize);