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.9721,-93.0827)};var g_72db86e4c73b9fabb4810562b236488e = new google.maps.Geocoder();g_72db86e4c73b9fabb4810562b236488e.geocode( { 'address': "7035 10th St N, Saint Paul, MN 55128"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-paul-MN-citizen-s-community-federal').style.display = '';map = new google.maps.Map(document.getElementById('saint-paul-MN-citizen-s-community-federal'), mapOptions);}document.getElementById('37cc9683').innerHTML += ' | View Map';var $l72db86e4c73b9fabb4810562b236488e = '

Citizen's Community Federal

Address: 7035 10th St N, Saint Paul, MN 55128
Phone: (651) 578-0509
';var m_72db86e4c73b9fabb4810562b236488e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizen's Community Federal',});m_72db86e4c73b9fabb4810562b236488e['infowindow'] = new google.maps.InfoWindow({content: $l72db86e4c73b9fabb4810562b236488e});var infowindow = new google.maps.InfoWindow({content: $l72db86e4c73b9fabb4810562b236488e});google.maps.event.addListener(m_72db86e4c73b9fabb4810562b236488e, 'click', function() {infowindow.open(map,m_72db86e4c73b9fabb4810562b236488e);});$marker.push(m_72db86e4c73b9fabb4810562b236488e);}});}google.maps.event.addDomListener(window, 'load', initialize);