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(48.9083,-95.3177)};var g_4cce5f26b0d8be7e4bdba716c2f50259 = new google.maps.Geocoder();g_4cce5f26b0d8be7e4bdba716c2f50259.geocode( { 'address': "502 Lake St NE, Warroad, MN 56763"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warroad-MN-security-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('warroad-MN-security-state-bank'), mapOptions);}document.getElementById('7a59d874').innerHTML += ' | View Map';var $l4cce5f26b0d8be7e4bdba716c2f50259 = '

Security State Bank

Address: 502 Lake St NE, Warroad, MN 56763
Phone: (218) 386-1818
';var m_4cce5f26b0d8be7e4bdba716c2f50259 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security State Bank',});m_4cce5f26b0d8be7e4bdba716c2f50259['infowindow'] = new google.maps.InfoWindow({content: $l4cce5f26b0d8be7e4bdba716c2f50259});var infowindow = new google.maps.InfoWindow({content: $l4cce5f26b0d8be7e4bdba716c2f50259});google.maps.event.addListener(m_4cce5f26b0d8be7e4bdba716c2f50259, 'click', function() {infowindow.open(map,m_4cce5f26b0d8be7e4bdba716c2f50259);});$marker.push(m_4cce5f26b0d8be7e4bdba716c2f50259);}});}google.maps.event.addDomListener(window, 'load', initialize);