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.9071,-122.309)};var g_6b4bdbf0cb26f03c220023aa46c75adb = new google.maps.Geocoder();g_6b4bdbf0cb26f03c220023aa46c75adb.geocode( { 'address': "3800 Harbour Pointe Blvd SW, Mukilteo, WA 98275"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mukilteo-WA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('mukilteo-WA-bank-of-america'), mapOptions);}document.getElementById('074a91f3').innerHTML += ' | View Map';var $l6b4bdbf0cb26f03c220023aa46c75adb = '

Bank of America

Address: 3800 Harbour Pointe Blvd SW, Mukilteo, WA 98275
Phone: (425) 355-0116
';var m_6b4bdbf0cb26f03c220023aa46c75adb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_6b4bdbf0cb26f03c220023aa46c75adb['infowindow'] = new google.maps.InfoWindow({content: $l6b4bdbf0cb26f03c220023aa46c75adb});var infowindow = new google.maps.InfoWindow({content: $l6b4bdbf0cb26f03c220023aa46c75adb});google.maps.event.addListener(m_6b4bdbf0cb26f03c220023aa46c75adb, 'click', function() {infowindow.open(map,m_6b4bdbf0cb26f03c220023aa46c75adb);});$marker.push(m_6b4bdbf0cb26f03c220023aa46c75adb);}});}google.maps.event.addDomListener(window, 'load', initialize);