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.9721,-93.0827)};var g_eb63a6e7c227ebf2e163aa7ccc5b16d9 = new google.maps.Geocoder();g_eb63a6e7c227ebf2e163aa7ccc5b16d9.geocode( { 'address': "600 Inwood Ave N, Saint Paul, MN 55128"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-paul-MN-lake-elmo-bank').style.display = '';map = new google.maps.Map(document.getElementById('saint-paul-MN-lake-elmo-bank'), mapOptions);}document.getElementById('4a9a3a4f').innerHTML += ' | View Map';var $leb63a6e7c227ebf2e163aa7ccc5b16d9 = '

Lake Elmo Bank

Address: 600 Inwood Ave N, Saint Paul, MN 55128
Phone: (651) 578-7769
';var m_eb63a6e7c227ebf2e163aa7ccc5b16d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Elmo Bank',});m_eb63a6e7c227ebf2e163aa7ccc5b16d9['infowindow'] = new google.maps.InfoWindow({content: $leb63a6e7c227ebf2e163aa7ccc5b16d9});var infowindow = new google.maps.InfoWindow({content: $leb63a6e7c227ebf2e163aa7ccc5b16d9});google.maps.event.addListener(m_eb63a6e7c227ebf2e163aa7ccc5b16d9, 'click', function() {infowindow.open(map,m_eb63a6e7c227ebf2e163aa7ccc5b16d9);});$marker.push(m_eb63a6e7c227ebf2e163aa7ccc5b16d9);}});}google.maps.event.addDomListener(window, 'load', initialize);