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.6145,-122.468)};var g_c2a22577178380b307e9f12c9b968eef = new google.maps.Geocoder();g_c2a22577178380b307e9f12c9b968eef.geocode( { 'address': "19809 SE 10th St, Camas, WA 98607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camas-WA-guild-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('camas-WA-guild-mortgage-company'), mapOptions);}document.getElementById('653fbceb').innerHTML += ' | View Map';var $lc2a22577178380b307e9f12c9b968eef = '

Guild Mortgage Company

Address: 19809 SE 10th St, Camas, WA 98607, USA
Phone: (360) 210-4184
';var m_c2a22577178380b307e9f12c9b968eef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage Company',});m_c2a22577178380b307e9f12c9b968eef['infowindow'] = new google.maps.InfoWindow({content: $lc2a22577178380b307e9f12c9b968eef});var infowindow = new google.maps.InfoWindow({content: $lc2a22577178380b307e9f12c9b968eef});google.maps.event.addListener(m_c2a22577178380b307e9f12c9b968eef, 'click', function() {infowindow.open(map,m_c2a22577178380b307e9f12c9b968eef);});$marker.push(m_c2a22577178380b307e9f12c9b968eef);}});}google.maps.event.addDomListener(window, 'load', initialize);