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(45.1686,-93.2308)};var g_c43a4681d17aeadc1d7c9907135f30b7 = new google.maps.Geocoder();g_c43a4681d17aeadc1d7c9907135f30b7.geocode( { 'address': "10930 Club W Pkwy NE, Blaine, MN 55449, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blaine-MN-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('blaine-MN-bank-of-the-west'), mapOptions);}document.getElementById('403a377e').innerHTML += ' | View Map';var $lc43a4681d17aeadc1d7c9907135f30b7 = '

Bank of the West

Address: 10930 Club W Pkwy NE, Blaine, MN 55449, USA
Phone: (763) 367-5063
';var m_c43a4681d17aeadc1d7c9907135f30b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_c43a4681d17aeadc1d7c9907135f30b7['infowindow'] = new google.maps.InfoWindow({content: $lc43a4681d17aeadc1d7c9907135f30b7});var infowindow = new google.maps.InfoWindow({content: $lc43a4681d17aeadc1d7c9907135f30b7});google.maps.event.addListener(m_c43a4681d17aeadc1d7c9907135f30b7, 'click', function() {infowindow.open(map,m_c43a4681d17aeadc1d7c9907135f30b7);});$marker.push(m_c43a4681d17aeadc1d7c9907135f30b7);}});}google.maps.event.addDomListener(window, 'load', initialize);