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_1e60e9a0cdf68820824a93bb3c055ec7 = new google.maps.Geocoder();g_1e60e9a0cdf68820824a93bb3c055ec7.geocode( { 'address': "3625 Talmage Cir, Saint Paul, MN 55110"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-paul-MN-cities-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saint-paul-MN-cities-credit-union'), mapOptions);}document.getElementById('11b1d796').innerHTML += ' | View Map';var $l1e60e9a0cdf68820824a93bb3c055ec7 = '

Cities Credit Union

Address: 3625 Talmage Cir, Saint Paul, MN 55110
Phone: (651) 426-3773
';var m_1e60e9a0cdf68820824a93bb3c055ec7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cities Credit Union',});m_1e60e9a0cdf68820824a93bb3c055ec7['infowindow'] = new google.maps.InfoWindow({content: $l1e60e9a0cdf68820824a93bb3c055ec7});var infowindow = new google.maps.InfoWindow({content: $l1e60e9a0cdf68820824a93bb3c055ec7});google.maps.event.addListener(m_1e60e9a0cdf68820824a93bb3c055ec7, 'click', function() {infowindow.open(map,m_1e60e9a0cdf68820824a93bb3c055ec7);});$marker.push(m_1e60e9a0cdf68820824a93bb3c055ec7);}});}google.maps.event.addDomListener(window, 'load', initialize);