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.9622,-123.953)};var g_ca38ab71111cdaaf785c2042f9144106 = new google.maps.Geocoder();g_ca38ab71111cdaaf785c2042f9144106.geocode( { 'address': "1931 NW U.S. 101, Lincoln City, OR 97367"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincoln-city-OR-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('lincoln-city-OR-bank-of-america'), mapOptions);}document.getElementById('cbe2f637').innerHTML += ' | View Map';var $lca38ab71111cdaaf785c2042f9144106 = '

Bank of America

Address: 1931 NW U.S. 101, Lincoln City, OR 97367
Phone: (541) 994-2161
';var m_ca38ab71111cdaaf785c2042f9144106 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_ca38ab71111cdaaf785c2042f9144106['infowindow'] = new google.maps.InfoWindow({content: $lca38ab71111cdaaf785c2042f9144106});var infowindow = new google.maps.InfoWindow({content: $lca38ab71111cdaaf785c2042f9144106});google.maps.event.addListener(m_ca38ab71111cdaaf785c2042f9144106, 'click', function() {infowindow.open(map,m_ca38ab71111cdaaf785c2042f9144106);});$marker.push(m_ca38ab71111cdaaf785c2042f9144106);}});}google.maps.event.addDomListener(window, 'load', initialize);