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.98,-123.026)};var g_57768606c3164d03a9f2fd033a9895ee = new google.maps.Geocoder();g_57768606c3164d03a9f2fd033a9895ee.geocode( { 'address': "3700 River Rd N # 7, Keizer, OR 97303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('keizer-OR-acctcorp-international-of-salem').style.display = '';map = new google.maps.Map(document.getElementById('keizer-OR-acctcorp-international-of-salem'), mapOptions);}document.getElementById('f10204bb').innerHTML += ' | View Map';var $l57768606c3164d03a9f2fd033a9895ee = '

Acctcorp International of Salem

Address: 3700 River Rd N # 7, Keizer, OR 97303, USA
Phone: (503) 393-8228
';var m_57768606c3164d03a9f2fd033a9895ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Acctcorp International of Salem',});m_57768606c3164d03a9f2fd033a9895ee['infowindow'] = new google.maps.InfoWindow({content: $l57768606c3164d03a9f2fd033a9895ee});var infowindow = new google.maps.InfoWindow({content: $l57768606c3164d03a9f2fd033a9895ee});google.maps.event.addListener(m_57768606c3164d03a9f2fd033a9895ee, 'click', function() {infowindow.open(map,m_57768606c3164d03a9f2fd033a9895ee);});$marker.push(m_57768606c3164d03a9f2fd033a9895ee);}});}google.maps.event.addDomListener(window, 'load', initialize);