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.5894,-123.119)};var g_4719ee970b6fd01475c4b40251736967 = new google.maps.Geocoder();g_4719ee970b6fd01475c4b40251736967.geocode( { 'address': "6500 Pacific Blvd SW, Albany, OR 97321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-OR-small-business-development-center--lbcc').style.display = '';map = new google.maps.Map(document.getElementById('albany-OR-small-business-development-center--lbcc'), mapOptions);}document.getElementById('637e8ed2').innerHTML += ' | View Map';var $l4719ee970b6fd01475c4b40251736967 = '

Small Business Development Center -LBCC

Address: 6500 Pacific Blvd SW, Albany, OR 97321, USA
Phone: (541) 917-4929
';var m_4719ee970b6fd01475c4b40251736967 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Small Business Development Center -LBCC',});m_4719ee970b6fd01475c4b40251736967['infowindow'] = new google.maps.InfoWindow({content: $l4719ee970b6fd01475c4b40251736967});var infowindow = new google.maps.InfoWindow({content: $l4719ee970b6fd01475c4b40251736967});google.maps.event.addListener(m_4719ee970b6fd01475c4b40251736967, 'click', function() {infowindow.open(map,m_4719ee970b6fd01475c4b40251736967);});$marker.push(m_4719ee970b6fd01475c4b40251736967);}});}google.maps.event.addDomListener(window, 'load', initialize);