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(48.4757,-122.331)};var g_85f7867c9852f8ba6f78b1a565934266 = new google.maps.Geocoder();g_85f7867c9852f8ba6f78b1a565934266.geocode( { 'address': "323 E Fairhaven Ave, Burlington, WA 98233, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-WA-skagit-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('burlington-WA-skagit-state-bank'), mapOptions);}document.getElementById('1a52ee21').innerHTML += ' | View Map';var $l85f7867c9852f8ba6f78b1a565934266 = '

Skagit State Bank

Address: 323 E Fairhaven Ave, Burlington, WA 98233, USA
Phone: (360) 755-9311
';var m_85f7867c9852f8ba6f78b1a565934266 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Skagit State Bank',});m_85f7867c9852f8ba6f78b1a565934266['infowindow'] = new google.maps.InfoWindow({content: $l85f7867c9852f8ba6f78b1a565934266});var infowindow = new google.maps.InfoWindow({content: $l85f7867c9852f8ba6f78b1a565934266});google.maps.event.addListener(m_85f7867c9852f8ba6f78b1a565934266, 'click', function() {infowindow.open(map,m_85f7867c9852f8ba6f78b1a565934266);});$marker.push(m_85f7867c9852f8ba6f78b1a565934266);}});}google.maps.event.addDomListener(window, 'load', initialize);