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.6666,-117.115)};var g_236c54ede635cf37ca4d607c289ea506 = new google.maps.Geocoder();g_236c54ede635cf37ca4d607c289ea506.geocode( { 'address': "21601 E Country Vista Dr, Liberty Lake, WA 99019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('liberty-lake-WA-sterling-bank').style.display = '';map = new google.maps.Map(document.getElementById('liberty-lake-WA-sterling-bank'), mapOptions);}document.getElementById('2f7489a2').innerHTML += ' | View Map';var $l236c54ede635cf37ca4d607c289ea506 = '

Sterling Bank

Address: 21601 E Country Vista Dr, Liberty Lake, WA 99019, USA
Phone: (509) 892-1357
';var m_236c54ede635cf37ca4d607c289ea506 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sterling Bank',});m_236c54ede635cf37ca4d607c289ea506['infowindow'] = new google.maps.InfoWindow({content: $l236c54ede635cf37ca4d607c289ea506});var infowindow = new google.maps.InfoWindow({content: $l236c54ede635cf37ca4d607c289ea506});google.maps.event.addListener(m_236c54ede635cf37ca4d607c289ea506, 'click', function() {infowindow.open(map,m_236c54ede635cf37ca4d607c289ea506);});$marker.push(m_236c54ede635cf37ca4d607c289ea506);}});}google.maps.event.addDomListener(window, 'load', initialize);