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.0447,-121.31)};var g_29a5441a7b97a5938b0b7c7341600996 = new google.maps.Geocoder();g_29a5441a7b97a5938b0b7c7341600996.geocode( { 'address': "500 SW Bond St, Bend, OR 97702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bend-OR-shore-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('bend-OR-shore-mortgage'), mapOptions);}document.getElementById('9138d5da').innerHTML += ' | View Map';var $l29a5441a7b97a5938b0b7c7341600996 = '

Shore Mortgage

Address: 500 SW Bond St, Bend, OR 97702, USA
Phone: (541) 368-4402
';var m_29a5441a7b97a5938b0b7c7341600996 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shore Mortgage',});m_29a5441a7b97a5938b0b7c7341600996['infowindow'] = new google.maps.InfoWindow({content: $l29a5441a7b97a5938b0b7c7341600996});var infowindow = new google.maps.InfoWindow({content: $l29a5441a7b97a5938b0b7c7341600996});google.maps.event.addListener(m_29a5441a7b97a5938b0b7c7341600996, 'click', function() {infowindow.open(map,m_29a5441a7b97a5938b0b7c7341600996);});$marker.push(m_29a5441a7b97a5938b0b7c7341600996);}});}google.maps.event.addDomListener(window, 'load', initialize);