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.2547,-93.2405)};var g_1fcee5e040cf2cb786883eb2afd6f47f = new google.maps.Geocoder();g_1fcee5e040cf2cb786883eb2afd6f47f.geocode( { 'address': "1441 Bunker Lake Blvd Ne, Andover, MN 55304"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('andover-MN-community-pride-bank').style.display = '';map = new google.maps.Map(document.getElementById('andover-MN-community-pride-bank'), mapOptions);}document.getElementById('cff1b173').innerHTML += ' | View Map';var $l1fcee5e040cf2cb786883eb2afd6f47f = '

Community Pride Bank

Address: 1441 Bunker Lake Blvd Ne, Andover, MN 55304
Phone: (763) 862-6500
';var m_1fcee5e040cf2cb786883eb2afd6f47f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Pride Bank',});m_1fcee5e040cf2cb786883eb2afd6f47f['infowindow'] = new google.maps.InfoWindow({content: $l1fcee5e040cf2cb786883eb2afd6f47f});var infowindow = new google.maps.InfoWindow({content: $l1fcee5e040cf2cb786883eb2afd6f47f});google.maps.event.addListener(m_1fcee5e040cf2cb786883eb2afd6f47f, 'click', function() {infowindow.open(map,m_1fcee5e040cf2cb786883eb2afd6f47f);});$marker.push(m_1fcee5e040cf2cb786883eb2afd6f47f);}});}google.maps.event.addDomListener(window, 'load', initialize);