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.2435,-122.359)};var g_7998761305c5da41589e067501763326 = new google.maps.Geocoder();g_7998761305c5da41589e067501763326.geocode( { 'address': "5209 Pacific Hwy E, Fife, WA 98424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fife-WA-fife-commercial-bank').style.display = '';map = new google.maps.Map(document.getElementById('fife-WA-fife-commercial-bank'), mapOptions);}document.getElementById('79993d4e').innerHTML += ' | View Map';var $l7998761305c5da41589e067501763326 = '

Fife Commercial Bank

Address: 5209 Pacific Hwy E, Fife, WA 98424, USA
Phone: (253) 922-5100
';var m_7998761305c5da41589e067501763326 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fife Commercial Bank',});m_7998761305c5da41589e067501763326['infowindow'] = new google.maps.InfoWindow({content: $l7998761305c5da41589e067501763326});var infowindow = new google.maps.InfoWindow({content: $l7998761305c5da41589e067501763326});google.maps.event.addListener(m_7998761305c5da41589e067501763326, 'click', function() {infowindow.open(map,m_7998761305c5da41589e067501763326);});$marker.push(m_7998761305c5da41589e067501763326);}});}google.maps.event.addDomListener(window, 'load', initialize);