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.1958,-123.253)};var g_9a97324fd1f4bd4a343b237fdc3a170f = new google.maps.Geocoder();g_9a97324fd1f4bd4a343b237fdc3a170f.geocode( { 'address': "955 Ivy St, Junction City, OR 97448"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('junction-city-OR-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('junction-city-OR-citizens-bank'), mapOptions);}document.getElementById('b8faa192').innerHTML += ' | View Map';var $l9a97324fd1f4bd4a343b237fdc3a170f = '

Citizens Bank

Address: 955 Ivy St, Junction City, OR 97448
Phone: (541) 998-8734
';var m_9a97324fd1f4bd4a343b237fdc3a170f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_9a97324fd1f4bd4a343b237fdc3a170f['infowindow'] = new google.maps.InfoWindow({content: $l9a97324fd1f4bd4a343b237fdc3a170f});var infowindow = new google.maps.InfoWindow({content: $l9a97324fd1f4bd4a343b237fdc3a170f});google.maps.event.addListener(m_9a97324fd1f4bd4a343b237fdc3a170f, 'click', function() {infowindow.open(map,m_9a97324fd1f4bd4a343b237fdc3a170f);});$marker.push(m_9a97324fd1f4bd4a343b237fdc3a170f);}});}google.maps.event.addDomListener(window, 'load', initialize);