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(47.5677,-122.634)};var g_44f2e2502a583effcea0a0fa61203035 = new google.maps.Geocoder();g_44f2e2502a583effcea0a0fa61203035.geocode( { 'address': "1000 6th St, Bremerton, WA 98337, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bremerton-WA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('bremerton-WA-bank-of-america-financial-center'), mapOptions);}document.getElementById('600667f2').innerHTML += ' | View Map';var $l44f2e2502a583effcea0a0fa61203035 = '

Bank of America Financial Center

Address: 1000 6th St, Bremerton, WA 98337, USA
Phone: (360) 478-6000
';var m_44f2e2502a583effcea0a0fa61203035 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_44f2e2502a583effcea0a0fa61203035['infowindow'] = new google.maps.InfoWindow({content: $l44f2e2502a583effcea0a0fa61203035});var infowindow = new google.maps.InfoWindow({content: $l44f2e2502a583effcea0a0fa61203035});google.maps.event.addListener(m_44f2e2502a583effcea0a0fa61203035, 'click', function() {infowindow.open(map,m_44f2e2502a583effcea0a0fa61203035);});$marker.push(m_44f2e2502a583effcea0a0fa61203035);}});}google.maps.event.addDomListener(window, 'load', initialize);