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(45.8189,-92.9701)};var g_f8df4f9b415c06545a304ec3bb44141c = new google.maps.Geocoder();g_f8df4f9b415c06545a304ec3bb44141c.geocode( { 'address': "900 Main St S, Pine City, MN 55063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pine-city-MN-spire-credit-union---pine-city').style.display = '';map = new google.maps.Map(document.getElementById('pine-city-MN-spire-credit-union---pine-city'), mapOptions);}document.getElementById('02d973d6').innerHTML += ' | View Map';var $lf8df4f9b415c06545a304ec3bb44141c = '

SPIRE Credit Union - Pine City

Address: 900 Main St S, Pine City, MN 55063, USA
Phone: (651) 215-3500
';var m_f8df4f9b415c06545a304ec3bb44141c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SPIRE Credit Union - Pine City',});m_f8df4f9b415c06545a304ec3bb44141c['infowindow'] = new google.maps.InfoWindow({content: $lf8df4f9b415c06545a304ec3bb44141c});var infowindow = new google.maps.InfoWindow({content: $lf8df4f9b415c06545a304ec3bb44141c});google.maps.event.addListener(m_f8df4f9b415c06545a304ec3bb44141c, 'click', function() {infowindow.open(map,m_f8df4f9b415c06545a304ec3bb44141c);});$marker.push(m_f8df4f9b415c06545a304ec3bb44141c);}});}google.maps.event.addDomListener(window, 'load', initialize);