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.2427,-122.368)};var g_462347d95923532d61cdd2d0c48d6129 = new google.maps.Geocoder();g_462347d95923532d61cdd2d0c48d6129.geocode( { 'address': "4500 Pacific Hwy E, #E, Fife, WA 98424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fife-WA-checkmate').style.display = '';map = new google.maps.Map(document.getElementById('fife-WA-checkmate'), mapOptions);}document.getElementById('077f8aba').innerHTML += ' | View Map';var $l462347d95923532d61cdd2d0c48d6129 = '

Checkmate

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