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(46.5694,-123.298)};var g_61818347c4c155226ff1b13d023c74b3 = new google.maps.Geocoder();g_61818347c4c155226ff1b13d023c74b3.geocode( { 'address': "118 N Main St, Pe Ell, WA 98572, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pe-ell-WA-security-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('pe-ell-WA-security-state-bank'), mapOptions);}document.getElementById('a27ee5dd').innerHTML += ' | View Map';var $l61818347c4c155226ff1b13d023c74b3 = '

Security State Bank

Address: 118 N Main St, Pe Ell, WA 98572, USA
Phone: (360) 291-2888
';var m_61818347c4c155226ff1b13d023c74b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security State Bank',});m_61818347c4c155226ff1b13d023c74b3['infowindow'] = new google.maps.InfoWindow({content: $l61818347c4c155226ff1b13d023c74b3});var infowindow = new google.maps.InfoWindow({content: $l61818347c4c155226ff1b13d023c74b3});google.maps.event.addListener(m_61818347c4c155226ff1b13d023c74b3, 'click', function() {infowindow.open(map,m_61818347c4c155226ff1b13d023c74b3);});$marker.push(m_61818347c4c155226ff1b13d023c74b3);}});}google.maps.event.addDomListener(window, 'load', initialize);