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.6673,-93.6393)};var g_c11fd99f191927e06d9d8b92c596cf6d = new google.maps.Geocoder();g_c11fd99f191927e06d9d8b92c596cf6d.geocode( { 'address': "700 Seville Dr # 100, Jordan, MN 55352, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jordan-MN-riverland-bank').style.display = '';map = new google.maps.Map(document.getElementById('jordan-MN-riverland-bank'), mapOptions);}document.getElementById('3fb90158').innerHTML += ' | View Map';var $lc11fd99f191927e06d9d8b92c596cf6d = '

Riverland Bank

Address: 700 Seville Dr # 100, Jordan, MN 55352, USA
Phone: (952) 492-2750
';var m_c11fd99f191927e06d9d8b92c596cf6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Riverland Bank',});m_c11fd99f191927e06d9d8b92c596cf6d['infowindow'] = new google.maps.InfoWindow({content: $lc11fd99f191927e06d9d8b92c596cf6d});var infowindow = new google.maps.InfoWindow({content: $lc11fd99f191927e06d9d8b92c596cf6d});google.maps.event.addListener(m_c11fd99f191927e06d9d8b92c596cf6d, 'click', function() {infowindow.open(map,m_c11fd99f191927e06d9d8b92c596cf6d);});$marker.push(m_c11fd99f191927e06d9d8b92c596cf6d);}});}google.maps.event.addDomListener(window, 'load', initialize);