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()};var g_d87e487d05fcd326aa4ce217a82ec593 = new google.maps.Geocoder();g_d87e487d05fcd326aa4ce217a82ec593.geocode( { 'address': "2805 Dodd Rd, St Paul, MN 55121"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-paul-MN-home-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('st-paul-MN-home-federal-savings-bank'), mapOptions);}document.getElementById('4e5e58b3').innerHTML += ' | View Map';var $ld87e487d05fcd326aa4ce217a82ec593 = '

Home Federal Savings Bank

Address: 2805 Dodd Rd, St Paul, MN 55121
Phone: (651) 405-2000
';var m_d87e487d05fcd326aa4ce217a82ec593 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Federal Savings Bank',});m_d87e487d05fcd326aa4ce217a82ec593['infowindow'] = new google.maps.InfoWindow({content: $ld87e487d05fcd326aa4ce217a82ec593});var infowindow = new google.maps.InfoWindow({content: $ld87e487d05fcd326aa4ce217a82ec593});google.maps.event.addListener(m_d87e487d05fcd326aa4ce217a82ec593, 'click', function() {infowindow.open(map,m_d87e487d05fcd326aa4ce217a82ec593);});$marker.push(m_d87e487d05fcd326aa4ce217a82ec593);}});}google.maps.event.addDomListener(window, 'load', initialize);