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(45.5812,-122.428)};var g_e6a49d5ae4a9b3094c83ef93dbca6bac = new google.maps.Geocoder();g_e6a49d5ae4a9b3094c83ef93dbca6bac.geocode( { 'address': "1615 NW 6th Ave, Camas, WA 98607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camas-WA-iq-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('camas-WA-iq-credit-union'), mapOptions);}document.getElementById('0708c7be').innerHTML += ' | View Map';var $le6a49d5ae4a9b3094c83ef93dbca6bac = '

iQ Credit Union

Address: 1615 NW 6th Ave, Camas, WA 98607, USA
Phone: (360) 695-3441
';var m_e6a49d5ae4a9b3094c83ef93dbca6bac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'iQ Credit Union',});m_e6a49d5ae4a9b3094c83ef93dbca6bac['infowindow'] = new google.maps.InfoWindow({content: $le6a49d5ae4a9b3094c83ef93dbca6bac});var infowindow = new google.maps.InfoWindow({content: $le6a49d5ae4a9b3094c83ef93dbca6bac});google.maps.event.addListener(m_e6a49d5ae4a9b3094c83ef93dbca6bac, 'click', function() {infowindow.open(map,m_e6a49d5ae4a9b3094c83ef93dbca6bac);});$marker.push(m_e6a49d5ae4a9b3094c83ef93dbca6bac);}});}google.maps.event.addDomListener(window, 'load', initialize);