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(43.7842,-123.058)};var g_f920f9d2c5e7ae3befa151a32244b6cc = new google.maps.Geocoder();g_f920f9d2c5e7ae3befa151a32244b6cc.geocode( { 'address': "750 E Main St, Cottage Grove, OR 97424"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cottage-grove-OR-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('cottage-grove-OR-bank-of-america'), mapOptions);}document.getElementById('2c0aba8c').innerHTML += ' | View Map';var $lf920f9d2c5e7ae3befa151a32244b6cc = '

Bank of America

Address: 750 E Main St, Cottage Grove, OR 97424
Phone: (541) 942-9162
';var m_f920f9d2c5e7ae3befa151a32244b6cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_f920f9d2c5e7ae3befa151a32244b6cc['infowindow'] = new google.maps.InfoWindow({content: $lf920f9d2c5e7ae3befa151a32244b6cc});var infowindow = new google.maps.InfoWindow({content: $lf920f9d2c5e7ae3befa151a32244b6cc});google.maps.event.addListener(m_f920f9d2c5e7ae3befa151a32244b6cc, 'click', function() {infowindow.open(map,m_f920f9d2c5e7ae3befa151a32244b6cc);});$marker.push(m_f920f9d2c5e7ae3befa151a32244b6cc);}});}google.maps.event.addDomListener(window, 'load', initialize);