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.9341,-93.4201)};var g_af4d3ce5d7a2e6955130f2b2720d0873 = new google.maps.Geocoder();g_af4d3ce5d7a2e6955130f2b2720d0873.geocode( { 'address': "1541 Minnesota 7 Service Rd, Hopkins, MN 55305, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hopkins-MN-peoples-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hopkins-MN-peoples-community-credit-union'), mapOptions);}document.getElementById('1719e0d8').innerHTML += ' | View Map';var $laf4d3ce5d7a2e6955130f2b2720d0873 = '

Peoples Community Credit Union

Address: 1541 Minnesota 7 Service Rd, Hopkins, MN 55305, USA
Phone: (952) 932-4499
';var m_af4d3ce5d7a2e6955130f2b2720d0873 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Community Credit Union',});m_af4d3ce5d7a2e6955130f2b2720d0873['infowindow'] = new google.maps.InfoWindow({content: $laf4d3ce5d7a2e6955130f2b2720d0873});var infowindow = new google.maps.InfoWindow({content: $laf4d3ce5d7a2e6955130f2b2720d0873});google.maps.event.addListener(m_af4d3ce5d7a2e6955130f2b2720d0873, 'click', function() {infowindow.open(map,m_af4d3ce5d7a2e6955130f2b2720d0873);});$marker.push(m_af4d3ce5d7a2e6955130f2b2720d0873);}});}google.maps.event.addDomListener(window, 'load', initialize);