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()};var g_7f22f2ce01a1d2ec3cb03a27a0db321f = new google.maps.Geocoder();g_7f22f2ce01a1d2ec3cb03a27a0db321f.geocode( { 'address': "3245 Vicksburg Ln North, Plymouth, MN 55447"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plymouth-MN-bmo-harris-bank').style.display = '';map = new google.maps.Map(document.getElementById('plymouth-MN-bmo-harris-bank'), mapOptions);}document.getElementById('b3eb1d47').innerHTML += ' | View Map';var $l7f22f2ce01a1d2ec3cb03a27a0db321f = '

BMO Harris Bank

Address: 3245 Vicksburg Ln North, Plymouth, MN 55447
Phone: (763) 383-9830
';var m_7f22f2ce01a1d2ec3cb03a27a0db321f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank',});m_7f22f2ce01a1d2ec3cb03a27a0db321f['infowindow'] = new google.maps.InfoWindow({content: $l7f22f2ce01a1d2ec3cb03a27a0db321f});var infowindow = new google.maps.InfoWindow({content: $l7f22f2ce01a1d2ec3cb03a27a0db321f});google.maps.event.addListener(m_7f22f2ce01a1d2ec3cb03a27a0db321f, 'click', function() {infowindow.open(map,m_7f22f2ce01a1d2ec3cb03a27a0db321f);});$marker.push(m_7f22f2ce01a1d2ec3cb03a27a0db321f);}});}google.maps.event.addDomListener(window, 'load', initialize);