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.5343,-122.609)};var g_70f69db9eff39d788fc5c899189f1b89 = new google.maps.Geocoder();g_70f69db9eff39d788fc5c899189f1b89.geocode( { 'address': "1497 Olney Ave SE, Port Orchard, WA 98366, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-orchard-WA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('port-orchard-WA-bank-of-america-financial-center'), mapOptions);}document.getElementById('ac8e1b5e').innerHTML += ' | View Map';var $l70f69db9eff39d788fc5c899189f1b89 = '

Bank of America Financial Center

Address: 1497 Olney Ave SE, Port Orchard, WA 98366, USA
Phone: (360) 876-4471
';var m_70f69db9eff39d788fc5c899189f1b89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_70f69db9eff39d788fc5c899189f1b89['infowindow'] = new google.maps.InfoWindow({content: $l70f69db9eff39d788fc5c899189f1b89});var infowindow = new google.maps.InfoWindow({content: $l70f69db9eff39d788fc5c899189f1b89});google.maps.event.addListener(m_70f69db9eff39d788fc5c899189f1b89, 'click', function() {infowindow.open(map,m_70f69db9eff39d788fc5c899189f1b89);});$marker.push(m_70f69db9eff39d788fc5c899189f1b89);}});}google.maps.event.addDomListener(window, 'load', initialize);