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.0542,-121.271)};var g_14f9518c8b937874621f29425161acec = new google.maps.Geocoder();g_14f9518c8b937874621f29425161acec.geocode( { 'address': "62080 Dean Swift Rd #180, Bend, OR 97701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bend-OR-first-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bend-OR-first-community-credit-union'), mapOptions);}document.getElementById('3289fe40').innerHTML += ' | View Map';var $l14f9518c8b937874621f29425161acec = '

First Community Credit Union

Address: 62080 Dean Swift Rd #180, Bend, OR 97701, USA
Phone: (541) 382-7280
';var m_14f9518c8b937874621f29425161acec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Credit Union',});m_14f9518c8b937874621f29425161acec['infowindow'] = new google.maps.InfoWindow({content: $l14f9518c8b937874621f29425161acec});var infowindow = new google.maps.InfoWindow({content: $l14f9518c8b937874621f29425161acec});google.maps.event.addListener(m_14f9518c8b937874621f29425161acec, 'click', function() {infowindow.open(map,m_14f9518c8b937874621f29425161acec);});$marker.push(m_14f9518c8b937874621f29425161acec);}});}google.maps.event.addDomListener(window, 'load', initialize);