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(44.9668,-123.074)};var g_ac71e0079799a57cc6616312cbbbaf84 = new google.maps.Geocoder();g_ac71e0079799a57cc6616312cbbbaf84.geocode( { 'address': "2254 Wilmington Avenue Northwest, Salem, OR 97304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-OR-capitol-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('salem-OR-capitol-mortgage-company'), mapOptions);}document.getElementById('1a352818').innerHTML += ' | View Map';var $lac71e0079799a57cc6616312cbbbaf84 = '

Capitol Mortgage Company

Address: 2254 Wilmington Avenue Northwest, Salem, OR 97304, USA
Phone: (503) 588-9215
';var m_ac71e0079799a57cc6616312cbbbaf84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capitol Mortgage Company',});m_ac71e0079799a57cc6616312cbbbaf84['infowindow'] = new google.maps.InfoWindow({content: $lac71e0079799a57cc6616312cbbbaf84});var infowindow = new google.maps.InfoWindow({content: $lac71e0079799a57cc6616312cbbbaf84});google.maps.event.addListener(m_ac71e0079799a57cc6616312cbbbaf84, 'click', function() {infowindow.open(map,m_ac71e0079799a57cc6616312cbbbaf84);});$marker.push(m_ac71e0079799a57cc6616312cbbbaf84);}});}google.maps.event.addDomListener(window, 'load', initialize);