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.0293,-93.0189)};var g_dbdce683cf6ad302a65d631a16eb9e9c = new google.maps.Geocoder();g_dbdce683cf6ad302a65d631a16eb9e9c.geocode( { 'address': "2945 White Bear AVE N, Maplewood, MN 55109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maplewood-MN-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('maplewood-MN-wells-fargo-bank'), mapOptions);}document.getElementById('705eb775').innerHTML += ' | View Map';var $ldbdce683cf6ad302a65d631a16eb9e9c = '

Wells Fargo Bank

Address: 2945 White Bear AVE N, Maplewood, MN 55109, USA
Phone: (651) 205-8891
';var m_dbdce683cf6ad302a65d631a16eb9e9c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_dbdce683cf6ad302a65d631a16eb9e9c['infowindow'] = new google.maps.InfoWindow({content: $ldbdce683cf6ad302a65d631a16eb9e9c});var infowindow = new google.maps.InfoWindow({content: $ldbdce683cf6ad302a65d631a16eb9e9c});google.maps.event.addListener(m_dbdce683cf6ad302a65d631a16eb9e9c, 'click', function() {infowindow.open(map,m_dbdce683cf6ad302a65d631a16eb9e9c);});$marker.push(m_dbdce683cf6ad302a65d631a16eb9e9c);}});}google.maps.event.addDomListener(window, 'load', initialize);