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.2612,-93.4405)};var g_bddd6284cebfb88034d63b4031662957 = new google.maps.Geocoder();g_bddd6284cebfb88034d63b4031662957.geocode( { 'address': "1121 W Main St, Anoka, MN 55303"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anoka-MN-first-national-bank-elk-river').style.display = '';map = new google.maps.Map(document.getElementById('anoka-MN-first-national-bank-elk-river'), mapOptions);}document.getElementById('77a1856d').innerHTML += ' | View Map';var $lbddd6284cebfb88034d63b4031662957 = '

First National Bank-Elk River

Address: 1121 W Main St, Anoka, MN 55303
Phone: (763) 241-3637
';var m_bddd6284cebfb88034d63b4031662957 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Elk River',});m_bddd6284cebfb88034d63b4031662957['infowindow'] = new google.maps.InfoWindow({content: $lbddd6284cebfb88034d63b4031662957});var infowindow = new google.maps.InfoWindow({content: $lbddd6284cebfb88034d63b4031662957});google.maps.event.addListener(m_bddd6284cebfb88034d63b4031662957, 'click', function() {infowindow.open(map,m_bddd6284cebfb88034d63b4031662957);});$marker.push(m_bddd6284cebfb88034d63b4031662957);}});}google.maps.event.addDomListener(window, 'load', initialize);