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(45.2096,-123.218)};var g_36aa350f4c2524247cbd9ade50a6ed00 = new google.maps.Geocoder();g_36aa350f4c2524247cbd9ade50a6ed00.geocode( { 'address': "1650 NE Highway 99w, McMinnville, OR 97128"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcminnville-OR-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('mcminnville-OR-bank-of-america'), mapOptions);}document.getElementById('5abbb095').innerHTML += ' | View Map';var $l36aa350f4c2524247cbd9ade50a6ed00 = '

Bank of America

Address: 1650 NE Highway 99w, McMinnville, OR 97128
Phone: (503) 472-9303
';var m_36aa350f4c2524247cbd9ade50a6ed00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_36aa350f4c2524247cbd9ade50a6ed00['infowindow'] = new google.maps.InfoWindow({content: $l36aa350f4c2524247cbd9ade50a6ed00});var infowindow = new google.maps.InfoWindow({content: $l36aa350f4c2524247cbd9ade50a6ed00});google.maps.event.addListener(m_36aa350f4c2524247cbd9ade50a6ed00, 'click', function() {infowindow.open(map,m_36aa350f4c2524247cbd9ade50a6ed00);});$marker.push(m_36aa350f4c2524247cbd9ade50a6ed00);}});}google.maps.event.addDomListener(window, 'load', initialize);