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.0472,-121.327)};var g_804741413d7fe0e515b19a7ffc7b3027 = new google.maps.Geocoder();g_804741413d7fe0e515b19a7ffc7b3027.geocode( { 'address': "300 SW Columbia St #104, Bend, OR 97702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bend-OR-south-pacific-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('bend-OR-south-pacific-financial-corporation'), mapOptions);}document.getElementById('9d97d4ee').innerHTML += ' | View Map';var $l804741413d7fe0e515b19a7ffc7b3027 = '

South Pacific Financial Corporation

Address: 300 SW Columbia St #104, Bend, OR 97702, USA
Phone:
';var m_804741413d7fe0e515b19a7ffc7b3027 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Pacific Financial Corporation',});m_804741413d7fe0e515b19a7ffc7b3027['infowindow'] = new google.maps.InfoWindow({content: $l804741413d7fe0e515b19a7ffc7b3027});var infowindow = new google.maps.InfoWindow({content: $l804741413d7fe0e515b19a7ffc7b3027});google.maps.event.addListener(m_804741413d7fe0e515b19a7ffc7b3027, 'click', function() {infowindow.open(map,m_804741413d7fe0e515b19a7ffc7b3027);});$marker.push(m_804741413d7fe0e515b19a7ffc7b3027);}});}google.maps.event.addDomListener(window, 'load', initialize);