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.1819)};var g_8078053578534ea0b5914870c6b87f5e = new google.maps.Geocoder();g_8078053578534ea0b5914870c6b87f5e.geocode( { 'address': "2025 Larpenteur Ave W, Falcon Heights, MN 55113, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('falcon-heights-MN-spire-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('falcon-heights-MN-spire-credit-union'), mapOptions);}document.getElementById('e3aaabed').innerHTML += ' | View Map';var $l8078053578534ea0b5914870c6b87f5e = '

SPIRE CREDIT UNION

Address: 2025 Larpenteur Ave W, Falcon Heights, MN 55113, USA
Phone: (651) 215-3500
';var m_8078053578534ea0b5914870c6b87f5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SPIRE CREDIT UNION',});m_8078053578534ea0b5914870c6b87f5e['infowindow'] = new google.maps.InfoWindow({content: $l8078053578534ea0b5914870c6b87f5e});var infowindow = new google.maps.InfoWindow({content: $l8078053578534ea0b5914870c6b87f5e});google.maps.event.addListener(m_8078053578534ea0b5914870c6b87f5e, 'click', function() {infowindow.open(map,m_8078053578534ea0b5914870c6b87f5e);});$marker.push(m_8078053578534ea0b5914870c6b87f5e);}});}google.maps.event.addDomListener(window, 'load', initialize);