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(46.1922,-123.808)};var g_90658e13e07d86b3bd28db9b66e01c56 = new google.maps.Geocoder();g_90658e13e07d86b3bd28db9b66e01c56.geocode( { 'address': "3250 Leif Erikson Dr, Astoria, OR 97103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('astoria-OR-tropical-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('astoria-OR-tropical-financial-credit-union'), mapOptions);}document.getElementById('37f1d8e7').innerHTML += ' | View Map';var $l90658e13e07d86b3bd28db9b66e01c56 = '

Tropical Financial Credit Union

Address: 3250 Leif Erikson Dr, Astoria, OR 97103, USA
Phone: (800) 773-3236
';var m_90658e13e07d86b3bd28db9b66e01c56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tropical Financial Credit Union',});m_90658e13e07d86b3bd28db9b66e01c56['infowindow'] = new google.maps.InfoWindow({content: $l90658e13e07d86b3bd28db9b66e01c56});var infowindow = new google.maps.InfoWindow({content: $l90658e13e07d86b3bd28db9b66e01c56});google.maps.event.addListener(m_90658e13e07d86b3bd28db9b66e01c56, 'click', function() {infowindow.open(map,m_90658e13e07d86b3bd28db9b66e01c56);});$marker.push(m_90658e13e07d86b3bd28db9b66e01c56);}});}google.maps.event.addDomListener(window, 'load', initialize);