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.3068,-122.261)};var g_56f9e53c06985234d40a35145c1a919e = new google.maps.Geocoder();g_56f9e53c06985234d40a35145c1a919e.geocode( { 'address': "18 Auburn Way N, Auburn, WA 98002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-WA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('auburn-WA-bank-of-america'), mapOptions);}document.getElementById('30302d6f').innerHTML += ' | View Map';var $l56f9e53c06985234d40a35145c1a919e = '

Bank of America

Address: 18 Auburn Way N, Auburn, WA 98002
Phone: (253) 833-5310
';var m_56f9e53c06985234d40a35145c1a919e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_56f9e53c06985234d40a35145c1a919e['infowindow'] = new google.maps.InfoWindow({content: $l56f9e53c06985234d40a35145c1a919e});var infowindow = new google.maps.InfoWindow({content: $l56f9e53c06985234d40a35145c1a919e});google.maps.event.addListener(m_56f9e53c06985234d40a35145c1a919e, 'click', function() {infowindow.open(map,m_56f9e53c06985234d40a35145c1a919e);});$marker.push(m_56f9e53c06985234d40a35145c1a919e);}});}google.maps.event.addDomListener(window, 'load', initialize);