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_f16b13b3359057a94cf81141192707bd = new google.maps.Geocoder();g_f16b13b3359057a94cf81141192707bd.geocode( { 'address': "2730 Snelling Ave N, Roseville, MN 55113"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roseville-MN-affinity-plus-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('roseville-MN-affinity-plus-federal-credit-union'), mapOptions);}document.getElementById('e407906b').innerHTML += ' | View Map';var $lf16b13b3359057a94cf81141192707bd = '

Affinity Plus Federal Credit Union

Address: 2730 Snelling Ave N, Roseville, MN 55113
Phone: (651) 312-9690
';var m_f16b13b3359057a94cf81141192707bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affinity Plus Federal Credit Union',});m_f16b13b3359057a94cf81141192707bd['infowindow'] = new google.maps.InfoWindow({content: $lf16b13b3359057a94cf81141192707bd});var infowindow = new google.maps.InfoWindow({content: $lf16b13b3359057a94cf81141192707bd});google.maps.event.addListener(m_f16b13b3359057a94cf81141192707bd, 'click', function() {infowindow.open(map,m_f16b13b3359057a94cf81141192707bd);});$marker.push(m_f16b13b3359057a94cf81141192707bd);}});}google.maps.event.addDomListener(window, 'load', initialize);