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.0089,-124.036)};var g_5716f30f8bfc19a2b7798c995da6401c = new google.maps.Geocoder();g_5716f30f8bfc19a2b7798c995da6401c.geocode( { 'address': "1355 Highway 101, Florence, OR 97439"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-OR-oregon-pacific-banking').style.display = '';map = new google.maps.Map(document.getElementById('florence-OR-oregon-pacific-banking'), mapOptions);}document.getElementById('84476a16').innerHTML += ' | View Map';var $l5716f30f8bfc19a2b7798c995da6401c = '

Oregon Pacific Banking

Address: 1355 Highway 101, Florence, OR 97439
Phone: (541) 997-7121
';var m_5716f30f8bfc19a2b7798c995da6401c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oregon Pacific Banking',});m_5716f30f8bfc19a2b7798c995da6401c['infowindow'] = new google.maps.InfoWindow({content: $l5716f30f8bfc19a2b7798c995da6401c});var infowindow = new google.maps.InfoWindow({content: $l5716f30f8bfc19a2b7798c995da6401c});google.maps.event.addListener(m_5716f30f8bfc19a2b7798c995da6401c, 'click', function() {infowindow.open(map,m_5716f30f8bfc19a2b7798c995da6401c);});$marker.push(m_5716f30f8bfc19a2b7798c995da6401c);}});}google.maps.event.addDomListener(window, 'load', initialize);