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.1314,-122.973)};var g_487ae920a345d5910f7eb2acd037e623 = new google.maps.Geocoder();g_487ae920a345d5910f7eb2acd037e623.geocode( { 'address': "3325 Washington Way, Longview, WA 98632, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longview-WA-mint-valley-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('longview-WA-mint-valley-federal-credit-union'), mapOptions);}document.getElementById('4a7588e0').innerHTML += ' | View Map';var $l487ae920a345d5910f7eb2acd037e623 = '

Mint Valley Federal Credit Union

Address: 3325 Washington Way, Longview, WA 98632, USA
Phone: (360) 425-5444
';var m_487ae920a345d5910f7eb2acd037e623 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mint Valley Federal Credit Union',});m_487ae920a345d5910f7eb2acd037e623['infowindow'] = new google.maps.InfoWindow({content: $l487ae920a345d5910f7eb2acd037e623});var infowindow = new google.maps.InfoWindow({content: $l487ae920a345d5910f7eb2acd037e623});google.maps.event.addListener(m_487ae920a345d5910f7eb2acd037e623, 'click', function() {infowindow.open(map,m_487ae920a345d5910f7eb2acd037e623);});$marker.push(m_487ae920a345d5910f7eb2acd037e623);}});}google.maps.event.addDomListener(window, 'load', initialize);