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.5404,-123.364)};var g_1275f65e9bb3ef27470c3c3b817233ef = new google.maps.Geocoder();g_1275f65e9bb3ef27470c3c3b817233ef.geocode( { 'address': "1507 Main St, Philomath, OR 97370, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philomath-OR-atm-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('philomath-OR-atm-wells-fargo-bank'), mapOptions);}document.getElementById('bea2b2a5').innerHTML += ' | View Map';var $l1275f65e9bb3ef27470c3c3b817233ef = '

ATM (Wells Fargo Bank)

Address: 1507 Main St, Philomath, OR 97370, USA
Phone: (541) 929-2303
';var m_1275f65e9bb3ef27470c3c3b817233ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Wells Fargo Bank)',});m_1275f65e9bb3ef27470c3c3b817233ef['infowindow'] = new google.maps.InfoWindow({content: $l1275f65e9bb3ef27470c3c3b817233ef});var infowindow = new google.maps.InfoWindow({content: $l1275f65e9bb3ef27470c3c3b817233ef});google.maps.event.addListener(m_1275f65e9bb3ef27470c3c3b817233ef, 'click', function() {infowindow.open(map,m_1275f65e9bb3ef27470c3c3b817233ef);});$marker.push(m_1275f65e9bb3ef27470c3c3b817233ef);}});}google.maps.event.addDomListener(window, 'load', initialize);