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.9929,-93.1821)};var g_586797d18bb5ff490fc351d393c7f898 = new google.maps.Geocoder();g_586797d18bb5ff490fc351d393c7f898.geocode( { 'address': "2025 Larpenteur Ave W, St Paul, MN 55113, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-paul-MN-spire-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('saint-paul-MN-spire-credit-union-atm'), mapOptions);}document.getElementById('8dcf2c37').innerHTML += ' | View Map';var $l586797d18bb5ff490fc351d393c7f898 = '

Spire Credit Union ATM

Address: 2025 Larpenteur Ave W, St Paul, MN 55113, USA
Phone: (651) 215-3500
';var m_586797d18bb5ff490fc351d393c7f898 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Spire Credit Union ATM',});m_586797d18bb5ff490fc351d393c7f898['infowindow'] = new google.maps.InfoWindow({content: $l586797d18bb5ff490fc351d393c7f898});var infowindow = new google.maps.InfoWindow({content: $l586797d18bb5ff490fc351d393c7f898});google.maps.event.addListener(m_586797d18bb5ff490fc351d393c7f898, 'click', function() {infowindow.open(map,m_586797d18bb5ff490fc351d393c7f898);});$marker.push(m_586797d18bb5ff490fc351d393c7f898);}});}google.maps.event.addDomListener(window, 'load', initialize);