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.9565,-123.772)};var g_3d51ce7aa3332ddc66294fd444c0159c = new google.maps.Geocoder();g_3d51ce7aa3332ddc66294fd444c0159c.geocode( { 'address': "106 F St, Cosmopolis, WA 98537, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cosmopolis-WA-great-northwest-fcu').style.display = '';map = new google.maps.Map(document.getElementById('cosmopolis-WA-great-northwest-fcu'), mapOptions);}document.getElementById('c5a46c0c').innerHTML += ' | View Map';var $l3d51ce7aa3332ddc66294fd444c0159c = '

Great Northwest FCU

Address: 106 F St, Cosmopolis, WA 98537, USA
Phone: (360) 533-5900
';var m_3d51ce7aa3332ddc66294fd444c0159c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Northwest FCU',});m_3d51ce7aa3332ddc66294fd444c0159c['infowindow'] = new google.maps.InfoWindow({content: $l3d51ce7aa3332ddc66294fd444c0159c});var infowindow = new google.maps.InfoWindow({content: $l3d51ce7aa3332ddc66294fd444c0159c});google.maps.event.addListener(m_3d51ce7aa3332ddc66294fd444c0159c, 'click', function() {infowindow.open(map,m_3d51ce7aa3332ddc66294fd444c0159c);});$marker.push(m_3d51ce7aa3332ddc66294fd444c0159c);}});}google.maps.event.addDomListener(window, 'load', initialize);