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.0853,-123.039)};var g_5c0c3007f1af27e1191082e12a27b0b8 = new google.maps.Geocoder();g_5c0c3007f1af27e1191082e12a27b0b8.geocode( { 'address': "850 Beltline Rd, Springfield, OR 97477, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-OR-register-guard-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('springfield-OR-register-guard-federal-credit-union'), mapOptions);}document.getElementById('35a2ff9b').innerHTML += ' | View Map';var $l5c0c3007f1af27e1191082e12a27b0b8 = '

Register-Guard Federal Credit Union

Address: 850 Beltline Rd, Springfield, OR 97477, USA
Phone: (541) 988-9059
';var m_5c0c3007f1af27e1191082e12a27b0b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Register-Guard Federal Credit Union',});m_5c0c3007f1af27e1191082e12a27b0b8['infowindow'] = new google.maps.InfoWindow({content: $l5c0c3007f1af27e1191082e12a27b0b8});var infowindow = new google.maps.InfoWindow({content: $l5c0c3007f1af27e1191082e12a27b0b8});google.maps.event.addListener(m_5c0c3007f1af27e1191082e12a27b0b8, 'click', function() {infowindow.open(map,m_5c0c3007f1af27e1191082e12a27b0b8);});$marker.push(m_5c0c3007f1af27e1191082e12a27b0b8);}});}google.maps.event.addDomListener(window, 'load', initialize);