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.0464,-123.023)};var g_eb6132747baf08ee8b656b7f4326b734 = new google.maps.Geocoder();g_eb6132747baf08ee8b656b7f4326b734.geocode( { 'address': "212 Main St, Springfield, OR 97477, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-OR-community-lendingworks').style.display = '';map = new google.maps.Map(document.getElementById('springfield-OR-community-lendingworks'), mapOptions);}document.getElementById('727cea67').innerHTML += ' | View Map';var $leb6132747baf08ee8b656b7f4326b734 = '

Community LendingWorks

Address: 212 Main St, Springfield, OR 97477, USA
Phone: (541) 345-7106
';var m_eb6132747baf08ee8b656b7f4326b734 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community LendingWorks',});m_eb6132747baf08ee8b656b7f4326b734['infowindow'] = new google.maps.InfoWindow({content: $leb6132747baf08ee8b656b7f4326b734});var infowindow = new google.maps.InfoWindow({content: $leb6132747baf08ee8b656b7f4326b734});google.maps.event.addListener(m_eb6132747baf08ee8b656b7f4326b734, 'click', function() {infowindow.open(map,m_eb6132747baf08ee8b656b7f4326b734);});$marker.push(m_eb6132747baf08ee8b656b7f4326b734);}});}google.maps.event.addDomListener(window, 'load', initialize);