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.2087,-121.863)};var g_bb7d3a72748d611cb54c1ef75828a46a = new google.maps.Geocoder();g_bb7d3a72748d611cb54c1ef75828a46a.geocode( { 'address': "1145 Cole St, Enumclaw, WA 98022"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enumclaw-WA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('enumclaw-WA-bank-of-america'), mapOptions);}document.getElementById('c2ddb88e').innerHTML += ' | View Map';var $lbb7d3a72748d611cb54c1ef75828a46a = '

Bank of America

Address: 1145 Cole St, Enumclaw, WA 98022
Phone: (360) 825-3541
';var m_bb7d3a72748d611cb54c1ef75828a46a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_bb7d3a72748d611cb54c1ef75828a46a['infowindow'] = new google.maps.InfoWindow({content: $lbb7d3a72748d611cb54c1ef75828a46a});var infowindow = new google.maps.InfoWindow({content: $lbb7d3a72748d611cb54c1ef75828a46a});google.maps.event.addListener(m_bb7d3a72748d611cb54c1ef75828a46a, 'click', function() {infowindow.open(map,m_bb7d3a72748d611cb54c1ef75828a46a);});$marker.push(m_bb7d3a72748d611cb54c1ef75828a46a);}});}google.maps.event.addDomListener(window, 'load', initialize);