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.2426,-122.356)};var g_b47bb3d1b2ef3da9702a1bdc3b74b79b = new google.maps.Geocoder();g_b47bb3d1b2ef3da9702a1bdc3b74b79b.geocode( { 'address': "5580 Pacific Hwy E, Fife, WA 98424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fife-WA-us-bank-atm---fife').style.display = '';map = new google.maps.Map(document.getElementById('fife-WA-us-bank-atm---fife'), mapOptions);}document.getElementById('56cf8c87').innerHTML += ' | View Map';var $lb47bb3d1b2ef3da9702a1bdc3b74b79b = '

U.S. Bank ATM - Fife

Address: 5580 Pacific Hwy E, Fife, WA 98424, USA
Phone: (800) 872-2657
';var m_b47bb3d1b2ef3da9702a1bdc3b74b79b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Fife',});m_b47bb3d1b2ef3da9702a1bdc3b74b79b['infowindow'] = new google.maps.InfoWindow({content: $lb47bb3d1b2ef3da9702a1bdc3b74b79b});var infowindow = new google.maps.InfoWindow({content: $lb47bb3d1b2ef3da9702a1bdc3b74b79b});google.maps.event.addListener(m_b47bb3d1b2ef3da9702a1bdc3b74b79b, 'click', function() {infowindow.open(map,m_b47bb3d1b2ef3da9702a1bdc3b74b79b);});$marker.push(m_b47bb3d1b2ef3da9702a1bdc3b74b79b);}});}google.maps.event.addDomListener(window, 'load', initialize);