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.6721,-93.6332)};var g_aca167fcefbfa307b488df50febf6bbf = new google.maps.Geocoder();g_aca167fcefbfa307b488df50febf6bbf.geocode( { 'address': "101 Creek Ln S, Jordan, MN 55352"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jordan-MN-home-town-bank').style.display = '';map = new google.maps.Map(document.getElementById('jordan-MN-home-town-bank'), mapOptions);}document.getElementById('ca299073').innerHTML += ' | View Map';var $laca167fcefbfa307b488df50febf6bbf = '

Home Town Bank

Address: 101 Creek Ln S, Jordan, MN 55352
Phone: (952) 492-5599
';var m_aca167fcefbfa307b488df50febf6bbf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Town Bank',});m_aca167fcefbfa307b488df50febf6bbf['infowindow'] = new google.maps.InfoWindow({content: $laca167fcefbfa307b488df50febf6bbf});var infowindow = new google.maps.InfoWindow({content: $laca167fcefbfa307b488df50febf6bbf});google.maps.event.addListener(m_aca167fcefbfa307b488df50febf6bbf, 'click', function() {infowindow.open(map,m_aca167fcefbfa307b488df50febf6bbf);});$marker.push(m_aca167fcefbfa307b488df50febf6bbf);}});}google.maps.event.addDomListener(window, 'load', initialize);