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(42.0551,-124.291)};var g_33f310507cba3f92ef26e1a311998f5d = new google.maps.Geocoder();g_33f310507cba3f92ef26e1a311998f5d.geocode( { 'address': "937 Chetco Ave, Brookings, OR 97415, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brookings-OR-baywest-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('brookings-OR-baywest-mortgage-company'), mapOptions);}document.getElementById('a255c50b').innerHTML += ' | View Map';var $l33f310507cba3f92ef26e1a311998f5d = '

BayWest Mortgage Company

Address: 937 Chetco Ave, Brookings, OR 97415, USA
Phone: (541) 412-2742
';var m_33f310507cba3f92ef26e1a311998f5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BayWest Mortgage Company',});m_33f310507cba3f92ef26e1a311998f5d['infowindow'] = new google.maps.InfoWindow({content: $l33f310507cba3f92ef26e1a311998f5d});var infowindow = new google.maps.InfoWindow({content: $l33f310507cba3f92ef26e1a311998f5d});google.maps.event.addListener(m_33f310507cba3f92ef26e1a311998f5d, 'click', function() {infowindow.open(map,m_33f310507cba3f92ef26e1a311998f5d);});$marker.push(m_33f310507cba3f92ef26e1a311998f5d);}});}google.maps.event.addDomListener(window, 'load', initialize);