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.0324,-92.6452)};var g_64850d474fa7c8d3256286806122357a = new google.maps.Geocoder();g_64850d474fa7c8d3256286806122357a.geocode( { 'address': "316 Byron Ave N, Byron, MN 55920, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('byron-MN-first-security-bank').style.display = '';map = new google.maps.Map(document.getElementById('byron-MN-first-security-bank'), mapOptions);}document.getElementById('3544c440').innerHTML += ' | View Map';var $l64850d474fa7c8d3256286806122357a = '

First Security Bank

Address: 316 Byron Ave N, Byron, MN 55920, USA
Phone: (507) 775-2316
';var m_64850d474fa7c8d3256286806122357a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Security Bank',});m_64850d474fa7c8d3256286806122357a['infowindow'] = new google.maps.InfoWindow({content: $l64850d474fa7c8d3256286806122357a});var infowindow = new google.maps.InfoWindow({content: $l64850d474fa7c8d3256286806122357a});google.maps.event.addListener(m_64850d474fa7c8d3256286806122357a, 'click', function() {infowindow.open(map,m_64850d474fa7c8d3256286806122357a);});$marker.push(m_64850d474fa7c8d3256286806122357a);}});}google.maps.event.addDomListener(window, 'load', initialize);