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(44.8842,-93.0799)};var g_845a397982d976cfa937e254be5b6d1c = new google.maps.Geocoder();g_845a397982d976cfa937e254be5b6d1c.geocode( { 'address': "2060 S Robert St, St Paul, MN 55118, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-paul-MN-associated-bank').style.display = '';map = new google.maps.Map(document.getElementById('saint-paul-MN-associated-bank'), mapOptions);}document.getElementById('b5377cb2').innerHTML += ' | View Map';var $l845a397982d976cfa937e254be5b6d1c = '

Associated Bank

Address: 2060 S Robert St, St Paul, MN 55118, USA
Phone: (651) 306-1787
';var m_845a397982d976cfa937e254be5b6d1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associated Bank',});m_845a397982d976cfa937e254be5b6d1c['infowindow'] = new google.maps.InfoWindow({content: $l845a397982d976cfa937e254be5b6d1c});var infowindow = new google.maps.InfoWindow({content: $l845a397982d976cfa937e254be5b6d1c});google.maps.event.addListener(m_845a397982d976cfa937e254be5b6d1c, 'click', function() {infowindow.open(map,m_845a397982d976cfa937e254be5b6d1c);});$marker.push(m_845a397982d976cfa937e254be5b6d1c);}});}google.maps.event.addDomListener(window, 'load', initialize);